Tags
Creators
Details
All versions
1.20.1-0.6.0
Beta
occultengineering-1.20.1-0.6.0.jarlast year 830
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
:sparkles: New Features
6b812cf- Implement manual interaction for the Mechanical Pulverizer. (commit by @irishgreencitrus)0951fcd- Add a ponder scene for the Mechanical Pulverizer. (commit by @irishgreencitrus)eca7c69- Add a ponder scene for the Mechanical Chamber (commit by @irishgreencitrus)f861f97- Add purple for Spirit Solution and the ability to generate Otherstone from touching lava (commit by @irishgreencitrus)1f0c603- Add ponder scene for the Otherworld Detector (commit by @irishgreencitrus)
:bug: Bug Fixes
4642875- Slightly change timings on the Mechanical Chamber's ponder scenes to be more clear (commit by @irishgreencitrus)
Find changes for all versions at https://github.com/irishgreencitrus/occultengineering/releases
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| occultengineering-1.20.1-0.6.0-sources.jar | Unknown | 128.17 KiB |
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:FHMHF9Qr:1Kg4rykL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FHMHF9Qr:1Kg4rykL"
}

