Clean slate

This commit is contained in:
bytegrip
2025-11-08 17:53:47 +02:00
commit a919c8717e
944 changed files with 134472 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# Configuration file
general {
# Damage to apply, scaled by velocity
D:damage_scale=2.0
# Enables flying blocks, set to false to prevent additional usage in blasts. Doesn't remove existing or prevent other mods from spawning more.
B:enable=true
block_ban_allow {
# Set to true to ban all blocks contained. False to use as allow list
B:ban=true
# Block/BlastState names. Docs: https://github.com/BuiltBrokenModding/ICBM-Classic/wiki/config-block-states
S:list <
minecraft:fire
>
}
}