This commit is contained in:
snusxd
2026-03-26 21:58:27 +03:00
commit bdd63dc0aa
5889 changed files with 677426 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# Config for deltaboxlib
# Enable custom splashes in the game. If disabled, the default vanilla splashes will be used.
enable_custom_splashes=false
# List of custom splashes to use in the game.
splashes=[
"By Deltabox Tools! (Customize in config)"
]
# Remove vanilla splashes from the game. If enabled, only custom splashes will be used.
remove_vanilla_splashes=false
# Map of blocks to swap. The key is the original block, and the value is the block to swap it with. Example: {"minecraft:dirt": "minecraft:coarse_dirt"}
block_swap_map={}