Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 9 hours ago
All versions
v1.1.0
Release
Wynntils Artemis (fabric) v1.1.02 years ago 3,484
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.2
Platform
Fabric
Supported environments
Client-side
Changes
1.1.0 (2024-03-06)
⚠ BREAKING CHANGES
- Make NpcDialogueFeature work in a chat-based mode, add legacy chat mode, fix many NPC dialogue related bugs, make the overlay work once again (#2358)
New Features
- Make NpcDialogueFeature work in a chat-based mode, add legacy chat mode, fix many NPC dialogue related bugs, make the overlay work once again (#2358) (c58214f)
Bug Fixes
- Add a versions file for CI (cafeeaf)
- Fix some bugs in dialogue parsing (in ChatHandler) [ci skip] (#2357) (c2d2c16)
- Fix some bugs in dialogue parsing (in ChatHandler) [ci skip] (#2357) (54fed73)
- Fix TradeMarketScreen crashing the game if the user closes an ItemSharingScreen (#2354) (4fc0a07)
- Fix TradeMarketScreen crashing the game if the user closes an ItemSharingScreen (#2354) (07a8613)
- fix versioning by adding a version.json file for release branch (1c6c3d8)
Miscellaneous Chores
Known incompatibilities
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:dU5Gb9Ab:Xoys2oOq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dU5Gb9Ab:Xoys2oOq"
}






