Minecraft Loot table is not working [Bedrock Edition]

Started by AbdulRahim on

Topic category: Help with modding (Bedrock Edition)

Last seen on 08:17, 11. Jul 2020
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Minecraft Loot table is not working [Bedrock Edition]
Fri, 06/26/2020 - 11:40 (edited)

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
Last seen on 22:41, 29. Dec 2021
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hmm... create a bug report…
Fri, 06/26/2020 - 12:23

Hmm... create a bug report perhaps?

Last seen on 08:17, 11. Jul 2020
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
nvm, the issue was with lvl…
Sun, 06/28/2020 - 08:42

nvm, the issue was with lvl if i put level 3+ there then the .json file will be ignored