added minor utility mods and updated
Build and host modpack / build_pdf (push) Successful in 1m13s

This commit is contained in:
2026-06-21 16:19:09 +02:00
parent 7e66983daf
commit 07e0dc319e
34 changed files with 252 additions and 131 deletions
+23
View File
@@ -0,0 +1,23 @@
[explosion]
#Will creeper's active-explosion turn into firework?
CREEPER_EXPLODE_INTO_FIREWORK = true
#Will the active-explosion firework effect hurt nearby creature?
CREEPER_FIREWORK_HURT_CREATURE = true
#Will the active-explosion firework destroy nearby environment just like creeper normally exploding?
CREEPER_FIREWORK_DESTROY_BLOCK = false
#The probability of creeper turning into firework when actively explodes.
# Default: 1.0
# Range: 0.0 ~ 1.0
CREEPER_EXPLODE_INTO_FIREWORK_PROBABILITY = 1.0
[death_explosion]
#Will creeper explode into firework when die?
CREEPER_EXPLODE_INTO_FIREWORK_WHEN_DIE = false
#Will the death-explosion firework destroy nearby environment just like creeper normally exploding?
CREEPER_DEATH_FIREWORK_DESTROY_BLOCK = false
#Will the death-explosion firework effect hurt nearby creature?
CREEPER_DEATH_FIREWORK_HURT_CREATURE = false
#The probability of creeper turning into firework when die.
# Default: 1.0
# Range: 0.0 ~ 1.0
CREEPER_EXPLODE_INTO_FIREWORK_PROBABILITY_WHEN_DIE = 1.0