Tags
Creators
Details
1.20-1.3.0
Compatibility
Required content
Changes

Fixes & Changes:
-
Factories that are owned by the Player can switch off with a simple right-click.
-
Hinders owned by Players will only heal for 5 seconds before entering a Cooldown stage, where they can't heal, for 10 seconds. This can be tweaked or disable through config.
-
Machines built by Bound Engineers are now owned by the Engineer's master rather than the Engineer themselves (unless they don't have a master)
-
How many servants are allow to be spawned by Factories and how many machines made by players or servants are allowed to be made are now configurable.
-
Using Freaky Robe ability no longer causes player's camera to zoom in.
Additions:
-
Zombie Absorber. Servants summoned using a Necroturgy ritual. When wearing Necro/Nameless Cape, passive healing is heavily slower.
-
Engineering Packages. Three items that can be crafted using Engineer's Mallet and other items on a crafting table that allows players to spawn each of the Engineer's machines wherever they wished instead of thrown randomly from the mallet.
-
New Freaky Robe ability that requires the player to have two Iron Axes on both hands and at or below half max health. Causes player to shoot many Thrown Axes at where they're looking at.
Join the official Mod Discord!
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:v9fBe3H0:KzXX0VLs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v9fBe3H0:KzXX0VLs"
}




