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