Recipe suggestion for unrouted pipes
SonOfTheStars opened this issue · 6 comments
Newly added Basic unrouted pipe not dropping itself on block removal in survival mode
Also: Recipe suggestion:
craftingManager.addRecipe(new ItemStack(LogisticsPipes.BasicTransportPipe, 8), CraftingDependency.Basic, new Object[] {
“SGS“,
“ R “,
Character.valueOf('S'), Blocks.stone,
Charakter.valueOf('G'), Blocks.glass,
Charakter.valueOf('R'), Items.redstone
});
This would make them easy to access, and simillar to BC Pipe recipes.
Possibly add them instead of Cobblestone pipes into the Recipe for BasicLogisticsPipes
Well "Unrouted pipes not dropping" as the title describes it as a bug.
I don't know why people put tags in the title in their brackets. That is "not their business", instead it is much more important what the issue (and the title as representation) contains.
Edit: And also: no offense, thanks for the issue. I am just expressing why I said what I said.