GabrielOlvH / Industrial-Revolution

An Industrial mod made for Fabric.
Apache License 2.0
193 stars 56 forks source link

[REQUEST] Make the basic tool/weapon/armor values configurable #449

Open MrLavender opened 2 years ago

MrLavender commented 2 years ago

Description:

Make the basic tool/weapon/armor values configurable, either by data pack or config file.

Reason:

In my opinion some of these values are very strange and inconsistent compared to vanilla. Such as;

https://github.com/GabrielOlvH/Industrial-Revolution/blob/master/src/main/kotlin/me/steven/indrev/tools/IRToolMaterial.kt

https://github.com/GabrielOlvH/Industrial-Revolution/blob/master/src/main/kotlin/me/steven/indrev/armor/IRArmorMaterial.kt

https://github.com/GabrielOlvH/Industrial-Revolution/blob/master/src/main/kotlin/me/steven/indrev/registry/IRItemRegistry.kt

Personally I'd like to see these basic early game items much more balanced against vanilla, but probably others will disagree so making them configurable is the best solution.