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