All versions
1.0.0
Release
Magic Wooden Barrel 1.0.0last month 12
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog v1.0.0
Added
- New blocks: Magic Barrel, Timer Barrel, added to the
magic_barrelscreative tab - Auto‑harvest: Scan and collect mature crops within range; drops are stored into the barrel's internal 54‑slot inventory. Items drop onto the ground when inventory is full
- Auto‑replant: Automatically consume seeds stored inside the barrel to replant crops after harvesting
- Level system: Shift‑right‑click to cycle level 1‑3. Scan range: ±1 / ±3 / ±4 (3×3 / 6×6 / 9×9). Level value is clamped to prevent malicious NBT tampering
- Crafting recipes: Magic Barrel (4× Amethyst Shard + Barrel), Timer Barrel (4× Clock + Barrel)
- Full English & Chinese localization files; localized tooltips and level‑switch feedback messages
Changed
- Timer Barrel harvest interval set to 1 in‑game hour (1000 ticks)
- Timer Barrel crafting ingredient changed from Redstone to Clock
- Mod metadata author set to NillFall
- Removed minimum NeoForge version restriction; mod can load with any NeoForge version
Technical Fixes
- Fixed registration‑time NPE (
Block id not set) caused byBlock.Properties.ofFullCopyunder NeoForge 26.2, replaced with explicit block properties - Adapted to NeoForge 26.2 API: migrated NBT to ValueInput / ValueOutput, split
Block.use, moved item models intoitems/directory, adjusted block ticker driving logic - Aligned container slots and menu layout (54‑slot / 9×6)
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:OWmKNBko:CMLru42i"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OWmKNBko:CMLru42i"
}

