add 'FTB ess' to client

This commit is contained in:
2026-02-25 23:09:32 +08:00
parent 92dbf06543
commit 591ed9c2d8
109 changed files with 409 additions and 487 deletions

View File

@@ -1,8 +1,6 @@
# 整合包下载地址👇
https://ddns.myredstone.top:4108/WuffChen/Redcraft.Dragon.V3
这个仓库只是为了推送自动更新的。获取整合包请到点击蓝色连接。
这个仓库只是为了推送自动更新的。获取整合包请[点击这里](https://ddns.myredstone.top:4108/WuffChen/Redcraft.Dragon.V3)。
# 更新日志

View File

@@ -460,7 +460,7 @@ _version = 3
# overhangs or walls for floating objects.
# Tweaking the caveCullingHeight, can resolve some
# of those issues.
enableCaveCulling = true
enableCaveCulling = false
#
# Identical to the other frustum culling option
# only used when a shader mod is present using the DH API
@@ -641,7 +641,7 @@ _version = 3
#
# Lowest Quality: HEIGHT_MAP
# Highest Quality: EXTREME
verticalQuality = "MEDIUM"
verticalQuality = "HIGH"
#
# What blocks shouldn't be rendered as LODs?
#
@@ -672,7 +672,7 @@ _version = 3
# This indicates how quickly LODs decrease in quality the further away they are.
# Higher settings will render higher quality fake chunks farther away,
# but will increase memory and GPU usage.
horizontalQuality = "MEDIUM"
horizontalQuality = "HIGH"
#
# How should LOD transparency be handled.
#

View File

@@ -104,7 +104,7 @@
# Range: 0.0 ~ 32.0
flat_dragon_camera_offset = 2.0
#If enabled name tags will be shown for dragons
dragon_name_tags = false
dragon_name_tags = true
#Lower values prevent x-ray through blocks when using a small entity scale
#A value that is too low may cause issues when rendering chunks when certain (unknown) mods are present
# Default: 0.019999999552965164

View File

@@ -400,7 +400,7 @@
#Flight speed multiplier
# Default: 0.3
# Range: 0.1 ~ 1.0
flight_speed_multiplier = 0.3
flight_speed_multiplier = 0.2
#Cooldown (in seconds) of the spin attack during flight
# Default: 5
# Range: > 0

View File

@@ -1,5 +1,5 @@
#Indigo properties file
#Wed Feb 25 02:58:04 CST 2026
#Wed Feb 25 20:34:14 CST 2026
always-tesselate-blocks=auto
ambient-occlusion-mode=hybrid
debug-compare-lighting=auto

View File

@@ -0,0 +1,379 @@
# FTB Essentials config file
# If you're a modpack maker, edit defaultconfigs/ftbessentials-server.snbt instead
{
# If true, the mod will register its commands to the 'ftbessentials' namespace as well as the root namespace
# otherwise it will only register to the root namespace
# This setting has no effect if 'register_to_namespace' is false
# Default: false
register_alias_as_well_as_namespace: false
# If true, the mod will register its commands to the 'ftbessentials' namespace,
# otherwise it will register to the root namespace
# Default: false
register_to_namespace: false
# Admin commands for cheating and moderation
admin: {
# Allows admins to extinguish themselves or a player using a command
extinguish: {
# Default: true
enabled: true
}
# Allows admins to fully feed themselves or a player using a command
feed: {
# Default: true
enabled: true
}
# Allows admins to toggle flying status using a command, without having to use Creative Mode
fly: {
# Default: true
enabled: true
}
# Allows admins to toggle invincibility using a command, without having to use Creative Mode
god: {
# Default: true
enabled: true
}
# Allows admins to fully heal (health, food, fire, potion effects) themselves or a player using a command
heal: {
# Default: true
enabled: true
}
# Allows admins to view other users' inventories using a command
invsee: {
# Default: true
enabled: true
}
# Allows admins to configure kits of items that can be given to players.
kit: {
# Default: true
enabled: true
}
# Allows admins to restrict players from chatting by using a command to mute (or unmute) them
mute: {
# Default: true
enabled: true
}
# Allows admins to change walk speed for themselves or a player
speed: {
# Default: true
enabled: true
}
# Allows admins to change the location of offline players.
tp_offline: {
# Default: true
enabled: true
}
}
# Cross-mod integration
integration: {
# If true, and FTB Team Bases is installed, then the '/spawn' command will instead send players to the lobby
# Default: true
team_bases_spawn_override: true
}
# Miscellaneous features and utilities
misc: {
# Allows users to access an Anvil GUI without needing an Anvil.
anvil: {
# Default: true
enabled: true
}
# Allows users to access a Crafting Table GUI without needing a Crafting Table.
crafting: {
# Default: true
enabled: true
}
# Allows users to access their ender chest, as well as admins to manage other players' ender chests.
enderchest: {
# Default: true
enabled: true
}
# Allows users to set a custom hat as their head item by using a command
hat: {
# Default: true
enabled: true
}
# Allows users to kick themselves from the server, for example if they are stuck or desynced
kickme: {
# Default: true
enabled: true
}
# Allows users to view leaderboard stats about everyone on the server.
leaderboard: {
# Default: true
enabled: true
}
# Allows users to list nearby players, sorted by distance
near: {
# Default: true
enabled: true
}
# Allows users to change their display name, as well as admins to change nicknames for other users
nick: {
# Default: true
enabled: true
}
# Allows users to announce their recording or streaming status to the server by using commands
rec: {
# Default: true
enabled: true
}
# Allows users to access a Smithing Table GUI without needing a Smithing Table.
smithing: {
# Default: true
enabled: true
}
# Allows users to access a Stonecutter GUI without needing a Stonecutter.
stonecutter: {
# Default: true
enabled: true
}
# Enables usage of a trash can inventory, which can be used to void unneeded items
trashcan: {
# Default: true
enabled: true
}
}
# Teleportation-related settings
teleportation: {
# If true, admin-level players (i.e. permission level >= 2) are exempt from
# the dimension controls defined in teleportation -> blacklists and
# in teleportation -> rtp -> dimension_blacklist/whitelist
# Default: true
admins_exempt_dimension_blacklists: true
# Allows users to return to their previous location after teleporting (or dying)
back: {
# Cooldown between /back commands (in seconds)
# You can override this with FTB Ranks using ftbessentials.back.cooldown
# Default: 30
# Range: 0 ~ 604800
cooldown: 30
# Default: true
enabled: true
# Max size of the teleport history. This limits how many times you can use /back
# You can override this with FTB Ranks using ftbessentials.back.max
# Default: 10
# Range: 0 ~ 2147483647
max: 10
# Should be the /back command only be used for returning to the last death point?
# Default: false
only_on_death: false
# Warm-up time before /back command executes (in seconds)
# You can override this with FTB Ranks using ftbessentials.back.warmup
# Default: 0
# Range: 0 ~ 604800
warmup: 0
}
# Blacklists for all teleport commands
# Wildcarded dimensions (e.g. 'somemod:*') are supported
blacklists: {
# Dimensions players aren't permitted to run teleport commands in.
# Default: []
from: [ ]
# Dimensions players aren't permitted to teleport into.
# Default: []
to: [ ]
}
# Allows users to set 'homes', which they can then freely teleport to by using /home afterwards
home: {
# Cooldown between /home commands (in seconds)
# You can override this with FTB Ranks using ftbessentials.home.cooldown
# Default: 10
# Range: 0 ~ 604800
cooldown: 10
# Default: true
enabled: true
# The minimum Y value for homes, as set by the /sethome command
# Default: -2147483648
# Range: - ~ +
home_min_y: -2147483648
# Max amount of homes a user can have.
# You can override this with FTB Ranks using ftbessentials.home.max
# Default: 1
# Range: 0 ~ 2147483647
max: 1
# Warm-up time before /home command executes (in seconds)
# You can override this with FTB Ranks using ftbessentials.home.warmup
# Default: 0
# Range: 0 ~ 604800
warmup: 0
}
# Allows admins to jump (teleport) to the focused block
jump: {
# Default: true
enabled: true
}
playerspawn: {
# Cooldown between /playerspawn commands (in seconds)
# You can override this with FTB Ranks using ftbessentials.playerspawn.cooldown
# Default: 10
# Range: 0 ~ 604800
cooldown: 10
# Default: true
enabled: true
# Warm-up time before /playerspawn command executes (in seconds)
# You can override this with FTB Ranks using ftbessentials.playerspawn.warmup
# Default: 0
# Range: 0 ~ 604800
warmup: 0
}
# Allows players to teleport to a random point in the Wilderness
# Note: This currently does not respect Claimed Chunks yet!
rtp: {
# Allow player to specify (only) custom max distance in rtp command
# You can override this with FTB Ranks using ftbessentials.rtp.custom_max
# Default: false
allow_custom_max_distance: false
# Allow player to specify custom min and max distance in rtp command
# You can override this with FTB Ranks using ftbessentials.rtp.custom_min_max
# Default: false
allow_custom_min_max_distance: false
# Cooldown between /rtp commands (in seconds)
# You can override this with FTB Ranks using ftbessentials.rtp.cooldown
# Default: 600
# Range: 0 ~ 604800
cooldown: 600
# Blacklisted dimension ID's for /rtp (player *must not* be in any of these dimensions)
# Wildcarded dimensions (e.g. 'somemod:*') are supported
# Default: ["minecraft:the_end"]
dimension_blacklist: ["minecraft:the_end"]
# Whitelisted dimension ID's for /rtp (if non-empty, player *must* be in one of these dimensions)
# Wildcarded dimensions (e.g. 'somemod:*') are supported
# Default: []
dimension_whitelist: [ ]
# Default: true
enabled: true
# /rtp max distance from spawn point
# Default: 25000
# Range: 0 ~ 30000000
max_distance: 25000
# Number of tries before /rtp gives up
# Default: 100
# Range: 1 ~ 1000
max_tries: 100
# /rtp min distance from spawn point
# Default: 500
# Range: 0 ~ 30000000
min_distance: 500
# Warm-up time before /rtp command executes (in seconds)
# You can override this with FTB Ranks using ftbessentials.rtp.warmup
# Default: 0
# Range: 0 ~ 604800
warmup: 0
}
spawn: {
# Cooldown between /spawn commands (in seconds)
# You can override this with FTB Ranks using ftbessentials.spawn.cooldown
# Default: 10
# Range: 0 ~ 604800
cooldown: 10
# Default: true
enabled: true
# Warm-up time before /spawn command executes (in seconds)
# You can override this with FTB Ranks using ftbessentials.spawn.warmup
# Default: 0
# Range: 0 ~ 604800
warmup: 0
}
# Allows players to create requests to teleport to other users on the server,
# as well as requesting other players to teleport to them
tpa: {
# Cooldown between /tpa commands (in seconds)
# You can override this with FTB Ranks using ftbessentials.tpa.cooldown
# Default: 10
# Range: 0 ~ 604800
cooldown: 10
# Default: true
enabled: true
# Warm-up time before /tpa command executes (in seconds)
# You can override this with FTB Ranks using ftbessentials.tpa.warmup
# Default: 0
# Range: 0 ~ 604800
warmup: 0
}
# Allows admins to teleport to the location a user was last seen at
tpl: {
# Default: true
enabled: true
}
# Allows admins to teleport to dimension
tpx: {
# Default: true
enabled: true
}
# Allows admins to create 'warps', which are fixed points in the world that users may teleport to using /warp
warp: {
# Cooldown between /warp commands (in seconds)
# You can override this with FTB Ranks using ftbessentials.warp.cooldown
# Default: 10
# Range: 0 ~ 604800
cooldown: 10
# Default: true
enabled: true
# Warm-up time before /warp command executes (in seconds)
# You can override this with FTB Ranks using ftbessentials.warp.warmup
# Default: 0
# Range: 0 ~ 604800
warmup: 0
}
}
}

View File

@@ -13,6 +13,11 @@
x: 2
y: 0
}
"ftbessentials:trash_can": {
enabled: true
x: 0
y: 1
}
"ftblibrary:toggle/gamemode": {
enabled: true
x: 0
@@ -20,7 +25,7 @@
}
"ftblibrary:config": {
enabled: true
x: 0
x: 1
y: 1
}
"ftblibrary:toggle/day": {

View File

@@ -1,53 +0,0 @@
{
"globalBookmarks": {
"armorer": [],
"butcher": [],
"cartographer": [],
"cleric": [],
"farmer": [],
"fisherman": [],
"fletcher": [],
"leatherworker": [],
"librarian": [],
"mason": [],
"shepherd": [],
"toolsmith": [],
"weaponsmith": [],
"nitwit": [],
"none": []
},
"globalBookmarks1": {
"armorer": [],
"butcher": [],
"cartographer": [],
"cleric": [],
"farmer": [],
"fisherman": [],
"fletcher": [],
"leatherworker": [],
"librarian": [],
"mason": [],
"shepherd": [],
"toolsmith": [],
"weaponsmith": [],
"nitwit": [],
"none": []
},
"globalBookmarks2": {
"armorer": [],
"butcher": [],
"cartographer": [],
"cleric": [],
"farmer": [],
"fisherman": [],
"fletcher": [],
"leatherworker": [],
"librarian": [],
"mason": [],
"shepherd": [],
"toolsmith": [],
"weaponsmith": [],
"nitwit": [],
"none": []
}
}

View File

@@ -1,53 +0,0 @@
{
"globalBookmarks": {
"armorer": [],
"butcher": [],
"cartographer": [],
"cleric": [],
"farmer": [],
"fisherman": [],
"fletcher": [],
"leatherworker": [],
"librarian": [],
"mason": [],
"shepherd": [],
"toolsmith": [],
"weaponsmith": [],
"nitwit": [],
"none": []
},
"globalBookmarks1": {
"armorer": [],
"butcher": [],
"cartographer": [],
"cleric": [],
"farmer": [],
"fisherman": [],
"fletcher": [],
"leatherworker": [],
"librarian": [],
"mason": [],
"shepherd": [],
"toolsmith": [],
"weaponsmith": [],
"nitwit": [],
"none": []
},
"globalBookmarks2": {
"armorer": [],
"butcher": [],
"cartographer": [],
"cleric": [],
"farmer": [],
"fisherman": [],
"fletcher": [],
"leatherworker": [],
"librarian": [],
"mason": [],
"shepherd": [],
"toolsmith": [],
"weaponsmith": [],
"nitwit": [],
"none": []
}
}

View File

@@ -1,53 +0,0 @@
{
"globalBookmarks": {
"armorer": [],
"butcher": [],
"cartographer": [],
"cleric": [],
"farmer": [],
"fisherman": [],
"fletcher": [],
"leatherworker": [],
"librarian": [],
"mason": [],
"shepherd": [],
"toolsmith": [],
"weaponsmith": [],
"nitwit": [],
"none": []
},
"globalBookmarks1": {
"armorer": [],
"butcher": [],
"cartographer": [],
"cleric": [],
"farmer": [],
"fisherman": [],
"fletcher": [],
"leatherworker": [],
"librarian": [],
"mason": [],
"shepherd": [],
"toolsmith": [],
"weaponsmith": [],
"nitwit": [],
"none": []
},
"globalBookmarks2": {
"armorer": [],
"butcher": [],
"cartographer": [],
"cleric": [],
"farmer": [],
"fisherman": [],
"fletcher": [],
"leatherworker": [],
"librarian": [],
"mason": [],
"shepherd": [],
"toolsmith": [],
"weaponsmith": [],
"nitwit": [],
"none": []
}
}

View File

@@ -1,47 +0,0 @@
{
"package.name.className": {
"ignore": false,
"playerSideOnly": false,
"force": false,
"buttonHints": {
"SORT": {
"horizontalOffset": 0,
"top": 0,
"bottom": 0
},
"SORT_COLUMNS": {
"horizontalOffset": 0,
"top": 0,
"bottom": 0
},
"SORT_ROWS": {
"horizontalOffset": 0,
"top": 0,
"bottom": 0
},
"MOVE_TO_CONTAINER": {
"horizontalOffset": 0,
"top": 0,
"bottom": 0
},
"MOVE_TO_PLAYER": {
"horizontalOffset": 0,
"top": 0,
"bottom": 0
},
"CONTINUOUS_CRAFTING": {
"horizontalOffset": 0,
"top": 0,
"bottom": 0
},
"PROFILE_SELECTOR": {
"horizontalOffset": 0,
"top": 0,
"bottom": 0,
"hide": true
}
}
},
"another.package.name.className": {
}
}

View File

@@ -1,53 +0,0 @@
{
"globalBookmarks": {
"armorer": [],
"butcher": [],
"cartographer": [],
"cleric": [],
"farmer": [],
"fisherman": [],
"fletcher": [],
"leatherworker": [],
"librarian": [],
"mason": [],
"shepherd": [],
"toolsmith": [],
"weaponsmith": [],
"nitwit": [],
"none": []
},
"globalBookmarks1": {
"armorer": [],
"butcher": [],
"cartographer": [],
"cleric": [],
"farmer": [],
"fisherman": [],
"fletcher": [],
"leatherworker": [],
"librarian": [],
"mason": [],
"shepherd": [],
"toolsmith": [],
"weaponsmith": [],
"nitwit": [],
"none": []
},
"globalBookmarks2": {
"armorer": [],
"butcher": [],
"cartographer": [],
"cleric": [],
"farmer": [],
"fisherman": [],
"fletcher": [],
"leatherworker": [],
"librarian": [],
"mason": [],
"shepherd": [],
"toolsmith": [],
"weaponsmith": [],
"nitwit": [],
"none": []
}
}

View File

@@ -1,53 +0,0 @@
{
"globalBookmarks": {
"armorer": [],
"butcher": [],
"cartographer": [],
"cleric": [],
"farmer": [],
"fisherman": [],
"fletcher": [],
"leatherworker": [],
"librarian": [],
"mason": [],
"shepherd": [],
"toolsmith": [],
"weaponsmith": [],
"nitwit": [],
"none": []
},
"globalBookmarks1": {
"armorer": [],
"butcher": [],
"cartographer": [],
"cleric": [],
"farmer": [],
"fisherman": [],
"fletcher": [],
"leatherworker": [],
"librarian": [],
"mason": [],
"shepherd": [],
"toolsmith": [],
"weaponsmith": [],
"nitwit": [],
"none": []
},
"globalBookmarks2": {
"armorer": [],
"butcher": [],
"cartographer": [],
"cleric": [],
"farmer": [],
"fisherman": [],
"fletcher": [],
"leatherworker": [],
"librarian": [],
"mason": [],
"shepherd": [],
"toolsmith": [],
"weaponsmith": [],
"nitwit": [],
"none": []
}
}

View File

@@ -1,53 +0,0 @@
{
"globalBookmarks": {
"armorer": [],
"butcher": [],
"cartographer": [],
"cleric": [],
"farmer": [],
"fisherman": [],
"fletcher": [],
"leatherworker": [],
"librarian": [],
"mason": [],
"shepherd": [],
"toolsmith": [],
"weaponsmith": [],
"nitwit": [],
"none": []
},
"globalBookmarks1": {
"armorer": [],
"butcher": [],
"cartographer": [],
"cleric": [],
"farmer": [],
"fisherman": [],
"fletcher": [],
"leatherworker": [],
"librarian": [],
"mason": [],
"shepherd": [],
"toolsmith": [],
"weaponsmith": [],
"nitwit": [],
"none": []
},
"globalBookmarks2": {
"armorer": [],
"butcher": [],
"cartographer": [],
"cleric": [],
"farmer": [],
"fisherman": [],
"fletcher": [],
"leatherworker": [],
"librarian": [],
"mason": [],
"shepherd": [],
"toolsmith": [],
"weaponsmith": [],
"nitwit": [],
"none": []
}
}

View File

@@ -1,9 +1,9 @@
#This file stores configuration options for Iris, such as the currently active shaderpack
#Wed Feb 25 02:58:10 CST 2026
#Wed Feb 25 20:52:35 CST 2026
allowUnknownShaders=false
colorSpace=SRGB
disableUpdateMessage=false
enableDebugOptions=false
enableShaders=true
maxShadowRenderDistance=32
shaderPack=
shaderPack=BSL_v10.0.zip

View File

@@ -0,0 +1,10 @@
[
{"version":1},
{"ingredient":{"id":"dragonsurvival:weak_dragon_heart"},"type":"item_stack","bookmarkType":"INGREDIENT"},
{"ingredient":{"id":"createdeco:blue_bricks"},"type":"item_stack","bookmarkType":"INGREDIENT"},
{"ingredient":{"id":"create:asurine"},"type":"item_stack","bookmarkType":"INGREDIENT"},
{"ingredient":{"id":"dragonsurvival:elder_dragon_bone"},"type":"item_stack","bookmarkType":"INGREDIENT"},
{"ingredient":{"id":"dragonsurvival:heart_element"},"type":"item_stack","bookmarkType":"INGREDIENT"},
{"ingredient":{"id":"dragonsurvival:elder_dragon_dust"},"type":"item_stack","bookmarkType":"INGREDIENT"},
{"ingredient":{"id":"minecraft:bone"},"type":"item_stack","bookmarkType":"INGREDIENT"}
]

View File

@@ -1,7 +0,0 @@
{
"enable_commands": true,
"force_resilient_feature_indexer": false,
"overworld_replacement_scale": 4,
"nether_replacement_scale": 2,
"end_replacement_scale": 1
}

Binary file not shown.

View File

@@ -13,7 +13,7 @@ glintSpeed:0.5
glintStrength:0.75
prioritizeChunkUpdates:0
fullscreen:false
gamma:0.5
gamma:1.0
graphicsMode:1
guiScale:4
maxFps:120
@@ -44,11 +44,11 @@ toggleSprint:false
darkMojangStudiosBackground:false
hideLightningFlashes:false
hideSplashTexts:false
mouseSensitivity:0.5
mouseSensitivity:0.31866197183098594
damageTiltStrength:1.0
highContrast:false
narratorHotkey:true
resourcePacks:["file/Minecraft-Mod-Language-Modpack-Converted-1.21.1.zip","fabric"]
resourcePacks:["vanilla","file/Minecraft-Mod-Language-Modpack-Converted-1.21.1.zip","fabric","mod_resources","tinyskeletons:dynamically_copied_skeleton_textures","moonlight:merged_pack"]
incompatibleResourcePacks:[]
lastServer:
lang:zh_cn
@@ -58,7 +58,7 @@ chatLineSpacing:0.0
textBackgroundOpacity:0.5
backgroundForChatOnly:true
hideServerAddress:false
advancedItemTooltips:false
advancedItemTooltips:true
pauseOnLostFocus:true
overrideWidth:0
overrideHeight:0
@@ -75,7 +75,7 @@ tutorialStep:none
mouseWheelSensitivity:1.0
rawMouseInput:true
glDebugVerbosity:1
skipMultiplayerWarning:false
skipMultiplayerWarning:true
hideMatchedNames:true
joinedFirstServer:true
hideBundleTutorial:false

Binary file not shown.

View File

@@ -1,14 +0,0 @@
//waypoints config options
usingMultiworldDetection:false
ignoreServerLevelId:false
teleportationEnabled:true
usingDefaultTeleportCommand:true
sortType:NONE
sortReversed:false
//other config options
ignoreHeightmaps:false
//dimension types (DO NOT EDIT)
dimensionType:minecraft$overworld:minecraft$overworld
//server waypoints

View File

@@ -1,12 +0,0 @@
#
#waypoint:name:initials:x:y:z:color:disabled:type:set:rotate_on_tp:tp_yaw:visibility_type:destination
#
waypoint:gui.xaero_deathpoint:D:-222:99:-73:0:false:1:gui.xaero_default:false:0:1:true
waypoint:gui.xaero_deathpoint_old:D:-113:79:-332:0:false:2:gui.xaero_default:false:0:1:true
waypoint:gui.xaero_deathpoint_old:D:-481:90:-480:0:false:2:gui.xaero_default:false:0:1:true
waypoint:gui.xaero_deathpoint_old:D:-211:104:-224:0:false:2:gui.xaero_default:false:0:1:true
waypoint:gui.xaero_deathpoint_old:D:-247:104:-232:0:false:2:gui.xaero_default:false:0:1:true
waypoint:gui.xaero_deathpoint_old:D:-221:104:-262:0:false:2:gui.xaero_default:false:0:1:true
waypoint:gui.xaero_deathpoint_old:D:-167:71:-340:0:false:2:gui.xaero_default:false:0:1:true
waypoint:gui.xaero_deathpoint_old:D:165:66:-40:0:false:2:gui.xaero_default:false:0:1:true
waypoint:1:1:-57:71:-38:4:false:0:gui.xaero_default:false:0:0:false

View File

@@ -1,14 +0,0 @@
//waypoints config options
usingMultiworldDetection:false
ignoreServerLevelId:false
teleportationEnabled:true
usingDefaultTeleportCommand:true
sortType:NONE
sortReversed:false
//other config options
ignoreHeightmaps:false
//dimension types (DO NOT EDIT)
dimensionType:minecraft$overworld:minecraft$overworld
//server waypoints

View File

@@ -1,4 +0,0 @@
#
#waypoint:name:initials:x:y:z:color:disabled:type:set:rotate_on_tp:tp_yaw:visibility_type:destination
#
waypoint:gui.xaero_deathpoint:D:162:64:-85:0:false:1:gui.xaero_default:false:0:1:true

View File

@@ -1,14 +0,0 @@
//waypoints config options
usingMultiworldDetection:false
ignoreServerLevelId:false
teleportationEnabled:true
usingDefaultTeleportCommand:true
sortType:NONE
sortReversed:false
//other config options
ignoreHeightmaps:false
//dimension types (DO NOT EDIT)
dimensionType:minecraft$overworld:minecraft$overworld
//server waypoints

View File

@@ -1,14 +0,0 @@
//waypoints config options
usingMultiworldDetection:false
ignoreServerLevelId:false
teleportationEnabled:true
usingDefaultTeleportCommand:true
sortType:NONE
sortReversed:false
//other config options
ignoreHeightmaps:false
//dimension types (DO NOT EDIT)
dimensionType:minecraft$overworld:minecraft$overworld
//server waypoints

View File

@@ -1,2 +0,0 @@
caveModeType:0
dimensionTypeId:minecraft:overworld

View File

@@ -1,6 +0,0 @@
ignoreHeightmaps:false
playerTeleportCommandFormat:/tp @s {name}
normalTeleportCommandFormat:/tp @s {x} {y} {z}
dimensionTeleportCommandFormat:/execute as @s in {d} run tp {x} {y} {z}
useDefaultMapTeleport:true
useDefaultPlayerTeleport:true

View File

@@ -1,2 +0,0 @@
caveModeType:1
dimensionTypeId:minecraft:overworld

View File

@@ -1,8 +0,0 @@
multiworldType:0
ignoreServerLevelId:false
ignoreHeightmaps:false
playerTeleportCommandFormat:/tp @s {name}
normalTeleportCommandFormat:/tp @s {x} {y} {z}
dimensionTeleportCommandFormat:/execute as @s in {d} run tp {x} {y} {z}
useDefaultMapTeleport:true
useDefaultPlayerTeleport:true

Some files were not shown because too many files have changed in this diff Show More