Tags
Creators
Details
1.0.5
Compatibility
Changes
Changes:
-
Made the reviver no longer accept regular lives, now it will only accept golden lives.
-
Retextured the Reviver fill levels to golden lives to match the change stated above
-
Added 3 commands
/addlives @p {number} (adds a number of lives to targets)
/takelives @p {number} (takes a specified number of lives from targets)
/setlives @p {number] (sets a target’s lives to a specified number, can also be used to give golden lives)
-
Changed the /reset command to /resetlives @p along with making support for setting your target
-
The regular lives will now be named after the player they were obtained from. example: “supermj767’s Life”
-
Removed the “Revive Life”
Bug Fixes:
- Golden hearts are now a lot easier to use around the reviver (right clicking it and shift right clicking it)
- The reviver will no longer switch your gamemode if you go over to it in spectator mode
- The reviver is now a lot more reliable because it no longer relies on revive lives (a hidden item) to revive players
- Your inventory will now drop properly once you die
- Other bug fixes have been made but i can't quite remember them lol
This is a huge update, enjoy! :)
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:R7306jaV:fDjATnx6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R7306jaV:fDjATnx6"
}

