# 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={}