Allow server to disable the forced preset override
This commit is contained in:
parent
910314a1e8
commit
e670fea21a
6 changed files with 22 additions and 5 deletions
|
@ -70,6 +70,8 @@ public class BCLib implements ModInitializer {
|
|||
PlacementModifiers.ensureStaticInitialization();
|
||||
Configs.save();
|
||||
|
||||
WorldsTogether.FORCE_SERVER_TO_BETTERX_PRESET = Configs.SERVER_CONFIG.forceBetterXPreset();
|
||||
|
||||
if (false && isDevEnvironment()) {
|
||||
BCLBiome theYellow = BCLBiomeBuilder
|
||||
.start(makeID("the_yellow"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue