mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-22 14:19:31 +00:00
remove deaf configs, update for better server
This commit is contained in:
parent
6378638ced
commit
64777bd76f
33 changed files with 326 additions and 891 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
## Modpack Updater Script Loose Files to Ignore ##
|
## Modpack Updater Script Loose Files to Ignore ##
|
||||||
.build
|
.build
|
||||||
|
.run
|
||||||
.server
|
.server
|
||||||
.technic
|
.technic
|
||||||
*.mrpack
|
*.mrpack
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Disclaimer:
|
# 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!)
|
# 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)
|
# This option enables client-side transforming. (can also be enabled in-game)
|
||||||
enable-client-side: false
|
enable-client-side: true
|
||||||
# This option sets the protocol version to be used when connecting to servers. (can also be changed in-game)
|
# This option sets the protocol version to be used when connecting to servers. (can also be changed in-game)
|
||||||
client-side-version: -1
|
client-side-version: -1
|
||||||
# Hides VIA button from multiplayer menu.
|
# Hides VIA button from multiplayer menu.
|
||||||
hide-button: false
|
hide-button: false
|
||||||
# List of servers which ViaFabric will force disabling transforming on client-side. It can be overwritten by setting per-server version,
|
# 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.
|
# 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.*)
|
# Uses https://wiki.vg/Mojang_API#Blocked_Servers format (mc.example.com, *.example.com, 192.168.0.1, 192.168.*)
|
||||||
client-side-force-disable:
|
client-side-force-disable:
|
||||||
|
|
|
@ -1,58 +0,0 @@
|
||||||
/*
|
|
||||||
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,
|
|
||||||
}
|
|
|
@ -1,31 +0,0 @@
|
||||||
# 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=30
|
|
||||||
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
|
|
|
@ -1,259 +0,0 @@
|
||||||
{
|
|
||||||
"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
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,71 +0,0 @@
|
||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
#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
|
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"capeVisible": true,
|
|
||||||
"earsVisible": true
|
|
||||||
}
|
|
|
@ -1,155 +0,0 @@
|
||||||
{
|
|
||||||
"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
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,11 +0,0 @@
|
||||||
### 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
|
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
#This file stores if VR should be enabled.
|
|
||||||
#Fri Feb 17 21:34:16 PST 2023
|
|
||||||
vrStatus=false
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Simple Voice Chat translations
|
||||||
|
# This file contains all server-side translations for the Simple Voice Chat mod
|
||||||
|
|
||||||
|
# The message a player gets when kicked for not having voice chat installed and the server has force_voicechat enabled
|
||||||
|
# The first parameter is the mod/plugin name and the second parameter is the mod/plugin version
|
||||||
|
force_voicechat_kick_message=You need %s %s to play on this server
|
||||||
|
# The message a player gets when joining a server with an incompatible voice chat version
|
||||||
|
# The first parameter is the mod/plugin version and the second parameter is the mod/plugin name
|
||||||
|
voicechat_not_compatible_message=Your voice chat version is not compatible with the servers version.\\nPlease install version %s of %s.
|
||||||
|
# The message a player gets when trying to execute a command that requires voice chat
|
||||||
|
# The first parameter is the mod/plugin name
|
||||||
|
voicechat_needed_for_command_message=You need to have %s installed on your client to use this command
|
||||||
|
# The message a player gets when trying to execute a command that can only be executed as a player
|
||||||
|
player_command_message=This command can only be executed as a player
|
|
@ -0,0 +1,43 @@
|
||||||
|
# Simple Voice Chat server config v1.19.4-2.4.7
|
||||||
|
|
||||||
|
# The port of the voice chat server
|
||||||
|
# Setting this to "-1" sets the port to the Minecraft servers port (Not recommended)
|
||||||
|
port=-1
|
||||||
|
# The IP address to bind the voice chat server on
|
||||||
|
# Leave empty to use 'server-ip' of server.properties
|
||||||
|
# To bind to the wildcard address, use '*'
|
||||||
|
bind_address=*
|
||||||
|
# The distance to where the voice can be heard
|
||||||
|
max_voice_distance=48.0
|
||||||
|
# The multiplier of the voice distance when crouching
|
||||||
|
crouch_distance_multiplier=1.0
|
||||||
|
# The multiplier of the voice distance when whispering
|
||||||
|
whisper_distance_multiplier=0.5
|
||||||
|
# The opus codec
|
||||||
|
# Possible values are 'VOIP', 'AUDIO' and 'RESTRICTED_LOWDELAY'
|
||||||
|
codec=VOIP
|
||||||
|
# The maximum size in bytes that voice packets are allowed to have
|
||||||
|
mtu_size=1024
|
||||||
|
# The frequency at which keep alive packets are sent
|
||||||
|
# Setting this to a higher value may result in timeouts
|
||||||
|
keep_alive=1000
|
||||||
|
# If group chats are allowed
|
||||||
|
enable_groups=true
|
||||||
|
# The host name that clients should use to connect to the voice chat
|
||||||
|
# This may also include a port, e.g. 'example.com:24454'
|
||||||
|
# Don't change this value if you don't know what you are doing
|
||||||
|
voice_host=
|
||||||
|
# If players are allowed to record the voice chat
|
||||||
|
allow_recording=true
|
||||||
|
# If spectators are allowed to talk to other players
|
||||||
|
spectator_interaction=false
|
||||||
|
# If spectators can talk to players they are spectating
|
||||||
|
spectator_player_possession=false
|
||||||
|
# If players without the mod should get kicked from the server
|
||||||
|
force_voice_chat=false
|
||||||
|
# The amount of milliseconds, the server should wait to check if the player has the mod installed
|
||||||
|
# Only active when force_voice_chat is set to true
|
||||||
|
login_timeout=10000
|
||||||
|
# The range where the voice chat should broadcast audio to
|
||||||
|
# A value <0 means 'max_voice_distance'
|
||||||
|
broadcast_range=-1.0
|
|
@ -1,103 +0,0 @@
|
||||||
#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
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"hardInclude": "anything",
|
"hardInclude": "anything",
|
||||||
"includeList": [],
|
"includeList": [],
|
||||||
|
"includeListInSuperCategory": false,
|
||||||
"excludeMode": "ONLY",
|
"excludeMode": "ONLY",
|
||||||
"excludeList": [
|
"excludeList": [
|
||||||
"minecraft:item_frame"
|
"minecraft:item_frame"
|
||||||
|
@ -8,23 +9,27 @@
|
||||||
"name": "gui.xaero_entity_category_root",
|
"name": "gui.xaero_entity_category_root",
|
||||||
"protection": true,
|
"protection": true,
|
||||||
"settingOverrides": {
|
"settingOverrides": {
|
||||||
|
"displayHeight": 0.0,
|
||||||
"displayed": true,
|
"displayed": true,
|
||||||
"heightBasedFade": true,
|
"heightBasedFade": true,
|
||||||
"renderOrder": 0.0,
|
"renderOrder": 0.0,
|
||||||
"heightLimit": 20.0,
|
|
||||||
"names": 0.0,
|
|
||||||
"color": 13.0,
|
"color": 13.0,
|
||||||
"displayNameWhenIconFails": true,
|
"displayNameWhenIconFails": true,
|
||||||
"entityNumber": 1000.0,
|
"entityNumber": 1000.0,
|
||||||
"alwaysDisplayNametags": false,
|
"alwaysDisplayNametags": false,
|
||||||
"dotSize": 2.0,
|
"dotSize": 2.0,
|
||||||
|
"startFadingAt": 0.0,
|
||||||
|
"renderOverMinimapFrame": 1.0,
|
||||||
"icons": 1.0,
|
"icons": 1.0,
|
||||||
|
"heightLimit": 20.0,
|
||||||
|
"names": 0.0,
|
||||||
"iconScale": 1.0
|
"iconScale": 1.0
|
||||||
},
|
},
|
||||||
"subCategories": [
|
"subCategories": [
|
||||||
{
|
{
|
||||||
"hardInclude": "living",
|
"hardInclude": "living",
|
||||||
"includeList": [],
|
"includeList": [],
|
||||||
|
"includeListInSuperCategory": false,
|
||||||
"excludeMode": "ONLY",
|
"excludeMode": "ONLY",
|
||||||
"excludeList": [
|
"excludeList": [
|
||||||
"minecraft:armor_stand"
|
"minecraft:armor_stand"
|
||||||
|
@ -39,6 +44,7 @@
|
||||||
{
|
{
|
||||||
"hardInclude": "players",
|
"hardInclude": "players",
|
||||||
"includeList": [],
|
"includeList": [],
|
||||||
|
"includeListInSuperCategory": false,
|
||||||
"excludeMode": "ONLY",
|
"excludeMode": "ONLY",
|
||||||
"excludeList": [],
|
"excludeList": [],
|
||||||
"name": "gui.xaero_entity_category_players",
|
"name": "gui.xaero_entity_category_players",
|
||||||
|
@ -51,6 +57,7 @@
|
||||||
{
|
{
|
||||||
"hardInclude": "same-team",
|
"hardInclude": "same-team",
|
||||||
"includeList": [],
|
"includeList": [],
|
||||||
|
"includeListInSuperCategory": false,
|
||||||
"excludeMode": "ONLY",
|
"excludeMode": "ONLY",
|
||||||
"excludeList": [],
|
"excludeList": [],
|
||||||
"name": "gui.xaero_entity_category_same_team",
|
"name": "gui.xaero_entity_category_same_team",
|
||||||
|
@ -61,6 +68,7 @@
|
||||||
{
|
{
|
||||||
"hardInclude": "anything",
|
"hardInclude": "anything",
|
||||||
"includeList": [],
|
"includeList": [],
|
||||||
|
"includeListInSuperCategory": false,
|
||||||
"excludeMode": "ONLY",
|
"excludeMode": "ONLY",
|
||||||
"excludeList": [],
|
"excludeList": [],
|
||||||
"name": "gui.xaero_entity_category_other_teams",
|
"name": "gui.xaero_entity_category_other_teams",
|
||||||
|
@ -75,6 +83,7 @@
|
||||||
{
|
{
|
||||||
"hardInclude": "hostile",
|
"hardInclude": "hostile",
|
||||||
"includeList": [],
|
"includeList": [],
|
||||||
|
"includeListInSuperCategory": false,
|
||||||
"excludeMode": "ONLY",
|
"excludeMode": "ONLY",
|
||||||
"excludeList": [],
|
"excludeList": [],
|
||||||
"name": "gui.xaero_entity_category_hostile",
|
"name": "gui.xaero_entity_category_hostile",
|
||||||
|
@ -86,6 +95,7 @@
|
||||||
{
|
{
|
||||||
"hardInclude": "tamed",
|
"hardInclude": "tamed",
|
||||||
"includeList": [],
|
"includeList": [],
|
||||||
|
"includeListInSuperCategory": false,
|
||||||
"excludeMode": "ONLY",
|
"excludeMode": "ONLY",
|
||||||
"excludeList": [],
|
"excludeList": [],
|
||||||
"name": "gui.xaero_entity_category_hostile_tamed",
|
"name": "gui.xaero_entity_category_hostile_tamed",
|
||||||
|
@ -100,6 +110,7 @@
|
||||||
{
|
{
|
||||||
"hardInclude": "anything",
|
"hardInclude": "anything",
|
||||||
"includeList": [],
|
"includeList": [],
|
||||||
|
"includeListInSuperCategory": false,
|
||||||
"excludeMode": "ONLY",
|
"excludeMode": "ONLY",
|
||||||
"excludeList": [],
|
"excludeList": [],
|
||||||
"name": "gui.xaero_entity_category_friendly",
|
"name": "gui.xaero_entity_category_friendly",
|
||||||
|
@ -109,6 +120,7 @@
|
||||||
{
|
{
|
||||||
"hardInclude": "tamed",
|
"hardInclude": "tamed",
|
||||||
"includeList": [],
|
"includeList": [],
|
||||||
|
"includeListInSuperCategory": false,
|
||||||
"excludeMode": "ONLY",
|
"excludeMode": "ONLY",
|
||||||
"excludeList": [],
|
"excludeList": [],
|
||||||
"name": "gui.xaero_entity_category_friendly_tamed",
|
"name": "gui.xaero_entity_category_friendly_tamed",
|
||||||
|
@ -125,6 +137,7 @@
|
||||||
{
|
{
|
||||||
"hardInclude": "items",
|
"hardInclude": "items",
|
||||||
"includeList": [],
|
"includeList": [],
|
||||||
|
"includeListInSuperCategory": false,
|
||||||
"excludeMode": "ONLY",
|
"excludeMode": "ONLY",
|
||||||
"excludeList": [],
|
"excludeList": [],
|
||||||
"name": "gui.xaero_entity_category_items",
|
"name": "gui.xaero_entity_category_items",
|
||||||
|
@ -138,6 +151,7 @@
|
||||||
{
|
{
|
||||||
"hardInclude": "anything",
|
"hardInclude": "anything",
|
||||||
"includeList": [],
|
"includeList": [],
|
||||||
|
"includeListInSuperCategory": false,
|
||||||
"excludeMode": "ONLY",
|
"excludeMode": "ONLY",
|
||||||
"excludeList": [],
|
"excludeList": [],
|
||||||
"name": "gui.xaero_entity_category_other_entities",
|
"name": "gui.xaero_entity_category_other_entities",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
ignoreUpdate:0
|
ignoreUpdate:0
|
||||||
updateNotification:true
|
updateNotification:true
|
||||||
differentiateByServerAddress:true
|
differentiateByServerAddress:true
|
||||||
netherlikeCaveMapAllowed:true
|
caveMapsAllowed:true
|
||||||
debug:false
|
debug:false
|
||||||
lighting:true
|
lighting:true
|
||||||
colours:0
|
colours:0
|
||||||
|
@ -11,8 +11,8 @@ terrainSlopes:2
|
||||||
terrainDepth:true
|
terrainDepth:true
|
||||||
footsteps:true
|
footsteps:true
|
||||||
flowers:true
|
flowers:true
|
||||||
compression:false
|
|
||||||
coordinates:true
|
coordinates:true
|
||||||
|
hoveredBiome:true
|
||||||
biomeColorsVanillaMode:false
|
biomeColorsVanillaMode:false
|
||||||
waypoints:true
|
waypoints:true
|
||||||
renderArrow:true
|
renderArrow:true
|
||||||
|
@ -29,4 +29,20 @@ closeWaypointsWhenHopping:true
|
||||||
adjustHeightForCarpetLikeBlocks:true
|
adjustHeightForCarpetLikeBlocks:true
|
||||||
onlyCurrentMapWaypoints:false
|
onlyCurrentMapWaypoints:false
|
||||||
minZoomForLocalWaypoints:0.0
|
minZoomForLocalWaypoints:0.0
|
||||||
|
arrowColour:-2
|
||||||
|
minimapRadar:true
|
||||||
|
renderWaypoints:true
|
||||||
|
partialYTeleportation:true
|
||||||
|
displayStainedGlass:true
|
||||||
|
caveModeDepth:30
|
||||||
|
caveModeStart:2147483647
|
||||||
|
autoCaveMode:-1
|
||||||
|
legibleCaveMaps:false
|
||||||
|
displayCaveModeStart:true
|
||||||
|
caveModeToggleTimer:1000
|
||||||
|
defaultCaveModeType:1
|
||||||
|
pacPlayers:true
|
||||||
|
displayClaims:true
|
||||||
|
claimsFillOpacity:46
|
||||||
|
claimsBorderOpacity:80
|
||||||
globalVersion:1
|
globalVersion:1
|
||||||
|
|
|
@ -1,121 +0,0 @@
|
||||||
key_modifiers_key.attack:0,0,0
|
|
||||||
key_modifiers_key.use:0,0,0
|
|
||||||
key_modifiers_key.forward:0,0,0
|
|
||||||
key_modifiers_key.left:0,0,0
|
|
||||||
key_modifiers_key.back:0,0,0
|
|
||||||
key_modifiers_key.right:0,0,0
|
|
||||||
key_modifiers_key.jump:0,0,0
|
|
||||||
key_modifiers_key.sneak:0,0,0
|
|
||||||
key_modifiers_key.sprint:0,0,0
|
|
||||||
key_modifiers_key.drop:0,0,0
|
|
||||||
key_modifiers_key.inventory:0,0,0
|
|
||||||
key_modifiers_key.chat:0,0,0
|
|
||||||
key_modifiers_key.playerlist:0,0,0
|
|
||||||
key_modifiers_key.pickItem:0,0,0
|
|
||||||
key_modifiers_key.command:0,0,0
|
|
||||||
key_modifiers_key.socialInteractions:0,0,0
|
|
||||||
key_modifiers_key.screenshot:0,0,0
|
|
||||||
key_modifiers_key.togglePerspective:0,0,0
|
|
||||||
key_modifiers_key.smoothCamera:0,0,0
|
|
||||||
key_modifiers_key.fullscreen:0,0,0
|
|
||||||
key_modifiers_key.spectatorOutlines:0,0,0
|
|
||||||
key_modifiers_key.swapOffhand:0,0,0
|
|
||||||
key_modifiers_key.saveToolbarActivator:0,0,0
|
|
||||||
key_modifiers_key.loadToolbarActivator:0,0,0
|
|
||||||
key_modifiers_key.advancements:0,0,0
|
|
||||||
key_modifiers_key.hotbar.1:0,0,0
|
|
||||||
key_modifiers_key.hotbar.2:0,0,0
|
|
||||||
key_modifiers_key.hotbar.3:0,0,0
|
|
||||||
key_modifiers_key.hotbar.4:0,0,0
|
|
||||||
key_modifiers_key.hotbar.5:0,0,0
|
|
||||||
key_modifiers_key.hotbar.6:0,0,0
|
|
||||||
key_modifiers_key.hotbar.7:0,0,0
|
|
||||||
key_modifiers_key.hotbar.8:0,0,0
|
|
||||||
key_modifiers_key.hotbar.9:0,0,0
|
|
||||||
key_modifiers_key.fabrishot.screenshot:0,0,0
|
|
||||||
key_modifiers_key.firstperson.toggle:0,0,0
|
|
||||||
key_modifiers_key.antighost.reveal:0,0,0
|
|
||||||
key_modifiers_key.blockmeter.assign:0,0,0
|
|
||||||
key_modifiers_key.blockmeter.menu:0,0,0
|
|
||||||
key_modifiers_key.entityculling.toggle:0,0,0
|
|
||||||
key_modifiers_figura.config.action_wheel_button:0,0,0
|
|
||||||
key_modifiers_figura.config.player_popup_button:0,0,0
|
|
||||||
key_modifiers_figura.config.panic_button:0,0,0
|
|
||||||
key_modifiers_key.grid.showhide:0,0,0
|
|
||||||
key_modifiers_key.grid.here:0,0,0
|
|
||||||
key_modifiers_key.grid.fixy:0,0,0
|
|
||||||
key_modifiers_key.grid.spawns:0,0,0
|
|
||||||
key_modifiers_key.grid.settings:0,0,0
|
|
||||||
key_modifiers_key.inventoryhud.toggle:0,0,0
|
|
||||||
key_modifiers_key.inventoryhud.openconfig:0,0,0
|
|
||||||
key_modifiers_key.inventoryhud.togglepot:0,0,0
|
|
||||||
key_modifiers_key.inventoryhud.togglearm:0,0,0
|
|
||||||
key_modifiers_key.inventoryhud.toggleall:0,0,0
|
|
||||||
key_modifiers_iris.keybind.reload:0,0,0
|
|
||||||
key_modifiers_iris.keybind.toggleShaders:0,0,0
|
|
||||||
key_modifiers_iris.keybind.shaderPackSelection:0,0,0
|
|
||||||
key_modifiers_key.lightoverlay.enable_overlay:0,0,0
|
|
||||||
key_modifiers_key.minecraftcapes.gui:0,0,0
|
|
||||||
key_modifiers_key.mousewheelie.open_config_screen:0,0,0
|
|
||||||
key_modifiers_key.mousewheelie.sort_inventory:0,0,0
|
|
||||||
key_modifiers_key.mousewheelie.scroll_up:0,0,0
|
|
||||||
key_modifiers_key.mousewheelie.scroll_down:0,0,0
|
|
||||||
key_modifiers_key.mousewheelie.pick_tool:0,0,0
|
|
||||||
key_modifiers_nimble.keybind.frontView:0,0,0
|
|
||||||
key_modifiers_key.blockmixer.toggleslot:0,0,0
|
|
||||||
key_modifiers_key.blockmixer.increaseratio:0,0,0
|
|
||||||
key_modifiers_key.blockmixer.decreaseratio:0,0,0
|
|
||||||
key_modifiers_key.perspectivemod.toggle:0,0,0
|
|
||||||
key_modifiers_key.plasmo_voice.settings:0,0,0
|
|
||||||
key_modifiers_key.replaymod.playeroverview:0,0,0
|
|
||||||
key_modifiers_key.replaymod.lighting:0,0,0
|
|
||||||
key_modifiers_key.replaymod.quickmode:0,0,0
|
|
||||||
key_modifiers_key.replaymod.settings:0,0,0
|
|
||||||
key_modifiers_key.replaymod.marker:0,0,0
|
|
||||||
key_modifiers_key.replaymod.thumbnail:0,0,0
|
|
||||||
key_modifiers_key.replaymod.playpause:0,0,0
|
|
||||||
key_modifiers_key.replaymod.rollclockwise:0,0,0
|
|
||||||
key_modifiers_key.replaymod.rollcounterclockwise:0,0,0
|
|
||||||
key_modifiers_key.replaymod.resettilt:0,0,0
|
|
||||||
key_modifiers_key.replaymod.pathpreview:0,0,0
|
|
||||||
key_modifiers_key.replaymod.keyframerepository:0,0,0
|
|
||||||
key_modifiers_key.replaymod.clearkeyframes:0,0,0
|
|
||||||
key_modifiers_key.replaymod.synctimeline:0,0,0
|
|
||||||
key_modifiers_key.replaymod.positionkeyframe:0,0,0
|
|
||||||
key_modifiers_key.replaymod.positiononlykeyframe:0,0,0
|
|
||||||
key_modifiers_key.replaymod.timekeyframe:0,0,0
|
|
||||||
key_modifiers_key.replaymod.bothkeyframes:0,0,0
|
|
||||||
key_modifiers_key.wildfire_gender.gender_menu:0,0,0
|
|
||||||
key_modifiers_gui.xaero_switch_waypoint_set:0,0,0
|
|
||||||
key_modifiers_gui.xaero_instant_waypoint:0,0,0
|
|
||||||
key_modifiers_gui.xaero_toggle_slime:0,0,0
|
|
||||||
key_modifiers_gui.xaero_toggle_grid:0,0,0
|
|
||||||
key_modifiers_gui.xaero_toggle_waypoints:0,0,0
|
|
||||||
key_modifiers_gui.xaero_toggle_map_waypoints:0,0,0
|
|
||||||
key_modifiers_gui.xaero_toggle_map:0,0,0
|
|
||||||
key_modifiers_gui.xaero_enlarge_map:0,0,0
|
|
||||||
key_modifiers_gui.xaero_waypoints_key:0,0,0
|
|
||||||
key_modifiers_gui.xaero_zoom_in:0,0,0
|
|
||||||
key_modifiers_gui.xaero_zoom_out:0,0,0
|
|
||||||
key_modifiers_gui.xaero_new_waypoint:0,0,0
|
|
||||||
key_modifiers_gui.xaero_display_all_sets:0,0,0
|
|
||||||
key_modifiers_gui.xaero_toggle_light_overlay:0,0,0
|
|
||||||
key_modifiers_gui.xaero_toggle_entity_radar:0,0,0
|
|
||||||
key_modifiers_gui.xaero_reverse_entity_radar:0,0,0
|
|
||||||
key_modifiers_gui.xaero_minimap_settings:0,0,0
|
|
||||||
key_modifiers_gui.xaero_open_map:0,0,0
|
|
||||||
key_modifiers_gui.xaero_open_settings:0,0,0
|
|
||||||
key_modifiers_gui.xaero_map_zoom_in:0,0,0
|
|
||||||
key_modifiers_gui.xaero_map_zoom_out:0,0,0
|
|
||||||
key_modifiers_gui.xaero_quick_confirm:0,0,0
|
|
||||||
key_modifiers_key.okzoomer.zoom:0,0,0
|
|
||||||
key_modifiers_key.okzoomer.decrease_zoom:0,0,0
|
|
||||||
key_modifiers_key.okzoomer.increase_zoom:0,0,0
|
|
||||||
key_modifiers_key.okzoomer.reset_zoom:0,0,0
|
|
||||||
key_modifiers_keybind.name.ESSENTIAL_FRIENDS:0,0,0
|
|
||||||
key_modifiers_keybind.name.COSMETIC_STUDIO:0,0,0
|
|
||||||
key_modifiers_keybind.name.COSMETICS_VISIBILITY_TOGGLE:0,0,0
|
|
||||||
key_modifiers_keybind.name.ADD_FRIEND:0,0,0
|
|
||||||
key_modifiers_keybind.name.CHAT_PEEK:0,0,0
|
|
||||||
key_modifiers_keybind.name.INVITE_FRIENDS:0,0,0
|
|
||||||
key_modifiers_keybind.name.ZOOM:0,0,0
|
|
2
.minecraft/config/yosbr/server.properties
Normal file
2
.minecraft/config/yosbr/server.properties
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
enforce-secure-profile=false
|
||||||
|
motd=&5Vanillia Minecraft
|
|
@ -2,59 +2,27 @@ hash-format = "sha256"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/ViaFabric/viafabric.yml"
|
file = "config/yosbr/config/ViaFabric/viafabric.yml"
|
||||||
hash = "1cb60349c6377e6026c0e30e9360b730ddaee72ce6e07616ba29053623c96ac4"
|
hash = "673fbfb50e8e80b5a3da91f84463c2af410f6b510a042e84814f346b653c25e9"
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/yosbr/config/better_loading_screen/config.json5"
|
|
||||||
hash = "e7bcd6b8ffe84983245a81801d8a6c969ef3434517a6487a22d36619040e5b56"
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/betterf3.json"
|
file = "config/yosbr/config/betterf3.json"
|
||||||
hash = "8254cc98fc6b737bac12f0e368d8918169fb1c2cf6116961cff1bc7d465ee316"
|
hash = "8254cc98fc6b737bac12f0e368d8918169fb1c2cf6116961cff1bc7d465ee316"
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/yosbr/config/bobby.conf"
|
|
||||||
hash = "2911a24f921466c0ea1deaf1cc67b45519359989a71f84ae3d7905a5ec51140e"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/yosbr/config/hudtweaks.json"
|
|
||||||
hash = "02484881c6d2ec6716d9b0ed9faa274cadceba32966292c59fddaa69466216db"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/yosbr/config/inventoryhud.json"
|
|
||||||
hash = "b7e9fd1747714d1de052f2b8ea8673c0ab5b1e7ec5f1bf96bdd03a6bf4ecefec"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/yosbr/config/iris.properties"
|
|
||||||
hash = "a046063e4bce84bd83d2ed671a0f65b1f0a1cd3a63d775a93cd1c300d9523a73"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/yosbr/config/minecraftcapes.json"
|
|
||||||
hash = "f0fd14eec99068dc68655c97de30747c4b5d155114d9004c6e280cabdc499d14"
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/replaymod.json"
|
file = "config/yosbr/config/replaymod.json"
|
||||||
hash = "62cd7583e6fcfb069de057900e08bd931239633da7bd615bc680e800fd8f3760"
|
hash = "62cd7583e6fcfb069de057900e08bd931239633da7bd615bc680e800fd8f3760"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/roughlyenoughitems/config.json5"
|
file = "config/yosbr/config/voicechat/translations.properties"
|
||||||
hash = "d2b7ee26edb75664424b6cce4a21339a0409f8a37d00285a57267921c23d587e"
|
hash = "b8215b84232be41438ffb7c7304b57b0677c9cad49b717db59900872080adf20"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/stendhal/stendhal.properties"
|
file = "config/yosbr/config/voicechat/voicechat-server.properties"
|
||||||
hash = "1af09ec5636236f55cf8c4c6f841ee7ea1b1ce8835883b2454eb58d317b42352"
|
hash = "141ff4b798c0ffc3aa9332687ae98ff5650cc7d3cfab7ff4e0c435f1990b59ec"
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/yosbr/config/vivecraft-config.properties"
|
|
||||||
hash = "bbf3f2a1a10c0f92c485c9eddee69dba0e3ad944326b8e69bce1c1e4fd9102a3"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/yosbr/config/xaerominimap.txt"
|
|
||||||
hash = "69ea1b9524a9d56373f4675a4c44d706ce2a81edb0bcc96f56cf8a585a61c5e9"
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/xaerominimap_entities.json"
|
file = "config/yosbr/config/xaerominimap_entities.json"
|
||||||
hash = "8f0f2cd17a2c9ac19ea33b6f2fa1533f1f9e8cd68017233af5dd4caffee69896"
|
hash = "534209d04a0c6a165ed6a920dbb9eb78361e829a8035b68c506ce7ff0ae0d8f4"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/xaeropatreon.txt"
|
file = "config/yosbr/config/xaeropatreon.txt"
|
||||||
|
@ -62,20 +30,25 @@ hash = "36a890045fce4aa69f1c550d5a49a62b336cbb7911a7afa6956fcce5d4d9dcb8"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/xaeroworldmap.txt"
|
file = "config/yosbr/config/xaeroworldmap.txt"
|
||||||
hash = "5a43b48a1cc3c92e8ec486467cc84e8ed7053418ee10157fe0c95ab763af56d0"
|
hash = "b7b697e72441ab0ffa7330d70d854b3a3f38f29e24d9df88cf9727ca2d8f4773"
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/yosbr/options.amecsapi.txt"
|
|
||||||
hash = "cc5ffeda762710e15c2b8810b216ea780de172f9a11954329821c667a7d95009"
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/options.txt"
|
file = "config/yosbr/options.txt"
|
||||||
hash = "4481d7aa0421544320241db1e072eba4b06fe4db662f06a5f61612f1bb7f5ac3"
|
hash = "4481d7aa0421544320241db1e072eba4b06fe4db662f06a5f61612f1bb7f5ac3"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/yosbr/server.properties"
|
||||||
|
hash = "20a4331ae3175651ff24265d8851f45e4e8b3cc580bafc175e12a6c141c6cd2b"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "modlist.md"
|
file = "modlist.md"
|
||||||
hash = "fa4858c8915bf1f3652649a7a7007fc1002c2841c475e8e6c7d000cde9b5fa21"
|
hash = "fa4858c8915bf1f3652649a7a7007fc1002c2841c475e8e6c7d000cde9b5fa21"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/amecs.pw.toml"
|
||||||
|
hash = "60ab436fb292c5f4773d583622973b3c61f0abbb43c7f009b4016e028ffeb55b"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/animatica.pw.toml"
|
file = "mods/animatica.pw.toml"
|
||||||
hash = "73386e4a41baab1188f2c594ac9efad42ccbb3c02934d21cc86461b616121954"
|
hash = "73386e4a41baab1188f2c594ac9efad42ccbb3c02934d21cc86461b616121954"
|
||||||
|
@ -91,6 +64,11 @@ file = "mods/architectury-api.pw.toml"
|
||||||
hash = "35376c39a7cb3dba90ba6263b0f5d94fe3cc5112650dd204d157ab4baf19152a"
|
hash = "35376c39a7cb3dba90ba6263b0f5d94fe3cc5112650dd204d157ab4baf19152a"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/balm.pw.toml"
|
||||||
|
hash = "7eb713cf4d4d0062fb34f3fa61c987fffc2c2859636adc193a1a3bc7cbeb31be"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/betterf3.pw.toml"
|
file = "mods/betterf3.pw.toml"
|
||||||
hash = "fa625b7c1043f3d99320c912923fe5670edd3a4b405e94d4920638827762543b"
|
hash = "fa625b7c1043f3d99320c912923fe5670edd3a4b405e94d4920638827762543b"
|
||||||
|
@ -146,6 +124,11 @@ file = "mods/controlify.pw.toml"
|
||||||
hash = "aca86ec8af1e3fd5e52aac904f7d5145113ae0f792b6f55778ea44341902d93b"
|
hash = "aca86ec8af1e3fd5e52aac904f7d5145113ae0f792b6f55778ea44341902d93b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/controlling.pw.toml"
|
||||||
|
hash = "26eeab2582eb992271c3b12d2352cb161d9a78817311103f5d2788af6dc3a9cc"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/entitytexturefeatures.pw.toml"
|
file = "mods/entitytexturefeatures.pw.toml"
|
||||||
hash = "a8d637970415f0af61193cb68e6d5b0c5d6194c52e360cd812a46951b16f9ae7"
|
hash = "a8d637970415f0af61193cb68e6d5b0c5d6194c52e360cd812a46951b16f9ae7"
|
||||||
|
@ -176,6 +159,11 @@ file = "mods/fastback.pw.toml"
|
||||||
hash = "25acbecb7c82a0299e1e6931046ab45619ffdb554c7e34389296b010672e71a0"
|
hash = "25acbecb7c82a0299e1e6931046ab45619ffdb554c7e34389296b010672e71a0"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/forge-config-api-port.pw.toml"
|
||||||
|
hash = "678ecc9241860f54aa51acc300dcec18d96322bb593a2db6574e7de952d6038f"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/indium.pw.toml"
|
file = "mods/indium.pw.toml"
|
||||||
hash = "79317bd0768bd7d84ccd9f22db1e56d4a4e8e3c351e3192f719816abfaed1b85"
|
hash = "79317bd0768bd7d84ccd9f22db1e56d4a4e8e3c351e3192f719816abfaed1b85"
|
||||||
|
@ -186,6 +174,11 @@ file = "mods/infix.pw.toml"
|
||||||
hash = "94bb177ee38ca414ba8420f2461ed347f2e6f8d719a1c61a7396b14522a5343c"
|
hash = "94bb177ee38ca414ba8420f2461ed347f2e6f8d719a1c61a7396b14522a5343c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/inventory-essentials.pw.toml"
|
||||||
|
hash = "2de74b6f3ef981bcb544a8c1639f45fa2ec98f4084cc891d12649d4c388a4be1"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/iris.pw.toml"
|
file = "mods/iris.pw.toml"
|
||||||
hash = "853c3c3509313aecaa5db6c01f6a94419ec0128ec7630b7bf8caf46e80dec67a"
|
hash = "853c3c3509313aecaa5db6c01f6a94419ec0128ec7630b7bf8caf46e80dec67a"
|
||||||
|
@ -232,8 +225,8 @@ hash = "5f9870a1b70f585f7ca5ca97d5369056f6f6ab84d9897a35b545b0311e69c213"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/perch.pw.toml"
|
file = "mods/open-parties-and-claims.pw.toml"
|
||||||
hash = "903874ce59124b95039a83e203c1af8bc6549eca7fea167d7c627f26d88bcd8c"
|
hash = "5eeb9147ae81f9e61896a89734840152febc9e275aa97e33b0b45481e3d50686"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -251,6 +244,11 @@ file = "mods/rbip.pw.toml"
|
||||||
hash = "7385d6eabb9e7293aebaedbb93d69dffe8c1b6d0ec96c1956e159b8b21cb5fcd"
|
hash = "7385d6eabb9e7293aebaedbb93d69dffe8c1b6d0ec96c1956e159b8b21cb5fcd"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/rebalanced-loot.pw.toml"
|
||||||
|
hash = "b0f6d3a6b2d7ab4870b44b0e4a51fd80ba0f90664f6e16f05d0e06132d28a213"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/reeses-sodium-options.pw.toml"
|
file = "mods/reeses-sodium-options.pw.toml"
|
||||||
hash = "c48006ba1c8c4ab44d43ace55bac28c14a237f48016d990b4c2057255a60477a"
|
hash = "c48006ba1c8c4ab44d43ace55bac28c14a237f48016d990b4c2057255a60477a"
|
||||||
|
@ -281,6 +279,11 @@ file = "mods/sodium.pw.toml"
|
||||||
hash = "74942b197e40ee1a4852751088b911b7ef4b9dd4191c3029896464924a8d8272"
|
hash = "74942b197e40ee1a4852751088b911b7ef4b9dd4191c3029896464924a8d8272"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/spark.pw.toml"
|
||||||
|
hash = "245599aeee8c2497af5588bcf1430a2753c9cd4827b7c8891dfbe9c578405038"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/starlight.pw.toml"
|
file = "mods/starlight.pw.toml"
|
||||||
hash = "be68ef606c339bbb22f2b812db1e5264d9e3335befc0c348d4dc91a8a3e72e17"
|
hash = "be68ef606c339bbb22f2b812db1e5264d9e3335befc0c348d4dc91a8a3e72e17"
|
||||||
|
@ -328,12 +331,12 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/xaeros-minimap.pw.toml"
|
file = "mods/xaeros-minimap.pw.toml"
|
||||||
hash = "79e59a960aeeb606d8eee29bca1846ccc8ef410389aed002b448641488fbe6f5"
|
hash = "86a94f99ae9fddc9c111cd2de06f2c0898b481d70ba2b993665321df96856ddc"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/xaeros-world-map.pw.toml"
|
file = "mods/xaeros-world-map.pw.toml"
|
||||||
hash = "ab2998250862a150f5ef9766535808e288244a38b0aaaa213a1ac6753cd5ed01"
|
hash = "666a1851661f830a129614ddb27da843d4dc3287609ecade06dbc6623d42a8ef"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
|
13
.minecraft/mods/amecs.pw.toml
Normal file
13
.minecraft/mods/amecs.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Amecs"
|
||||||
|
filename = "amecs-1.3.8+mc.1.19.3.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/rcLriA4v/versions/zwIAbfoF/amecs-1.3.8%2Bmc.1.19.3.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "1a112732cc28a8888f8a093f1762cc39e6d936e2"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "rcLriA4v"
|
||||||
|
version = "zwIAbfoF"
|
13
.minecraft/mods/balm.pw.toml
Normal file
13
.minecraft/mods/balm.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Balm"
|
||||||
|
filename = "balm-fabric-1.19.4-6.0.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/qUWyGBdD/balm-fabric-1.19.4-6.0.2.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "53795bcf9d14806cea28b27b8db3902cec637420"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "MBAkmtvl"
|
||||||
|
version = "qUWyGBdD"
|
13
.minecraft/mods/controlling.pw.toml
Normal file
13
.minecraft/mods/controlling.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Controlling"
|
||||||
|
filename = "Controlling-fabric-1.19.4-11.0.0.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "9fa8f5ac1d873e014965e040c1d66d8e732ab43c"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 4448592
|
||||||
|
project-id = 250398
|
13
.minecraft/mods/forge-config-api-port.pw.toml
Normal file
13
.minecraft/mods/forge-config-api-port.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Forge Config API Port"
|
||||||
|
filename = "ForgeConfigAPIPort-v6.0.2-1.19.4-Fabric.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/ohNO6lps/versions/2TybfFU8/ForgeConfigAPIPort-v6.0.2-1.19.4-Fabric.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "3feea15d1bb0d9b6644cf3ac7465bb9e031efa84"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "ohNO6lps"
|
||||||
|
version = "2TybfFU8"
|
13
.minecraft/mods/inventory-essentials.pw.toml
Normal file
13
.minecraft/mods/inventory-essentials.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Inventory Essentials"
|
||||||
|
filename = "inventoryessentials-fabric-1.19.4-7.0.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/Boon8xwi/versions/Xn6HIl5u/inventoryessentials-fabric-1.19.4-7.0.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "2234c5df86eaebb631b12da75c8f8f5309d89b35"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "Boon8xwi"
|
||||||
|
version = "Xn6HIl5u"
|
13
.minecraft/mods/open-parties-and-claims.pw.toml
Normal file
13
.minecraft/mods/open-parties-and-claims.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Open Parties and Claims"
|
||||||
|
filename = "open-parties-and-claims-fabric-1.19.4-0.17.3.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/gF3BGWvG/versions/nKyiLDbE/open-parties-and-claims-fabric-1.19.4-0.17.3.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "24320703cf219e78cc2be7abbe0e6d3eb20dfb26"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "gF3BGWvG"
|
||||||
|
version = "nKyiLDbE"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Perch"
|
|
||||||
filename = "perch-1.0.0-1.19.4.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/m62Tm6En/versions/NdRyNgjX/perch-1.0.0-1.19.4.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "aca2e58408b112c98e230bd1862f9ebb17e0f45c"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "m62Tm6En"
|
|
||||||
version = "NdRyNgjX"
|
|
13
.minecraft/mods/rebalanced-loot.pw.toml
Normal file
13
.minecraft/mods/rebalanced-loot.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Rebalanced Loot"
|
||||||
|
filename = "rebalanced-loot-1.0.1+1.19+dp.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/oNCfej6S/versions/AlKasBK1/rebalanced-loot-1.0.1%2B1.19%2Bdp.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "bc01007fbbc4ae89a547f69f0fb8c20356c79e66"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "oNCfej6S"
|
||||||
|
version = "AlKasBK1"
|
13
.minecraft/mods/spark.pw.toml
Normal file
13
.minecraft/mods/spark.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "spark"
|
||||||
|
filename = "spark-1.10.37-fabric.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/l6YH9Als/versions/XhFbpH8f/spark-1.10.37-fabric.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "11ca9a59e95b50a9cbfb3b1e14b8bfd7cfa7e31c"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "l6YH9Als"
|
||||||
|
version = "XhFbpH8f"
|
|
@ -1,6 +1,6 @@
|
||||||
name = "Xaero's Minimap"
|
name = "Xaero's Minimap"
|
||||||
filename = "Xaeros_Minimap_23.4.1_Fabric_1.19.4.jar"
|
filename = "Xaeros_Minimap_23.4.1_Fabric_1.19.4.jar"
|
||||||
side = "both"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/1bokaNcj/versions/wA5lTfMy/Xaeros_Minimap_23.4.1_Fabric_1.19.4.jar"
|
url = "https://cdn.modrinth.com/data/1bokaNcj/versions/wA5lTfMy/Xaeros_Minimap_23.4.1_Fabric_1.19.4.jar"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name = "Xaero's World Map"
|
name = "Xaero's World Map"
|
||||||
filename = "XaerosWorldMap_1.30.1_Fabric_1.19.4.jar"
|
filename = "XaerosWorldMap_1.30.1_Fabric_1.19.4.jar"
|
||||||
side = "both"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/NcUtCpym/versions/UsAkUS2z/XaerosWorldMap_1.30.1_Fabric_1.19.4.jar"
|
url = "https://cdn.modrinth.com/data/NcUtCpym/versions/UsAkUS2z/XaerosWorldMap_1.30.1_Fabric_1.19.4.jar"
|
||||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "f51aec7659decb4dcaa26775157d0468bf78f73383201ace863fbf7150274666"
|
hash = "59dbe2a88960b6ba3f96018aefa190444dad21474847074c05cdc4863168b2ce"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.14.19"
|
fabric = "0.14.19"
|
||||||
|
|
7
Makefile
7
Makefile
|
@ -70,3 +70,10 @@ update-packwiz:
|
||||||
go install github.com/packwiz/packwiz@latest
|
go install github.com/packwiz/packwiz@latest
|
||||||
clear
|
clear
|
||||||
@echo "Packwiz has been Updated"
|
@echo "Packwiz has been Updated"
|
||||||
|
|
||||||
|
run-server:
|
||||||
|
cd .minecraft && pw refresh && cd ..
|
||||||
|
-mkdir .run
|
||||||
|
echo "eula=true" > .run/eula.txt
|
||||||
|
cd .run && java -jar ../.minecraft/packwiz-installer-bootstrap.jar ../.minecraft/pack.toml -s server && cd ..
|
||||||
|
cd .run && java -Xmx2G -Xms2G -jar server.jar nogui && cd ..
|
||||||
|
|
65
modlist.md
Normal file
65
modlist.md
Normal file
|
@ -0,0 +1,65 @@
|
||||||
|
# Modlist
|
||||||
|
|
||||||
|
## Client Mods
|
||||||
|
|
||||||
|
- [Animatica](https://modrinth.com/mod/PRN43VSY/version/rghK1s60)
|
||||||
|
- [BetterF3](https://modrinth.com/mod/8shC1gFX/version/vZ9QjDs5)
|
||||||
|
- [Bobby](https://modrinth.com/mod/M08ruV16/version/fdmNcTR4)
|
||||||
|
- [Custom Entity Models](https://modrinth.com/mod/YOQCucah/version/xlUWeQ8T)
|
||||||
|
- [CIT Resewn](https://modrinth.com/mod/otVJckYQ/version/8oMEcc2E)
|
||||||
|
- [Continuity](https://modrinth.com/mod/1IjD5062/version/4h5IIa7B)
|
||||||
|
- [Controlify](https://modrinth.com/mod/DOUdJVEm/version/jvUMhWpD)
|
||||||
|
- [Entity Texture Features [Fabric]](https://modrinth.com/mod/BVzZfTc1/version/lUY6MJko)
|
||||||
|
- [ESSENTIAL Mod](https://modrinth.com/mod/k2ZPuTBm/version/EVfUPvny)
|
||||||
|
- [Indium](https://modrinth.com/mod/Orvt0mRa/version/qqiFL8NF)
|
||||||
|
- [Iris Shaders](https://modrinth.com/mod/YL57xq9U/version/347HlKZS)
|
||||||
|
- [LambDynamicLights](https://modrinth.com/mod/yBW8D80W/version/7Cx8p05b)
|
||||||
|
- [Mod Menu](https://modrinth.com/mod/mOgUt4GM/version/iZRiOnnj)
|
||||||
|
- [No Telemetry](https://modrinth.com/mod/hg77g4Pw/version/l9SfLZDA)
|
||||||
|
- [Recipe Book is Pain](https://modrinth.com/mod/etNS9OnA/version/u0oZyL3i)
|
||||||
|
- [Reese's Sodium Options](https://modrinth.com/mod/Bh37bMuy/version/aO0hSGlL)
|
||||||
|
- [ReplayMod](https://modrinth.com/mod/Nv2fQJo5/version/MCLmJGNL)
|
||||||
|
- [Sodium Extra](https://modrinth.com/mod/PtjYWJkn/version/O3qmYo1o)
|
||||||
|
- [Sodium](https://modrinth.com/mod/AANobbMI/version/b4hTi3mo)
|
||||||
|
- [Stendhal](https://modrinth.com/mod/BWloQ9jK/version/fAaHFHVp)
|
||||||
|
- [Xaero's Minimap (Fair-Play)](https://modrinth.com/mod/JkSi2Fzx/version/4I7b0kZz)
|
||||||
|
- [YetAnotherConfigLib](https://modrinth.com/mod/1eAoo2KR/version/M5iKxVFU)
|
||||||
|
- [Zoomify](https://modrinth.com/mod/w7ThoJFB/version/mIiMyney)
|
||||||
|
|
||||||
|
## Shared Mods
|
||||||
|
|
||||||
|
- [AppleSkin](https://modrinth.com/mod/EsAfCjCV/version/sLboyqjL)
|
||||||
|
- [Architectury API](https://modrinth.com/mod/lhGA9TYQ/version/Xb48U4dI)
|
||||||
|
- [Bottled Air](https://modrinth.com/mod/hvrrNux3/version/IjgoXTo0)
|
||||||
|
- [Cloth Config API](https://modrinth.com/mod/9s6osm5g/version/6XGTNEII)
|
||||||
|
- [CobbleGen](https://modrinth.com/mod/qRogT5Gy/version/jIXn89xg)
|
||||||
|
- [Collective](https://modrinth.com/mod/e0M1UDsY/version/PvuijvUl)
|
||||||
|
- [Fabric API](https://modrinth.com/mod/P7dR8mSH/version/s5UrEfIY)
|
||||||
|
- [Fabric Language Kotlin](https://modrinth.com/mod/Ha28R6CL/version/qgTQJrUS)
|
||||||
|
- [Infix](https://modrinth.com/mod/RfVlNQwB/version/PkbAZ8YK)
|
||||||
|
- [Lithium](https://modrinth.com/mod/gvQqBUqZ/version/14hWYkog)
|
||||||
|
- [MidnightLib](https://modrinth.com/mod/codAaoxh/version/lalsp8PT)
|
||||||
|
- [Mixin Conflict Helper](https://modrinth.com/mod/MR1VIQJJ/version/8dRAFcey)
|
||||||
|
- [No Chat Reports](https://modrinth.com/mod/qQyHxfxd/version/UB0mRick)
|
||||||
|
- [Perch](https://modrinth.com/mod/m62Tm6En/version/NdRyNgjX)
|
||||||
|
- [Polymer](https://modrinth.com/mod/xGdtZczs/version/VraJ1qRh)
|
||||||
|
- [Polysit](https://modrinth.com/mod/G9eJHDO2/version/rCV6dmGO)
|
||||||
|
- [Roughly Enough Items (REI)](https://modrinth.com/mod/nfn13YXA/version/BrnPgqv6)
|
||||||
|
- [Simple Voice Chat](https://modrinth.com/mod/9eGKb6K1/version/5Zjrtwhl)
|
||||||
|
- [Starlight (Fabric)](https://modrinth.com/mod/H8CaAYZC/version/qH1xCwoC)
|
||||||
|
- [ViaFabric](https://modrinth.com/mod/YlKdE5VK/version/HijWckMU)
|
||||||
|
- [Vivecraft](https://modrinth.com/mod/wGoQDPN5/version/oUXhhWmY)
|
||||||
|
- [Xaero's Minimap](https://modrinth.com/mod/1bokaNcj/version/wA5lTfMy)
|
||||||
|
- [Xaero's World Map](https://modrinth.com/mod/NcUtCpym/version/UsAkUS2z)
|
||||||
|
- [Your Options Shall Be Respected (YOSBR)](https://www.curseforge.com/minecraft/mc-mods/yosbr/files/2934596)
|
||||||
|
|
||||||
|
## Server Mods
|
||||||
|
|
||||||
|
- [Carpet](https://modrinth.com/mod/TQTTVgYE/version/p5SN7luf)
|
||||||
|
- [Essential Commands](https://modrinth.com/mod/6VdDUivB/version/CY3jvOqH)
|
||||||
|
- [LuckPerms](https://modrinth.com/mod/Vebnzrzj/version/Ws97yOyp)
|
||||||
|
- [Styled Chat](https://modrinth.com/mod/doqSKB0e/version/WSgVV9CL)
|
||||||
|
- [Styled Nicknames](https://modrinth.com/mod/DOk6Gcdi/version/ZAebiU4g)
|
||||||
|
- [Styled Player List](https://modrinth.com/mod/DQIfKUHf/version/cEi0Qx95)
|
||||||
|
- [Universal Shops](https://modrinth.com/mod/cnIatHrN/version/8QjF9W94)
|
||||||
|
|
Loading…
Reference in a new issue