Fix a crash on game startup, and fix world gen compat with TFC (TerraFirmaCraft)

This commit is contained in:
TomTheFurry
2023-07-02 18:32:15 +08:00
parent cd95405c6a
commit 6fca33e496
8 changed files with 113 additions and 36 deletions
+2
View File
@@ -85,6 +85,8 @@ dependencies {
addMod("curse.maven:TerraForged-363820:${rootProject.terraforged_version}", rootProject.enable_terraforged)
addMod("curse.maven:TerraFirmaCraft-302973:4616004", rootProject.enable_terrafirmacraft)
// if (System.getProperty("idea.sync.active") != "true") {
// annotationProcessor "org.spongepowered:mixin:0.8.4:processor"
// }