Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loot table entries don't work #2

Open
RedBlockCreator opened this issue Apr 15, 2020 · 0 comments
Open

Loot table entries don't work #2

RedBlockCreator opened this issue Apr 15, 2020 · 0 comments

Comments

@RedBlockCreator
Copy link

Following the tut and overriding all default loot tables with the minecraft:chests/simple_dungeon or any other loot table simply doesn't work, and it keeps pulling from the builtin no matter what I do. I have followed the demo.

loot_all.json
{
"name": "test:loot_all",
"loot_rules": [
{
"level" : [0, 1, 2, 3, 4],
"type" : [
"STARTER", "FOOD", "POTIONS", "MUSIC", "SUPPLIES", "SMITH", "BREWING", "WEAPONS", "ARMOUR", "ENCHANTING"
],
"table": "minecraft:chests/simple_dungeon",
"each" : true
}
]
}

loot.json
{
"name" : "builtin:loot",
"inherit" : [
"test:loot_all"
]
}

I have tried every variation i can think of and I and a couple other people at this point are simply at a loss.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant