140 lines
4.4 KiB
TOML
140 lines
4.4 KiB
TOML
# crust:default_game_rules.toml
|
|
# This config allows the default game rules for world creation to be altered. Many game rules make testing easier, so
|
|
# this is handy when you need to repeatedly generate new worlds.
|
|
#
|
|
# For more information on game rules, see the in-game descriptions in the 'Create New World' menu or the Minecraft
|
|
# Wiki article (https://minecraft.fandom.com/wiki/Game_rule).
|
|
|
|
|
|
# Whether this config file is enabled.
|
|
# * Requires a GAME restart to take full effect *
|
|
# <Boolean> Valid Values: { true, false }, Default: false
|
|
config_enabled = false
|
|
|
|
|
|
# Category: player
|
|
# Default game rule settings for the 'player' category.
|
|
|
|
player.dashrule = true
|
|
player.disable_elytra_movement_check = false
|
|
player.do_immediate_respawn = false
|
|
player.do_limited_crafting = false
|
|
player.drowning_damage = true
|
|
player.fall_damage = true
|
|
player.fire_damage = true
|
|
player.freeze_damage = true
|
|
player.jaws_damage_limit = 666
|
|
player.keep_inventory = false
|
|
player.natural_regeneration = false
|
|
player.players_sleeping_percentage = 100
|
|
player.soul_stratification_effect = true
|
|
player.spawn_radius = 10
|
|
player.spectators_generate_chunks = true
|
|
|
|
|
|
# Category: mobs
|
|
# Default game rule settings for the 'mobs' category.
|
|
|
|
mobs.disable_raids = false
|
|
mobs.disappearanceof_spirits_underthe_sun = true
|
|
mobs.forgive_dead_players = true
|
|
mobs.hunternibling = true
|
|
mobs.maggots_appearance = true
|
|
mobs.max_entity_cramming = 24
|
|
mobs.mob_griefing = true
|
|
mobs.sunray = true
|
|
mobs.universal_anger = false
|
|
mobs.zombiesina_barrel_spawn = true
|
|
|
|
|
|
# Category: spawning
|
|
# Default game rule settings for the 'spawning' category.
|
|
|
|
spawning.baby_skeleton_spawn = true
|
|
spawning.baby_spider_spawn = true
|
|
spawning.bloody_gadfly_spawn = true
|
|
spawning.bone_imp_spawn = true
|
|
spawning.bonescaller_spawn = true
|
|
spawning.corpse_fish_spawn = true
|
|
spawning.corpse_fly_spawn = true
|
|
spawning.dark_vortex_spawn = true
|
|
spawning.decaying_zombie_spawn = true
|
|
spawning.decrepit_skeleton_spawn = true
|
|
spawning.do_insomnia = true
|
|
spawning.do_mob_spawning = true
|
|
spawning.do_patrol_spawning = true
|
|
spawning.do_trader_spawning = true
|
|
spawning.do_warden_spawning = true
|
|
spawning.door_knight_spawn = true
|
|
spawning.dread_hound_spawn = true
|
|
spawning.fallen_chaos_knight_spawn = true
|
|
spawning.firelight_spawn = true
|
|
spawning.generationof_infected_diamonds = true
|
|
spawning.glutton_fish_spawn = true
|
|
spawning.krampus_spawn = true
|
|
spawning.lifestealer_spawn = true
|
|
spawning.missionary_spawn = true
|
|
spawning.mother_spider_spawn = true
|
|
spawning.phantom_creeper_spawn = true
|
|
spawning.pot_crab_spawn_chance = 17
|
|
spawning.pot_crab_spawning = true
|
|
spawning.restless_spirit_spawn = true
|
|
spawning.ser_pumpkinhead_spawn = true
|
|
spawning.skeleton_bomb_spawn = true
|
|
spawning.skeleton_thrasher_spawn = true
|
|
spawning.spirit_guide_spawn = true
|
|
spawning.spirit_of_chaos_spawn = true
|
|
spawning.theappearanceofthe_nightmare_stalker = true
|
|
spawning.thornshell_crab_spawn = true
|
|
spawning.thornsprig_spawn_chance = 1
|
|
spawning.zombie_bruiser_spawn = true
|
|
spawning.zombie_clown_spawn = true
|
|
spawning.zombie_fisherman_spawn = true
|
|
spawning.zombie_lumberjack_spawn = true
|
|
|
|
|
|
# Category: drops
|
|
# Default game rule settings for the 'drops' category.
|
|
|
|
drops.block_explosion_drop_decay = true
|
|
drops.do_entity_drops = true
|
|
drops.do_mob_loot = true
|
|
drops.do_tile_drops = true
|
|
drops.mob_explosion_drop_decay = true
|
|
drops.tnt_explosion_drop_decay = false
|
|
|
|
|
|
# Category: updates
|
|
# Default game rule settings for the 'updates' category.
|
|
|
|
updates.do_daylight_cycle = true
|
|
updates.do_fire_tick = true
|
|
updates.do_vines_spread = true
|
|
updates.do_weather_cycle = true
|
|
updates.lava_source_conversion = false
|
|
updates.random_tick_speed = 3
|
|
updates.snow_accumulation_height = 1
|
|
updates.tf_enforced_progression = true
|
|
updates.water_source_conversion = true
|
|
|
|
|
|
# Category: chat
|
|
# Default game rule settings for the 'chat' category.
|
|
|
|
chat.announce_advancements = true
|
|
chat.command_block_output = true
|
|
chat.log_admin_commands = true
|
|
chat.send_command_feedback = true
|
|
chat.show_death_messages = true
|
|
|
|
|
|
# Category: misc
|
|
# Default game rule settings for the 'misc' category.
|
|
|
|
misc.brandonscore:allow_sign_editing = false
|
|
misc.cataclysm_addon_item = true
|
|
misc.command_modification_block_limit = 32768
|
|
misc.global_sound_events = true
|
|
misc.max_command_chain_length = 65536
|
|
misc.reduced_debug_info = false
|