You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
23
data/minecraft/recipes/blast_furnace.json
Normal file
23
data/minecraft/recipes/blast_furnace.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:smooth_stone"
|
||||
},
|
||||
"I": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:furnace"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"III",
|
||||
"IXI",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:blast_furnace"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user