Links
Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 3 months ago
All versions
1.19.2-1.8.2
Beta
[Archive] Abundant Atmosphere 1.19.2-1.8.23 years ago 6,407
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Changes
This is an archive version of the mod, this no longer reflects the current state of Abundant Atmosphere
Abundant Atmosphere - BETA 1.8.2
Hotfix Changes
- Removed tag from mineable/pickaxe fixing pickaxe issues
- Fixed Terracotta Stairs having broken recipes
- Removed Cobblestone from rocks recipes
- Added back in wild parsnip generation
Blocks
- Added new terracotta variants! Blocks, Bricks, and Tiles in all 16 color variants
- Removed Sculk Teeth block
- Removed Mixed Bricks
- Added Stone Doors & Trapdoors
- Added Silt (Spawns in cold ocean biomes)
- Added new types of pots! Ceramic & Silt pot types to accompany the Mud & Deepslate pots
- Added Tower Trinket, a new type of collectible
- Added Cave Parsnips (Spawns on the roof of deepslate caves)
- Added Olive Magnolia flower (Spawns in Dark Forests)
- Added Bloomstilt Hyacinth flower (Spawns in Birch Forests)
- Added Midnight Lily flower (Spawns in Mangrove Swamps)
Technical Changes
- Complete makeover of code
- Reduced spawn amount of Mangroves in Mangrove Swamps
- Added in some advancements related to pots
- Temporarily removed Ancient City Makeover till V2.0.0
- Remade a ton of textures to be more pleasing to look at
- Fixed some tag issues
- Fixes some recipe issues
- Squashed some major block bugs from previous beta
- Foxfire Mushrooms have been renamed to Hallsoot Mushrooms
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:MDDUw4JS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:N8ZATCCG:MDDUw4JS"
}

