Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Sneak to grow crops and amethyst, spread grass and oxidize copper. Supports the following blocks:
- All the bone mealable blocks
- Grass and Mycelium
- Sugar Cane
- Budding Amethyst
- All the non-waxed copper blocks
Mod support
All mods should be supported assuming they're extending the following vanilla classes:
- Fertilizable
- SpreadableBlock
- Degradable
- SugarCaneBlock
- BuddingAmethystBlock
Any other block will fall back to recieving 1 random tick when twerking.
Configuration
You can configure this mod to change the twerking range and to ignore specific blocks.
The configuration file is located in .minecraft/config/twerk4fabric/config.json
.
When deleted, it will be replaced with the default configuration. Any unset fields will also be reset.
The config can be reloaded using the /reloadtwerk4fabric
command, which requires operator level 2 on dedicated servers.
To change the range, change the range
field.
To add or remove a block from the ignore list, add or remove the ID of the block from the ignoredBlocks
list.
{
"range": 4,
"ignoredBlocks":
[
"minecraft:grass",
"minecraft:tall_grass"
]
}