#Can't get mobs to drop custom loot tables but the chests are able to display the loot table

1 messages · Page 1 of 1 (latest)

brave junco
#

Title is states my current problem. I don't know where I went wrong I followed 1:1 the tutorials on custom loot tables and I can't seem to get it to translate to mobs. I know the loot tables are working as intended though since i'm able to access it using the container_loot command.

I'm using version **1.21.6 ** and the original name of the folder was loot_table, I forgot to revert it back when taking the screenshot

robust basin
#

container_loot command?

#

Also what Minecraft version are you in?

brave junco
#

Here's the code for the loot table. I used misode for it

brave junco
robust basin
#

No idea how you're getting it to work in a chest, cause your folder is named incorrectly

lucid badgeBOT
robust basin
#

There may be other problems too, but fix that first

brave junco
#

Oh I was tinkering with the names awhile ago that's why it's called loot_tables. I can get the chest to work with loot_table but still doesn't work with entities

brave junco
#

Nevermind found the solution myself.

I had to make a new folder within loot tables titled "entities" and put the ,json file there instead

robust basin
#

Definitely wasn't required as long as you were referencing the loot table correctly, but glad you solved it