This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/blue_skies-common.toml

47 lines
1.3 KiB
TOML
Raw Permalink Normal View History

2023-11-02 12:32:44 -05:00
[Debug]
#
# When loading files from datapacks, set this to true to log missing registry data for things like items.
# Default: false
log_missing_registry_data_for_datapacks = false
["Holiday Content"]
#
# Determines if Halloween cosmetic effects should happen.
# Default: true
allow_halloween_content = true
#
# Determines if Christmas cosmetic effects should happen.
# Default: true
allow_christmas_content = true
[Gatekeeper]
#
# The emerald cost for the Zeal Lighter sold by the Gatekeeper.
# Default: 8
zeal_lighter_cost = 8
[Gatekeeper."Gatekeeper House"]
[Gatekeeper."Gatekeeper House".placement]
#
# Percent chance of generating in an allowed chunk.
# Default: 75
#Range: 0 ~ 100
probability = 75
["Mod Compatibility"]
#
# A list of mods that are allowed to generate features in the Everbright and Everdawn.
# This does not make them generate, it just allows them to pass the filter.
# Example: ["minecraft", "farlanders", "botania"]
# Default: []
allowed_mods_for_feature_gen = []
#
# A list of mobs that are allowed to spawn in the Everbright and Everdawn.
# This does not make them spawn, it just allows them to pass the filter.
# Example: ["minecraft:bee", "moolands:awful_cow", "alexs_mobs:grizzly_bear"]
# Default: []
allowed_mobs_for_spawning = []