3.7.3
Compatibility
Changes
**GeoSmelt-3.7.3-NEO1.21.1
Added Ordered, Stacked and Soldier variants of each brick type. (except sorted)
Retextured all terracotta brick blocks and made them unique**
**GeoSmelt-3.7.2-NEO1.21.1
Color Splash!
Warning: Scorpions will now despawn despite being animals, use nametags to keep them.
Added Terracotta Bricks and Chiseled Terracotta Bricks of each color.
Added Factory and Burnt Bricks
Adjusted some of the mod's textures, mainly terranite.
Tazurite your next...**
**GeoSmelt-3.7-NEO1.21.1
Small update to fix some bugs, nerf things, and add Bananas!
Added Bananas: find them on a special tree in jungle biomes.
Added the Clambering effect- gives you +2 step height per level. Obtained from eating bananas or brewing potions with bananas.
Fixed both ore berry bushes having the wrong model
reduced scorpion spawns (hopefully this will reduce the amount spawning)
chitin can be crafted into leather
Jungle Tarantulas are now tempted by Bananas instead of glow berries**
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:RYaKRrzt:WFaX3ZgH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RYaKRrzt:WFaX3ZgH"
}

