Started by
AbdulRahim
on
Topic category: Help with Minecraft modding (Bedrock Edition)
In minecraft 1.14 this loot table used to work
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:diamond_chestplate",
"weight": 1,
"functions": [
{
"function": "specific_enchants",
"enchants": [
{
"id": "thorns",
"level": 10
}
]
}
]
}
]
}
]
}
but it doesn't work in 1.16
Edited by AbdulRahim on Fri, 06/26/2020 - 11:40
Hmm... create a bug report perhaps?
nvm, the issue was with lvl if i put level 3+ there then the .json file will be ignored