Bedrock Snippets

Custom Trees

View Source

custom_trees > bp > loot_tables > blocks > custom_leaves_shears.json

{
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "wiki:custom_leaves"
        }
      ]
    }
  ]
}
Copied to Clipboard