Tags
Creators
Details
1.5.0-pre.2+1.21.1
Compatibility
Changes
⚠️ THIS IS A PRE-RELEASE! LITTLE TO NO TESTING HAS BEEN DONE! PROCEED WITH CAUTION!
Actually it's fine, I am pretty confident that this works well enough but I haven't properly tested some edge cases, but it should be fine
Heyo!
This release fixes a NullPointerException that causes players to crash and menus to break when some mods misuse the LoreComponent by setting the styledLines parameter to null.
Since the mod uses the styled lines to determine if a mod/datapack tag is present under the item (eg. Blockus or Incendium) for better precision, a workaround was implemented to supply said lore text when not available (Mojang pls fix).
GitHub: https://github.com/CamperSamu/WhereAreYouFrom/releases/tag/1.5.0-pre.2+1.21.1
Full Changelog: https://github.com/CamperSamu/WhereAreYouFrom/compare/1.5.0-pre.1+1.21.1...1.5.0-pre.2+1.21.1
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:VA15PhUc:Q5Uxix2y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VA15PhUc:Q5Uxix2y"
}

