
Minetorio
Minetorio is a factorio inspired plugin which is all about automation! With this plugin you can automate crafting, farming, mining, smelting, make chest sorters and so much more. There is over 40+ devices that can perform various tasks for automation!
1.0.1
Compatibility
Changes
Changes
- Changed how super chunks are obtained, this should reduce their overhead on startup.
- Electronic Circuits now require a redstone dust.
- Processing Units now require a gold ingot.
- The Maintenance Station now keeps track of the amount of spare parts it has consumed. It will also report the amount of broken devices as well!
Fixes
- PlexMap support updated, it should no longer cause an error in the console on occasion. In addition to this, it should be more far more stable.
- Removed some pre 1.0 debug messages from the console.
- Fixed an issue with the FurnaceBurnEvent trying to log air when the result would be set to air from another plugin.
- The RegionPylon disables partially if WorldGuard is disabled.
- The Tunnel Pickaxe no longer ignores if the source block break was cancelled.
Notes
- The recipe changes wont apply to existing servers you will need to add these yourself.
- The recipe changes was voted on in the MT discord with 100% yes across 37 votes. So i dont see this change as a major issue haha.
- The changes also make the infuser a bit more useful as well as making deep drilling gold an option now.
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:ufKISd6S:RZtZtIJE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ufKISd6S:RZtZtIJE"
}
