removed lignite compat

This commit is contained in:
Ayutac 2022-06-09 21:54:51 +02:00
parent aecb912fb9
commit 9420187a85
2 changed files with 0 additions and 65 deletions

View file

@ -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"
]
}
]
}

View file

@ -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"
]
}
]
}