Certain blocks drop items in creative mode when they aren't supposed to
muzikbike opened this issue ยท 3 comments
The following blocks drop items when broken directly in Creative mode:
- tfc:placed_item
- tfc:placed_item_flat
- tfc:ingot_pile
This is unavoidable. Same reason why chests drop their contents when broken in creative.
Ingot piles could be fixed by splitting them up into individual block IDs for each metal type and then using block states to determine the amount of ingots present, and flat items could be fixed by splitting into individual block IDs for sticks, each type of rock, each ore and each seeds, however this may not be feasible pre-flattening.