Dirt to Path 1.3.0 (Fabric, Minecraft 1.14.4+)
Curse Maven Snippet
What's new
Fixed compatibility with 1.15.
Removed AutoConfig and Cloth Config 1 from dependencies. They are no longer included.
No config GUI yet, will come in a future version.
Changed the config system to use dirttopath/config.json.
The config format has changed, see the default config for details. It should be easier to customize.
Added ML3API 1.3.3 as an included dependency.
This config makes the mod do almost the same thing as vanilla:
{
"Dirt from Path": "minecraft:grass_path",
"Dirt List": [
"minecraft:grass_block"
]
}
This is the default config:
{
"Dirt from Path": "minecraft:dirt",
"Dirt List": [
"minecraft:dirt",
"minecraft:grass_block",
"minecraft:mycelium",
"minecraft:podzol",
"minecraft:farmland"
]
}
This mod has no additional files

