A cross-platform app that lets you install Minecraft mods and more!

- It can run on anything that has some computing power, and Java!
- It is very simple. Just click what you want to install, and DONE!
Blockforge needs a specific version of Java (which is Java 21). If you are on Windows, go to https://download.oracle.com/java/21/latest/jdk-21_windows-x64_bin.exe and run the installer. Now, open the terminal, and type
java --versionIt should say something like Java 21.
If you have a Apple Silicon Mac, go to https://download.oracle.com/java/21/latest/jdk-21_macos-aarch64_bin.dmg and run the installer. If you have a Intel Mac (old macs sold before ~2020), go to https://download.oracle.com/java/21/latest/jdk-21_macos-x64_bin.dmg and run the installer. Now, open the terminal, and type
java --versionIf you are on a Fedora-based distro, open the terminal and run
sudo dnf install java-21-openjdk-devel gradlewIf you are on a Debian-based distro, open the terminal and run
sudo apt install openjdk-21-jdk gradlew -yIf you are on a Archlinux-based distro, open the terminal and run
sudo pacman -S jdk21-openjdk gradlewDownload the zip file and extract it. Now, open the folder in the terminal and run
./gradlew runYOU HAVE SUCCSESSFULLY INSTALLED BLOCKFORGE!
