small optimizations

This commit is contained in:
Jottyfan
2022-08-13 12:11:59 +02:00
parent a1a4741b63
commit 218c98ccfb
5 changed files with 33 additions and 9 deletions

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:smithing",
"base": {
"item": "minecraft:bucket"
},
"addition": {
"item": "minecraft:magma_block"
},
"result": {
"item": "minecraft:lava_bucket"
}
}

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "quickiefabric:blocksulphor"
}
],
"result": {
"item": "quickiefabric:sulphor",
"count": 9
}
}