
Breaking chests drops cosmetic nectars
Katorone opened this issue ยท 2 comments
fixed by commit 4c53b6d by changing path from "chest" to "chests" so that it didnt catch the block/chest.json file.
would this commit also cause this to happen to a custom item named "stackedchests" since its only looking at path? if so, what about checking context->type for "minecraft:chest" (or LootContextTypes.CHEST)?