1.0.1-alpha.1
Compatibility
Changes
=v1.0.1-alpha.1=
Changes:
-Previously, during any of the 3 moons, if you killed a mob you had a fixed probability of receiving a punishment that consisted of instant damage or a debuff effect, this made the Cobalt and Purple moons unplayable, as they weren't configurable.
Now, I've reworked everything and implemented a system of punishments and rewards.
How does it work?
- Since this version, a file called -mobkill.toml will be created. This file contains the following parameters:
-enable(Moon)Punishments: boolean
-enable(Moon)Benefits: boolean
-benefits list
-punishment list
this for each moon
The file contains the documentation necessary to understand and execute the supported actions.
Actions can have two or three parts, consisting solely of "ACTION:PARAM:CHANCE", where "PARAM" is optional if it's a summoning action or an ability. The final syntax is: "ACTION:CHANCE" in that case.
All of this is completely optional; it's up to you whether you want your event to include punishments and benefits, only punishments, or only benefits.
Moon Warning
Before: the event is announced one day in advance
Now: you are notified at dawn on the day of the event (10 mins less)
Common file
some balance changes to common file
Bug fix and UI
When you obtain Last Stand, you will receive a message and a notification on top of your UHD
Several bug fixes
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:liLAiKby"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EBRtMmX4:liLAiKby"
}

