Included content
| Name | Version | |
|---|---|---|
Features:
Wind: Hear- no. Feel- no. See- maybe. See the effects of wind before your eyes!
BIOMES:
Oasis: A luscious apparatus!
Warm River:
Rainforest: Flashy! Wet! Dirty!
Old Growth Dark Forest: Dark and dreary, mystic-dreamy.
Old Growth Snowy Pine Taiga:
Temperate Rainforest: Bright! Wet! Exotic!
TRANSITION BIOMES: Transition biomes are a new category of biome we're introducing.
Arid Forest:
Arid Savanna:
Parched Forest:
Birch Jungle:
Sparse Birch Jungle:
Birch Taiga:
Old Growth Birch Taiga:
Semi Birch Forest:
Dark Birch Forest:
Dark Taiga:
Flower Field:
ENTITIES:
Tumbleweed: Who wants bouncy balls when you can have bouncy blocks?
BLOCKS:
Prickly Pear: Ow. That hurt. A lot. Help. I ate it. Why.
Bush: It's alive!
Tumbleweed Stem:
Tumbleweed:
Coconut and Palm Sapling:
Palm Crown:
Scorched Sand: IT BURNS.
ITEMS:
Prickly Pear:
Split Coconut:
Plants:
Blocks:
Desert:
Badlands:
Dark Forest:
Jungle, Sparse Jungle, and Bamboo Jungle:
Savanna:
Taiga, Snowy Taiga, Old Growth Spruce Taiga, Old Growth Pine Taiga:
Sunflower Plains:
Cherry Grove:
Jellyfish Caves:
Other worldgen changes:
Sculk Changes:
Chest Changes:
Termite Changes:
Cypress Changes:
Jellyfish Changes:
Mesoglea Changes:
Updated Dripping Mesoglea particles to no longer face upwards or downwards while hanging.
Waterlogged Mesoglea now allows Jellyfish to spawn inside of it.
Dry Mesoglea now renders when inside Waterlogged Mesoglea.
Mesoglea can now optionally be rendered as a liquid whilst Sodium is not being used.
Fixed countless bugs and inconsistencies overall.
Changed the way worldgen features are registered to allow for more consistency between 1.19.2 and 1.19.3+.
| Name | Version | |
|---|---|---|
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.
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:AtHRJSUW:NP4hil1K"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AtHRJSUW:NP4hil1K"
}