Links
Tags
Creators
Details
1.0.2
Compatibility
Changes
This is an archive version of the mod, this no longer reflects the current state of Abundant Atmosphere
- RELEASE 1.0.2
New Blocks
-
Added Mixed Bricks with respective wall, stair, and slab variants
-
Added Polished Calcite, Calcite Bricks and Chiseled Calcite Bricks with respective wall, stair, and slab variants
-
Added Polished Dripstone and Dripstone Tiles with respective wall, stair, and slab variants
-
Added Basalt Bricks, Chiseled Basalt Bricks and Blackstone Basalt Tiles
-
Added Poreshroom and Foxfire Mushroom, with respective shelf variants as well
-
Added Deepslate Pillar and Chiseled Deepslate Tiles
-
Added Moss Clumps, a glow lichen type of moss block
-
Added Mangrove Weave and mat variant
-
Added Ash tree, spawning naturally in Savannas
-
Added Ash woodset
New Items/Foods
-
Added Frog Legs, a new simple food source
-
Added Frog Hide, a variant of rabbit hide meant to make using hides easier
Technical Changes
-
Rabbits have been changed in their loot tables to make obtaining hides easier
-
Frogs now have their own hides and frog leg food type
-
Bundles are now craftable with Rabbit/Frog hides
-
Mossy stones generate naturally, and are also craftable with moss type materials
-
Ancient Cities have been changed to use ancient pots rather than chests, and have gotten a semi overhaul
-
Deepslate blockset textures have been updated
-
Poreshrooms and Foxfire Mushrooms Generate naturally
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:N8ZATCCG:yZHRhP5I"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:N8ZATCCG:yZHRhP5I"
}

