1.18
Compatibility
Changes
The tower has been changed
New floors of the tower have been added, they are generated when they are completed
New particles have been added
New subspecies of steps walls and fences have been added
New types of boards have been added
Added new and old Monstera,Big monstera plants
The behavior of the Iron Golem artifact has been changed
Added event portals
The mechanics of corals have been changed
Added dead corals
Added new trophy Necromancer Head,Nameless Head,Head of all kinds of skeletons
Added variations of mobs' sounds (previously, only one was produced for each behavior)
Added Snareling web trap
Tower doors added
Added icons for Nameless Candle,Gold Candle,Nature Candle blocks
New flowers have been added
The Content informator menu has received a new tab (Underground locations) Not available
Now you can find out the coordinates of the underground biome on the table with the map is not available
Fixed particles of fire, smoke and others
The renderings of some blocks have been changed
Fixed hitboxes for blocks
Added new wind particles for the block
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:R0ToJjk1:UucQmp9v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R0ToJjk1:UucQmp9v"
}

