Added conversion between zinc sheets

This commit is contained in:
Casey 2024-05-09 00:09:01 +03:00
parent 489a3ba432
commit 2aafd34d18
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "createaddition:zinc_sheet"
}
],
"result": {
"item": "createdeco:zinc_sheet",
"count": 1
}
}

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "createdeco:zinc_sheet"
}
],
"result": {
"item": "createaddition:zinc_sheet",
"count": 1
}
}