Techguns

Techguns

9M Downloads

requst for code information

Heyo13579 opened this issue ยท 3 comments

commented

you have alot of info to help with craft tweaker changes but i need the list of the physical armor values so that i can tweak them for my pack. if this code could be added to the craft tweaker page that would be great

commented

All armor values are shown in the item tooltips. Currently I won't make a list because armor values are not final yet and I might make some adjustments when the next tier is added.

commented

The armor materials can also be viewed in the source code: https://github.com/pWn3d1337/Techguns2/blob/master/src/main/java/techguns/TGArmors.java#L48-L76

All armor values are split between Helmet (25%), Chest (30%), Legs (25%), Boots (20%)

The code in this repository is for the newest version (https://github.com/pWn3d1337/Techguns2/releases) and newer than the curseforge version.

commented

thats actually exactly what i was looking for thank you!