Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 7 months ago
All versions
6.2.0
Release
Mine X Farm Regen 6.2.07 months ago 1,614
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
Platforms
Bukkit
Paper
Purpur
Spigot
Changes
Update Log
- ✅ Fixed missing item issue on page 1 — all region items now display correctly without any missing slots.
- ✅ Adjusted inventory layout — no more skipped slots when rendering regions on the first page.
- ✅ Increased region limit by +1.
- ✅ Added support for using crops as delay blocks — grow and delay like a pro!
- ✅ Reload command can now be executed directly from the console — no more in-game-only reloads.
- ✅ Added Support for Minecraft 1.21.5.
- ✅ Delay and XP Drop now support configurable ranges (e.g., 5-10).
- ✅ Command Chaining: Run multiple commands in sequence with chance-based execution.
- Format: [Console / Player] ; cmd > [Console / Player] ; cmd ; chance(0.1-1.0).
- ✅ Allow Block Place Per Region: Added support to configure block placement per region.
- ✅ Fixed errors when clicking empty slots in Edit Menu & Replace Block Menu.
- ✅ Added support for console command execution: force: Triggers force-regeneration functionalities. version: Displays the current plugin version. discord: Shares Discord support and community details.
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:JXxFOmdy:CsbOcaCo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JXxFOmdy:CsbOcaCo"
}

