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/the_bumblezone/dimension.toml

95 lines
3.4 KiB
TOML
Raw Permalink Normal View History

2023-11-02 12:32:44 -05:00
["The Bumblezone Dimension Options"]
#
#-----------------------------------------------------
#
# How bright the fog is in the Bumblezone dimension.
#
# The brightness is represented as a percentage
# so 0 will be pitch black, 50 will be half
# as bright, 100 will be normal orange brightness,
# and 100000 will be white.
#
#Range: 0.0 ~ 100000.0
fogBrightnessPercentage = 100.0
#
#-----------------------------------------------------
#
# Whether Bumblezone dimension has thick fog or not.
#
enableDimensionFog = true
#
#-----------------------------------------------------
#
# How thick the fog in Bumblezone is.
# 2 is a little bit of fog and 50 is super thick fog. Decimal values are allowed.
#
#Range: 0.0 ~ 100.0
fogThickness = 4.0
["The Bumblezone Teleportation Options"]
#
#-----------------------------------------------------
#
# Allow Bumblezone mod to handle teleporting into the Bumblezone dimension.
#
enableEntranceTeleportation = true
#
#-----------------------------------------------------
#
# Allow Bumblezone mod to handle teleporting out of the Bumblezone dimension.
#
enableExitTeleportation = true
#
#-----------------------------------------------------
#
# Makes leaving The Bumblezone dimension always places you back
# at the Overworld regardless of which dimension you originally
# came from. Use this option if this dimension becomes locked in
# with another dimension so you are stuck teleporting between the
# two and cannot get back to the Overworld.
#
forceExitToOverworld = false
#
#-----------------------------------------------------
#
# Makes throwing Enderpearls at Bee Nests or Hives only
# work in the Overworld. What this means setting this to true makes it
# only possible to enter The Bumblezone dimension from the Overworld
onlyOverworldHivesTeleports = false
#
#-----------------------------------------------------
#
# If the block tag the_bumblezone:dimension_teleportation/required_blocks_under_beehive_to_teleport
# has blocks specified and this config is set to true, then player will get a warning if they
# throw an Enderpearl at a Bee Nest/Beehive but the block under it is
# not the correct required block. It will also tell the player what
# block is needed under the Bee Nest/Beehive to teleport to the dimension.
#
warnPlayersOfWrongBlockUnderHive = true
#
#-----------------------------------------------------
#
# Should teleporting to and from The Bumblezone work
# with modded Bee Nests and modded Beehives as well.
#
allowTeleportationWithModdedBeehives = true
#
#-----------------------------------------------------
#
# If this is enabled, mobs that originally spawned in Bumblezone will be teleported
# to 0, 0 center of the Overworld when exiting Bumblezone dimension.
#
forceBumblezoneOriginMobToOverworldCenter = true
#
#-----------------------------------------------------
#
# Changes the default dimension that teleporting exiting will take mobs to
# if there is no previously saved dimension on the mob.
# Use this option ONLY if your modpack's default dimension is not the Overworld.
# This will affect forceExitToOverworld, forceBumblezoneOriginMobToOverworldCenter, and onlyOverworldHivesTeleports
# config options so that they use this new default dimension instead of overworld.
#
defaultDimension = "minecraft:overworld"