Skip to content

Commit

Permalink
Add missing primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
Sollace committed Dec 22, 2022
1 parent 03567f9 commit e2c9af1
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"minecraft:block.honey_block.step": "honey",
"minecraft:block.honey_block.step": "honey",
"minecraft:block.pointed_dripstone.step": "ore",
"minecraft:block.spore_blossom.step": "NOT_EMITTER",
"minecraft:block.anvil.step": "metalcompressed,hardmetal",
Expand Down Expand Up @@ -32,6 +32,7 @@
"minecraft:block.soul_soil.step": "souls",
"minecraft:block.bone_block.step": "bone",
"minecraft:[email protected]_1.50": "hardmetal",
"minecraft:[email protected]_1.50": "hardmetal",
"minecraft:block.stone.step": "brickstone",
"minecraft:block.tuff.step": "stone",
"minecraft:block.slime_block.step": "mud,slime",
Expand Down Expand Up @@ -75,5 +76,6 @@
"minecraft:block.muddy_mangrove_roots.step": "mud,slick",
"minecraft:block.deepslate_tiles.step": "brickstone",
"minecraft:block.coral_block.step": "organic",
"minecraft:block.polished_deepslate.step": "rough_slate"
"minecraft:block.polished_deepslate.step": "rough_slate",
"minecraft:block.nether_wood.step": "wood,mushroom"
}

0 comments on commit e2c9af1

Please sign in to comment.