Tags
Creators
Details
1.2.8-beta
Compatibility
Changes
Added support for potions in rituals and offerings.
Here's how to format them:
item: "VANILLA:POTION_SPEED"
IMPORTANT: Make sure to copy/paste the contents of your shrines.yml and playerdata.yml into the new storage.yml file as shown here.
Other Changes:
- Fixed an issue with the javascript engine, switched to using Rhino for the library
- /deity info or /deity select with no args returns selected deity's info, or prompts you to pick one
- Favor decay messages stop displaying if favor is at 0
- Some people were having issues with multiple deities, I think it was a concurrency issue should be fixed now.
- Better handling for invalid rituals. Will remove item and log error, and fail the ritual on the player's end
- Items are placed only after checking if they are a valid ritual/offering
- SQlite and MySQL storage options
- Added bStats
- /deity abandon to leave your devotion
- fixed bug with cooldowns
- favor messages make more sense if you put unexpected values - also fixed where I forgot to put negative values for the new method lol
- new permissions: devotions.favor for /favor, devotions.select allows /deity
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:bYjKAJ0a:lEcXZnGI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bYjKAJ0a:lEcXZnGI"
}

