Twerk4Fabric - Accelerated Growth by Crouching
This unique modification allows you to speed up various natural processes in Minecraft simply by crouching! When your character crouches, surrounding blocks begin to actively develop and change.
What Can Be Accelerated?
The mod affects a wide range of blocks and plants:
- All types of agricultural crops that are normally fertilized with bone meal
- Spread of grass and mycelium across the ground
- Rapid growth of sugar cane
- Formation of amethyst crystals from buds
- Oxidation process of copper blocks (except waxed ones)
Compatibility with Other Mods
Twerk4Fabric automatically supports any additional modifications if they use standard Minecraft classes:
- Fertilizable - for fertilizable plants
- SpreadableBlock - for spreadable blocks
- Degradable - for degradable materials
- SugarCaneBlock - for sugar cane
- BuddingAmethystBlock - for amethysts
For all other blocks, random ticking is activated when crouching.
Parameter Configuration
You can personalize the mod's operation through the configuration file located at: .minecraft/config/twerk4fabric/config.json
Main settings include:
- Changing the effect radius when crouching
- Adding exceptions for specific blocks
The configuration file is automatically restored when deleted. To apply changes, use the /reloadtwerk4fabric command (on servers, operator level 2 is required).
Example configuration file:
{
"range": 4,
"ignoredBlocks":
[
"minecraft:grass",
"minecraft:tall_grass"
]
}