Tags
Creators
Details
1.4.9
Compatibility
Changes
A bug fix update I had saved for 4 months, I promise a large hostile human update is coming in the future.
In the mean time, please enjoy these bug fixes. I apologize, my laptop is damaged and am looking for a new job :(
I had this update for 4 months because I did not want to update the page until more content was here, not just bug fixes but at this point its unfair to keep this from players.
---Changelog---
Bug Fixes:
-Fixed the text not properly showing the Human names in chat when they say something.
-When Villager Names mod is installed, the issue is different and the > is simply just spaced away. That is fixed
-Humans dont go up ladders if they don't have a human target (So they don't get trapped in structures going up ladders, it happens sometimes)
-The structure rates are pretty great but slightly spammy, made it overall rarer by a bit so people experiences are better (Spacing: 28 | Seperation: 25 | Put Tower weight to 13)
-Fix the game crashing when you put a Hostile Human spawn egg inside a spawner block
-Fix Human dropping duplicate armor pieces that they pick up. For example, a human will pick up and equip the Netherite chestplate they just got, then die and drop two netherite chestplates.
-Humans are losing sight/interest of the player when a door is closed (but they don't open the door for some reason anyway)
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:iKIC7gnS:ja193tuK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iKIC7gnS:ja193tuK"
}

