does fun things with path blocks!!
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
maia arson crimew 4cabb69d3a initial commit 1 year ago
gradle/wrapper initial commit 1 year ago
src/main initial commit 1 year ago
.gitignore initial commit 1 year ago
LICENSE initial commit 1 year ago
README.md initial commit 1 year ago
build.gradle initial commit 1 year ago
gradle.properties initial commit 1 year ago
settings.gradle initial commit 1 year ago

README.md

pathetic - a shitty path block enhancement mod

does fun things with path blocks!! most likely not the first person to do these things, but it seems like a fun way to get into modding.

current goals

  • automatically convert often walked over grass/dirt blocks into path blocks
    • current plan is at least 5 times walked across in recent x amount of ticks, debounced by x ticks
  • automatically converted paths fade back out over time as they become "overgrown"

current status

  • very basic MVP implementation as a mixin, with cursed in memory state handling
    • blocks that have been walked over 5 times, within any overall timeframe are converted, and tagged as created by the mod