/
This mod adds a speed effect to paths and can be customized via a config file.
By default, the mod introduces the following blocks and items:
You can configure the mod to disable the addition of these blocks and items, making it work server-side only. (if additional_elements is false)
The configuration file is located at config/speedypath.json.
{
"additional_elements": true,
"speedypath": {
"minecraft:dirt_path": {
"speed": 1
},
"speedypath:stone_path": {
"speed": 2
},
"speedypath:brick_path": {
"speed": 3
}
}
}
In fact, it’s possible to add effects other than speed as well!