Tags
Creators
Details
1.2.0
Compatibility
Changes
Improved search matching across the editor, keybinds, custom model, preset, and scene preset screens
World tab settings now persist separately per singleplayer world or multiplayer server
Head-slot skulls, player heads, and block items now render correctly on NPCs
Camera chooser dropdowns now scroll cleanly when many cameras are available
Reworked Batch Screenshots into a clearer NPC list layout
Added a camera sidebar mode for Batch Screenshots
Batch Screenshot panels can now be resized and remember their width
Tag filters now wrap cleanly instead of scrolling sideways
Added a Background-only row for shots without NPCs
Added Remaining Together renders for NPCs not already covered by selected groups
Batch Screenshot HUD now shows clearer shot progress and shader context
Added live theme color customization in settings
Camera HUD hints now use your actual keybinds
Fixed camera preview NPC rendering with Lunar
Fixed the cloak picker showing the wrong download option
Fixed frozen NPC armor UVs looking mirrored or incorrect
Fixed frozen NPC poses not matching live NPC poses correctly
Elytra stage now saves correctly across presets, stamps, snapshots, and frozen NPCs
Fixed Skin Layers 3D crashes when many player NPCs are visible
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:DYtNBtIy:YxpbiSQr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DYtNBtIy:YxpbiSQr"
}

