You've already forked minecraft-assets
Create/Update assets for version 1.12.2
This commit is contained in:
18
assets/minecraft/recipes/stonebrick.json
Normal file
18
assets/minecraft/recipes/stonebrick.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stone",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stonebrick",
|
||||
"data": 0,
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user