[biome_dictionary] # # A list of mod IDs that will be ignored when the biome dictionary attempts to register unregistered biomes. # Example: ["biomesoplenty", "byg", "autumnity"] # Default: [] ignored_mods = [] # # Determines if the biome dictionary should make assumptions for unregistered biomes. Setting this to false can fix issues where a structure generates weird biomes. # Default: true make_best_guess = true [vanilla_enhancements] # # When true, removes the size limit from the fill and clone commands. # Default: true exceed_fill_and_clone_limit = true [debug] # # When true, allows extra debug logging to be printed to the console. # Default: false console_debug = false # # When true: # - Gel blocks can be clicked through like air when holding items that don't interact with them. # - Gel blocks can be replaced like air when not holding gel or crouching. # - Gel blocks automatically replace destroyed neighboring blocks. # Default: true advanced_gel_behavior = true [building_tool] # # The required permission level of a player needed to use the Building Tool. # Default: 4 #Range: 0 ~ 4 required_permission = 4 # # The amount of undo operations saved by the Building Tool. # Default: 32 #Range: 8 ~ 256 max_undos = 32