Tags
Creators
Details
Licensed CC-BY-4.0
Published last year
Updated 11 months ago
All versions
0.2.1
Alpha
Oakcraft 0.2.111 months ago 62
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
New features:
- Added special ability to emberbane
- Added some items related to alien invasion
- Added acid
- Added some advancements
- Added some new visual effects
- Added ability to turn off tool abilities
- Added ability to turn off mod's trees generation
- Added new skin to emberbane
- Added The void and related content
- Added luminescent kelp
- Added some Halloween content
- Added a "fun value"
Updated features:
- Now num interface shows what signal it's currently outputting
- Changed the way how gleam harvester works
- Resource hub block now cannot be broken
- Changed radiation behavior
- Cheese is now edible
- Candycorn ingots are also edible now
- Jarred goods and flowers are now sellable
- All wood prices rebalanced
Fixes
- Fixed ore and stone nodes spawning underwater
- Fixed clay and opal spawning on the surface instead of underwater
- Removed some useless files from the mod to hopefully optimize the file size
- Fixed grey gravel not generating
- Fixed some trees not generating
- Fixed emberbane being able to burn in fire
- Fixed incorrect pricing for wooden slabs
- Fixed structures spawning in all dimensions instead of overworld only
- Fixed structures spawning underground
Optional dependencies
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:Pylm0M2Z:AQlV5sAP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Pylm0M2Z:AQlV5sAP"
}



