[FEAT] Add Pumpkin Trio recipes

This commit is contained in:
2023-04-02 20:52:36 +02:00
parent 113219604f
commit ec3b792ef3
2 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"key": {
"C": {
"item": "minecraft:hay_block"
},
"Y": {
"item": "minecraft:pumpkin"
}
},
"pattern": [
"Y Y",
" Y ",
"CCC"
],
"result": {
"item": "hyperlighting:pumpkin_trio",
"count": 3
},
"show_notification": true
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"key": {
"C": {
"item": "minecraft:hay_block"
},
"Y": {
"item": "minecraft:pumpkin"
}
},
"pattern": [
"CCC",
" Y ",
"Y Y"
],
"result": {
"item": "hyperlighting:pumpkin_trio_inverted",
"count": 3
},
"show_notification": true
}