1.0.2-alpha.1
Compatibility
Changes
NEW ITEM
Last Stand Spell
I've moved the Last Stand ability to a consumable item.
Unlike the ability obtainable on the moon, this one brings a bit of freedom.
-
You can use it on any normal day, once per use, indefinitely.
-
However, upon entering a moon, the same restrictions apply:
- You cannot consume another Last Spell if you have already used one during the event.
- If you already possessed a Last Stand from the Spell before the moon began, it counts as having been obtained; therefore, you cannot acquire any more, even if you kill mobs throughout the night.
3: Not stackable
4: It isn't craftable yet; that's coming soon.
5: The only way to get it is from the mod's new creative tab or by adding it as a potential drop in the horde configuration.
6: You will no longer lose the ability when the moon ends if you had an unused one.
Get a second chance; stay tuned for more updates.
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:DCzjSgzm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EBRtMmX4:DCzjSgzm"
}

