[FEAT] Add Pumpkin Trio recipes
This commit is contained in:
@@ -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
|
||||
}
|
@@ -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
|
||||
}
|
Reference in New Issue
Block a user