This commit is contained in:
parent
51ee1b66ff
commit
e814a1bf3b
3 changed files with 148 additions and 270 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue