ModificationStation / StationAPI

A general use API for Fabric Loader mods on legacy Minecraft versions.
83 stars 19 forks source link

Any armor negates all damage #83

Open matthewperiut opened 10 months ago

matthewperiut commented 10 months ago

Installed mods Station API and SPC 0.2.0 demo:

https://github.com/ModificationStation/StationAPI/assets/18296791/e8e08394-694e-475d-8a39-fe42f4b82da8

Installed mods SPC 0.2.0 demo:

https://github.com/ModificationStation/StationAPI/assets/18296791/bbdec859-0559-4327-958e-b775dd9ee204

mineLdiver commented 5 months ago

Tested. Apparently, it doesn't negate all damage, but rather 1 HP of damage when armor durability is above 50%, and 0.5 HP when durability is below 50%.

Still definitely not vanilla behavior though.