Hi everybody,
i hope this is a bug, since i do not know what i could be doing wrong.
I cannot craft the clockwork mechanism - i put everything in place as shown in the NEI but no result (product) is shown on the right side - 4 cast iron shafts in the corners, a brass sheet on the bottom and on the top (tried both available types of brass sheets) - a vanilla clock in the middle (which a got a couple from zombie drops) - the block and chain in the middle left and the clockwork drill in the middle right slot (tried full steam, half full and empty)
Nothing works - am i doing something wrong or is this a bug?
Ok I found a solution. The script is trying to check if you have enough wind in the drill before letting you craft the mechanism. You can go ahead and add this recipe to the Steamcraft.zs file but its going to eat the drill if you dont have more than 100 points of wind on it.
recipes.addShaped(<steamcraft2:ItemMachinePart:1> * 4,
[[<oreartCastIronRod>,<orelateBrass>,<oreartCastIronRod>],
[<TwilightForest:item.chainBlock>,<minecraft:clock>,<Cogs:clockworkPick:*>.transformDamage(100)],
[<oreartCastIronRod>,<orelateBrass>,<oreartCastIronRod>]]);