<
Block Speed Mod
Control how fast your Droppers, Dispensers, and Autocrafters work — per world.
Block Speed Mod lets you configure how many items are processed per Redstone pulse for Droppers, Dispensers, and Autocrafters. All settings are saved per world, so each save has its own independent configuration.
Features
/dropperAmount <number> — Set how many items a Dropper transfers per Redstone pulse
/dispenserAmount <number> — Set how many items a Dispenser fires/places per Redstone pulse
/autocrafterAmount <number> — Set how many crafting operations an Autocrafter performs per Redstone pulse
- Per-world config — Settings are saved inside the world folder (
<world>/blockspeedmod/config.json) and load automatically when the world is opened
- Singleplayer focused — No server setup required, works out of the box in any singleplayer world
Usage
Open a world, then use any of the three commands in chat:
/dropperAmount 5
/dispenserAmount 3
/autocrafterAmount 10
Values are applied instantly and saved automatically. The minimum value is 1 (vanilla behavior).
Compatibility
- Minecraft: 1.21 – 1.21.11
- Mod Loader: Fabric
- Dependencies: Fabric API
Notes
- Values are stored in
<world save>/blockspeedmod/config.json — you can edit this file manually if needed
- Setting a value to
1 restores vanilla behavior for that block type
- Higher values significantly increase item throughput — use with caution in automated farms