Tags
Creators
Details
All versions
2.1.0-fabric-26.2
Release
NarrativeCraft - Fabric - 2.1.0 - 26.2last month 28
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Features
- One keyframe for FOV Layer is now parsed and executed
- Text layer: render text on screen during a cutscene #22
- Sound layer: play a sound during a cutscene #21
- Locale support (multiple languages of your story in one world)
- Added 3 actions in the text tag: shadow, mute and text align
- Added 2 keybinds to start and stop recording
Fixes
- Can't create characters in NeoForge dedicated server 1.21.1
- Text from text tag not correctly centered on screen
- Fake player/entity playback delta, ground detection and step sounds not working correctly
- Scene with only tags not detected as a new scene #20
- Shortcuts in keyframe menus and cutscene layers conflicting with each other
- Editing camera angle position when the whole world is air - 26.2
Misc
- Easing is now taken from the 2nd keyframe instead of the first one
- Player can't move if a 2D dialog is displayed on screen while in gameplay mode
- Template tab in camera angle maker shows display name instead of short UUID (does not apply to old data)
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:5QJpGKk4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bR35WQGQ:5QJpGKk4"
}

