Tags
Creators
Details
0.4.1+1.20.1
Compatibility
Changes
Small Developer Note: "Uhm, well this is akward. I thought I had updated the mod last week but it looks like I didn't, oops. Also a member of the Mandarin speaking community offered to help with translation, if they actually go through with this, you could probably expect a few translations in the next couple of updates, not this one yet."
New Stuff
- Added the Christmas and the Advent Wreaths
- Added a new System to the Magic part of the mod called Enlightenment
- Added 2 new Enchantments for the Mithril Mirror:
- Sharper Lens (Reduces usetime)
- Reinforced Glass (Grants resistance after teleporting)
- Added proper Semantic Versioning
- Added a page in the Grimouire of Guidance about the Mithril Mirror
Changes
- Started moving config entries to gamerules (not fully implemented)
- The Flash drive can now hold a password, a game and a teleporters set of coordinates.
- Changed the highest level for a few enchantments.
- Fixed shaders applied after drunk and high effects vanishing after pressing f5
- Fixed fluid inconsistency on forge.
API
- Opened up the API for new stuff like Enlightenment and the Game / TV-Channel Registries.
Optional dependencies
Supplementary resources
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:slxGtWWB:L7Bpd1hB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:slxGtWWB:L7Bpd1hB"
}



































