Tags
Creators
Details
0.9.7
Compatibility
Changes
-
Made Stoneborn trades data driven. The system works very similarly to the new villager trade system introduced in this update.
-
moved all animal foods and tempt items to tags
-
moved shearing drops to loot tables
-
forgotten guardians will no longer despawn in peaceful: they will now enter an inactive state instead, making them invulnerable to any damage.
-
renamed spear to javelin, tweaked their damage, and made them stackable
-
added falling leaf particles to leaves
-
gave battleaxes a unique 3rd person animation on swing
-
added unique models for all baby mobs
-
tweaked scintling animations
-
moved slingshot ammo to a data component. You can define hit/shoot sounds, particles, effects on hit, and what textures to use on the slingshot when charging it up with said ammo.
-
added thornreed, an Undergarden equivanlent to sugar cane that generates underwater
-
added a bunch of new sediment variant blocks
-
added the undergar, a new neutral fish found in the ancient sea. Drops undergar fillets on death
-
buffed froststeel armor values slightly
-
buffed froststeel tool durabilty significantly
-
slightly adjusted most other tool and armor values
-
utherium tools can now break dreadrock related blocks
-
fixed a game crash when giving yourself a high level of the purity effect
-
adjusted the utheric infection damage curve to be more exponential instead of linear. Damage now starts off slow but ramps up the longer you have it
-
added cloggrum grate, pillar, and ladder blocks
-
adjusted virulent mix bubbling sounds to play less frequently
-
added twistybush, a new twistytwig-dropping block that spawns in various biomes without wigglewood trees
-
improved infuser logic
-
added rogdorium infused underbeans, which will mutate a dweller into a greater version
-
increased drop chance of wigglewood saplings
-
added a new consume effect for utheric infection changes
-
changed Undergarden mushroom blocks to actually have inside textures
-
added a BUNCH of missing tag contents
-
fixed the "strange fish" advancement not working with the cloggrum bucket
-
stoneborn can no longer be traded with if theyre angry at something
-
added new config option to spawn in undergarden. If the bonus chest setting is enabled you will also get a special undergarden bonus chest on first spawn
-
rotwalkers and stoneborn will now actually swing to hit their target instead of just standing there menacingly
-
remodeled the s'mog
-
depthrock bed recipe now supports both mogmoss variants
-
removed undergarden's scaffold recipe
-
removed undergarden's lead recipe
-
greater dwellers now give birth to normal baby dwellers
-
normal dwellers are now immune to the utheric infection
-
removed undergarden fog config
-
fixed vanilla dirt generating under some trees rarely
-
battleaxes can now only be swung with a full melee charge
-
probably other small minute things we forgot about
-
adjusted textures for:
- mushrooms
- indigo mushroom blocks
- seeping ink
- smog vents
- gooey and virulence effects
- brute
- cloggrum bars
- cloggrum and forgotten tools
- froststeel axe and sword
- bloody inky, and indigo stews
- brute tusk
- slop bowl
- forgotten upgrade template
- utheric shard and cluster
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:Ejfl5qDL:eSzOSZeP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ejfl5qDL:eSzOSZeP"
}

