repaired recipes for blacksmith
This commit is contained in:
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",
|
||||
"base": {
|
||||
"item": "minecraft:bucket"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:magma_block"
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:lava_bucket"
|
||||
}
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:bucket"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:magma_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:lava_bucket",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
|
@ -4,6 +4,6 @@
|
||||
"item": "quickiefabric:stub"
|
||||
},
|
||||
"result": "minecraft:torch",
|
||||
"experience": 0,
|
||||
"cookingtime": 50
|
||||
"experience": 0.1,
|
||||
"cookingtime": 20
|
||||
}
|
||||
|
Reference in New Issue
Block a user