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.
|
1 year ago | |
---|---|---|
gradle/wrapper | 1 year ago | |
src/main | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
build.gradle | 1 year ago | |
gradle.properties | 1 year ago | |
settings.gradle | 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