All versions
1.4.13
Release
1.20.1-1.4.133 years ago 306
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- v1.4.13 [F] Mod ID query made static (issue #2).
- v1.4.12 [F] JEI load order edited (issue #2, ty jimmon89).
- v1.4.11 [A] JEI integration for crafting table added.
- v1.4.10 [U] Updated to mc1.20.1 neoforge.
[A] REDIA Tool ported over from Engineer's Tools.
- v1.4.9 [U] Updated to mc1.20.1 forge.
[A] Added Patchy Stone Block (with Stairs and Slab).
[M] Back-Filling Wand supports Patchy Stone placement
from internal charge.
[A] Added simple/mundane Chimney block.
- v1.3.8 [A] Added Back-Filling Wand.
[A] Added Charged Amethyst additional to Charged Lapis.
[A] Peculiar Ring chargeable with Amethyst Shards/Blocks.
- v1.3.7 [A] Added Rustic Wood Slab.
[A] Added Rustic Wood Stairs.
[F] Fixed Rustic Trapdoor opening.
- v1.3.6 [F] Fixed door handling for AI.
- v1.3.5 [A] Added Rustic player-only Wood Door.
[A] Added Paintings.
- v1.3.4 [A] Added Weathered Stone Brick stairs/slabs.
[A] Added Rustic Wood Trapdoor.
[A] Added Rustic Wood Planks.
- v1.3.3 [A] Added ladder recipe from spruce fences.
[A] Added crushing for glowstone and quartz.
[A] Added name tag stamping using hammer.
[A] Added Rustic Barrel (simple item storage).
[M] Ariadne Coal texture reduced to 16x16.
[M] JEI integration enabled.
- v1.3.2 [U] Ported to 1.19.2.
- v1.2.2 [U] Ported to 1.19.1.
- v1.1.1-b9 [U] Forge updated to 1.19-41.1.0.
[B] Known issue: JEI integration missing.
- v1.1.1-b8 [U] Updated to 1.19.
- v1.1.1-b7 [U] Updated to 1.18.2.
- v1.1.1-b6 [A] Added Tracking Compass (moved from Engineer's Tools mod).
- v1.1.1-b5 [A] Fixed Mind Squeezer recipe.
[F] Fixed Crate rendering issue.
- v1.1.1-b4 [A] Added Ariadne Coal (moved from Engineer's Tools mod).
[A] Added Crushing Hammer & Crushed Ores.
[A] Charged Lapis & Mind Squeezer.
[F] Fixed Crate Model.
[F] Fixed Weathered Brick drops.
- v1.1.1-b3 [U] Forge/gradle updated, library adaptions.
[F] Fixed water logging.
- v1.1.1-b2 [U] Initial 1.18.1 port.
- v1.1.1-b1 [U] Initial 1.17.1 port.
- v1.1.0-b3 [F] Added Rustic Iron Chain.
[A] Peculiar Ring added.
- v1.1.0-b2 [A] Added Prospecting Dowser.
[A] Added Plated Netherite Armor.
- v1.1.0-b1 [A] Initial feature set implemented.
- v1.1.0-a1 [A] Initial Alpha.
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:qvD3MYjH:ad3HeUuS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qvD3MYjH:ad3HeUuS"
}

