I've setup a series of recipes that are working client side, but the server is not loading them.
Reports back:
2014-01-19 18:59:58 [INFO] [MineTweaker] -- Starting Server --
2014-01-19 18:59:58 [SEVERE] [MineTweaker] /BCQuarry.cfg:8 No such member in Item: 1
and this is the file:
#BUILDCRAFT QUARRY
#REQUIRES BUILDCRAFT AND CHICKENCHUNKS
recipes.remove(tile.machineBlock);
blockBCFiller = tile.fillerBlock;
blockBCLaser = tile.laserBlock;
itemBCRedStoneChip = item.redstoneChipset."0";
itemBCIronChip = item.redstoneChipset."1";
blockCCChunk = tile.chickenChunkLoader;
itemBCDiamondGear = item.diamondGearItem;
itemBCIronGear = item.ironGearItem;
recipes.addShaped(tile.machineBlock, [[itemBCIronChip, blockCCChunk, itemBCIronChip], [itemBCIronGear, blockBCFiller, itemBCIronGear], [itemBCDiamondGear, blockBCLaser, itemBCDiamondGear]]);
Anyone with any experience got any ideas?
Reports back:
2014-01-19 18:59:58 [INFO] [MineTweaker] -- Starting Server --
2014-01-19 18:59:58 [SEVERE] [MineTweaker] /BCQuarry.cfg:8 No such member in Item: 1
and this is the file:
#BUILDCRAFT QUARRY
#REQUIRES BUILDCRAFT AND CHICKENCHUNKS
recipes.remove(tile.machineBlock);
blockBCFiller = tile.fillerBlock;
blockBCLaser = tile.laserBlock;
itemBCRedStoneChip = item.redstoneChipset."0";
itemBCIronChip = item.redstoneChipset."1";
blockCCChunk = tile.chickenChunkLoader;
itemBCDiamondGear = item.diamondGearItem;
itemBCIronGear = item.ironGearItem;
recipes.addShaped(tile.machineBlock, [[itemBCIronChip, blockCCChunk, itemBCIronChip], [itemBCIronGear, blockBCFiller, itemBCIronGear], [itemBCDiamondGear, blockBCLaser, itemBCDiamondGear]]);
Anyone with any experience got any ideas?