Actually fix crash with byg.

This commit is contained in:
modmuss50 2022-06-14 20:31:07 +01:00
parent d94511383b
commit 497c0134a6
3 changed files with 1 additions and 65 deletions

View file

@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xmx2G
# Mod properties
mod_version=5.3.1
mod_version=5.3.2
# Fabric Properties
# check these on https://modmuss50.me/fabric.html

View file

@ -1,41 +0,0 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:byg_compat/coal_dust_from_lignite"
]
},
"criteria": {
"has_lignite": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"reborncore:mod": "byg",
"items": [
{
"items": ["byg:lignite"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:byg_compat/coal_dust_from_lignite"
}
}
},
"requirements": [
[
"has_lignite",
"has_the_recipe"
]
],
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"byg"
]
}
]
}

View file

@ -1,23 +0,0 @@
{
"type": "techreborn:grinder",
"power": 2,
"time": 230,
"ingredients" : [
{
"item": "byg:lignite"
}
],
"results" : [
{
"item": "techreborn:coal_dust"
}
],
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"byg"
]
}
]
}