The first mod of my 'Hardcore' mod collection, a mod that gives players 5 lives (configurable) before putting them into spectator.
- A Minecraft Cyan installation
- The latest ProtocolHooks coremod
- Minecraft 1.17
- Minecraft 1.17.1
- Minecraft 1.16.5
- The Minecraft Server
- The Minecraft Client (not needed, the mod is server-side)
NOTE: Tested with pure Cyan, no other mods had been installed.
Mods that alter the respawning mechanism of the would likely be incompatible.
On Linux, you need to run the following commands:
chmod +x gradlew
./gradlew buildOn Windows, you need to run only the following:
.\gradlew buildTIP: you can add -PoverrideGameVersion=<version> to select a game version.
Main installation:
- Find the
build/cmffolder - Copy the latest
cmffile - Find your Cyan installation
- Navigate to
.cyan-data/mods - Paste the mod file
- The mod will be kept up-to-date by the trust server
On Linux, you need to run the following commands to prepare the debug environment:
chmod +x gradlew
./gradlew creatEclipseOn Windows, you need to run only the following:
.\gradlew creatEclipseThis process will take a lot of time if run for the first time. After running the commands, you can import this project in the Eclipse IDE.
TIP: you can add -PoverrideGameVersion=<version> to select a game version.