Coal Chunk Loader
作者:rebot | 分类:模组
Minecraft 版本: 26.1 26.1.1 26.1.2 26.2
平台: fabric
标签: game-mechanics technology utility

A simple, honest fuel-powered chunk loader for Fabric.
No new blocks, no new items — just an Observer, a Trapped Chest, and any fuel you'd use in a furnace.
? How It Works
- Place an Observer block.
- Place a Trapped Chest directly on top of it.
- Put any furnace fuel in the chest (coal, charcoal, coal block, lava bucket, wood, etc.).
As long as there's fuel in the chest, the chunk containing the Observer stays force-loaded — even with no players nearby.
Each fuel item burns for its standard furnace smelting time:
| Fuel | Duration |
|---|---|
| 1 Coal / Charcoal | 80 seconds |
| 1 Block of Coal | ~13 minutes 20 seconds |
| 1 Lava Bucket | ~16 minutes 40 seconds |
| 1 Stick | 5 seconds |
| 1 Oak Plank | 15 seconds |
| 1 Blaze Rod | 2 minutes 40 seconds |
| 1 Dried Kelp Block | 4 minutes |
Once the fuel runs out, the chunk is automatically removed from force-load. No commands needed.
✨ Features
- ? Zero new content — uses only vanilla Observer, Trapped Chest, and furnace fuels.
- ? Multiple loaders per chunk — if a chunk has several Observer+Trapped Chest pairs, it stays loaded as long as at least one is still active. Breaking one won't unload the chunk if others are still running.
- ? Furnace fuel system — any item that burns in a furnace works here. Fuel durations match vanilla furnace smelting times exactly.
? Installation
- Install Fabric Loader for your Minecraft version.
- Install Fabric API.
- Drop the mod's
.jarinto yourmodsfolder. - Launch the server or client.
?️ Building From Source
git clone https://github.com/def-encode/ccl
cd ccl
./gradlew build
The built .jar will be in build/libs/.
请登录后举报
暂无评论,抢个沙发吧~