diff options
author | Dylan Jones <dylanjones2011@gmail.com> | 2020-12-13 06:38:31 -0500 |
---|---|---|
committer | Dylan Jones <dylanjones2011@gmail.com> | 2020-12-13 07:06:13 -0500 |
commit | 3972ec1dc20c74de15d694282df35115e37e670d (patch) | |
tree | 70da3ba21315fe9963c47955f72a2c79247c7609 /packs/jeffrey-3/config | |
parent | 4b07b0007d79b18f86cd1775adc87ee47beb7c9e (diff) | |
download | modpackman-3972ec1dc20c74de15d694282df35115e37e670d.tar.gz modpackman-3972ec1dc20c74de15d694282df35115e37e670d.zip |
Switch to pack-lock.ini, ship config files
Diffstat (limited to 'packs/jeffrey-3/config')
-rw-r--r-- | packs/jeffrey-3/config/creeperconfetti-common.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packs/jeffrey-3/config/creeperconfetti-common.toml b/packs/jeffrey-3/config/creeperconfetti-common.toml new file mode 100644 index 0000000..d049bda --- /dev/null +++ b/packs/jeffrey-3/config/creeperconfetti-common.toml @@ -0,0 +1,8 @@ + +[General] + #The %chance that any given creeper will explode into confetti [0..100|default:100] + #Range: 0 ~ 100 + confettiChance = 5 + #Confetti Explosions Damage Players [false/true|default:false] + damagePlayers = false + |