All versions
1.5.1
Release
The Tech and Pig patch4 months ago 11
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
A small patch that buffs lord pork and makes the tech early game a bit more enjoyable
Change Log
- The Alloy Forge is now cheaper to craft as it now uses iron ingots instead of buckets
- The Press crafting recipe now only uses 2 steel ingots instead of 3
- The Burning Brimstone Layer’s effects and generation now starts at Y-58 instead of Y-50
- The Coal Burner now produces 50 energy per coal and takes more time to make energy (now 35 ticks instead of 2)
- The Log Burner now produces 35 energy per log and takes more time to make energy (now 25 ticks instead of 2)
- Buffed Lord Pork: now has 230hp instead of 185hp, his basic attack now deals 5 damage instead of 3, now has a 16% knockback resistance, now moves slightly faster, now has a follow range of 45 instead of 26, His phase 1 summons now take 100 ticks to spawn instead of 110, His phase 2 summons now take 145 ticks to spawn instead of 175, His phase 3 summons now take 160 ticks to spawn instead of 192, all of his summons have been slightly buffed
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:8cQTO4I3:nyvYnlcG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8cQTO4I3:nyvYnlcG"
}

