Bedrock Snippets

Custom Trees

View Source

custom_trees > bp > items > custom_sapling_placer.json

{
  "format_version": "1.20.30",
  "minecraft:item": {
    "description": {
      "identifier": "wiki:custom_sapling_placer",
      "menu_category": {
        "category": "nature",
        "group": "itemGroup.name.sapling"
      }
    },
    "components": {
      "minecraft:max_stack_size": 64,
      "minecraft:block_placer": {
        "block": "wiki:custom_sapling"
      },
      "minecraft:icon": {
        "texture": "custom_sapling_placer"
      }
    }
  }
}
Copied to Clipboard