BuildCraft|Core

BuildCraft|Core

7M Downloads

Builder - provide bookshelfs directly

rapus95 opened this issue ยท 11 comments

commented

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)?

commented

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

commented

This is most likely going to be fixed for 8.0.x

commented

It requests wood? From my tests it only seems to require books. (Tested with a new blueprint in 7.2.x dev)

commented

You're right; I did some miscalculation...
What about the item frames?

commented

Support hasn't been added for them yet

commented

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

commented

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 :(

commented

Tested In BC 7.2.6:
Can confirm the builder requires books instead of bookselfs and cobble instead of smooth stone>
I was unable to confirm that builder was unable to place item frames as it was able to place item frames for me:
2016-05-12_15 45 52
2016-05-12_15 45 59

The builder was also able to place torches for me:
2016-05-12_15 48 27
2016-05-12_15 48 32

commented

Were the wooden planks there before you started the torch blueprint?

commented

ah, yes they were :/

commented

@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...