Version 0.8.0-1.20.1
SunBlockCore is a forge mod for the SunBlock system, It loads up real-time solar data on the server-side into Minecraft and broadcasts it live to users that receive it on the client-side, enabling new game mechanics for a solar-powered survival multiplayer experience.
For the mod file (JAR), please see releases.
⚠️ The naming and versioning for the mod was changed aftersolarminecraft-1.0.6
to be consistent with the fact that the mod is still in its pre-release state. Also the mod's name was formalized as SunBlockCore.
Please see the docs for more technical information.
-
Clone the repository and open a terminal in the root directory of the project.
-
Run
./gradlew build
to fetch and compile Gradle. This should outputBuild Successful
. -
Run
./gradlew runClient
to compile the source code and run it in Minecraft.
- Java
17
- Eclipse Temurin Version - Minecraft
1.20.1
- Forge
47.2.0
- Gradle