Inital commit
This commit is contained in:
commit
b5089257c5
1005 changed files with 23476 additions and 0 deletions
16
datapacks/craft-refine/data/minecraft/recipe/tuff_brick_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/tuff_brick_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:tuff_bricks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:tuff_brick_stairs"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue