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