add first patch
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:and",
|
||||
"values": [
|
||||
{
|
||||
"type": "forge:item_exists",
|
||||
"item": "functionalstorage:ender_drawer"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"Z": {
|
||||
"tag": "functionalstorage:drawer"
|
||||
},
|
||||
"X": {
|
||||
"item": "createutilities:graviton_tube"
|
||||
},
|
||||
"Y": {
|
||||
"item": "createutilities:void_casing"
|
||||
},
|
||||
"B": {
|
||||
"item": "society:battery"
|
||||
},
|
||||
"C": {
|
||||
"item": "numismatics:ancient_coin"
|
||||
}
|
||||
},
|
||||
"pattern": ["BCB", "XYX", "BZB"],
|
||||
"result": {
|
||||
"item": "functionalstorage:ender_drawer",
|
||||
"count": 2
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user