hopefully add default configs

This commit is contained in:
Merith 2022-09-06 20:55:44 +00:00
parent 331f75c750
commit 2e8e5b6b9d
17 changed files with 1406 additions and 0 deletions

View file

@ -0,0 +1,18 @@
# Disclaimer:
#
# It cannot be guaranteed that this mod is allowed on specific servers as it can possibly cause problems with anti-cheat plugins, (USE ONLY WITH CAUTION!)
# This option enables client-side transforming. (can also be enabled in-game)
enable-client-side: false
# This option sets the protocol version to be used when connecting to servers. (can also be changed in-game)
client-side-version: -1
# Hides VIA button from multiplayer menu.
hide-button: false
# List of servers which ViaFabric will force disabling transforming on client-side. It can be overwritten by setting per-server version,
#
# This isn't always the address in multiplayer menu; It will use the SRV record pointer when present, Check the game log for the address.
# Uses https://wiki.vg/Mojang_API#Blocked_Servers format (mc.example.com, *.example.com, 192.168.0.1, 192.168.*)
client-side-force-disable:
- hypixel.net
- '*.hypixel.net'
- minemen.club
- '*.minemen.club'

View file

@ -0,0 +1,58 @@
/*
Configuration for Better Loading Screen,
this file is automatically generated, and is formatted under JSON5.
Custom Image Background: Place the image (Ideally 16:9) in config/better_loading_screen/background.png
*/
{
/*
Whether the memory usage bar should be drawn.
Default: true
*/
rendersMemoryBar: true,
/*
Whether the current hints on the top left should be drawn.
Default: true
*/
rendersHint: true,
/*
Renders the logo on the loading screen.
Default: true
*/
rendersLogo: true,
/*
Declares the background color of the loading screen.
Default: #EF323D
*/
backgroundColor: "#2b2b2b",
/*
Declares the bar color of the loading screen.
Default: #FFFFFF
*/
barColor: "#FFFFFF",
/*
Declares the bar frame color of the loading screen.
Default: #FFFFFF
*/
barFrameColor: "#FFFFFF",
/*
Declares the text color of the loading screen.
Default: #FFFFFF
*/
textColor: "#FFFFFF",
/*
Declares the logo color of the loading screen.
Default: #FFFFFF
*/
logoColor: "#FFFFFF",
/*
Detects KubeJS to grab the color from the KubeJS config.
Default: true
*/
detectKubeJS: true,
/*
Detects All The Tweaks to grab the background image.
Default: true
*/
detectAllTheTweaks: true,
}

View file

@ -0,0 +1,155 @@
{
"modules_left": [
{
"name": "minecraft",
"name_color": 10506797,
"value_color": 43520,
"enabled": true,
"lines": {
"minecraft": true
}
},
{
"name": "fps",
"color_high": 5635925,
"color_med": 16777045,
"color_low": 16733525,
"enabled": true,
"lines": {
"fps": true
}
},
{
"name": "empty",
"enabled": true,
"lines": {
"nothing": true
}
},
{
"name": "coords",
"name_color": 16733525,
"color_x": 16733525,
"color_y": 5635925,
"color_z": 5636095,
"enabled": true,
"lines": {
"player_coords": true,
"block_coords": false,
"chunk_relative_coords": false,
"chunk_coords": false
}
},
{
"name": "location",
"name_color": 43520,
"value_color": 5636095,
"enabled": true,
"lines": {
"dimension": true,
"facing": false,
"rotation": false,
"light": true,
"light_server": true,
"highest_block": false,
"highest_block_server": false,
"biome": true,
"local_difficulty": false,
"days_played": true
}
},
{
"name": "empty",
"enabled": true,
"lines": {
"nothing": true
}
},
{
"name": "graphics",
"name_color": 16755200,
"value_color": 5636095,
"enabled": true,
"lines": {
"render_distance": true,
"graphics": true,
"clouds": true,
"biome_blend_radius": true,
"shader": true
}
},
{
"name": "server",
"name_color": 11184810,
"value_color": 16777045,
"enabled": true,
"lines": {
"server_tick": true,
"packets_sent": true,
"packets_received": true
}
}
],
"modules_right": [
{
"name": "system",
"name_color": 16755200,
"value_color": 5636095,
"enabled": true,
"lines": {
"java_version": true,
"memory_usage": true,
"allocated_memory": true,
"cpu": true,
"display": true,
"gpu": true,
"opengl_version": true,
"gpu_driver": true
}
},
{
"name": "miscright",
"name_color": 16645526,
"value_color": 5636095,
"enabled": false,
"lines": {
"misc_right": true
}
},
{
"name": "empty",
"enabled": true,
"lines": {
"nothing": true
}
},
{
"name": "target",
"name_color": 43775,
"value_color": 16777045,
"enabled": true,
"lines": {
"targeted_block": true,
"id_block": true,
"block_states": true,
"block_tags": true,
"blank": true,
"targeted_fluid": true,
"id_fluid": true,
"fluid_states": true,
"fluid_tags": true,
"blank2": true,
"targeted_entity": true
}
}
],
"general": {
"disable_mod": false,
"space_modules": false,
"shadow_text": true,
"animations": true,
"animationSpeed": 1.0,
"fontScale": 1.0,
"background_color": 1867534416
}
}

View file

@ -0,0 +1,31 @@
# Delete regions from the cache when they have not been loaded for X days.
#
# The cache for a given world is cleaned up whenever you disconnect from the server.
# Entire worlds are cleaned up when the game starts and you have not visited them for X days.
#
# Set to -1 to disabled.
# Set to 0 to clean up everything after every disconnect.
delete-unused-regions-after-days=-1
enabled=true
# Changes the maximum value configurable for Render Distance.
#
# Requires Sodium.
max-render-distance=32
# Do not load block entities (e.g. chests) in fake chunks.
# These need updating every tick which can add up.
#
# Enabled by default because the render distance for block entities is usually smaller than the server-view distance anyway.
no-block-entities=true
# Reduces the light levels in fake chunks so you can tell the difference from real ones.
taint-fake-chunks=false
# Delays the unloading of chunks which are outside your view distance.
# Saves you from having to reload all chunks when leaving the area for a short moment (e.g. cut scenes).
# Does not work across dimensions.
unload-delay-secs=60
# Overwrites the view-distance of the integrated server.
# This allows Bobby to be useful in Singleplayer.
#
# Disabled when at 0.
# Bobby is active in singleplayer only if this is enabled.
# Requires re-log to en-/disable.
view-distance-overwrite=0

View file

@ -0,0 +1,259 @@
{
"minecraft:hotbar": {
"xPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"yPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"xScale": 1.0,
"yScale": 1.0
},
"minecraft:title": {
"xPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"yPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"xScale": 1.0,
"yScale": 1.0
},
"minecraft:hunger": {
"forceDisplay": false,
"xPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"yPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"xScale": 1.0,
"yScale": 1.0
},
"minecraft:tooltip": {
"xPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"yPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"xScale": 1.0,
"yScale": 1.0
},
"minecraft:air": {
"xPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"yPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"xScale": 1.0,
"yScale": 1.0
},
"minecraft:subtitle": {
"xPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"yPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"xScale": 1.0,
"yScale": 1.0
},
"minecraft:armor": {
"xPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"yPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"xScale": 1.0,
"yScale": 1.0
},
"minecraft:expbar": {
"forceDisplay": false,
"xPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"yPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"xScale": 1.0,
"yScale": 1.0
},
"minecraft:mounthealth": {
"xPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"yPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"xScale": 1.0,
"yScale": 1.0
},
"minecraft:bossbar": {
"maxHeight": 0.33333334,
"xPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"yPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"xScale": 1.0,
"yScale": 1.0
},
"minecraft:actionbar": {
"xPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"yPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"xScale": 1.0,
"yScale": 1.0
},
"minecraft:health": {
"flipped": false,
"xPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"yPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"xScale": 1.0,
"yScale": 1.0
},
"minecraft:jumpbar": {
"xPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"yPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"xScale": 1.0,
"yScale": 1.0
},
"minecraft:statuseffects": {
"vertical": false,
"xPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"yPos": {
"posType": "default",
"parent": "minecraft:screen",
"anchorPos": 0.0,
"relativePos": 0.0,
"offset": 0.0
},
"xScale": 1.0,
"yScale": 1.0
}
}

View file

@ -0,0 +1,71 @@
{
"inv_toggle": true,
"inv_mini": false,
"inv_vert": false,
"inv_alpha": 0,
"inv_hide_b_g": false,
"inv_aminated": false,
"pot_toggle": true,
"pot_alpha": 100,
"pot_gap": 0,
"pot_mini": false,
"bar_duration": 300,
"pot_hor": true,
"arm_toggle": true,
"arm_above": 100,
"arm_view": "percentage",
"move_all": true,
"show_empty": true,
"show_armor": true,
"show_main": true,
"show_off": true,
"show_arrows": true,
"show_inv": true,
"arm_bars": true,
"arm_scale": 100,
"show_count": false,
"inv_x": 160,
"inv_y": 52,
"inv_val": "BOTTOM",
"inv_hal": "RIGHT",
"pot_x": 30,
"pot_y": 0,
"pot_val": "CENTER",
"pot_hal": "LEFT",
"arm_x": 0,
"arm_y": 70,
"arm_val": "BOTTOM",
"arm_hal": "MIDDLE",
"helm_x": 103,
"helm_y": 54,
"chest_x": 103,
"chest_y": 37,
"leg_x": -103,
"leg_y": 54,
"boots_x": -103,
"boots_y": 37,
"main_x": 103,
"main_y": 71,
"off_x": -103,
"off_y": 71,
"arr_x": 103,
"arr_y": 20,
"inv_icon_x": -103,
"inv_icon_y": 20,
"helm_hal": "MIDDLE",
"chest_hal": "MIDDLE",
"leg_hal": "MIDDLE",
"boots_hal": "MIDDLE",
"main_hal": "MIDDLE",
"off_hal": "MIDDLE",
"arr_hal": "MIDDLE",
"inv_icon_hal": "MIDDLE",
"helm_val": "BOTTOM",
"chest_val": "BOTTOM",
"leg_val": "BOTTOM",
"boots_val": "BOTTOM",
"main_val": "BOTTOM",
"off_val": "BOTTOM",
"arr_val": "BOTTOM",
"inv_icon_val": "BOTTOM"
}

View file

@ -0,0 +1,5 @@
#This file stores configuration options for Iris, such as the currently active shaderpack
#Sun Jan 16 15:06:30 PST 2022
maxShadowRenderDistance=32
shaderPack=
enableShaders=true

View file

@ -0,0 +1,4 @@
{
"capeVisible": true,
"earsVisible": true
}

View file

@ -0,0 +1,65 @@
{
"core": {
"notifications": true
},
"advanced": {
"recordingPath": "./.replay/recordings/",
"cachePath": "./.replay/cache/",
"renderPath": "./.replay/videos/",
"skipPostRenderGui": false,
"askForOpenEye": true,
"skipPostScreenshotGui": false,
"fullBrightness": "replaymod.gui.settings.fullbrightness.gamma",
"fullBrightness_valid_values": [
"replaymod.gui.settings.fullbrightness.gamma",
"replaymod.gui.settings.fullbrightness.nightvision",
"replaymod.gui.settings.fullbrightness.both"
]
},
"recording": {
"recordSingleplayer": false,
"recordServer": false,
"indicator": false,
"autoStartRecording": false,
"autoPostProcess": true,
"renameDialog": true
},
"replay": {
"showChat": true,
"showServerIPs": true,
"camera": "replaymod.camera.classic",
"camera_valid_values": [
"replaymod.camera.classic",
"replaymod.camera.vanilla"
],
"mainMenuButton": "DEFAULT",
"mainMenuButton_valid_values": [
"BIG",
"DEFAULT",
"TOP_LEFT",
"TOP_RIGHT",
"LEFT_OF_SINGLEPLAYER",
"RIGHT_OF_SINGLEPLAYER",
"LEFT_OF_MULTIPLAYER",
"RIGHT_OF_MULTIPLAYER",
"LEFT_OF_REALMS",
"RIGHT_OF_REALMS",
"LEFT_OF_MODS",
"RIGHT_OF_MODS"
]
},
"render": {
"frameTimeFromWorldTime": false
},
"simplepathing": {
"pathpreview": true,
"autosync": true,
"timelineLength": 1800,
"interpolator": "replaymod.gui.editkeyframe.interpolator.catmullrom.name",
"interpolator_valid_values": [
"replaymod.gui.editkeyframe.interpolator.catmullrom.name",
"replaymod.gui.editkeyframe.interpolator.cubic.name",
"replaymod.gui.editkeyframe.interpolator.linear.name"
]
}
}

View file

@ -0,0 +1,155 @@
{
"basics": {
"favorites": [],
// Declares whether cheating mode is on.
"cheating": false,
"favoritesEnabled": true,
"keyBindings": {
"recipeKeybind": {
"keyCode": "key.keyboard.r",
"modifier": 2
},
"usageKeybind": {
"keyCode": "key.keyboard.u",
"modifier": 2
},
"hideKeybind": {
"keyCode": "key.keyboard.o",
"modifier": 2
},
"previousPageKeybind": {
"keyCode": "key.keyboard.unknown",
"modifier": 0
},
"nextPageKeybind": {
"keyCode": "key.keyboard.unknown",
"modifier": 0
},
"focusSearchFieldKeybind": {
"keyCode": "key.keyboard.unknown",
"modifier": 0
},
"copyRecipeIdentifierKeybind": {
"keyCode": "key.mouse.middle",
"modifier": 0
},
"favoriteKeybind": {
"keyCode": "key.keyboard.a",
"modifier": 2
},
"exportImageKeybind": {
"keyCode": "key.keyboard.f8",
"modifier": 0
},
"previousScreenKeybind": {
"keyCode": "key.keyboard.backspace",
"modifier": 0
}
},
// Declares whether REI is visible.
"overlayVisible": true,
"cheatingStyle": "GRAB",
"motion": {
"favoritesAnimation": true
}
},
"advanced": {
"filtering": {
"shouldFilterDisplays": true,
"filteringRules": [
"{id:\"roughlyenoughitems:manual\",rule:{}}"
],
"filteredStacks": []
},
"enableJeiCompatibilityLayer": true,
"tooltips": {
// Declares whether REI should append mod names to entries.
"appendModNames": true,
// Declares whether favorites tooltip should be displayed.
"displayFavoritesTooltip": false
},
"layout": {
// The ordering of the items on the entry panel.
"entryPanelOrdering": "REGISTRY_ASCENDING",
// Declares the maximum amount of recipes displayed in a page if possible.
"maxRecipesPerPage": 8,
// Declares the maximum amount of recipes displayed in a page if possible.
"maxRecipesPageHeight": 300,
// Declares whether entry rendering time should be debugged.
"debugRenderTimeRequired": false,
// Merges displays with equal contents under 1 display.
"mergeDisplayUnderOne": true
},
"accessibility": {
"entrySize": 1.0,
// Declares the position of the entry panel.
"displayPanelLocation": "RIGHT",
// Declares whether scrolled entry panel should snap to rows.
"snapToRows": false,
// Declares how the scrollbar in composite screen should act.
"compositeScrollBarPermanent": false,
"toastDisplayedOnCopyIdentifier": true,
// Declares whether REI should use compact tabs for categories.
"useCompactTabs": true
},
"search": {
// Declares whether search time should be debugged.
"debugSearchTimeRequired": false,
// Declares whether REI should search async.
"asyncSearch": true,
// Declares how many entries should be grouped one async search.
"asyncSearchPartitionSize": 100,
"tooltipSearch": "ALWAYS",
"tagSearch": "PREFIX",
"identifierSearch": "ALWAYS",
"modSearch": "PREFIX"
},
"commands": {
// Declares the command used to change gamemode.
"gamemodeCommand": "/gamemode {gamemode}",
// Declares the command used in servers to cheat items.
"giveCommand": "/give {player_name} {item_identifier}{nbt} {count}",
// Declares the command used to change weather.
"weatherCommand": "/weather {weather}"
},
"miscellaneous": {
// Declares whether arrows in containers should be clickable.
"clickableRecipeArrows": true,
"registerRecipesInAnotherThread": true,
"newFastEntryRendering": true
}
},
"appearance": {
"recipeScreenType": "COMPOSITE",
// Declares the appearance of REI windows.
"theme": "LIGHT",
"layout": {
// Declares the position of the search field.
"searchFieldLocation": "CENTER",
// Declares the position of the config button.
"configButtonLocation": "LOWER",
// Declares whether the craftable filter button is enabled.
"enableCraftableOnlyButton": false
},
// Declares the appearance of recipe's border.
"recipeBorder": "DEFAULT",
// Declares whether entry panel is scrolled.
"scrollingEntryListWidget": false,
"horizontalEntriesBoundaries": 1.0,
"verticalEntriesBoundaries": 1.0,
"horizontalEntriesBoundariesColumns": 50,
"verticalEntriesBoundariesRows": 1000,
"favoritesHorizontalEntriesBoundaries": 1.0,
"favoritesHorizontalEntriesBoundariesColumns": 50,
"syntaxHighlightingMode": "COLORFUL"
},
"functionality": {
// Declares whether REI should remove the recipe book.
"disableRecipeBook": false,
// Declares whether mob effects should be on the left side instead of the right side.
"leftSideMobEffects": false,
// Declares whether subsets is enabled.
"isSubsetsEnabled": false,
"allowInventoryHighlighting": true
}
}

View file

@ -0,0 +1,11 @@
### Stendhal Configuration File ###
# Toggle on or off the chat unicode buttons
chatutils.symbols.toggle=true
# Choose the position of the chat unicode buttons
chatutils.symbols.position=right
# Give the amount of unicode buttons to display. 0 = all (might not show properly on your screen)
chatutils.symbols.amount=20

View file

@ -0,0 +1,103 @@
#CONFIG ONLY OPTIONS
ignoreUpdate:0
settingsButton:false
allowWrongWorldTeleportation:false
differentiateByServerAddress:true
debugEntityIcons:false
debugEntityVariantIds:false
#INGAME SETTINGS (DO NOT EDIT!)
updateNotification:true
minimap:true
caveMaps:2
caveZoom:1
showWaypoints:true
showIngameWaypoints:true
displayRedstone:true
deathpoints:true
oldDeathpoints:true
distance:1
showCoords:true
lockNorth:false
zoom:0
minimapSize:0
chunkGrid:-1
slimeChunks:false
mapSafeMode:false
minimapOpacity:100.0
waypointsIngameIconScale:0
waypointsIngameDistanceScale:0
waypointsIngameNameScale:0
waypointsIngameCloseScale:1.0
antiAliasing:true
blockColours:0
lighting:true
dotsStyle:0
dotNameScale:1.0
compassOverWaypoints:false
showBiome:false
showFlowers:true
keepWaypointNames:true
waypointsDistanceExp:0
waypointsDistanceMin:0.0
defaultWaypointTPCommandFormat:/tp @s {x} {y} {z}
defaultWaypointTPCommandRotationFormat:/tp @s {x} {y} {z} {yaw} ~
arrowScale:1.5
arrowColour:0
smoothDots:true
worldMap:true
terrainDepth:true
terrainSlopes:2
mainEntityAs:0
blockTransparency:true
waypointOpacityIngame:80
waypointOpacityMap:90
hideWorldNames:1
openSlimeSettings:true
alwaysShowDistance:false
showLightLevel:0
renderLayerIndex:1
crossDimensionalTp:true
showTime:0
biomeColorsVanillaMode:false
lookingAtAngle:10
lookingAtAngleVertical:180
centeredEnlarged:false
zoomedOutEnlarged:false
minimapTextAlign:0
showAngles:false
waypointsMutualEdit:true
compassLocation:1
compassScale:1
caveMapsDepth:30
hideWaypointCoordinates:false
renderAllSets:false
playerArrowOpacity:100
waypointsBottom:false
minimapShape:0
lightOverlayType:0
lightOverlayMaxLight:7
lightOverlayMinLight:0
lightOverlayColor:13
uiScale:0
bossHealthPushBox:1
potionEffectPushBox:1
minimapFrame:0
minimapFrameColor:9
compassColor:9
northCompassColor:-1
showDimensionName:false
displayMultipleWaypointInfo:1
entityRadar:true
adjustHeightForCarpetLikeBlocks:true
autoConvertWaypointDistanceToKmThreshold:10000
waypointDistancePrecision:1
mainDotSize:2
partialYTeleportation:true
deleteReachedDeathpoints:true
hideMinimapUnderScreen:true
interface:dummy:0:36:true:false:false:false
interface:dummy:0:10000:true:false:false:false
interface:dummy:0:0:false:false:true:false
interface:dummy:0:36:true:false:false:false
interface:gui.xaero_minimap:84:129:false:false:true:true
#WAYPOINTS HAVE BEEN MOVED TO /XaeroWaypoints

View file

@ -0,0 +1,151 @@
{
"hardInclude": "anything",
"includeList": [],
"excludeMode": "ONLY",
"excludeList": [
"minecraft:item_frame"
],
"name": "gui.xaero_entity_category_root",
"protection": true,
"settingOverrides": {
"displayed": true,
"heightBasedFade": true,
"renderOrder": 0.0,
"heightLimit": 20.0,
"names": 0.0,
"color": 13.0,
"displayNameWhenIconFails": true,
"entityNumber": 1000.0,
"alwaysDisplayNametags": false,
"dotSize": 2.0,
"icons": 1.0,
"iconScale": 1.0
},
"subCategories": [
{
"hardInclude": "living",
"includeList": [],
"excludeMode": "ONLY",
"excludeList": [
"minecraft:armor_stand"
],
"name": "gui.xaero_entity_category_living",
"protection": true,
"settingOverrides": {
"renderOrder": 2.0,
"color": 14.0
},
"subCategories": [
{
"hardInclude": "players",
"includeList": [],
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_players",
"protection": true,
"settingOverrides": {
"renderOrder": 6.0,
"color": 15.0
},
"subCategories": [
{
"hardInclude": "same-team",
"includeList": [],
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_same_team",
"protection": true,
"settingOverrides": {},
"subCategories": []
},
{
"hardInclude": "anything",
"includeList": [],
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_other_teams",
"protection": true,
"settingOverrides": {
"renderOrder": 7.0
},
"subCategories": []
}
]
},
{
"hardInclude": "hostile",
"includeList": [],
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_hostile",
"protection": true,
"settingOverrides": {
"renderOrder": 3.0
},
"subCategories": [
{
"hardInclude": "tamed",
"includeList": [],
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_hostile_tamed",
"protection": true,
"settingOverrides": {
"renderOrder": 5.0
},
"subCategories": []
}
]
},
{
"hardInclude": "anything",
"includeList": [],
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_friendly",
"protection": true,
"settingOverrides": {},
"subCategories": [
{
"hardInclude": "tamed",
"includeList": [],
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_friendly_tamed",
"protection": true,
"settingOverrides": {
"renderOrder": 4.0
},
"subCategories": []
}
]
}
]
},
{
"hardInclude": "items",
"includeList": [],
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_items",
"protection": true,
"settingOverrides": {
"renderOrder": 1.0,
"color": 12.0
},
"subCategories": []
},
{
"hardInclude": "anything",
"includeList": [],
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_other_entities",
"protection": true,
"settingOverrides": {
"color": 5.0
},
"subCategories": []
}
]
}

View file

@ -0,0 +1 @@
showCapes:true

View file

@ -0,0 +1,32 @@
ignoreUpdate:0
updateNotification:true
differentiateByServerAddress:true
netherlikeCaveMapAllowed:true
debug:false
lighting:true
colours:0
loadChunks:true
updateChunks:true
terrainSlopes:2
terrainDepth:true
footsteps:true
flowers:true
compression:false
coordinates:true
biomeColorsVanillaMode:false
waypoints:true
renderArrow:true
displayZoom:true
worldmapWaypointsScale:1.0
openMapAnimation:true
reloadVersion:0
reloadEverything:false
zoomButtons:true
waypointBackgrounds:true
detectAmbiguousY:true
showDisabledWaypoints:false
closeWaypointsWhenHopping:true
adjustHeightForCarpetLikeBlocks:true
onlyCurrentMapWaypoints:false
minZoomForLocalWaypoints:0.0
globalVersion:1