update: automodpack
This commit is contained in:
15
minecraft/config/deltaboxlib.common.conf
Normal file
15
minecraft/config/deltaboxlib.common.conf
Normal 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={}
|
||||
|
||||
Reference in New Issue
Block a user