https://github.com/Retro64Mod/Retro64Mod
MC side of the Retro64 mod
https://github.com/Retro64Mod/Retro64Mod
Last synced: 7 months ago
JSON representation
MC side of the Retro64 mod
- Host: GitHub
- URL: https://github.com/Retro64Mod/Retro64Mod
- Owner: Retro64Mod
- License: mit
- Created: 2022-03-14T19:46:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-09T18:06:16.000Z (8 months ago)
- Last Synced: 2025-05-09T18:40:53.607Z (8 months ago)
- Language: Java
- Size: 31.2 MB
- Stars: 158
- Watchers: 20
- Forks: 41
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSE
Awesome Lists containing this project
- awesome-libsm64 - Mod source code
README
# Retro64 Minecraft Mod repository
This is the Minecraft side of the Retro64 mod - It also requires a native library, and an executable for audio support.
Be aware that the code is currently messy, and needs a lot of polishing.
For instructions on how to install the mod, watch this video [here](https://www.youtube.com/watch?v=2yWKqc2rmHI).
# Status
Mario's complete moveset including the BLJ is implemented.
Mario can attack enemies, swim, travel between dimensions, take damage and heal with XP or water and more, he also has a first person mode making some of these easier.
Currently, the only implemented cap is the Wing Cap, which can be accessed by equiping an elytra.
# Compilation instructions for Windows
!! First ensure you have installed a JDK above v17, you can find a good one [here](https://adoptium.net/?variant=openjdk17&jvmVariant=hotspot).
To compile Retro64 on Windows, open Powershell/CMD and run `./gradlew.bat build`
It will begin compiling the mod and if it successfully compiles, you can find the output at build/reobfJar/output.jar
# Compilation instructions for Linux
You should be able to follow the same steps for compiling on windows except instead of running `./gradew.bat build`, instead run `./gradlew build`