Skip to content

Commit 151f306

Browse files
1.1.0
1 parent 0399e2f commit 151f306

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ yarn_mappings=1.20.1+build.10
1212
loader_version=0.15.3
1313

1414
# Mod Properties
15-
mod_version=1.0.0-1.20.1
15+
mod_version=1.1.0-1.20.1
1616
maven_group=net.silentautopsy.betternetherambientmobs
1717
archives_base_name=betternetherambientmobs
1818

src/main/java/net/silentautopsy/betternetherambientmobs/BetterNetherAmbientMobs.java

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,11 @@ public void onInitialize()
2020

2121
if (FabricLoader.getInstance().isModLoaded("betternether"))
2222
{
23-
LOGGER.warn(
24-
"""
25-
BetterNether Ambient Mobs must not be used alongside BetterNether!
26-
BetterNether already provides overlapping ambient mob systems and related content,
27-
which may lead to duplicated mechanics, non-expected behaviors, and unstable gameplay.
28-
It is strongly recommended to keep only one of the two mods installed when starting the game!
29-
"""
30-
);
23+
LOGGER.warn("==================================================================================================");
24+
LOGGER.warn("BetterNether Ambient Mobs must not be used alongside BetterNether!");
25+
LOGGER.warn("BetterNether already provides overlapping ambient mob systems and related content, which may lead to duplicated mechanics, non-expected behaviors, and unstable gameplay.");
26+
LOGGER.warn("It is strongly recommended to keep only one of the two mods installed when starting the game!");
27+
LOGGER.warn("==================================================================================================");
3128
}
3229

3330
SoundsRegistry.register(MOD_ID);

0 commit comments

Comments
 (0)