mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-22 22:29:30 +00:00
actually pull 1.19.1 mods
This commit is contained in:
parent
ef583ecb97
commit
02f5d51ef5
102 changed files with 612 additions and 2261 deletions
|
@ -1,55 +0,0 @@
|
||||||
{
|
|
||||||
"id": "1.18.1",
|
|
||||||
"inheritsFrom": "1.18.1",
|
|
||||||
"releaseTime": "2022-01-15T20:38:05+0000",
|
|
||||||
"time": "2022-01-15T20:38:05+0000",
|
|
||||||
"type": "release",
|
|
||||||
"minecraftArguments": "--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userType ${user_type} --versionType ${version_type}",
|
|
||||||
"libraries": [
|
|
||||||
{
|
|
||||||
"name": "net.fabricmc:tiny-mappings-parser:0.3.0+build.17",
|
|
||||||
"url": "https://maven.fabricmc.net/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "net.fabricmc:sponge-mixin:0.10.7+mixin.0.8.4",
|
|
||||||
"url": "https://maven.fabricmc.net/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "net.fabricmc:tiny-remapper:0.6.0",
|
|
||||||
"url": "https://maven.fabricmc.net/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "net.fabricmc:access-widener:2.0.1",
|
|
||||||
"url": "https://maven.fabricmc.net/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "org.ow2.asm:asm:9.2",
|
|
||||||
"url": "https://maven.fabricmc.net/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "org.ow2.asm:asm-analysis:9.2",
|
|
||||||
"url": "https://maven.fabricmc.net/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "org.ow2.asm:asm-commons:9.2",
|
|
||||||
"url": "https://maven.fabricmc.net/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "org.ow2.asm:asm-tree:9.2",
|
|
||||||
"url": "https://maven.fabricmc.net/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "org.ow2.asm:asm-util:9.2",
|
|
||||||
"url": "https://maven.fabricmc.net/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "net.fabricmc:intermediary:1.18.1",
|
|
||||||
"url": "https://maven.fabricmc.net/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "net.fabricmc:fabric-loader:0.12.12",
|
|
||||||
"url": "https://maven.fabricmc.net/"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"mainClass": "net.fabricmc.loader.impl.launch.knot.KnotClient"
|
|
||||||
}
|
|
|
@ -1,18 +0,0 @@
|
||||||
# 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'
|
|
|
@ -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,155 +0,0 @@
|
||||||
{
|
|
||||||
"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
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -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=-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
|
|
|
@ -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,65 +0,0 @@
|
||||||
{
|
|
||||||
"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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -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,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,151 +0,0 @@
|
||||||
{
|
|
||||||
"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": []
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
showCapes:true
|
|
|
@ -1,32 +0,0 @@
|
||||||
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
|
|
|
@ -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
|
|
|
@ -1,166 +0,0 @@
|
||||||
version:2975
|
|
||||||
quilt_available_resource_packs:["continuity/default","continuity/glass_pane_culling_fix","lambdabettergrass/default","programer_art","vanilla","charmonium/journeyman"]
|
|
||||||
autoJump:false
|
|
||||||
particles:0
|
|
||||||
maxFps:60
|
|
||||||
difficulty:2
|
|
||||||
graphicsMode:0
|
|
||||||
ao:2
|
|
||||||
prioritizeChunkUpdates:0
|
|
||||||
biomeBlendRadius:2
|
|
||||||
renderClouds:false
|
|
||||||
resourcePacks:["lambdabettergrass/default","charmonium/journeyman"]
|
|
||||||
incompatibleResourcePacks:[]
|
|
||||||
lastServer:
|
|
||||||
lang:en_us
|
|
||||||
soundDevice:
|
|
||||||
chatVisibility:0
|
|
||||||
chatOpacity:1.0
|
|
||||||
chatLineSpacing:0.0
|
|
||||||
textBackgroundOpacity:0.5
|
|
||||||
backgroundForChatOnly:true
|
|
||||||
hideServerAddress:false
|
|
||||||
advancedItemTooltips:false
|
|
||||||
pauseOnLostFocus:true
|
|
||||||
overrideWidth:0
|
|
||||||
overrideHeight:0
|
|
||||||
heldItemTooltips:true
|
|
||||||
chatHeightFocused:1.0
|
|
||||||
chatDelay:0.0
|
|
||||||
chatHeightUnfocused:0.44366195797920227
|
|
||||||
chatScale:1.0
|
|
||||||
chatWidth:1.0
|
|
||||||
mipmapLevels:4
|
|
||||||
useNativeTransport:true
|
|
||||||
mainHand:right
|
|
||||||
attackIndicator:1
|
|
||||||
narrator:0
|
|
||||||
tutorialStep:none
|
|
||||||
mouseWheelSensitivity:1.0
|
|
||||||
rawMouseInput:true
|
|
||||||
glDebugVerbosity:1
|
|
||||||
skipMultiplayerWarning:true
|
|
||||||
skipRealms32bitWarning:false
|
|
||||||
hideMatchedNames:true
|
|
||||||
joinedFirstServer:false
|
|
||||||
hideBundleTutorial:false
|
|
||||||
syncChunkWrites:true
|
|
||||||
showAutosaveIndicator:true
|
|
||||||
allowServerListing:true
|
|
||||||
key_key.attack:key.mouse.left
|
|
||||||
key_key.use:key.mouse.right
|
|
||||||
key_key.forward:key.keyboard.w
|
|
||||||
key_key.left:key.keyboard.a
|
|
||||||
key_key.back:key.keyboard.s
|
|
||||||
key_key.right:key.keyboard.d
|
|
||||||
key_key.jump:key.keyboard.space
|
|
||||||
key_key.sneak:key.keyboard.left.shift
|
|
||||||
key_key.sprint:key.keyboard.left.control
|
|
||||||
key_key.drop:key.keyboard.q
|
|
||||||
key_key.inventory:key.keyboard.e
|
|
||||||
key_key.chat:key.keyboard.t
|
|
||||||
key_key.playerlist:key.keyboard.tab
|
|
||||||
key_key.pickItem:key.mouse.middle
|
|
||||||
key_key.command:key.keyboard.slash
|
|
||||||
key_key.socialInteractions:key.keyboard.p
|
|
||||||
key_key.screenshot:key.keyboard.f2
|
|
||||||
key_key.togglePerspective:key.keyboard.f5
|
|
||||||
key_key.smoothCamera:key.keyboard.unknown
|
|
||||||
key_key.fullscreen:key.keyboard.f11
|
|
||||||
key_key.saveToolbarActivator:key.keyboard.unknown
|
|
||||||
key_key.loadToolbarActivator:key.keyboard.unknown
|
|
||||||
key_key.advancements:key.keyboard.l
|
|
||||||
key_key.antighost.reveal:key.keyboard.b
|
|
||||||
key_key.blockmeter.assign:key.keyboard.unknown
|
|
||||||
key_key.blockmeter.menu:key.keyboard.unknown
|
|
||||||
key_key.entityculling.toggle:key.keyboard.unknown
|
|
||||||
key_figura.config.action_wheel_button:key.keyboard.unknown
|
|
||||||
key_figura.config.player_popup_button:key.keyboard.unknown
|
|
||||||
key_figura.config.panic_button:key.keyboard.unknown
|
|
||||||
key_key.grid.showhide:key.keyboard.unknown
|
|
||||||
key_key.grid.here:key.keyboard.unknown
|
|
||||||
key_key.grid.fixy:key.keyboard.unknown
|
|
||||||
key_key.grid.spawns:key.keyboard.unknown
|
|
||||||
key_key.grid.settings:key.keyboard.unknown
|
|
||||||
key_key.inventoryhud.toggle:key.keyboard.i
|
|
||||||
key_key.inventoryhud.openconfig:key.keyboard.unknown
|
|
||||||
key_key.inventoryhud.togglepot:key.keyboard.unknown
|
|
||||||
key_key.inventoryhud.togglearm:key.keyboard.unknown
|
|
||||||
key_key.inventoryhud.toggleall:key.keyboard.unknown
|
|
||||||
key_iris.keybind.reload:key.keyboard.unknown
|
|
||||||
key_iris.keybind.toggleShaders:key.keyboard.unknown
|
|
||||||
key_iris.keybind.shaderPackSelection:key.keyboard.unknown
|
|
||||||
key_key.lightoverlay.enable_overlay:key.keyboard.f7
|
|
||||||
key_key.minecraftcapes.gui:key.keyboard.unknown
|
|
||||||
key_key.mousewheelie.open_config_screen:key.keyboard.unknown
|
|
||||||
key_key.mousewheelie.sort_inventory:key.mouse.middle
|
|
||||||
key_key.mousewheelie.scroll_up:key.amecsapi.mouse.scroll.up
|
|
||||||
key_key.mousewheelie.scroll_down:key.amecsapi.mouse.scroll.down
|
|
||||||
key_key.mousewheelie.pick_tool:key.keyboard.unknown
|
|
||||||
key_nimble.keybind.frontView:key.keyboard.unknown
|
|
||||||
key_key.blockmixer.toggleslot:key.keyboard.unknown
|
|
||||||
key_key.blockmixer.increaseratio:key.keyboard.unknown
|
|
||||||
key_key.blockmixer.decreaseratio:key.keyboard.unknown
|
|
||||||
key_key.perspectivemod.toggle:key.keyboard.f4
|
|
||||||
key_key.plasmo_voice.settings:key.keyboard.v
|
|
||||||
key_key.replaymod.playeroverview:key.keyboard.unknown
|
|
||||||
key_key.replaymod.lighting:key.keyboard.unknown
|
|
||||||
key_key.replaymod.quickmode:key.keyboard.unknown
|
|
||||||
key_key.replaymod.settings:key.keyboard.unknown
|
|
||||||
key_key.replaymod.marker:key.keyboard.unknown
|
|
||||||
key_key.replaymod.thumbnail:key.keyboard.unknown
|
|
||||||
key_key.replaymod.playpause:key.keyboard.unknown
|
|
||||||
key_key.replaymod.rollclockwise:key.keyboard.unknown
|
|
||||||
key_key.replaymod.rollcounterclockwise:key.keyboard.unknown
|
|
||||||
key_key.replaymod.resettilt:key.keyboard.unknown
|
|
||||||
key_key.replaymod.pathpreview:key.keyboard.unknown
|
|
||||||
key_key.replaymod.keyframerepository:key.keyboard.unknown
|
|
||||||
key_key.replaymod.clearkeyframes:key.keyboard.unknown
|
|
||||||
key_key.replaymod.synctimeline:key.keyboard.unknown
|
|
||||||
key_key.replaymod.positionkeyframe:key.keyboard.unknown
|
|
||||||
key_key.replaymod.positiononlykeyframe:key.keyboard.unknown
|
|
||||||
key_key.replaymod.timekeyframe:key.keyboard.unknown
|
|
||||||
key_key.replaymod.bothkeyframes:key.keyboard.unknown
|
|
||||||
key_key.wildfire_gender.gender_menu:key.keyboard.g
|
|
||||||
key_gui.xaero_switch_waypoint_set:key.keyboard.unknown
|
|
||||||
key_gui.xaero_instant_waypoint:key.keyboard.unknown
|
|
||||||
key_gui.xaero_toggle_slime:key.keyboard.unknown
|
|
||||||
key_gui.xaero_toggle_grid:key.keyboard.unknown
|
|
||||||
key_gui.xaero_toggle_waypoints:key.keyboard.unknown
|
|
||||||
key_gui.xaero_toggle_map_waypoints:key.keyboard.unknown
|
|
||||||
key_gui.xaero_toggle_map:key.keyboard.unknown
|
|
||||||
key_gui.xaero_enlarge_map:key.keyboard.z
|
|
||||||
key_gui.xaero_waypoints_key:key.keyboard.unknown
|
|
||||||
key_gui.xaero_zoom_in:key.keyboard.keypad.subtract
|
|
||||||
key_gui.xaero_zoom_out:key.keyboard.keypad.add
|
|
||||||
key_gui.xaero_new_waypoint:key.keyboard.unknown
|
|
||||||
key_gui.xaero_display_all_sets:key.keyboard.unknown
|
|
||||||
key_gui.xaero_toggle_light_overlay:key.keyboard.unknown
|
|
||||||
key_gui.xaero_toggle_entity_radar:key.keyboard.unknown
|
|
||||||
key_gui.xaero_reverse_entity_radar:key.keyboard.unknown
|
|
||||||
key_gui.xaero_minimap_settings:key.keyboard.y
|
|
||||||
key_gui.xaero_open_map:key.keyboard.m
|
|
||||||
key_gui.xaero_open_settings:key.keyboard.right.bracket
|
|
||||||
key_gui.xaero_map_zoom_in:key.keyboard.unknown
|
|
||||||
key_gui.xaero_map_zoom_out:key.keyboard.unknown
|
|
||||||
key_gui.xaero_quick_confirm:key.keyboard.right.shift
|
|
||||||
key_key.okzoomer.zoom:key.keyboard.c
|
|
||||||
key_key.okzoomer.decrease_zoom:key.keyboard.unknown
|
|
||||||
key_key.okzoomer.increase_zoom:key.keyboard.unknown
|
|
||||||
key_key.okzoomer.reset_zoom:key.keyboard.unknown
|
|
||||||
key_keybind.name.ESSENTIAL_FRIENDS:key.keyboard.h
|
|
||||||
key_keybind.name.COSMETIC_STUDIO:key.keyboard.unknown
|
|
||||||
key_keybind.name.COSMETICS_VISIBILITY_TOGGLE:key.keyboard.unknown
|
|
||||||
key_keybind.name.ADD_FRIEND:key.keyboard.unknown
|
|
||||||
key_keybind.name.CHAT_PEEK:key.keyboard.z
|
|
||||||
key_keybind.name.INVITE_FRIENDS:key.keyboard.unknown
|
|
||||||
key_keybind.name.ZOOM:key.keyboard.c
|
|
||||||
soundCategory_master:0.044701986
|
|
||||||
soundCategory_music:0.0
|
|
||||||
modelPart_cape:true
|
|
||||||
modelPart_jacket:true
|
|
||||||
modelPart_left_sleeve:true
|
|
||||||
modelPart_right_sleeve:true
|
|
||||||
modelPart_left_pants_leg:true
|
|
||||||
modelPart_right_pants_leg:true
|
|
||||||
modelPart_hat:true
|
|
|
@ -1,352 +1,236 @@
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "bin/version.json"
|
file = "mods/animatica.pw.toml"
|
||||||
hash = "f3393752057dec1d81ff554a390ce404c2e71e73cb5133945917cacc9ef52b47"
|
hash = "73386e4a41baab1188f2c594ac9efad42ccbb3c02934d21cc86461b616121954"
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/yosbr/config/ViaFabric/viafabric.yml"
|
|
||||||
hash = "1cb60349c6377e6026c0e30e9360b730ddaee72ce6e07616ba29053623c96ac4"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/yosbr/config/better_loading_screen/config.json5"
|
|
||||||
hash = "e7bcd6b8ffe84983245a81801d8a6c969ef3434517a6487a22d36619040e5b56"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/yosbr/config/betterf3.json"
|
|
||||||
hash = "8254cc98fc6b737bac12f0e368d8918169fb1c2cf6116961cff1bc7d465ee316"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/yosbr/config/bobby.conf"
|
|
||||||
hash = "b53c14bbef682afb9ad89d42e06c06f093d63923661bb685f6686011f71bbb53"
|
|
||||||
|
|
||||||
[[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]]
|
|
||||||
file = "config/yosbr/config/replaymod.json"
|
|
||||||
hash = "62cd7583e6fcfb069de057900e08bd931239633da7bd615bc680e800fd8f3760"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/yosbr/config/roughlyenoughitems/config.json5"
|
|
||||||
hash = "d2b7ee26edb75664424b6cce4a21339a0409f8a37d00285a57267921c23d587e"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/yosbr/config/stendhal/stendhal.properties"
|
|
||||||
hash = "1af09ec5636236f55cf8c4c6f841ee7ea1b1ce8835883b2454eb58d317b42352"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/yosbr/config/xaerominimap.txt"
|
|
||||||
hash = "69ea1b9524a9d56373f4675a4c44d706ce2a81edb0bcc96f56cf8a585a61c5e9"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/yosbr/config/xaerominimap_entities.json"
|
|
||||||
hash = "8f0f2cd17a2c9ac19ea33b6f2fa1533f1f9e8cd68017233af5dd4caffee69896"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/yosbr/config/xaeropatreon.txt"
|
|
||||||
hash = "36a890045fce4aa69f1c550d5a49a62b336cbb7911a7afa6956fcce5d4d9dcb8"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/yosbr/config/xaeroworldmap.txt"
|
|
||||||
hash = "5a43b48a1cc3c92e8ec486467cc84e8ed7053418ee10157fe0c95ab763af56d0"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/yosbr/options.amecsapi.txt"
|
|
||||||
hash = "cc5ffeda762710e15c2b8810b216ea780de172f9a11954329821c667a7d95009"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/yosbr/options.txt"
|
|
||||||
hash = "4481d7aa0421544320241db1e072eba4b06fe4db662f06a5f61612f1bb7f5ac3"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/antighost.pw.toml"
|
|
||||||
hash = "3e3074cb6a900a2714d125469354d0e2a9e89e899723c3e7fe5dffa035f72917"
|
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/architectury-fabric.pw.toml"
|
file = "mods/architectury-api.pw.toml"
|
||||||
hash = "d51ef44b3ca26a54e55179de00ae4bd87e57b7404e8e9c6e683e122dd42b6959"
|
hash = "75dcdffc0d37e098ef12f1b149d68182337372e2d48653ffe0389b94b357a0de"
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/badstdout.pw.toml"
|
|
||||||
hash = "2e1982cf78b09b9623448fa84e854488ea806158e02047f9267e0f282347fe4b"
|
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/betterf3.pw.toml"
|
file = "mods/betterf3.pw.toml"
|
||||||
hash = "35699e422fc8fc022cc0db1247ab573f5d4441cc87fa523ee88523b23841df4a"
|
hash = "97b90825ea397eae1dc108b5a9257e3065feacb553e72c019fba62495a72c1d0"
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/betterloadingscreen.pw.toml"
|
|
||||||
hash = "f00ec43943e5025a8a7eb386a88d871a20c3ca96451467be66694e52d595e70d"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/blockmeterfabric.pw.toml"
|
|
||||||
hash = "4fff64e863e2cf1d244bc3dafda64dd3ba4624c1cccac67cd779dd710dee7df1"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/blockmixer-fabric.pw.toml"
|
|
||||||
hash = "5b58a29c692d41851e2f419bfa301507eb8cc63fc6d838a6004c8f3617ebdfec"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/blur-fabric.pw.toml"
|
|
||||||
hash = "f781e21b5f5ac35b6b9be2a8219dcce459ad7564581c2f9a1c83059b48c82efc"
|
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/bobby.pw.toml"
|
file = "mods/bobby.pw.toml"
|
||||||
hash = "09b34d416941eef0b3aeb0717e1f7247b23245a5744971f37865905e8979810e"
|
hash = "f06d2023edfd505850b00538fad3e4963fd0b88e8385e1610a3cbe258a806d75"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/charmonium.pw.toml"
|
file = "mods/brb.pw.toml"
|
||||||
hash = "4bb3126bdc29991414a5c99a34c1e0b92796612c7f29f089e8e999021ae352dc"
|
hash = "c6686434f10ae4a0a22f9987750bb4ae6fa5d6e51de8b45d1d61e4fa06e0b5ab"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/chunky-pregenerator.pw.toml"
|
file = "mods/cem.pw.toml"
|
||||||
hash = "b759c470db5417dc9af74b2350f5f8ad68b1a8b7d6ce1a455fe56069472b8e71"
|
hash = "753859b58aa7a674785b3ec5a8080c2142209a50185cc3dd5ab90c7c6a38f5ee"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/chat-coords.pw.toml"
|
||||||
|
hash = "678eeb01a4231dbe2122f651c92a785705ed5d7a9ef56a2081b480c3b9f0a63a"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/cit-resewn.pw.toml"
|
file = "mods/cit-resewn.pw.toml"
|
||||||
hash = "30aa8e08b8206182bc3a1d4da8e73a8633b289f2c001f9edd2e92f61855d66fd"
|
hash = "c47b4e6dea49ed224870b70e2101f7dfea59c63490cca1d5f5a1dd43b18c56ef"
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/clear-despawn-fabric.pw.toml"
|
|
||||||
hash = "5e69f70fa2097eb95c1810b5a4d7fbcb62c8dcb5505e01af861fd96805e2b69a"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/cloth-config.pw.toml"
|
|
||||||
hash = "010bc8378b59257708190728f5aee476d7415f47fc26567952f294eda6b0cd25"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/clumps.pw.toml"
|
|
||||||
hash = "3b72cdc35c9308eb3d0fae47ad58c0f3123e1d671bde3b209f27b8d0e2a71d59"
|
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/continuity.pw.toml"
|
file = "mods/continuity.pw.toml"
|
||||||
hash = "a2503cd9f6455bcfd5b5d5d7d5f1350bc005e799918dca1e7d3203c5b67f9ae5"
|
hash = "3648ed55ffae5bc153c16b2d414925cc30165b5171aa0e2a146e5ba22366fcf1"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/entityculling.pw.toml"
|
file = "mods/entitytexturefeatures.pw.toml"
|
||||||
hash = "ef022f83989bc40467264755f5864f6a2ab42a02edda3b9a400c0f4ad55d0896"
|
hash = "82b6f9f3fb89cce2de6facd3fc6e5692bf1c4d2aa77d385ae0207bf84a71f871"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/essential-mod.pw.toml"
|
file = "mods/essential-mod.pw.toml"
|
||||||
hash = "9a1fdce0922f251caba7c79dbfa34e9cadbd851a1f272eaf19402523c9f50d12"
|
hash = "501793243d5a134a1df71ad3f5ca47c20d1346c518957ebe55eff95160a4cd20"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/essential.pw.toml"
|
||||||
|
hash = "58911d03dcdd03583efa113656167fb08dc71bf251043a71854011fafbd02553"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/fabric-api.pw.toml"
|
file = "mods/fabric-api.pw.toml"
|
||||||
hash = "e1d62926446ab5519d262d741f9f2f125488bc2048f38aced8d3e1ebec55fe1e"
|
hash = "52e2850acf1399c1302187570d6a573d2ebe73666ffbf8fd48546b2b5417d43a"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/fabrishot.pw.toml"
|
file = "mods/fabric-language-kotlin.pw.toml"
|
||||||
hash = "f1127b63021453ff95eab3d0812173bbfaa1513de0d52315162d5d4b771a079a"
|
hash = "76f23e3c7d290c587085b22f59e06160a38593d73859cbb4a4738d1fa2fade4d"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/female-gender-fabric.pw.toml"
|
file = "mods/hudium.pw.toml"
|
||||||
hash = "bbcba859f036bb03bb3370e9134a3a201c950d98b21ea5f22b8cda094953279f"
|
hash = "ac3cd703c9e201fe34533df12dfb501690c334a86aee8f5ec609ec2edf189440"
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/ferritecore-fabric.pw.toml"
|
|
||||||
hash = "328ab993a9721cd5a0a87b3aedaf45ad8fb86210b42daa5f04a544fcf1f52604"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/figura.pw.toml"
|
|
||||||
hash = "ddd51764202fa063d4ead7173440823da4ab94ee7e4afb0a93e639fa62300e46"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/first-person-model.pw.toml"
|
|
||||||
hash = "3edd92dbe8e018947886d9ea2a0ab5c72c771352b0d58ad385382104b49ac6b7"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/grid.pw.toml"
|
|
||||||
hash = "828719efd3ace9a96b9f2efac59c2dd9e64787a3a4a30ac84acd2ae3b9201906"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/hudtweaks.pw.toml"
|
|
||||||
hash = "358e1999580bd20fa78988dc6af38d8f1002c0222b2b1e02ed020a13a3fccdd2"
|
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/indium.pw.toml"
|
file = "mods/indium.pw.toml"
|
||||||
hash = "69d17da8431a798a73f8e238e9114ff96089449706a699c1f69e4561bbc0055c"
|
hash = "eefcd81493fa26fa8135cf85495cbfb52127aa43667c5a4faea27d16d7bb2191"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/inspecio.pw.toml"
|
file = "mods/iris.pw.toml"
|
||||||
hash = "00ce252ae41664bc76bebb2389b47a63e226f6fadd8c4c5b8aa0b6218e6e9d1c"
|
hash = "a348ec1aec5a10f7235d6741e08aea583e042049eded3d6eafd97a0688a891c0"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/inventory-hud-forge.pw.toml"
|
file = "mods/journeymap.pw.toml"
|
||||||
hash = "9c36ffd3a5c2636db0b7f5cd5098a6b9ee37c871ff8f1f390a7dff4ad856561b"
|
hash = "f4de9700a2172619bf10f35826938c224fabb1e03887b049b54fe766d69f2ca3"
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/irisshaders.pw.toml"
|
|
||||||
hash = "d1b796d25ba43d6b37218dcfdd5a88aaaead81028fe51dd40b9e4f1a9b731ecc"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/lambdabettergrass.pw.toml"
|
|
||||||
hash = "4269b7e2a817dfd03ce2e43aca5b15b3dc96210a44b0c056d4712722063c5ce0"
|
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/lambdynamiclights.pw.toml"
|
file = "mods/lambdynamiclights.pw.toml"
|
||||||
hash = "f53ac074b0938319dc0ff805692993a9941beea49c3e86d7e0a42c3db1e64243"
|
hash = "8fb914c75a06a677721dd1fc880606d790886be9e0b392820dcecb9bb56e0786"
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/light-overlay.pw.toml"
|
|
||||||
hash = "551328f7f97a853f48d6c6d915e422bfc41eadc50e1180727af2a1d9de60de22"
|
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/lithium.pw.toml"
|
file = "mods/lithium.pw.toml"
|
||||||
hash = "954032fd7697535870f901eb03abc1439e228de7bc598c7bde3073ad7f5bfeb5"
|
hash = "7cc268ba8c316a732881e631e00db7cf8db0891f24155475db0a4e88840cdfe8"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/minecraftcapes-mod.pw.toml"
|
file = "mods/midnightcontrols.pw.toml"
|
||||||
hash = "74c58d7697756dd2052f1260fc7ee356aa669e1427896414c5e5709d297692ce"
|
hash = "d09cd1d0aedef9f4c6acceda635ba7c9d33e688d2cda51f299d9acca1156ea1a"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/midnightlib.pw.toml"
|
||||||
|
hash = "1c68b1e077a77dfa2cd5a63b9ad73b11406e4c0bb13ef72a4c337cb50f188740"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/mixin-conflict-helper.pw.toml"
|
||||||
|
hash = "f89672b5ffcb247fb31e616b4de8f7e8a460802c7826d27a64328f27c190734d"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/modmenu.pw.toml"
|
file = "mods/modmenu.pw.toml"
|
||||||
hash = "86f5fc0b25c2d71a6ac6f07dcf0fd168a51b7d3604636d5cd75485835d465c3b"
|
hash = "73bc2fb1fd275fd88efd075bc03153d6b2d6d34871f62a94208db5c28f17805b"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/mouse-tweaks.pw.toml"
|
||||||
|
hash = "7d2e941d300db5b0ca3f6eaa600bf5ae62bca50ee5135c0e3b0342089e7ad425"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/mouse-wheelie.pw.toml"
|
file = "mods/mouse-wheelie.pw.toml"
|
||||||
hash = "0ef46300ba717d679eaec91b03edac50e5a2881f7c8526eac6e475ee9f86ae50"
|
hash = "2df2160b9973a7d89e2c0f69d647e4276884a973466e929895e8c661661326b7"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/not-enough-animations.pw.toml"
|
file = "mods/nightvision.pw.toml"
|
||||||
hash = "85d531d48c0257a3c042ea94a93939e33a570f89c08d3ad90cabdd600a20e59f"
|
hash = "117c0e427b8726331d11331b588cbcfb435656a20998d8927e892d28e8cc67ae"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/not-enough-crashes.pw.toml"
|
file = "mods/no-chat-reports.pw.toml"
|
||||||
hash = "ac843deb7ea5718a1c736ce5e684e3bdb974dc398963d98edddcdf2a203e04ba"
|
hash = "86fd76830339379e145c23747d51608f1a3165df7e747184f2d9fc890c7ab385"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/ok-zoomer.pw.toml"
|
file = "mods/no-telemetry.pw.toml"
|
||||||
hash = "f05c443fcccebf9623060065e2319a22f983234dc0d1a7ac1cd6883cd61e93fb"
|
hash = "db4b9b11b1f59b156b3a56bf9a7ac7b5218f3c43fdc7d83d5c2963820a9ef88d"
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/open-auth-mod.pw.toml"
|
|
||||||
hash = "7cdd4ee28ad83e2fff101a24764e26bbf254174df201b1db90640a6aaf62a8e4"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/paxi-fabric.pw.toml"
|
|
||||||
hash = "e91d14a362664545a26b48f004636bdef52c68d311bab72b0bfe03224ec61987"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/perspective-mod-redux.pw.toml"
|
|
||||||
hash = "68010ccd22ee136e9a4ddb03805170742603b80ad23c04bbb568ae180ac74928"
|
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/plasmo-voice.pw.toml"
|
file = "mods/plasmo-voice.pw.toml"
|
||||||
hash = "0cb5b7671fe39e3026e9e0bc41097c938da780e28ac496512c3042e680883c72"
|
hash = "5c281cb72892a7789047042d845cd4129e94151cefba784a6be746d22459886c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/rename.sh"
|
file = "mods/playlist.pw.toml"
|
||||||
hash = "707d436ef64af3a06e3d5522b3487d2d09d00e866e6d379d4f17bf2e18eb9968"
|
hash = "240233ee7e05cb177d8088a691a2a93c107f6ff9426fd240ed0f8e01a88b1724"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/replaymod.pw.toml"
|
file = "mods/polymer.pw.toml"
|
||||||
hash = "40d379702eaaaae3ae2f6f3777ed1738b22a53e73d05053b62d31e5fd5cc40ae"
|
hash = "6ce9fe8a1e19ae841a869c4f6a6333d19e9e6c3b15ab9edba65de661147bcba8"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/pronounify.pw.toml"
|
||||||
|
hash = "7fcc47f004ed344c4063559daf873897e431bd212761c2466ca270676787ccc5"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/rbip.pw.toml"
|
||||||
|
hash = "f0ff4dcea69e7dbacdb7764cc337cc90a07d7e346811050866dfee97799259c6"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/reeses-sodium-options.pw.toml"
|
||||||
|
hash = "1c6d01b013b9e8c6dd921046adc7c7768814c17a0fde45cbe695c8e2de40f8be"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/roughly-enough-items.pw.toml"
|
file = "mods/roughly-enough-items.pw.toml"
|
||||||
hash = "8aa67b7d71db2e344dcae8427aa8742459e893705774e1941bed7fff04a8d892"
|
hash = "79c8f0a39cb0d8e3b30341ad4190b81b283abb8f117adfb539506042e08e4f7e"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/simple-voice-chat.pw.toml"
|
||||||
|
hash = "cc65ff8d2f848aaf2734ab25587ba46a278bb980e85fcf74d09740a819c25900"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/sodium-extra.pw.toml"
|
file = "mods/sodium-extra.pw.toml"
|
||||||
hash = "a0d8ad1d13e07e1270248cb51712268b9ef27e6ab5e8ab16634cca9fa5e12ef0"
|
hash = "a861006c66175659b11c63a2e3872852b58626e7bb756bf39213cef991c490be"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/sodium.pw.toml"
|
file = "mods/sodium.pw.toml"
|
||||||
hash = "629cba9c7cd4bfbb4f5be04e7d2ebfb71ef1c44466c7a1614b9c31b78b97f7a1"
|
hash = "0d539d8bad8493d4196bf5f7bf216d692384f283849fa41a2e5a816a0147673e"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/starlight.pw.toml"
|
file = "mods/starlight.pw.toml"
|
||||||
hash = "ed3ce42c6cccaa9989d3b7a8769bd4c0a9c643ccb2fdb7d41ef9604163e4a8e6"
|
hash = "be68ef606c339bbb22f2b812db1e5264d9e3335befc0c348d4dc91a8a3e72e17"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/stendhal.pw.toml"
|
file = "mods/stendhal.pw.toml"
|
||||||
hash = "7df690462262a15575715d61e294e3934416eddb8581460f990aba5ad98d0a3f"
|
hash = "8032db24b80201b84fca1fc2e64df6cd253978e7868bf5fd44218547c087a81b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/viafabric.pw.toml"
|
file = "mods/viafabric.pw.toml"
|
||||||
hash = "91fb8cdc148a085a811ccf1857e5dc1a6c30e0d2110b3cda50ac8ae682ea85e0"
|
hash = "a7b858c47621008bec47a437c4615edcede2f1a493c121b6f573ebd87edad47c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/xaeros-minimap-fair-play-edition.pw.toml"
|
file = "mods/xaeros-minimap-fair-play-edition.pw.toml"
|
||||||
hash = "dcd8899db4b0811b67a25781dd38cd9845e1a92155a8dd2b314fb5821d561dfd"
|
hash = "3e6052aa6237502a7861514f13a72e99f5463690bedc67ff29c0528e60aa36fb"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/xaeros-minimap.pw.toml"
|
||||||
|
hash = "159fc9db0aceadc493a94da1089d74d06df1f768c158b3d65bba189381fe799b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/xaeros-world-map.pw.toml"
|
file = "mods/xaeros-world-map.pw.toml"
|
||||||
hash = "8f10cb65455a6ccd28e37027b951465d2db5c7ea10a2326ff8fc57e69ef708bf"
|
hash = "29512aa4e21b46d522390693b7b0c93a9b2428365429851d9f57756667d9a82c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/yosbr.pw.toml"
|
file = "mods/yosbr.pw.toml"
|
||||||
hash = "527e21c9bc55b0d1db9016a2fec4ff2dee2a93c53edb8c1363d2d2ee7730afd0"
|
hash = "7c2712882baa2ed177b9b961cc1052b857f11ed1455609f9e9f01332c0317f12"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/yungs-api-fabric.pw.toml"
|
file = "mods/zoomify.pw.toml"
|
||||||
hash = "06280dacd1f58693322fc4b8f9cc65b46d73a51043fc175b6989b00f26d7f3e4"
|
hash = "0558c653fc64ef54d493d0f20b20e2599ae70edcaf727af090ff098b9dd9fd64"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
13
.minecraft/mods/animatica.pw.toml
Normal file
13
.minecraft/mods/animatica.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Animatica"
|
||||||
|
filename = "animatica-0.5+1.19.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/PRN43VSY/versions/0.5+1.19/animatica-0.5%2B1.19.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "d58560b9c226df726bdddc7ab25748a158a0cb3d"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "PRN43VSY"
|
||||||
|
version = "rghK1s60"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "AntiGhost"
|
|
||||||
filename = "antighost-1.18.2-fabric0.47.10-1.1.4.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3687/749/antighost-1.18.2-fabric0.47.10-1.1.4.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "b9a690827fdaa60388bc297d6bf339c7ffd68261"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3687749
|
|
||||||
project-id = 273279
|
|
13
.minecraft/mods/architectury-api.pw.toml
Normal file
13
.minecraft/mods/architectury-api.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Architectury API"
|
||||||
|
filename = "architectury-6.2.43-fabric.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/6.2.43+fabric/architectury-6.2.43-fabric.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "e8f8e0844a4a82125a27b9f59db579dd6547b530"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "lhGA9TYQ"
|
||||||
|
version = "aNnwGOML"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Architectury API (Fabric)"
|
|
||||||
filename = "architectury-4.1.36.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3717/905/architectury-4.1.36.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "8ea54d6c490d8e000ca15e5e8c92c8747535484b"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3717905
|
|
||||||
project-id = 419697
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "BadStdOut"
|
|
||||||
filename = "badstdout-1.1.1-1.18.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3542/418/badstdout-1.1.1-1.18.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "d2867a49691ea3c395596ab7f16744b059b9c13a"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3542418
|
|
||||||
project-id = 511672
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "BetterF3"
|
name = "BetterF3"
|
||||||
filename = "BetterF3-1.2.4-Fabric-1.18.2.jar"
|
filename = "BetterF3-1.3.2-Fabric-1.19.jar"
|
||||||
side = "both"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3707/871/BetterF3-1.2.4-Fabric-1.18.2.jar"
|
url = "https://cdn.modrinth.com/data/8shC1gFX/versions/1.3.2-fabric/BetterF3-1.3.2-Fabric-1.19.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "f294cc99ffcf244416522f83a533b4b3b0942557"
|
hash = "c65443f1ac63aa7e5c16e379557641b76827cf9b"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 3707871
|
mod-id = "8shC1gFX"
|
||||||
project-id = 401648
|
version = "N2TDuUIv"
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Better Loading Screen"
|
|
||||||
filename = "better-loading-screen-1.4.0.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3722/46/better-loading-screen-1.4.0.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "ead3998a3a7efbb5f9998e07e9f5be9302d87997"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3722046
|
|
||||||
project-id = 594044
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "BlockMeterFabric"
|
|
||||||
filename = "blockmeter-1.6-fabric_1_18.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3543/656/blockmeter-1.6-fabric_1_18.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "261544deeedc70ed503b53d04ae6f86bb6c51834"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3543656
|
|
||||||
project-id = 369343
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "BlockMixer"
|
|
||||||
filename = "blockmixer-1.0.0.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3606/80/blockmixer-1.0.0.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "806c38312538333f774500a721cf2c9dc74fbe48"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3606080
|
|
||||||
project-id = 566143
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Blur (Fabric)"
|
|
||||||
filename = "blur-2.4.1.jar"
|
|
||||||
side = "client"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/NK39zBp2/versions/2.4.1/blur-2.4.1.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "4e9eb6718bf1aae922f7abd6fc93be1db49e5a4c"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "NK39zBp2"
|
|
||||||
version = "xetUzR7z"
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Bobby"
|
name = "Bobby"
|
||||||
filename = "bobby-3.1.1.jar"
|
filename = "bobby-4.0.0.jar"
|
||||||
side = "both"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3686/441/bobby-3.1.1.jar"
|
url = "https://cdn.modrinth.com/data/M08ruV16/versions/4.0.0/bobby-4.0.0.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "783d7ab7d34e87c0671a9426be0021caee58c1b8"
|
hash = "636ce91e6902c3ff80392c89f2403c0a47001dbe"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 3686441
|
mod-id = "M08ruV16"
|
||||||
project-id = 409301
|
version = "sQQHwfZR"
|
||||||
|
|
13
.minecraft/mods/brb.pw.toml
Normal file
13
.minecraft/mods/brb.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Better Recipe Books (+ Brewing Stands)"
|
||||||
|
filename = "brb-1.6.0-fabric.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "e85d51a0291051947e78995f069c2a610ebe0c89"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 3837129
|
||||||
|
project-id = 486485
|
13
.minecraft/mods/cem.pw.toml
Normal file
13
.minecraft/mods/cem.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Custom Entity Models"
|
||||||
|
filename = "cem-0.7.1.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/YOQCucah/versions/0.7.1-1.19/cem-0.7.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "96c943ee9282945877fe85e7c474ccddbaca0401"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "YOQCucah"
|
||||||
|
version = "pobVcvCg"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Charmonium"
|
|
||||||
filename = "charmonium-fabric-1.18-4.0.0.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3667/869/charmonium-fabric-1.18-4.0.0.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "6f4105f8e2191a1125ae25958228cbf0930508c0"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3667869
|
|
||||||
project-id = 378696
|
|
13
.minecraft/mods/chat-coords.pw.toml
Normal file
13
.minecraft/mods/chat-coords.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Chat Coords"
|
||||||
|
filename = "chat-coords-0.2.2233.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/tCwzXT0s/versions/DsK2X3ZX/chat-coords-0.2.2233.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "c54a6db47ffd40ebb094b130c0c45d86454ab13b"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "tCwzXT0s"
|
||||||
|
version = "DsK2X3ZX"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Chunky Pregenerator (Fabric)"
|
|
||||||
filename = "Chunky-1.2.164.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3579/660/Chunky-1.2.164.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "c936401a30394972b102d62a2553927aa79bd501"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3579660
|
|
||||||
project-id = 433175
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "CIT Resewn"
|
name = "CIT Resewn"
|
||||||
filename = "CITResewn-1.0.1+1.18.2.jar"
|
filename = "CITResewn-1.1.1+1.19.jar"
|
||||||
side = "both"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3697/502/CITResewn-1.0.1+1.18.2.jar"
|
url = "https://cdn.modrinth.com/data/otVJckYQ/versions/1.1.1+1.19/CITResewn-1.1.1%2B1.19.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "3d2c4fc4533cf22d7b46ba479985925c4122b0e6"
|
hash = "cd778490cf2dd6aeda15502c8153e64f32c35fec"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 3697502
|
mod-id = "otVJckYQ"
|
||||||
project-id = 521427
|
version = "2jLdI2KI"
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Clear Despawn [Fabric]"
|
|
||||||
filename = "ClearDespawn-fabric-1.18.2-1.1.7.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3682/9/ClearDespawn-fabric-1.18.2-1.1.7.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "2dafad51e4ee153a884fe7cd12b928a5b2339f42"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3682009
|
|
||||||
project-id = 308793
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Cloth Config API (Fabric)"
|
|
||||||
filename = "cloth-config-6.2.57-fabric.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3641/132/cloth-config-6.2.57-fabric.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "c52ef239d9d3d3473312d3f57bd8e730155ee5a5"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3641132
|
|
||||||
project-id = 319057
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Clumps"
|
|
||||||
filename = "Clumps-fabric-1.18.2-8.0.0+7.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3672/161/Clumps-fabric-1.18.2-8.0.0+7.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "d84d81b9cd41659b5b3472720a925ce263f15fc6"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3672161
|
|
||||||
project-id = 256717
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Continuity"
|
name = "Continuity"
|
||||||
filename = "continuity-1.1.0+1.18.2.jar"
|
filename = "continuity-2.0.1+1.19.jar"
|
||||||
side = "both"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3675/822/continuity-1.1.0+1.18.2.jar"
|
url = "https://cdn.modrinth.com/data/1IjD5062/versions/2.0.1+1.19/continuity-2.0.1%2B1.19.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "a5ff4cb7d4c0fc3b5809a52b096b92ccf9d8cb55"
|
hash = "d82700772659f65560202f1cbd0e744007b21a75"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 3675822
|
mod-id = "1IjD5062"
|
||||||
project-id = 531351
|
version = "xTtULC68"
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Entity Culling Fabric/Forge"
|
|
||||||
filename = "entityculling-fabric-mc1.18-1.5.0.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3642/143/entityculling-fabric-mc1.18-1.5.0.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "d1b944079c193a8d5adf9144cab3bd762bb12f5e"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3642143
|
|
||||||
project-id = 448233
|
|
13
.minecraft/mods/entitytexturefeatures.pw.toml
Normal file
13
.minecraft/mods/entitytexturefeatures.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Entity Texture Features [Fabric]"
|
||||||
|
filename = "entity_texture_features_fabric_1.19.x-4.0.2.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/4.0.2.fabric.1.19/entity_texture_features_fabric_1.19.x-4.0.2.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "ca8adf2be87fca55363fa0a0c76f112e437dc08a"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "BVzZfTc1"
|
||||||
|
version = "eb3qN1Fh"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Essential Mod"
|
|
||||||
filename = "Essential-fabric_1-18.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3545/481/Essential-fabric_1-18.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "86da0d031768630ff50c0efd2564edff106dc246"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3545481
|
|
||||||
project-id = 546670
|
|
13
.minecraft/mods/essential.pw.toml
Normal file
13
.minecraft/mods/essential.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "ESSENTIAL Mod"
|
||||||
|
filename = "Essential-fabric_1-19.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/k2ZPuTBm/versions/1.0.0/Essential-fabric_1-19.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "5c383c8fd994f6963de85840f2ae75c5b6be9925"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "k2ZPuTBm"
|
||||||
|
version = "EVfUPvny"
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Fabric API"
|
name = "Fabric API"
|
||||||
filename = "fabric-api-0.48.0+1.18.2.jar"
|
filename = "fabric-api-0.58.5+1.19.1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3689/20/fabric-api-0.48.0+1.18.2.jar"
|
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/0.58.5+1.19.1/fabric-api-0.58.5%2B1.19.1.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "cead4972f34ec8f2c97813b9824f2a2b02e8fde9"
|
hash = "c758f5dfadf35a9ab4f7f688094d599e30b2cbdb"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 3689020
|
mod-id = "P7dR8mSH"
|
||||||
project-id = 306612
|
version = "3fY6NddT"
|
||||||
|
|
13
.minecraft/mods/fabric-language-kotlin.pw.toml
Normal file
13
.minecraft/mods/fabric-language-kotlin.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Fabric Language Kotlin"
|
||||||
|
filename = "fabric-language-kotlin-1.8.3+kotlin.1.7.10.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/MrMwCJlh/fabric-language-kotlin-1.8.3%2Bkotlin.1.7.10.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "80645897db245424cf1efb474e7bf34ddbc34212"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "Ha28R6CL"
|
||||||
|
version = "MrMwCJlh"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Fabrishot"
|
|
||||||
filename = "fabrishot-1.7.0.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3672/13/fabrishot-1.7.0.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "343f31455c666b3979026d8a983abfa9c8ca0c9e"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3672013
|
|
||||||
project-id = 404870
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Wildfire's Female Gender Mod (Fabric)"
|
|
||||||
filename = "%5BFabric%5D%20Wildfire%20Female%20Gender%20Mod-2.9.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3706/807/%5BFabric%5D%20Wildfire%20Female%20Gender%20Mod-2.9.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "0362038730e106770c66b0844355e729d23b5b19"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3706807
|
|
||||||
project-id = 456319
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "FerriteCore (Fabric)"
|
|
||||||
filename = "ferritecore-4.2.0-fabric.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3672/143/ferritecore-4.2.0-fabric.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "5e78186d306ca68dd8b5da4f9939126bf96fdbc0"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3672143
|
|
||||||
project-id = 459857
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Figura"
|
|
||||||
filename = "figura-0.0.8-1.18.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3667/720/figura-0.0.8-1.18.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "1398ed4d3a390bcdd85c543b8c1a210eb2f2caaa"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3667720
|
|
||||||
project-id = 451616
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "First-person Model (Forge/Fabric)"
|
|
||||||
filename = "firstperson-fabric-2.1.0-mc1.18-pre1.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3523/461/firstperson-fabric-2.1.0-mc1.18-pre1.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "447b3fda6f725b6f6a983a1d827a9b1f1b6278ba"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3523461
|
|
||||||
project-id = 333287
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Grid"
|
|
||||||
filename = "grid-1.18.2-fabric0.47.10-1.6.6.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3687/756/grid-1.18.2-fabric0.47.10-1.6.6.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "0b5c786c5ce2ed256acfef1b9bd9b6dbd88112aa"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3687756
|
|
||||||
project-id = 310560
|
|
13
.minecraft/mods/hudium.pw.toml
Normal file
13
.minecraft/mods/hudium.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Hudium"
|
||||||
|
filename = "hudium-fabric-1.4.5+mc1.19.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/6nAozjsh/versions/1.4.5/hudium-fabric-1.4.5%2Bmc1.19.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "32eb0ec6d2c284902cce859c24e25e9440261b4f"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "6nAozjsh"
|
||||||
|
version = "YjMPJIPx"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "HUDTweaks"
|
|
||||||
filename = "HUDTweaks-1.2.3-beta.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3648/255/HUDTweaks-1.2.3-beta.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "eac16dfee937a61ff91110e76ee9d1730fb2cadd"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3648255
|
|
||||||
project-id = 447651
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Indium"
|
name = "Indium"
|
||||||
filename = "indium-1.0.2+mc1.18.2.jar"
|
filename = "indium-1.0.7+mc1.19.jar"
|
||||||
side = "both"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3669/436/indium-1.0.2+mc1.18.2.jar"
|
url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/1.0.7+mc1.19/indium-1.0.7%2Bmc1.19.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "9421de0ce575f84ac652694f8f2bc9a468a42375"
|
hash = "1f97081fa8da5e2876481da2917c76dcf689382b"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 3669436
|
mod-id = "Orvt0mRa"
|
||||||
project-id = 459496
|
version = "mJ7WqoOY"
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Inspecio"
|
|
||||||
filename = "inspecio-1.3.0+1.18.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3671/909/inspecio-1.3.0+1.18.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "12e431e3690312aacf094446e4cb43bfe82aea86"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3671909
|
|
||||||
project-id = 492180
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Inventory HUD+"
|
|
||||||
filename = "InventoryHUD-fabric-%5B1.18%5D-3.4.2.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3545/928/InventoryHUD-fabric-%5B1.18%5D%20-3.4.2.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "86b117c3c6978013468adbeb3f74e98328febda1"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3545928
|
|
||||||
project-id = 357540
|
|
13
.minecraft/mods/iris.pw.toml
Normal file
13
.minecraft/mods/iris.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Iris Shaders"
|
||||||
|
filename = "iris-mc1.19.1-1.2.6.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/1.19.x-v1.2.6/iris-mc1.19.1-1.2.6.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "4d1676bca816ce282199882628375a45e7a9e97d"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "YL57xq9U"
|
||||||
|
version = "q2kq4WQK"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Iris Shaders"
|
|
||||||
filename = "iris-mc1.18.2-1.2.2-build.32.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3687/476/iris-mc1.18.2-1.2.2-build.32.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "4f414abe310173ea7e270e26dafec8e6c442b9d4"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3687476
|
|
||||||
project-id = 455508
|
|
17
.minecraft/mods/journeymap.pw.toml
Normal file
17
.minecraft/mods/journeymap.pw.toml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
name = "JourneyMap"
|
||||||
|
filename = "journeymap-1.19.1-5.9.0beta2-fabric.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/lfHFW1mp/versions/1.19.1-5.9.0beta2-fabric/journeymap-1.19.1-5.9.0beta2-fabric.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "2eaa134187977d077f6fe2d5d124b1990a7a39c7"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "lfHFW1mp"
|
||||||
|
version = "GWk9Bj6f"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
description = "Do not install with Xaeros"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "LambdaBetterGrass"
|
|
||||||
filename = "lambdabettergrass-1.2.3+1.18.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3684/228/lambdabettergrass-1.2.3+1.18.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "7f722205950dadc03beef72abbbba2ed2bcf767b"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3684228
|
|
||||||
project-id = 400322
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "LambDynamicLights"
|
name = "LambDynamicLights"
|
||||||
filename = "lambdynamiclights-2.1.0+1.17.jar"
|
filename = "lambdynamiclights-2.1.2+1.19.jar"
|
||||||
side = "both"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3541/670/lambdynamiclights-2.1.0+1.17.jar"
|
url = "https://cdn.modrinth.com/data/yBW8D80W/versions/2.1.2+1.19/lambdynamiclights-2.1.2%2B1.19.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "812fdc41518b786f05d72de4017c16c88a3e2ea6"
|
hash = "0f2b1a29beb9521e11046f76674d78ddc86e1371"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 3541670
|
mod-id = "yBW8D80W"
|
||||||
project-id = 393442
|
version = "Fp4gUsxF"
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Light Overlay (Rift/Forge/Fabric)"
|
|
||||||
filename = "light-overlay-6.0.5.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3668/243/light-overlay-6.0.5.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "1c4e17e1557978bb9321cdcf449329a3cd13cfd6"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3668243
|
|
||||||
project-id = 325492
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Lithium (Fabric)"
|
name = "Lithium"
|
||||||
filename = "lithium-fabric-mc1.18.2-0.7.9.jar"
|
filename = "lithium-fabric-mc1.19.2-0.8.3.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3670/312/lithium-fabric-mc1.18.2-0.7.9.jar"
|
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/mc1.19.2-0.8.3/lithium-fabric-mc1.19.2-0.8.3.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "2f0298476ba54e8fc640c9bfe132a193db45b92b"
|
hash = "2b7ac2bb11944ebb77441539fa2a8a3f84e4ead1"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 3670312
|
mod-id = "gvQqBUqZ"
|
||||||
project-id = 360438
|
version = "Zs3sdHjK"
|
||||||
|
|
13
.minecraft/mods/midnightcontrols.pw.toml
Normal file
13
.minecraft/mods/midnightcontrols.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "MidnightControls"
|
||||||
|
filename = "midnightcontrols-1.5.0+1.19.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/bXX9h73M/versions/1.5.0+1.19/midnightcontrols-1.5.0%2B1.19.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "971f190386e9ab63b51111e981d45af313bef6dd"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "bXX9h73M"
|
||||||
|
version = "M3xjZE2k"
|
13
.minecraft/mods/midnightlib.pw.toml
Normal file
13
.minecraft/mods/midnightlib.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "MidnightLib"
|
||||||
|
filename = "midnightlib-0.6.0.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/codAaoxh/versions/s2fTj4LM/midnightlib-0.6.0.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "6da31f2d13b4e5d49574ff235e45a2c6f8501ecd"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "codAaoxh"
|
||||||
|
version = "s2fTj4LM"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "MinecraftCapes Mod"
|
|
||||||
filename = "MinecraftCapes Fabric 1.18.2-12.0.2.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3673/296/MinecraftCapes%20Fabric%201.18.2-12.0.2.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "fd7ac057c157b43e7295ef090cbbf9e200ce2a52"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3673296
|
|
||||||
project-id = 359836
|
|
13
.minecraft/mods/mixin-conflict-helper.pw.toml
Normal file
13
.minecraft/mods/mixin-conflict-helper.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Mixin Conflict Helper"
|
||||||
|
filename = "MixinConflictHelper-1.1.0.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/MR1VIQJJ/versions/1.1.0/MixinConflictHelper-1.1.0.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "623f8375bd90cb52d703104b3ec9daf0bec8368d"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "MR1VIQJJ"
|
||||||
|
version = "9VQzbSkm"
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Mod Menu"
|
name = "Mod Menu"
|
||||||
filename = "modmenu-3.1.0.jar"
|
filename = "modmenu-4.0.5.jar"
|
||||||
side = "both"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3668/801/modmenu-3.1.0.jar"
|
url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/4.0.5/modmenu-4.0.5.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "b520422af2fce2d7cd02b6b9ae4f025822670c28"
|
hash = "1acf6cadf20243d753705e2212d88f90670e49fd"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 3668801
|
mod-id = "mOgUt4GM"
|
||||||
project-id = 308702
|
version = "2Ys0a7JE"
|
||||||
|
|
16
.minecraft/mods/mouse-tweaks.pw.toml
Normal file
16
.minecraft/mods/mouse-tweaks.pw.toml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
name = "Mouse Tweaks"
|
||||||
|
filename = "MouseTweaks-fabric-mc1.19-2.22.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/aC3cM3Vq/versions/1.19-2.22-fabric/MouseTweaks-fabric-mc1.19-2.22.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "6004ccf55a3013c54fdbef3b28613c3326231d2c"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "aC3cM3Vq"
|
||||||
|
version = "pmMCbsN3"
|
||||||
|
[option]
|
||||||
|
optional = true # marks as optional
|
||||||
|
description = "Not compatible with mouse wheelie" # Description of what it is and why its optional
|
|
@ -1,13 +1,17 @@
|
||||||
name = "Mouse Wheelie (Fabric)"
|
name = "Mouse Wheelie"
|
||||||
filename = "mousewheelie-1.8.8+mc1.18.2.jar"
|
filename = "mousewheelie-1.10.2+mc1.19-pre1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3717/990/mousewheelie-1.8.8+mc1.18.2.jar"
|
url = "https://cdn.modrinth.com/data/u5Ic2U1u/versions/1.10.2+mc1.19-pre1/mousewheelie-1.10.2%2Bmc1.19-pre1.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "1f017c632284c23629f41a24130e47f4fa66353f"
|
hash = "2ca595c5503f7012057826a0f72a788681353763"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 3717990
|
mod-id = "u5Ic2U1u"
|
||||||
project-id = 317514
|
version = "f24IuTiJ"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
description = "Not compatible with mouse tweaks"
|
||||||
|
|
16
.minecraft/mods/nightvision.pw.toml
Normal file
16
.minecraft/mods/nightvision.pw.toml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
name = "NightVision"
|
||||||
|
filename = "nightvision-1.0.1.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/fLFueTjP/versions/1.0.1/nightvision-1.0.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "695f855ef77caec8f20304da2cc2e429ada07a70"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "fLFueTjP"
|
||||||
|
version = "ABkgmjFE"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
13
.minecraft/mods/no-chat-reports.pw.toml
Normal file
13
.minecraft/mods/no-chat-reports.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "No Chat Reports"
|
||||||
|
filename = "NoChatReports-FABRIC-1.19.2-v1.11.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/OrXrGI5d/NoChatReports-FABRIC-1.19.2-v1.11.2.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "213dc0c361ed71ac560810fc2ab00fab74f08aa6"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "qQyHxfxd"
|
||||||
|
version = "OrXrGI5d"
|
13
.minecraft/mods/no-telemetry.pw.toml
Normal file
13
.minecraft/mods/no-telemetry.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "No Telemetry"
|
||||||
|
filename = "no-telemetry-1.4.0.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/hg77g4Pw/versions/1.4.0/no-telemetry-1.4.0.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "10e117acc8f9e08ae1fadf4341e4d9d413ef092c"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "hg77g4Pw"
|
||||||
|
version = "61UhmWos"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Not Enough Animations"
|
|
||||||
filename = "notenoughanimations-fabric-1.5.0-mc1.18.2.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3699/198/notenoughanimations-fabric-1.5.0-mc1.18.2.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "cd2e412fb9c0efb330aa1bae120d4ee6422e6d80"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3699198
|
|
||||||
project-id = 433760
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Not Enough Crashes (Fabric)"
|
|
||||||
filename = "notenoughcrashes-4.1.4+1.18.2-fabric.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3684/963/notenoughcrashes-4.1.4+1.18.2-fabric.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "e3452caf15e9f579e82578e60ad9c5847fe592b1"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3684963
|
|
||||||
project-id = 353890
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Ok Zoomer"
|
|
||||||
filename = "okzoomer-5.0.0-beta.5+1.18.2.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3683/180/okzoomer-5.0.0-beta.5+1.18.2.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "829fedb51030b479d023415eed565930f4a1c1a8"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3683180
|
|
||||||
project-id = 354047
|
|
|
@ -1,8 +0,0 @@
|
||||||
name = "OpenAuthMod"
|
|
||||||
filename = "OpenAuthMod-Fabric-1.14-1.18.2-2.0.0.jar"
|
|
||||||
side = "client"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://github.com/RaphiMC/OpenAuthMod/releases/download/v2.0.0/OpenAuthMod-Fabric-1.14-1.18.2-2.0.0.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "c10f0186e5d2f5d325ff2d773425b11252fd8c0f"
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Paxi (Fabric)"
|
|
||||||
filename = "Paxi-1.18.2-Fabric-2.0.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3706/642/Paxi-1.18.2-Fabric-2.0.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "caeb795b5ec9e30748e766ba451dcb4d7914cf48"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3706642
|
|
||||||
project-id = 418881
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Perspective Mod Redux"
|
|
||||||
filename = "PerspectiveModRedux-1.17-0.0.5_01.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3367/98/PerspectiveModRedux-1.17-0.0.5_01.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "e2a40025de5d2c33c543ddb6661a1a47e37bc77d"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3367098
|
|
||||||
project-id = 280647
|
|
|
@ -1,13 +1,17 @@
|
||||||
name = "Plasmo Voice"
|
name = "Plasmo Voice"
|
||||||
filename = "plasmovoice-fabric-1.18.2-1.2.11-hotfix1.jar"
|
filename = "plasmovoice-fabric-1.19.1-1.2.19.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3718/86/plasmovoice-fabric-1.18.2-1.2.11-hotfix1.jar"
|
url = "https://cdn.modrinth.com/data/1bZhdhsH/versions/fabric-1.19.1-1.2.19/plasmovoice-fabric-1.19.1-1.2.19.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "f8635d3a560b2c6cd71a89a2ef83bf1c96abb1fc"
|
hash = "97bdd09cee79099eab41916a5c7b67f2c59225f8"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 3718086
|
mod-id = "1bZhdhsH"
|
||||||
project-id = 467028
|
version = "3UIMooYI"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
description = "Not compatible with Simple voice chat"
|
||||||
|
|
17
.minecraft/mods/playlist.pw.toml
Normal file
17
.minecraft/mods/playlist.pw.toml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
name = "Playlist"
|
||||||
|
filename = "playlist-1.0.1.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/Aj1EfTaU/versions/1.0.1/playlist-1.0.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "bbe9c8d8176a127b62c81481a20e5d29da1a51f4"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "Aj1EfTaU"
|
||||||
|
version = "CUm8swLw"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
13
.minecraft/mods/polymer.pw.toml
Normal file
13
.minecraft/mods/polymer.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Polymer"
|
||||||
|
filename = "polymer-all-0.2.10+1.19.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/xGdtZczs/versions/0.2.10+1.19.1/polymer-all-0.2.10%2B1.19.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "741aeb9f387aa68df5d5a72a25f854e159b4a855"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "xGdtZczs"
|
||||||
|
version = "7LF7kphW"
|
13
.minecraft/mods/pronounify.pw.toml
Normal file
13
.minecraft/mods/pronounify.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Pronounify"
|
||||||
|
filename = "Pronounify-2.0.0-fabric-1.19.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/EROYCQAh/versions/2.0.0/Pronounify-2.0.0-fabric-1.19.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "6a028c6b990f49fd1fe23eb2970619a580d7ae46"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "EROYCQAh"
|
||||||
|
version = "tMNvthYe"
|
13
.minecraft/mods/rbip.pw.toml
Normal file
13
.minecraft/mods/rbip.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Recipe Book is Pain"
|
||||||
|
filename = "recipe-book-is-pain-0.6-1.18.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/etNS9OnA/versions/0.6/recipe-book-is-pain-0.6-1.18.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "3e9b134a7e948c1e3f923240065038b00372881d"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "etNS9OnA"
|
||||||
|
version = "21BCZIoF"
|
13
.minecraft/mods/reeses-sodium-options.pw.toml
Normal file
13
.minecraft/mods/reeses-sodium-options.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Reese's Sodium Options"
|
||||||
|
filename = "reeses_sodium_options-1.4.7+mc1.19.2-build.59.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/Iusxhlyd/reeses_sodium_options-1.4.7%2Bmc1.19.2-build.59.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "b9cc6500afef896a577f7f07b635945d469e4b41"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "Bh37bMuy"
|
||||||
|
version = "Iusxhlyd"
|
|
@ -1,3 +0,0 @@
|
||||||
for i in *.toml ; do
|
|
||||||
mv -v $i ${i%.toml}.pw.toml
|
|
||||||
done
|
|
|
@ -1,8 +0,0 @@
|
||||||
name = "Replay Mod"
|
|
||||||
filename = "replaymod-1.18.1-2.6.3.jar"
|
|
||||||
side = "client"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://minio.replaymod.com/replaymod/replaymod-1.18.2-2.6.4.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "76326cb49c8a81f2d0957edd70d3dc1fa67a0274"
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Roughly Enough Items Fabric/Forge (REI)"
|
name = "Roughly Enough Items (REI)"
|
||||||
filename = "RoughlyEnoughItems-8.0.442.jar"
|
filename = "RoughlyEnoughItems-9.1.530.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3670/487/RoughlyEnoughItems-8.0.442.jar"
|
url = "https://cdn.modrinth.com/data/nfn13YXA/versions/9.1.530+fabric/RoughlyEnoughItems-9.1.530.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "d4637681ecaca7ea0aa66aa95009233ccdc35e92"
|
hash = "3611067a9a3c17ad53755e24cd6909a6659243f0"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 3670487
|
mod-id = "nfn13YXA"
|
||||||
project-id = 310111
|
version = "tNmRA5nr"
|
||||||
|
|
17
.minecraft/mods/simple-voice-chat.pw.toml
Normal file
17
.minecraft/mods/simple-voice-chat.pw.toml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
name = "Simple Voice Chat"
|
||||||
|
filename = "voicechat-fabric-1.19.1-2.3.9.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/gJec6R5o/voicechat-fabric-1.19.1-2.3.9.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "3017917e715a0796632e5c9762a6c4f8b4a09556"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "9eGKb6K1"
|
||||||
|
version = "gJec6R5o"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
description = "Not compatible with Plasmo"
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Sodium Extra"
|
name = "Sodium Extra"
|
||||||
filename = "sodium-extra-mc1.18.2-0.4.2.jar"
|
filename = "sodium-extra-0.4.7+mc1.19.2-build.52.jar"
|
||||||
side = "both"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3682/548/sodium-extra-mc1.18.2-0.4.2.jar"
|
url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/xYkvKUSC/sodium-extra-0.4.7%2Bmc1.19.2-build.52.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "8d0a71cef3b11b9403ba12de20c6016fc884b7a5"
|
hash = "95104c6615b7646d9e76be3f23ed3f844ac163d0"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 3682548
|
mod-id = "PtjYWJkn"
|
||||||
project-id = 447673
|
version = "xYkvKUSC"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Sodium"
|
name = "Sodium"
|
||||||
filename = "sodium-fabric-mc1.18.2-0.4.1+build.15.jar"
|
filename = "sodium-fabric-mc1.19-0.4.2+build.16.jar"
|
||||||
side = "both"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3669/187/sodium-fabric-mc1.18.2-0.4.1+build.15.jar"
|
url = "https://cdn.modrinth.com/data/AANobbMI/versions/mc1.19-0.4.2/sodium-fabric-mc1.19-0.4.2%2Bbuild.16.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "f839863a6be7014b8d80058ea1f361521148d049"
|
hash = "6c1b055bce99d0bf64733e0ff95f347e4cd171f3"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 3669187
|
mod-id = "AANobbMI"
|
||||||
project-id = 394468
|
version = "Yp8wLY1P"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Starlight (Fabric)"
|
name = "Starlight (Fabric)"
|
||||||
filename = "starlight-1.0.2+fabric.89b8d9f.jar"
|
filename = "starlight-1.1.1+fabric.ae22326.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3667/443/starlight-1.0.2+fabric.89b8d9f.jar"
|
url = "https://cdn.modrinth.com/data/H8CaAYZC/versions/1.1.1+1.19/starlight-1.1.1%2Bfabric.ae22326.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "a436b72ee514bd2b59900159bcc4d461f96ef340"
|
hash = "de6fe932555604345477db89b59d59249909c640"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 3667443
|
mod-id = "H8CaAYZC"
|
||||||
project-id = 521783
|
version = "qH1xCwoC"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Stendhal"
|
name = "Stendhal"
|
||||||
filename = "stendhal-1.2.0-1.18.jar"
|
filename = "stendhal-1.3.3-1.19.jar"
|
||||||
side = "both"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3554/833/stendhal-1.2.0-1.18.jar"
|
url = "https://cdn.modrinth.com/data/BWloQ9jK/versions/1.3.3-1.19/stendhal-1.3.3-1.19.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "310cd9a8210875969a4370476eae9c7a1d91ea4c"
|
hash = "d5a8f2abc9e9830feb809b9a5d78aae7fc53d5bb"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 3554833
|
mod-id = "BWloQ9jK"
|
||||||
project-id = 463457
|
version = "FPGndHr3"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "ViaFabric"
|
name = "ViaFabric"
|
||||||
filename = "viafabric-0.4.6+269-main.jar"
|
filename = "viafabric-0.4.8+17-main.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3719/228/viafabric-0.4.6+269-main.jar"
|
url = "https://cdn.modrinth.com/data/YlKdE5VK/versions/dRR5ETJX/viafabric-0.4.8%2B17-main.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "3ad0b15a233ab07df99bbfc71ee97eb46f7a75bc"
|
hash = "ace3e194f4a2e8c9dfbf510e0b544f87f0d79a90"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 3719228
|
mod-id = "YlKdE5VK"
|
||||||
project-id = 391298
|
version = "dRR5ETJX"
|
||||||
|
|
|
@ -1,13 +1,17 @@
|
||||||
name = "Xaero's Minimap (Fair-play Edition)"
|
name = "Xaero's Minimap (Fair-play Edition)"
|
||||||
filename = "Xaeros_Minimap_FP22.3.0_Fabric_1.18.2.jar"
|
filename = "Xaeros_Minimap_FP22.13.2_Fabric_1.19.1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3677/431/Xaeros_Minimap_FP22.3.0_Fabric_1.18.2.jar"
|
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "161f6a615dee154f8471888d94beb4dd605150a5"
|
hash = "fb747cb102ab30000317409294b372a5afbca52d"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3677431
|
file-id = 3944934
|
||||||
project-id = 263466
|
project-id = 263466
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
description = "Not compatible with Journeymap"
|
||||||
|
|
17
.minecraft/mods/xaeros-minimap.pw.toml
Normal file
17
.minecraft/mods/xaeros-minimap.pw.toml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
name = "Xaero's Minimap"
|
||||||
|
filename = "Xaeros_Minimap_22.14.1_Fabric_1.19.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "aade4cb93ce091f430700962d4de6a908d50a770"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 3970091
|
||||||
|
project-id = 263420
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
description = "Not compatible with Journeymap"
|
|
@ -1,13 +1,17 @@
|
||||||
name = "Xaero's World Map"
|
name = "Xaero's World Map"
|
||||||
filename = "XaerosWorldMap_1.20.5_Fabric_1.18.2.jar"
|
filename = "XaerosWorldMap_1.27.0_Fabric_1.19.1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3712/769/XaerosWorldMap_1.20.5_Fabric_1.18.2.jar"
|
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "684007e27c4e85929ae3403f74d163939559b80c"
|
hash = "3f2d3d809b63223f6c9ea1958057869104422b6d"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3712769
|
file-id = 3967777
|
||||||
project-id = 317780
|
project-id = 317780
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
description = "Not compatible with Journeymap"
|
||||||
|
|
|
@ -3,11 +3,11 @@ filename = "yosbr-0.1.1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/2934/596/yosbr-0.1.1.jar"
|
url = "https://cdn.modrinth.com/data/WwbubTsV/versions/0.1.1/yosbr-0.1.1.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "0643830cab952fc96872702e681b863b550c8530"
|
hash = "0643830cab952fc96872702e681b863b550c8530"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.modrinth]
|
||||||
file-id = 2934596
|
mod-id = "WwbubTsV"
|
||||||
project-id = 374274
|
version = "dStXfyg3"
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "YUNG's API (Fabric)"
|
|
||||||
filename = "YungsApi-1.18.2-Fabric-2.0.7.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3706/620/YungsApi-1.18.2-Fabric-2.0.7.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "2fb63e1e70737c8cfcf64efa962dd595c981450c"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3706620
|
|
||||||
project-id = 421649
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue