Tags
Creators
Details
2.5.11.1
Compatibility
Required content
Changes
Fixes & Changes:
-
Fixed Nameless Staff not summoning 3 Haunted Skulls at once.
-
Illager types can now be added to Illager Assaults by putting json files under a directory/folder named "illager_assault".
-
Visual improvements on Ice Chunk impact, Scatter Mine aura and Soul Heal spell effect.
-
Cryologers can summon Ice Chunks on Hard difficulty, if enabled through config in goety-mobs.toml. Disabled by default.
-
Improved Redstone Golem walk animation.
Additions:
-
Secluded Igloo. A new structure that contains a Cryologer.
-
Snow Bricks blocks. Snow Bricks are craft-able with 2 Snow Blocks and 2 Stone Blocks on a 2x2 crafting pattern.
-
Brewing now has a leveling system. Every time you bottle a successful brew, you will attain some bottling progress. By default, every 20 brews you bottled will give you 1 bottling level. A Bottling level allows you to bottle up an extra amount of brew. By default, you can have a max Bottling Level of 5. (Yes, this is based on Witchery's bottling level system).
Join the official Mod Discord!
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:4ZVIxU8x:x56KTHtj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4ZVIxU8x:x56KTHtj"
}

