Bedrock Snippets

Custom Trees

View Source

custom_trees > bp > loot_tables > blocks > custom_leaves.json

{
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:apple",
          "weight": 1
        },
        {
          "type": "item",
          "name": "wiki:custom_sapling_placer",
          "weight": 5
        },
        {
          // Nothing will drop
          "type": "empty",
          "weight": 10
        }
      ]
    }
  ]
}
Copied to Clipboard