Skip to content

Commit

Permalink
feat: add missing mossy cobblestone slab restore
Browse files Browse the repository at this point in the history
  • Loading branch information
jimchen5209 committed Nov 25, 2024
1 parent 537e8d2 commit 75ab8ea
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions data/ezrcp/recipes/restore_from_slab/mossy_cobblestone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "ezrcp:restore_fullblock_from_slab",
"pattern": [
"##"
],
"key": {
"#": {
"item": "minecraft:mossy_cobblestone_slab"
}
},
"result": {
"item": "minecraft:mossy_cobblestone",
"count": 1
}
}

0 comments on commit 75ab8ea

Please sign in to comment.