promotional bannermobile promotional banner

Dirt to Path

Flatten Dirt into Path
Back to Files

Dirt to Path 1.3.0 (Fabric, Minecraft 1.14.4+)

File namedirttopath-1.3.0.jar
Uploaded
Dec 30, 2019
Downloads
155
Size
163.3 KB
Mod Loaders
Fabric
File ID
2851886
Type
R
Release
Supported game versions
  • 1.15-Snapshot
  • 1.15.1
  • 1.15
  • 1.14.4

Curse Maven Snippet

Fabric

modImplementation "curse.maven:dirt-to-path-326341:2851886"

Learn more about Curse Maven

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