Actually fix crash with byg.
This commit is contained in:
parent
d94511383b
commit
497c0134a6
3 changed files with 1 additions and 65 deletions
|
@ -2,7 +2,7 @@
|
||||||
org.gradle.jvmargs=-Xmx2G
|
org.gradle.jvmargs=-Xmx2G
|
||||||
|
|
||||||
# Mod properties
|
# Mod properties
|
||||||
mod_version=5.3.1
|
mod_version=5.3.2
|
||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://modmuss50.me/fabric.html
|
# check these on https://modmuss50.me/fabric.html
|
||||||
|
|
|
@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in a new issue