Added workaround for incompat with FallFlyingLib
This commit is contained in:
parent
f11e5d3e88
commit
653a76d86b
4 changed files with 98 additions and 7 deletions
|
@ -33,6 +33,7 @@ import ru.betterend.world.surface.SurfaceBuilders;
|
|||
public class BetterEnd implements ModInitializer {
|
||||
public static final String MOD_ID = "betterend";
|
||||
public static final Logger LOGGER = new Logger(MOD_ID);
|
||||
public static final boolean RUNS_FALL_FLYING_LIB = FabricLoader.getInstance().getModContainer("fallflyinglib").isPresent();
|
||||
|
||||
@Override
|
||||
public void onInitialize() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue