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