Magic Wooden Barrel

Minecraft NeoForge 26.2's auto-harvest mod. It adds two new blocks: the Magic Bucket and the Timer Bucket. They automatically harvest nearby crops, store the drops in the bucket, and replant the seeds after harvesting.
Back to Files

magic_barrels-1.0.0.jar

File namemagic_barrels-1.0.0.jar
Uploader
NillFallNillFall
Uploaded
Aug 25, 2026
Downloads
22
Size
36.1 KB
Mod Loaders
NeoForge
File ID
8728706
Type
R
Release
Supported game versions
  • 26.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:magic-wooden-barrel-1667399:8728706"

Learn more about Curse Maven

What's new

Magic Wooden Barrel 1.0.0

Changelog v1.0.0

Added

  • New blocks: Magic Barrel, Timer Barrel, added to the magic_barrels creative 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 by Block.Properties.ofFullCopy under 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 into items/ directory, adjusted block ticker driving logic
  • Aligned container slots and menu layout (54‑slot / 9×6)

This mod has no related projects