All versions
1.1.0
Release
Open Modular Turrets Reborn 1.1.0last week 32
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- Fixed a bug where individual turret bases were not showing in the creative and JEI menus, and adjusted the ordering to align with Tier I-IV logic.
- Fixed a bug where the rocket turret firing would cause significant FPS drops.
- Fixed a bug where raw ferronite was not being accepted by Mekanism machines.
- Fixed a bug where some turrets would lose sight lines if the mob was close and below them.
- Fixed a bug where some turrets would shoot at mobs behind fences and walls but never be able to hit them
- Fixed a bug where the GUI fields would overlap or bleed off the edge of the screen.
- Fixed a bug where the Plasma Turret would frequently shoot low and miss targets.
- Added 2 new items: Block of Raw Ferronite and Block of Nethronite
- The Grenade Turret, Rocket Turret, Incendiary Turret, and Teleporter Turret all received minor stat changes.
- Added a new firing sound for the Plasma Turret.
- Made minor crafting recipe revisions to all Tier I-IV Turret bases and parts to make them easier to craft in survival.
- The Potato Turret now accepts poisonous potatoes as ammo, and mobs receive the poison effect when hit.
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:mgcPIgxZ:MIEifEog"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mgcPIgxZ:MIEifEog"
}

