Tags
Creators
Details
All versions
2.2.3-fabric-26.2
Release
NarrativeCraft - Fabric - 2.2.3 - 26.2last week 109
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Fixes
- 1.20.1 - game crash when editing camera angle position
- Overriding an animation with same name linked to a subscene being removed from it
- Hurt bobbing when changing camera angle (I couldn't reproduce this bug, but I assume I fix it I hope)
- Cutscene editor playhead staying still when pressing play
- Slight drift between two keyframes sharing the same position and rotation
- Fov layer reading the easing from the wrong keyframe of the segment
- Camera spinning a full turn when the yaw or roll crosses 180/-180
- Cutscene not starting at the first camera keyframe the first time it plays in production
- Cutscene not stopping playbacks when finished in cutscene tag
- Conflict client-server when exiting an editor (interaction, camera angle...)
- Starting recording when riding an entity make it de-spawn
- 1.20.1 - Closing options screen with "esc" while in main screen completely close it
- OS conflict with ink import using "/" or "\" for path
- Non character entities with name tag shown in playback
- HUD still hidden after a cutscene ended
- Accidentally spectating a character when entering a camera angle and left-clicking the entity
- Fake player appearing transparent when adding it either in camera angle editor main screen editor
Misc
- Shows a sentence in chat when a story has finished
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:UKsIQ1UZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bR35WQGQ:UKsIQ1UZ"
}

