File Details
Dirt to Path 1.3.0 (Fabric, Minecraft 1.14.4+)
- R
- Dec 30, 2019
- 163.30 KB
- 148
- 1.15.1+3
- Fabric
File Name
dirttopath-1.3.0.jar
Supported Versions
- 1.15-Snapshot
- 1.15.1
- 1.15
- 1.14.4
Curse Maven Snippet
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"
]
}