removed lignite compat
This commit is contained in:
parent
aecb912fb9
commit
9420187a85
2 changed files with 0 additions and 65 deletions
|
@ -1,41 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"techreborn:byg_compat/lignite"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_lignite_ore": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"reborncore:mod": "byg",
|
||||
"items": [
|
||||
{
|
||||
"items": ["byg:lignite_ore"]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "techreborn:byg_compat/lignite"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_lignite_ore",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "fabric:all_mods_loaded",
|
||||
"values": [
|
||||
"byg"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
"type": "techreborn:grinder",
|
||||
"power": 5,
|
||||
"time": 200,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "byg:lignite_ore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "byg:lignite",
|
||||
"count": 2
|
||||
}
|
||||
],
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "fabric:all_mods_loaded",
|
||||
"values": [
|
||||
"byg"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue