[1.16.4] FTL blocks don't drop when broken
qrss opened this issue ยท 1 comments
The loottable field in Block.Properties can be changed by .noDrops() permanently.
This is done in BlockHoldingTile Contructor, which removes loot from all later uses of the Block.Properties object.
*The fix is not universial since the line "super(hasNBTCustomDrops ? builder.noDrops() : builder);" from BlockHoldingTile is still able to corrupt Properties and assumes loot in passed Property is allways active.
@mcenderdragon you should find a solution for this