More refactoring for recipes. Also closes #1225 and #1223 and #1190 (#1245)

This commit is contained in:
drcrazy 2017-08-24 03:10:06 +03:00 committed by Modmuss50
parent 51ee1b66ff
commit e814a1bf3b
3 changed files with 148 additions and 270 deletions

View file

@ -70,7 +70,7 @@ public class BlockMachineFrames extends BaseBlock {
return new ItemStack(ModBlocks.MACHINE_FRAMES, count, 1);
}
if (name.equals("highly_advanced_machine")) {
return new ItemStack(ModBlocks.MACHINE_FRAMES, count, 1);
return new ItemStack(ModBlocks.MACHINE_FRAMES, count, 2);
}
for (int i = 0; i < types.length; i++) {