Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deadlymc/protosky
https://github.com/deadlymc/protosky
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deadlymc/protosky
- Owner: DeadlyMC
- License: mit
- Created: 2020-02-19T08:44:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-06T02:10:38.000Z (over 1 year ago)
- Last Synced: 2023-12-02T12:34:51.490Z (about 1 year ago)
- Language: Java
- Size: 322 KB
- Stars: 16
- Watchers: 3
- Forks: 22
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ProtoSky
ProtoSky skyblock mod.## Requirements (Mod users)
- Fabric Installer : https://fabricmc.net/use/## Compiling
- Clone this repo.
- Run `gradlew genSources idea` for IntelliJ and `gradlew genSources eclipse` for Eclipse
You should be ready to develop.
- Run `gradlew build` if you want to create mod jars.## Notes
ChunkStatusMixin.java is where all the action happens. It's also where I commented everything, so it will be way easier to figure out what's happening.