Tags
Creators
Details
0.0.1.5-beta
Compatibility
Changes
Koniavacraft 0.0.1.5-beta
Release Date: 2026-03-06
๐ World Generation
-
New regional biome system improves biome distribution and prevents custom biomes from competing with vanilla biomes.
-
Biome regions now generate in large natural patches instead of noisy random placements.
-
Added new terrain blocks:
Mana GrassMana SoilDeep Mana Soil
-
World generation performance improved.
โ๏ธ Machines
Mana Grinder
- Formerly Ore Grinder, now fully renamed to Mana Grinder.
- Fixed incorrect diamond recipe output.
- Machines correctly detect when they have no mana and stop processing.
- Each recipe now has its own processing time and mana cost.
- Fixed IO configuration issues that could break conduit networks.
Mana Generator
- Default IO configuration changed so generators output power by default.
- Old saves without IO configuration now auto-repair.
Mana Infuser
- Increased mana capacity so it can handle high-tier recipes.
- Book infusion recipe now costs less mana and always gives Unbreaking I.
Mana Crafting Table
- Reduced mana cost for Mana Infuser machine recipe (9000 โ 3500).
Solar Mana Collector
- Rebalanced mana generation rate.
- Improved daylight detection and weather checks.
- GUI now updates correctly when time is changed with commands.
- Added advanced tooltip diagnostics (Hold Shift).
๐ Mana Conduits
- Fixed rare cases where conduit networks could stall in loops.
- Improved conduit network stability.
- Increased maximum transfer rate.
- Added conduit tier system.
๐ฅ๏ธ UI & Visual Improvements
Mana Grinder Animation
- Added animated crystal hover effect.
- Added rotating internal grinding mechanism.
Creative Tab
- Machines now automatically group by type in creative mode.
Rendering
- Improved rendering bounds for tall machines.
๐ง Nara System
- Added typewriter-style dialogue system.
- Nara guidance messages now appear progressively during gameplay.
- Player data and machine data now synchronize more reliably.
๐งช Testing & Stability
-
Added automated tests for:
- Mana Grinder
- Mana Crafting Table
- Solar Mana Collector
-
Fixed several save/load edge cases.
-
Updated NeoForge version.
๐งน Cleanup
- Removed unused experimental systems and legacy code.
- Reduced internal complexity to improve stability and performance.
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:x9pJj8Sv:fB0aqC4w"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x9pJj8Sv:fB0aqC4w"
}

