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