misode / no-trial-chambers

Data pack that enables the Update 1.21 experimental features, but disables the trial chambers and breeze. Made for Hermitcraft 10!
MIT License
51 stars 0 forks source link

Blocks don't drop items when broken. #13

Open Darxit opened 6 months ago

Darxit commented 6 months ago

The datapack does not seem to have the loot tables configured for breaking the items. It could be something finicky with a plugin, but thought I should at least make it known.

misode commented 6 months ago

If you follow the instructions on the readme it works in vanilla. Could you list what modloader (paper/spigot/forge/fabric) you are using, and which mod versions? Also if possible, show a screenshot after running /datapack list.

Darxit commented 6 months ago

Didn't mean to close this, but the server is running purpur, and I was able to solve the issue by creating a new datapack with all the loot tables. image

JoepOvermars commented 5 months ago

I had this same issue, in my case it was due to datapack loading/definition order. In the level.dat under datapacks/Enabled this datapack was the first element, before both vanilla and fabric. I moved it such that vanilla and fabric load first and now it works. You might have a similar issue. Especially since it shows up first in your datapack list.

In my case I think I might have enabled the datapack while updating the enabled_features list, but tbh I don't know it was a while before I discovered that the blocks didn't drop

Before After
afbeelding afbeelding