Tags
Creators
Details
All versions
2.1.1-fabric-26.2
Release
NarrativeCraft - Fabric - 2.1.1 - 26.2last month 11
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Features
- Improved story manager UI
- Improved cutscene maker editor UI
- Added a dialog button in camera angle preview to switch to dialog mode
- Scrolling behavior if too many characters in camera angle in dialog mode
Fixes
- Some crash case while trying to show a character skin
- Crash when opening the global dialog editor with no target character
- Prevent saving an animation while still recording
- Cutscene scrubbing no longer freezes the server on a bad tick
- Loading a save with no compiled chapter/scene now fails cleanly
- Disconnecting while recording now cleans up subscene playbacks
- Spawn-tick-0 actions are no longer executed twice
- Narration lines with a colon are no longer mistaken for a speaker
- Spamming "continue dialogue" no longer skips lines
- Removed fake players no longer linger in command name auto-complete #25
- Characters spawned from camera angle "on ground" always false
- Switching editor giving conflicts
- Spamming characters button in dialog mode rendering multiple dialogs at the same time
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:bR35WQGQ:oNPEgloK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bR35WQGQ:oNPEgloK"
}

