1.0.31-alpha.1
Compatibility
Changes
Bugfix version
-
The bug that prevented obtaining additional HP through the "EXTRA_HP" action of the perks once at least half a heart had already been obtained has been fixed. However, if you configured it to obtain 5 or more hearts, this was not noticeable.
-
Fixed the bug where the boss bar was out of sync at the start of the moon (due to the change in the start of the night)
-
Fixed a bug where, when you enabled Last Stand with the moon action or by casting the spell, and then experienced a server restart or closed the game, the ability would reset, forcing you to cast another one even if you hadn't used it. Now the state persists in the player's NBT and will no longer be lost with restarts, crashes, or even if you close the game.
-
Iron golem from the "SPAWN GOLEM" action, buffed on all 3 moons
Port to Fabric has started
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:EBRtMmX4:5Mera07c"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EBRtMmX4:5Mera07c"
}
