small fixes

This commit is contained in:
Bob 2022-05-01 21:18:12 +02:00
parent 739a6b4b47
commit e12be50ce6
3 changed files with 2 additions and 1 deletions

View File

@ -430,7 +430,7 @@ public class MachineRecipes {
recipes.put(new ItemStack[] { new ItemStack(ModItems.ingot_cobalt), new ItemStack(ModBlocks.block_meteor) },
getFurnaceOutput(new ItemStack(ModItems.ingot_cobalt), new ItemStack(ModBlocks.block_meteor)).copy());
if(GeneralConfig.enableLBSMFullSchrab && GeneralConfig.enableLBSMSimpleAlloy) {
if(GeneralConfig.enableLBSM && GeneralConfig.enableLBSMSimpleAlloy) {
recipes.put(new ItemStack[] { new ItemStack(ModItems.canister_empty), new ItemStack(Items.coal) },
getFurnaceOutput(new ItemStack(ModItems.canister_empty), new ItemStack(Items.coal)).copy());
recipes.put(new ItemStack[] { new ItemStack(ModBlocks.block_meteor_cobble), new ItemStack(ModItems.ingot_steel) },

View File

@ -30,6 +30,7 @@ public class TileEntityMachineFENSU extends TileEntityMachineBattery {
nbt.setLong("power", power);
nbt.setShort("redLow", redLow);
nbt.setShort("redHigh", redHigh);
nbt.setBoolean("childLock", childLock);
this.networkPack(nbt, 250);
} else {
this.prevRotation = this.rotation;

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB