Tags
Creators
Details
0.8.0
Compatibility
Required content
Changes
[0.8.0]
Added / Changed / Fixed
-
Changed persistent
Free Roamto use the same ambient behavior system as naturally spawned NPCs. -
Moved NPC name tag visibility to a client-only global setting per player, accessible from Mod Menu and a new config keybind.
-
Removed the server-side NPC name tag toggle from the interaction menu so one player no longer changes visibility for everyone.
-
Fixed
npc-dynamics:open_menupayload registration so the NPC menu packet encodes correctly. -
Added a safe fallback message instead of sending GUI packets to clients that do not have the mod installed.
-
Added Mod Menu client settings to hide NPC name tags locally or show them always / only when nearby.
-
Added a client-only nametag rendering override so the preference only affects the local player.
-
Fixed dedicated server startup by removing a client-only screen reference from common item initialization.
-
Kept the custom NPC spawn UI client-side while preserving the same in-game behavior for players.
-
NPC now can use bed correctly.
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:qzm9mP6O:DMo2QVm3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qzm9mP6O:DMo2QVm3"
}

