Candlelit Lanterns Not Dropping
fzzyhmstrs opened this issue ยท 1 comments
Adorn version
5.0.0
Minecraft version
1.20.1
Mod loader
Fabric
Mod loader version
0.14.21
Describe the bug
Candlelit lanterns don't appear to drop anything, no matter what tool (or bare hand) you try with.
They are set up to require a tool, but don't seem to have been given a tool they work with.
To reproduce
- Install adorn
- Place candlelit lanterns
- Try to break with fist. No drops
- Try to break with pickaxe. No drops.
- Repeat for all tools and a sword. No drops :(
Game logs
I didn't see anything relevant in the logs, like a tag error etc. No errors at all.
Additional context
From peeking at code, it looks like the Candlelit Lantern Block is defined as needing a tool, but which tool is never defined.
Loot table doesn't seem to be the issue. Emi Loot says no conditions at all, which is... not quite true (needs to survive an explosion), but basically true.
Problem seems to be with the block settings requiring a tool
But not being put in a tool tag. I'd expect adorn:candlelit_lanterns
here (pickaxe tag, but also looked in axe tag).