ringosham / ToggleSneak

The OG ToggleSneak mod
https://www.curseforge.com/minecraft/mc-mods/togglesneak/
MIT License
1 stars 0 forks source link

Rewrite PlayerBase to be compatible with 1.12 #1

Closed ringosham closed 4 years ago

ringosham commented 4 years ago

Right now the PlayerBase class is the exact same as 1.8 which means all 1.12 player movements will likely crash the game or don't work.

Probably just copy the class from source and edit upon it.