Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.44 KB

File metadata and controls

32 lines (28 loc) · 1.44 KB

What is this?

This is a project by me (CarsCupcake) on recreating the famous gamemode Skyblock from Hypixel
Its ment as a little project to test some gear for the real game or enjoy a little singleplayer sandbox experience

How to use:

Install Java 25
Put the run.bat and SbRemake.jar from the releases into an empty folder
Run (double click) the run.bat
To connect use Minecraft Version 1.21.11 with the Address localhost:25565

Contributing

To pull the repo successfully please not that i use a submodule here which allso has to be pulled.
Use this command:
git clone --recurse-submodules -j8 https://github.com/CarsCupcake/SbRemake.git
to clone successfully,
or update it seperatly via
git submodule update --init --recursive