repaired recipes for blacksmith
This commit is contained in:
parent
2c9aaea4c8
commit
69b8e07f2e
@ -9,7 +9,7 @@
|
|||||||
loader_version=0.14.21
|
loader_version=0.14.21
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.20.1.1
|
mod_version = 1.20.1.2
|
||||||
maven_group = de.jottyfan.minecraft
|
maven_group = de.jottyfan.minecraft
|
||||||
archives_base_name = quickiefabric
|
archives_base_name = quickiefabric
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.1 KiB |
@ -1,12 +1,15 @@
|
|||||||
{
|
{
|
||||||
"type": "minecraft:smithing",
|
"type": "minecraft:crafting_shapeless",
|
||||||
"base": {
|
"ingredients": [
|
||||||
"item": "minecraft:bucket"
|
{
|
||||||
},
|
"item": "minecraft:bucket"
|
||||||
"addition": {
|
},
|
||||||
"item": "minecraft:magma_block"
|
{
|
||||||
},
|
"item": "minecraft:magma_block"
|
||||||
"result": {
|
}
|
||||||
"item": "minecraft:lava_bucket"
|
],
|
||||||
}
|
"result": {
|
||||||
|
"item": "minecraft:lava_bucket",
|
||||||
|
"count": 1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,6 @@
|
|||||||
"item": "quickiefabric:stub"
|
"item": "quickiefabric:stub"
|
||||||
},
|
},
|
||||||
"result": "minecraft:torch",
|
"result": "minecraft:torch",
|
||||||
"experience": 0,
|
"experience": 0.1,
|
||||||
"cookingtime": 50
|
"cookingtime": 20
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user