Tags
Creators
Details
All versions
2.3.0-beta-fabric-26.2
Beta
NarrativeCraft - Fabric - 2.3.0-beta - 26.22 days ago 16
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Features
- Timed choice
- Image tag
- Target a character using @char(name) in the command tag (e.g.
# command "attribute @char(user) minecraft:scale base set 3") - Assign custom nbt to characters
- Render image in dialog
Clara: [img clara/happy] I'm feeling good right now! - Item requirement tag
- Locked choice
- Character head bobbing when talking (it's back!)
- Save tag (include last character position)
- Re-use entity already in world close to first position of animation in story
- Pre-compile story
/nc story reload (as_file)- will be loaded in priority when the server/world start - Launch multiple interaction instead of one in the story
- Return player to main screen when finished story (if available)
- Togglable settings to render names of global characters
Fixes
- Dialog 2D scale not fixed based on gui scale
- Entity played from a playback during subscene recording not ignored
- Can't play, stop story or change locale to more than one player using command
- "user" variable name for a character not replaced by the player name playing the story
- Default ground of entity to false
- Gameplay tag not automatically show hud again
- Quote inside quote not correctly validated on tags
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:gQksAoDw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bR35WQGQ:gQksAoDw"
}

