add first patch
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "forge:conditional",
|
||||
"recipes": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "copycats:feature_enabled",
|
||||
"feature": "copycats:copycat_vertical_stairs",
|
||||
"invert": false
|
||||
},
|
||||
{
|
||||
"type": "copycats:feature_enabled",
|
||||
"feature": "copycats:copycat_stairs",
|
||||
"invert": false
|
||||
}
|
||||
],
|
||||
"recipe": {
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "copycats:copycat_stairs"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "copycats:copycat_vertical_stairs"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user