[Bug]: Defect armored hostile mob
Psychodeus opened this issue ยท 4 comments
Mod Loader (Required)
Fabric
Minecraft Version (Required)
1.19.2
Mod Version (Required)
4.0.2
Notes (Required)
It was fine before installing this mod. with or without shaders.
latest.log (Optional)
https://gist.github.com/Psychodeus/ed1080ce264e93646992aa33965a4d55
@Fuzss It was from Torohealth, but it need to set in config file since they don't have config in ModMenu. Here is the config if you want to be like the screenshoot:
{
"watchForChanges": true,
"hud": {
"distance": 60,
"x": 4.0,
"y": 4.0,
"scale": 1.0,
"hideDelay": 20,
"anchorPoint": "TOP_LEFT",
"showEntity": true,
"showBar": true,
"showSkin": true,
"onlyWhenHurt": false
},
"bar": {
"damageNumberType": "LAST",
"friendColor": "#00ff00",
"friendColorSecondary": "#008000",
"foeColor": "#ff0000",
"foeColorSecondary": "#800000"
},
"inWorld": {
"mode": "WHEN_HOLDING_WEAPON",
"distance": 60.0,
"onlyWhenLookingAt": true,
"onlyWhenHurt": false
},
"particle": {
"show": true,
"damageColor": "#ff0000",
"healColor": "#00ff00",
"distance": 60
}
}