TheOriginalGolem / Hbm-s-Nuclear-Tech-GIT

My fork of the HBM's nuclear tech mod.
GNU General Public License v3.0
32 stars 17 forks source link

feat: Added 3 configuration options ... #79

Closed ramennbowls closed 1 year ago

ramennbowls commented 1 year ago

All three configuration options have been split into three commits respectively. 0991aa60e55766ed5bc2c0faf8e06442887dcf97 Adds enableDuck option to toggle the 'Press O to duck' function [default: true] 4e987e19da64e4b409bf4c9113d3676fb499f958 Adds enableMobGear option to toggle whether or not mobs should spawn with HBM gear (e.g. gas masks) [default: true] cf82c0c93afd66d22b2d2cb89a9a3f78ad8f5629 Adds enableBlackLung option allowing you to enable or disable catching black lung disease (#65) [default: true]

Now I'm no modding expert so I'm not entirely sure how efficient my implemenation for enableBlackLung is. Everything's open to changes and refactors 👍

TheOriginalGolem commented 1 year ago

Tested and everything works