Builder - provide bookshelfs directly
rapus95 opened this issue ยท 11 comments
Why the builder requests books (and wood) instead of bookshelfs?
And are there any reasons why the builder won't place item frames (with items in it)?
the builder should definatly use the block in the world instead of it's drops, there could be an override registry where substitutions could be registered for custom itemstacks needed to place special blocks
It requests wood? From my tests it only seems to require books. (Tested with a new blueprint in 7.2.x dev)
Why don't you change the code so that the machine just expects the very exact block as it is found in the recipe?
For items like item frames (once implemented) and torches and flowers it'd be nice if these were not placed before the block they are planned to be attached to
Yeah ok thats dumb as stone requires cobblestone rather than actual stone. I don't even want to know how badly you could exploit this with enchants.
And torch placement is broken. WHEN DID THAT BREAK :(
@AlexIIL from @rapus95 comment:
For items like item frames (once implemented) and torches and flowers it'd be nice if these were not placed before the block they are planned to be attached to
The same also applies to wooden trapdoors. I was using them in a blueprint before and they are placed before the blocks they are attached to...