LemmaEOF / BeeProductive

More productivity features for bees!
MIT License
1 stars 6 forks source link

Breaking chests drops cosmetic nectars #3

Open Katorone opened 4 years ago

Katorone commented 4 years ago

When breaking any vanilla or modded chest, often several cosmetic nectars drop.

Screenshot_20200120_063811

Linguardium commented 4 years ago

fixed by commit 4c53b6d4b1903175fffca2691c4af60f1218236c 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)?

LemmaEOF commented 4 years ago

Oh wait right I forgot that loot context types exist, I'll fix that when I have the time.