1.15
Compatibility
Changes
1.15 - Added 7 new ability items.
1.14 - Repair nerfed/changed one last time. Walls upgraded to do ceiling/floors as well as their original walls.
1.13b - Out of material message removed, walls able to use a few more types of material.
1.13a- Wall inventory bug fixed.
1.13 - Furnace bugs fixed, functions made smarter. Walls ability changed to hopefully be more useful for building.
1.12a - Destruction Catalyst was able to break bedrock. This has been fixed. New formless recipe for Nova Catalysts.
1.12 - Destruction Catalyst: ability to break 3x3 panels, consuming 1 gunpowder per use.
1.11 - Dark Matter Armor: Unbreakable 96% damage resistance armor. Almost perfect.
-
-
- Nova Catalyst: A 6-block radius explosive that will not damage entities.
-
1.10 - Dark Matter Furnace with 9x the smelting/holding capacity! And it loads/unloads automatically.
1.09 - Reusable healing items that consume redstone and glowstone and never break.
1.08 - Philosopher's Stone also right-clicks a block to raise a 3x3 wall.
1.07 - Unbreakable dark matter tools.
1.06 - Covalence dust, used to repair tools and armor.
v1+ - Philosopher's Stone that transmutes materials into other materials - the stone never gets used up.
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:jwK0Jivv:lxZeGm7E"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jwK0Jivv:lxZeGm7E"
}

