does fun things with path blocks!!
Go to file
maia arson crimew 4cabb69d3a initial commit 2021-12-09 01:14:51 +01:00
gradle/wrapper initial commit 2021-12-09 01:14:51 +01:00
src/main initial commit 2021-12-09 01:14:51 +01:00
.gitignore initial commit 2021-12-09 01:14:51 +01:00
LICENSE initial commit 2021-12-09 01:14:51 +01:00
README.md initial commit 2021-12-09 01:14:51 +01:00
build.gradle initial commit 2021-12-09 01:14:51 +01:00
gradle.properties initial commit 2021-12-09 01:14:51 +01:00
settings.gradle initial commit 2021-12-09 01:14:51 +01:00

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