Skip to content

Adding Blocks

OliviaTheVampire edited this page Sep 9, 2021 · 2 revisions

Block types Obsidian Supports

  • Simple block
  • Stairs
  • Slabs
  • Walls
  • Fences
  • Fence Gates
  • Lanterns
  • Horizontally Facing Block
  • Pillar
  • Campfire
  • Cake
  • Bed
  • Door
  • Trapdoor
  • Logs
  • Plants
  • Double Plants
  • Horizontally Facing Plants
  • Torches
  • Leaves
  • Buttons
  • Paths
  • Beehives
  • Chains
  • Panes
  • Dyeable blocks

Super basic example

{
  "information": {
    "name": {
      "id": "tutorial:test_block",
      "translated": {
        "en_us": "Test Block"
      }
    },
    "material": "minecraft:stone",
    "item_group": "minecraft:building_blocks",
    "sound_group": "minecraft:stone"
  },
  "display": {
    "model": {
      "parent": "block/cube_all",
      "textures": {
        "all": "block/dirt"
      }
    }
  }
}

Clone this wiki locally