Skip to content

Commit 02b674c

Browse files
authored
Merge pull request #3 from Prometheus0000/mc1.7
Disable SG core crystal trade
2 parents 702146b + 9b8a14e commit 02b674c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/mod/gcewing/sg/SGTradeHandler.java

+9-9
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ public void manipulateTradesForVillager(EntityVillager villager, MerchantRecipeL
3939
// new ItemStack(Block.obsidian, 4),
4040
// new ItemStack(SGCraft.sgControllerBlock)));
4141

42-
recipes.add(new MerchantRecipe(
43-
new ItemStack(Items.emerald, 8),
44-
new ItemStack(Items.diamond, 1),
45-
new ItemStack(SGCraft.sgCoreCrystal)));
46-
47-
recipes.add(new MerchantRecipe(
48-
new ItemStack(Items.emerald, 16),
49-
new ItemStack(Items.diamond, 1),
50-
new ItemStack(SGCraft.sgControllerCrystal)));
42+
// recipes.add(new MerchantRecipe(
43+
// new ItemStack(Items.emerald, 8),
44+
// new ItemStack(Items.diamond, 1),
45+
// new ItemStack(SGCraft.sgCoreCrystal)));
46+
47+
// recipes.add(new MerchantRecipe(
48+
// new ItemStack(Items.emerald, 16),
49+
// new ItemStack(Items.diamond, 1),
50+
// new ItemStack(SGCraft.sgControllerCrystal)));
5151
}
5252

5353
}

0 commit comments

Comments
 (0)