Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tommsy64/smartmovingreloaded
A Minecraft mod that provides additional movement actions such as crawling and climbing.
https://github.com/tommsy64/smartmovingreloaded
minecraft minecraft-forge minecraft-mod
Last synced: 5 days ago
JSON representation
A Minecraft mod that provides additional movement actions such as crawling and climbing.
- Host: GitHub
- URL: https://github.com/tommsy64/smartmovingreloaded
- Owner: Tommsy64
- License: gpl-3.0
- Created: 2018-06-05T19:22:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T01:43:26.000Z (about 6 years ago)
- Last Synced: 2024-11-07T12:03:01.853Z (5 days ago)
- Topics: minecraft, minecraft-forge, minecraft-mod
- Language: Java
- Homepage:
- Size: 225 KB
- Stars: 51
- Watchers: 20
- Forks: 7
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Smart Moving Reloaded
The [original](https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/1274224-smart-moving) Smart Moving was created by Divisor. Because it has not been updated since Minecraft 1.8.9, I have decided to make my own mod with a similar goal of providing additional movement possibilities.
**Note:** At the moment, this mod is in alpha with many potential *bugs* and *unimplemented features*.
## Benefits
* Uses Mixins to modify base Minecraft classes instead of completely rewriting them
* Updated to Minecraft 1.12.2
* Fixes long-standing vanilla bug [MC-90598](https://bugs.mojang.com/browse/MC-90598)## Developing
* Make sure to run `gradlew installLombok` to install [Lombok](https://projectlombok.org/) integration into your IDE