Flow86 / Additional-Buildcraft-Objects-Mod

This mod adds additional Pipes and Items to Buildcraft
http://www.minecraftforum.net/index.php?app=forums&module=forums&section=findpost&pid=8920844
44 stars 21 forks source link

Insertion pipe recipe conflict with buildcraft #5

Closed amezick closed 12 years ago

amezick commented 12 years ago

You can't make an insertion pipe because the stone conductive pipe's recipe is already 1 redstone and 1 stone pipe in a shapeless pattern.

pipePowerStone = createPipe(DefaultProps.PIPE_POWER_STONE_ID, PipePowerStone.class, "Stone Conductive Pipe", Item.redstone, pipeItemsStone, null);

Exanadu commented 12 years ago

came here to post this very thing, but also noticed none of the other recipes seem to be working either, nor showing up in NEI.

Flow86 commented 12 years ago

yes I know there was/is a bug currently - I'll fix it as soon as I can

amezick commented 12 years ago

How do you want this handled, I will put in a pull request ;)

Flow86 commented 12 years ago

It's okay if you already fixed it, then request the pull - i'll merge it then

amezick commented 12 years ago

hmm.... without changing the recipe I can't figure out how to get this to work. how about: stone glass stone blank redstone blank

Flow86 commented 12 years ago

fixed: changed to cobblestonepipe + redstone