We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 702146b + 9b8a14e commit 02b674cCopy full SHA for 02b674c
src/mod/gcewing/sg/SGTradeHandler.java
@@ -39,15 +39,15 @@ public void manipulateTradesForVillager(EntityVillager villager, MerchantRecipeL
39
// new ItemStack(Block.obsidian, 4),
40
// new ItemStack(SGCraft.sgControllerBlock)));
41
42
- recipes.add(new MerchantRecipe(
43
- new ItemStack(Items.emerald, 8),
44
- new ItemStack(Items.diamond, 1),
45
- new ItemStack(SGCraft.sgCoreCrystal)));
46
-
47
48
- new ItemStack(Items.emerald, 16),
49
50
- new ItemStack(SGCraft.sgControllerCrystal)));
+// recipes.add(new MerchantRecipe(
+// new ItemStack(Items.emerald, 8),
+// new ItemStack(Items.diamond, 1),
+// new ItemStack(SGCraft.sgCoreCrystal)));
+
+// new ItemStack(Items.emerald, 16),
+// new ItemStack(SGCraft.sgControllerCrystal)));
51
}
52
53
0 commit comments