mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2025-04-17 19:02:23 +01:00
Compare commits
63 commits
1.19.3-1.3
...
stable
Author | SHA1 | Date | |
---|---|---|---|
d0fbc587b3 | |||
f9e3438d9d | |||
![]() |
c40fdc016f | ||
![]() |
1f34baedf9 | ||
![]() |
42639ac3d8 | ||
![]() |
f7ee0b8253 | ||
![]() |
89e8235f09 | ||
![]() |
3f454b6723 | ||
![]() |
5bf88ee064 | ||
![]() |
f860a964cf | ||
![]() |
f9b3d7e81c | ||
![]() |
cd63e96bb0 | ||
![]() |
1d7cea3e09 | ||
![]() |
b70f561224 | ||
![]() |
e750ad2f53 | ||
![]() |
216106919e | ||
![]() |
b97bd6921d | ||
![]() |
6dd7e2475b | ||
![]() |
bd7f14cd8d | ||
![]() |
be778432ad | ||
![]() |
7f385d7376 | ||
![]() |
4861621a50 | ||
![]() |
261f44237c | ||
![]() |
275b87dc24 | ||
![]() |
72772e7455 | ||
![]() |
76ff8baf3e | ||
![]() |
7f76072f32 | ||
![]() |
04ec1ffc36 | ||
![]() |
fed628a63d | ||
![]() |
2c7ff0509a | ||
![]() |
2ceeaece5c | ||
![]() |
65bf4cd60a | ||
![]() |
e8b705e1fa | ||
![]() |
d9007cfa03 | ||
![]() |
457734b25b | ||
![]() |
e4b6438fce | ||
![]() |
6468d61dc7 | ||
![]() |
5493ffbb09 | ||
![]() |
c583f53d4e | ||
![]() |
0aecf5ee71 | ||
![]() |
d07df98609 | ||
![]() |
0346721d75 | ||
![]() |
800edc4ce1 | ||
![]() |
76ce17c8ac | ||
![]() |
3c18781a20 | ||
![]() |
dafde652be | ||
![]() |
334a678474 | ||
![]() |
10ac01b478 | ||
![]() |
64777bd76f | ||
![]() |
6378638ced | ||
![]() |
8c3dd2c347 | ||
![]() |
c4059c7c7f | ||
![]() |
f9bc12ba83 | ||
![]() |
3c3203d1f1 | ||
![]() |
987ceaa605 | ||
![]() |
8e0f0b141b | ||
![]() |
0f0afd4e67 | ||
![]() |
e883c048b9 | ||
![]() |
12c9083d75 | ||
![]() |
fd5486ea37 | ||
![]() |
a5d13f6397 | ||
![]() |
c755c143cd | ||
![]() |
fa732bf91f |
136 changed files with 1674 additions and 1509 deletions
28
.gitignore
vendored
28
.gitignore
vendored
|
@ -1,34 +1,18 @@
|
|||
## Prevent Vanillia Minecraft folders from being tracked
|
||||
.minecraft/coremods
|
||||
.minecraft/crash-reports
|
||||
.minecraft/logs
|
||||
.minecraft/resourcepacks
|
||||
.minecraft/saves
|
||||
.minecraft/screenshots
|
||||
.minecraft/server-resource-packs
|
||||
.minecraft/shaderpacks
|
||||
.minecraft/texturepacks
|
||||
.minecraft/realms_persistence.json
|
||||
.minecraft/servers.dat
|
||||
.minecraft/servers.dat_old
|
||||
.minecraft/servers.dat
|
||||
.minecraft/usercache.json
|
||||
|
||||
## Ignore Modpack Updater Script loose files
|
||||
.technic
|
||||
## Modpack Updater Script Loose Files to Ignore ##
|
||||
.build
|
||||
*.zip
|
||||
.run
|
||||
.server
|
||||
.technic
|
||||
*.mrpack
|
||||
!.minecraft/.packwizignore
|
||||
*.zip
|
||||
|
||||
## Add your modded folders/files to ignore here
|
||||
## Modded Folders/Files to Ignore ##
|
||||
.minecraft/.*
|
||||
.minecraft/essential
|
||||
.minecraft/figura
|
||||
.minecraft/ModTranslations
|
||||
.minecraft/not-enough-crashes
|
||||
.minecraft/patched_shaders
|
||||
.minecraft/Xaero*
|
||||
.minecraft/packwiz-installer.jar
|
||||
.minecraft/packwiz.json
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# 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
|
||||
enable-client-side: true
|
||||
# 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.
|
||||
|
|
|
@ -1,58 +0,0 @@
|
|||
/*
|
||||
Configuration for Better Loading Screen,
|
||||
this file is automatically generated, and is formatted under JSON5.
|
||||
|
||||
Custom Image Background: Place the image (Ideally 16:9) in config/better_loading_screen/background.png
|
||||
*/
|
||||
{
|
||||
/*
|
||||
Whether the memory usage bar should be drawn.
|
||||
Default: true
|
||||
*/
|
||||
rendersMemoryBar: true,
|
||||
/*
|
||||
Whether the current hints on the top left should be drawn.
|
||||
Default: true
|
||||
*/
|
||||
rendersHint: true,
|
||||
/*
|
||||
Renders the logo on the loading screen.
|
||||
Default: true
|
||||
*/
|
||||
rendersLogo: true,
|
||||
/*
|
||||
Declares the background color of the loading screen.
|
||||
Default: #EF323D
|
||||
*/
|
||||
backgroundColor: "#2b2b2b",
|
||||
/*
|
||||
Declares the bar color of the loading screen.
|
||||
Default: #FFFFFF
|
||||
*/
|
||||
barColor: "#FFFFFF",
|
||||
/*
|
||||
Declares the bar frame color of the loading screen.
|
||||
Default: #FFFFFF
|
||||
*/
|
||||
barFrameColor: "#FFFFFF",
|
||||
/*
|
||||
Declares the text color of the loading screen.
|
||||
Default: #FFFFFF
|
||||
*/
|
||||
textColor: "#FFFFFF",
|
||||
/*
|
||||
Declares the logo color of the loading screen.
|
||||
Default: #FFFFFF
|
||||
*/
|
||||
logoColor: "#FFFFFF",
|
||||
/*
|
||||
Detects KubeJS to grab the color from the KubeJS config.
|
||||
Default: true
|
||||
*/
|
||||
detectKubeJS: true,
|
||||
/*
|
||||
Detects All The Tweaks to grab the background image.
|
||||
Default: true
|
||||
*/
|
||||
detectAllTheTweaks: true,
|
||||
}
|
|
@ -1,31 +0,0 @@
|
|||
# Delete regions from the cache when they have not been loaded for X days.
|
||||
#
|
||||
# The cache for a given world is cleaned up whenever you disconnect from the server.
|
||||
# Entire worlds are cleaned up when the game starts and you have not visited them for X days.
|
||||
#
|
||||
# Set to -1 to disabled.
|
||||
# Set to 0 to clean up everything after every disconnect.
|
||||
delete-unused-regions-after-days=30
|
||||
enabled=true
|
||||
# Changes the maximum value configurable for Render Distance.
|
||||
#
|
||||
# Requires Sodium.
|
||||
max-render-distance=32
|
||||
# Do not load block entities (e.g. chests) in fake chunks.
|
||||
# These need updating every tick which can add up.
|
||||
#
|
||||
# Enabled by default because the render distance for block entities is usually smaller than the server-view distance anyway.
|
||||
no-block-entities=true
|
||||
# Reduces the light levels in fake chunks so you can tell the difference from real ones.
|
||||
taint-fake-chunks=false
|
||||
# Delays the unloading of chunks which are outside your view distance.
|
||||
# Saves you from having to reload all chunks when leaving the area for a short moment (e.g. cut scenes).
|
||||
# Does not work across dimensions.
|
||||
unload-delay-secs=60
|
||||
# Overwrites the view-distance of the integrated server.
|
||||
# This allows Bobby to be useful in Singleplayer.
|
||||
#
|
||||
# Disabled when at 0.
|
||||
# Bobby is active in singleplayer only if this is enabled.
|
||||
# Requires re-log to en-/disable.
|
||||
view-distance-overwrite=0
|
|
@ -1,259 +0,0 @@
|
|||
{
|
||||
"minecraft:hotbar": {
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:title": {
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:hunger": {
|
||||
"forceDisplay": false,
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:tooltip": {
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:air": {
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:subtitle": {
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:armor": {
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:expbar": {
|
||||
"forceDisplay": false,
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:mounthealth": {
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:bossbar": {
|
||||
"maxHeight": 0.33333334,
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:actionbar": {
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:health": {
|
||||
"flipped": false,
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:jumpbar": {
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:statuseffects": {
|
||||
"vertical": false,
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
}
|
||||
}
|
58
.minecraft/config/yosbr/config/immersive_mc-client.json
Normal file
58
.minecraft/config/yosbr/config/immersive_mc-client.json
Normal file
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"crouchingBypassesImmersives": false,
|
||||
"doVRControllerRumble": true,
|
||||
"returnItemsWhenLeavingImmersives": true,
|
||||
"disableImmersiveMCOutsideVR": true,
|
||||
"bagColor": 11901820,
|
||||
"rightClickChestInteractions": false,
|
||||
"autoCenterFurnaceImmersive": false,
|
||||
"autoCenterBrewingStandImmersive": false,
|
||||
"bagMode": "BUNDLE",
|
||||
"placementGuideMode": "OUTLINE",
|
||||
"placementMode": "PLACE_ONE",
|
||||
"spinSomeImmersiveOutputs": true,
|
||||
"rightClickImmersiveInteractionsInVR": false,
|
||||
"compatFor3dResourcePacks": false,
|
||||
"itemGuideSize": 1.0,
|
||||
"itemGuideSelectedSize": 1.0,
|
||||
"itemGuideColor": 855703551,
|
||||
"itemGuideSelectedColor": 855703296,
|
||||
"rangedGrabColor": 4278255615,
|
||||
"disableVanillaInteractionsForSupportedImmersives": false,
|
||||
"reachBehindBagMode": "BEHIND_BACK",
|
||||
"useAnvilImmersive": true,
|
||||
"useBrewingStandImmersive": true,
|
||||
"useChestImmersive": true,
|
||||
"useCraftingTableImmersive": true,
|
||||
"useFurnaceImmersive": true,
|
||||
"useJukeboxImmersive": true,
|
||||
"useRangedGrabImmersive": true,
|
||||
"useButtonImmersive": true,
|
||||
"useEnchantingTableImmersive": true,
|
||||
"useCampfireImmersive": true,
|
||||
"useLeverImmersive": true,
|
||||
"useBagImmersive": true,
|
||||
"useRepeaterImmersive": true,
|
||||
"useDoorImmersive": true,
|
||||
"useTrapdoorImmersive": true,
|
||||
"allowPetting": true,
|
||||
"useArmorImmersive": true,
|
||||
"useFeedingAnimalsImmersive": true,
|
||||
"useShulkerImmersive": true,
|
||||
"allowPettingAnythingLiving": false,
|
||||
"useShieldImmersive": true,
|
||||
"rangedGrabRange": 8,
|
||||
"useBeaconImmersive": true,
|
||||
"useBarrelImmersive": true,
|
||||
"useThrowingImmersive": true,
|
||||
"allowThrowingBeyondVanillaMaxRange": true,
|
||||
"useHopperImmersive": true,
|
||||
"useSmithingTableImmersive": true,
|
||||
"useChiseledBookshelfImmersive": true,
|
||||
"useWrittenBookImmersive": true,
|
||||
"useCauldronImmersive": true,
|
||||
"useIronFurnacesFurnaceImmersive": true,
|
||||
"useTinkersConstructCraftingStationImmersive": true,
|
||||
"useLecternImmersive": true,
|
||||
"useBucketAndBottleImmersive": true
|
||||
}
|
|
@ -1,71 +0,0 @@
|
|||
{
|
||||
"inv_toggle": true,
|
||||
"inv_mini": false,
|
||||
"inv_vert": false,
|
||||
"inv_alpha": 0,
|
||||
"inv_hide_b_g": false,
|
||||
"inv_aminated": false,
|
||||
"pot_toggle": true,
|
||||
"pot_alpha": 100,
|
||||
"pot_gap": 0,
|
||||
"pot_mini": false,
|
||||
"bar_duration": 300,
|
||||
"pot_hor": true,
|
||||
"arm_toggle": true,
|
||||
"arm_above": 100,
|
||||
"arm_view": "percentage",
|
||||
"move_all": true,
|
||||
"show_empty": true,
|
||||
"show_armor": true,
|
||||
"show_main": true,
|
||||
"show_off": true,
|
||||
"show_arrows": true,
|
||||
"show_inv": true,
|
||||
"arm_bars": true,
|
||||
"arm_scale": 100,
|
||||
"show_count": false,
|
||||
"inv_x": 160,
|
||||
"inv_y": 52,
|
||||
"inv_val": "BOTTOM",
|
||||
"inv_hal": "RIGHT",
|
||||
"pot_x": 30,
|
||||
"pot_y": 0,
|
||||
"pot_val": "CENTER",
|
||||
"pot_hal": "LEFT",
|
||||
"arm_x": 0,
|
||||
"arm_y": 70,
|
||||
"arm_val": "BOTTOM",
|
||||
"arm_hal": "MIDDLE",
|
||||
"helm_x": 103,
|
||||
"helm_y": 54,
|
||||
"chest_x": 103,
|
||||
"chest_y": 37,
|
||||
"leg_x": -103,
|
||||
"leg_y": 54,
|
||||
"boots_x": -103,
|
||||
"boots_y": 37,
|
||||
"main_x": 103,
|
||||
"main_y": 71,
|
||||
"off_x": -103,
|
||||
"off_y": 71,
|
||||
"arr_x": 103,
|
||||
"arr_y": 20,
|
||||
"inv_icon_x": -103,
|
||||
"inv_icon_y": 20,
|
||||
"helm_hal": "MIDDLE",
|
||||
"chest_hal": "MIDDLE",
|
||||
"leg_hal": "MIDDLE",
|
||||
"boots_hal": "MIDDLE",
|
||||
"main_hal": "MIDDLE",
|
||||
"off_hal": "MIDDLE",
|
||||
"arr_hal": "MIDDLE",
|
||||
"inv_icon_hal": "MIDDLE",
|
||||
"helm_val": "BOTTOM",
|
||||
"chest_val": "BOTTOM",
|
||||
"leg_val": "BOTTOM",
|
||||
"boots_val": "BOTTOM",
|
||||
"main_val": "BOTTOM",
|
||||
"off_val": "BOTTOM",
|
||||
"arr_val": "BOTTOM",
|
||||
"inv_icon_val": "BOTTOM"
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
#This file stores configuration options for Iris, such as the currently active shaderpack
|
||||
#Sun Jan 16 15:06:30 PST 2022
|
||||
maxShadowRenderDistance=32
|
||||
shaderPack=
|
||||
enableShaders=true
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"capeVisible": true,
|
||||
"earsVisible": true
|
||||
}
|
|
@ -1,155 +0,0 @@
|
|||
{
|
||||
"basics": {
|
||||
"favorites": [],
|
||||
// Declares whether cheating mode is on.
|
||||
"cheating": false,
|
||||
"favoritesEnabled": true,
|
||||
"keyBindings": {
|
||||
"recipeKeybind": {
|
||||
"keyCode": "key.keyboard.r",
|
||||
"modifier": 2
|
||||
},
|
||||
"usageKeybind": {
|
||||
"keyCode": "key.keyboard.u",
|
||||
"modifier": 2
|
||||
},
|
||||
"hideKeybind": {
|
||||
"keyCode": "key.keyboard.o",
|
||||
"modifier": 2
|
||||
},
|
||||
"previousPageKeybind": {
|
||||
"keyCode": "key.keyboard.unknown",
|
||||
"modifier": 0
|
||||
},
|
||||
"nextPageKeybind": {
|
||||
"keyCode": "key.keyboard.unknown",
|
||||
"modifier": 0
|
||||
},
|
||||
"focusSearchFieldKeybind": {
|
||||
"keyCode": "key.keyboard.unknown",
|
||||
"modifier": 0
|
||||
},
|
||||
"copyRecipeIdentifierKeybind": {
|
||||
"keyCode": "key.mouse.middle",
|
||||
"modifier": 0
|
||||
},
|
||||
"favoriteKeybind": {
|
||||
"keyCode": "key.keyboard.a",
|
||||
"modifier": 2
|
||||
},
|
||||
"exportImageKeybind": {
|
||||
"keyCode": "key.keyboard.f8",
|
||||
"modifier": 0
|
||||
},
|
||||
"previousScreenKeybind": {
|
||||
"keyCode": "key.keyboard.backspace",
|
||||
"modifier": 0
|
||||
}
|
||||
},
|
||||
// Declares whether REI is visible.
|
||||
"overlayVisible": true,
|
||||
"cheatingStyle": "GRAB",
|
||||
"motion": {
|
||||
"favoritesAnimation": true
|
||||
}
|
||||
},
|
||||
"advanced": {
|
||||
"filtering": {
|
||||
"shouldFilterDisplays": true,
|
||||
"filteringRules": [
|
||||
"{id:\"roughlyenoughitems:manual\",rule:{}}"
|
||||
],
|
||||
"filteredStacks": []
|
||||
},
|
||||
"enableJeiCompatibilityLayer": true,
|
||||
"tooltips": {
|
||||
// Declares whether REI should append mod names to entries.
|
||||
"appendModNames": true,
|
||||
// Declares whether favorites tooltip should be displayed.
|
||||
"displayFavoritesTooltip": false
|
||||
},
|
||||
"layout": {
|
||||
// The ordering of the items on the entry panel.
|
||||
"entryPanelOrdering": "REGISTRY_ASCENDING",
|
||||
// Declares the maximum amount of recipes displayed in a page if possible.
|
||||
"maxRecipesPerPage": 8,
|
||||
// Declares the maximum amount of recipes displayed in a page if possible.
|
||||
"maxRecipesPageHeight": 300,
|
||||
// Declares whether entry rendering time should be debugged.
|
||||
"debugRenderTimeRequired": false,
|
||||
// Merges displays with equal contents under 1 display.
|
||||
"mergeDisplayUnderOne": true
|
||||
},
|
||||
"accessibility": {
|
||||
"entrySize": 1.0,
|
||||
// Declares the position of the entry panel.
|
||||
"displayPanelLocation": "RIGHT",
|
||||
// Declares whether scrolled entry panel should snap to rows.
|
||||
"snapToRows": false,
|
||||
// Declares how the scrollbar in composite screen should act.
|
||||
"compositeScrollBarPermanent": false,
|
||||
"toastDisplayedOnCopyIdentifier": true,
|
||||
// Declares whether REI should use compact tabs for categories.
|
||||
"useCompactTabs": true
|
||||
},
|
||||
"search": {
|
||||
// Declares whether search time should be debugged.
|
||||
"debugSearchTimeRequired": false,
|
||||
// Declares whether REI should search async.
|
||||
"asyncSearch": true,
|
||||
// Declares how many entries should be grouped one async search.
|
||||
"asyncSearchPartitionSize": 100,
|
||||
"tooltipSearch": "ALWAYS",
|
||||
"tagSearch": "PREFIX",
|
||||
"identifierSearch": "ALWAYS",
|
||||
"modSearch": "PREFIX"
|
||||
},
|
||||
"commands": {
|
||||
// Declares the command used to change gamemode.
|
||||
"gamemodeCommand": "/gamemode {gamemode}",
|
||||
// Declares the command used in servers to cheat items.
|
||||
"giveCommand": "/give {player_name} {item_identifier}{nbt} {count}",
|
||||
// Declares the command used to change weather.
|
||||
"weatherCommand": "/weather {weather}"
|
||||
},
|
||||
"miscellaneous": {
|
||||
// Declares whether arrows in containers should be clickable.
|
||||
"clickableRecipeArrows": true,
|
||||
"registerRecipesInAnotherThread": true,
|
||||
"newFastEntryRendering": true
|
||||
}
|
||||
},
|
||||
"appearance": {
|
||||
"recipeScreenType": "COMPOSITE",
|
||||
// Declares the appearance of REI windows.
|
||||
"theme": "LIGHT",
|
||||
"layout": {
|
||||
// Declares the position of the search field.
|
||||
"searchFieldLocation": "CENTER",
|
||||
// Declares the position of the config button.
|
||||
"configButtonLocation": "LOWER",
|
||||
// Declares whether the craftable filter button is enabled.
|
||||
"enableCraftableOnlyButton": false
|
||||
},
|
||||
// Declares the appearance of recipe's border.
|
||||
"recipeBorder": "DEFAULT",
|
||||
// Declares whether entry panel is scrolled.
|
||||
"scrollingEntryListWidget": false,
|
||||
"horizontalEntriesBoundaries": 1.0,
|
||||
"verticalEntriesBoundaries": 1.0,
|
||||
"horizontalEntriesBoundariesColumns": 50,
|
||||
"verticalEntriesBoundariesRows": 1000,
|
||||
"favoritesHorizontalEntriesBoundaries": 1.0,
|
||||
"favoritesHorizontalEntriesBoundariesColumns": 50,
|
||||
"syntaxHighlightingMode": "COLORFUL"
|
||||
},
|
||||
"functionality": {
|
||||
// Declares whether REI should remove the recipe book.
|
||||
"disableRecipeBook": false,
|
||||
// Declares whether mob effects should be on the left side instead of the right side.
|
||||
"leftSideMobEffects": false,
|
||||
// Declares whether subsets is enabled.
|
||||
"isSubsetsEnabled": false,
|
||||
"allowInventoryHighlighting": true
|
||||
}
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
### Stendhal Configuration File ###
|
||||
|
||||
# Toggle on or off the chat unicode buttons
|
||||
chatutils.symbols.toggle=true
|
||||
|
||||
# Choose the position of the chat unicode buttons
|
||||
chatutils.symbols.position=right
|
||||
|
||||
# Give the amount of unicode buttons to display. 0 = all (might not show properly on your screen)
|
||||
chatutils.symbols.amount=20
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
#This file stores if VR should be enabled.
|
||||
#Fri Feb 17 21:34:16 PST 2023
|
||||
vrStatus=false
|
|
@ -0,0 +1,14 @@
|
|||
# Simple Voice Chat translations
|
||||
# This file contains all server-side translations for the Simple Voice Chat mod
|
||||
|
||||
# The message a player gets when kicked for not having voice chat installed and the server has force_voicechat enabled
|
||||
# The first parameter is the mod/plugin name and the second parameter is the mod/plugin version
|
||||
force_voicechat_kick_message=You need %s %s to play on this server
|
||||
# The message a player gets when joining a server with an incompatible voice chat version
|
||||
# The first parameter is the mod/plugin version and the second parameter is the mod/plugin name
|
||||
voicechat_not_compatible_message=Your voice chat version is not compatible with the servers version.\\nPlease install version %s of %s.
|
||||
# The message a player gets when trying to execute a command that requires voice chat
|
||||
# The first parameter is the mod/plugin name
|
||||
voicechat_needed_for_command_message=You need to have %s installed on your client to use this command
|
||||
# The message a player gets when trying to execute a command that can only be executed as a player
|
||||
player_command_message=This command can only be executed as a player
|
|
@ -0,0 +1,43 @@
|
|||
# Simple Voice Chat server config v1.19.4-2.4.7
|
||||
|
||||
# The port of the voice chat server
|
||||
# Setting this to "-1" sets the port to the Minecraft servers port (Not recommended)
|
||||
port=-1
|
||||
# The IP address to bind the voice chat server on
|
||||
# Leave empty to use 'server-ip' of server.properties
|
||||
# To bind to the wildcard address, use '*'
|
||||
bind_address=*
|
||||
# The distance to where the voice can be heard
|
||||
max_voice_distance=48.0
|
||||
# The multiplier of the voice distance when crouching
|
||||
crouch_distance_multiplier=1.0
|
||||
# The multiplier of the voice distance when whispering
|
||||
whisper_distance_multiplier=0.5
|
||||
# The opus codec
|
||||
# Possible values are 'VOIP', 'AUDIO' and 'RESTRICTED_LOWDELAY'
|
||||
codec=VOIP
|
||||
# The maximum size in bytes that voice packets are allowed to have
|
||||
mtu_size=1024
|
||||
# The frequency at which keep alive packets are sent
|
||||
# Setting this to a higher value may result in timeouts
|
||||
keep_alive=1000
|
||||
# If group chats are allowed
|
||||
enable_groups=true
|
||||
# The host name that clients should use to connect to the voice chat
|
||||
# This may also include a port, e.g. 'example.com:24454'
|
||||
# Don't change this value if you don't know what you are doing
|
||||
voice_host=
|
||||
# If players are allowed to record the voice chat
|
||||
allow_recording=true
|
||||
# If spectators are allowed to talk to other players
|
||||
spectator_interaction=false
|
||||
# If spectators can talk to players they are spectating
|
||||
spectator_player_possession=false
|
||||
# If players without the mod should get kicked from the server
|
||||
force_voice_chat=false
|
||||
# The amount of milliseconds, the server should wait to check if the player has the mod installed
|
||||
# Only active when force_voice_chat is set to true
|
||||
login_timeout=10000
|
||||
# The range where the voice chat should broadcast audio to
|
||||
# A value <0 means 'max_voice_distance'
|
||||
broadcast_range=-1.0
|
|
@ -1,103 +0,0 @@
|
|||
#CONFIG ONLY OPTIONS
|
||||
ignoreUpdate:0
|
||||
settingsButton:false
|
||||
allowWrongWorldTeleportation:false
|
||||
differentiateByServerAddress:true
|
||||
debugEntityIcons:false
|
||||
debugEntityVariantIds:false
|
||||
#INGAME SETTINGS (DO NOT EDIT!)
|
||||
updateNotification:true
|
||||
minimap:true
|
||||
caveMaps:2
|
||||
caveZoom:1
|
||||
showWaypoints:true
|
||||
showIngameWaypoints:true
|
||||
displayRedstone:true
|
||||
deathpoints:true
|
||||
oldDeathpoints:true
|
||||
distance:1
|
||||
showCoords:true
|
||||
lockNorth:false
|
||||
zoom:0
|
||||
minimapSize:0
|
||||
chunkGrid:-1
|
||||
slimeChunks:false
|
||||
mapSafeMode:false
|
||||
minimapOpacity:100.0
|
||||
waypointsIngameIconScale:0
|
||||
waypointsIngameDistanceScale:0
|
||||
waypointsIngameNameScale:0
|
||||
waypointsIngameCloseScale:1.0
|
||||
antiAliasing:true
|
||||
blockColours:0
|
||||
lighting:true
|
||||
dotsStyle:0
|
||||
dotNameScale:1.0
|
||||
compassOverWaypoints:false
|
||||
showBiome:false
|
||||
showFlowers:true
|
||||
keepWaypointNames:true
|
||||
waypointsDistanceExp:0
|
||||
waypointsDistanceMin:0.0
|
||||
defaultWaypointTPCommandFormat:/tp @s {x} {y} {z}
|
||||
defaultWaypointTPCommandRotationFormat:/tp @s {x} {y} {z} {yaw} ~
|
||||
arrowScale:1.5
|
||||
arrowColour:0
|
||||
smoothDots:true
|
||||
worldMap:true
|
||||
terrainDepth:true
|
||||
terrainSlopes:2
|
||||
mainEntityAs:0
|
||||
blockTransparency:true
|
||||
waypointOpacityIngame:80
|
||||
waypointOpacityMap:90
|
||||
hideWorldNames:1
|
||||
openSlimeSettings:true
|
||||
alwaysShowDistance:false
|
||||
showLightLevel:0
|
||||
renderLayerIndex:1
|
||||
crossDimensionalTp:true
|
||||
showTime:0
|
||||
biomeColorsVanillaMode:false
|
||||
lookingAtAngle:10
|
||||
lookingAtAngleVertical:180
|
||||
centeredEnlarged:false
|
||||
zoomedOutEnlarged:false
|
||||
minimapTextAlign:0
|
||||
showAngles:false
|
||||
waypointsMutualEdit:true
|
||||
compassLocation:1
|
||||
compassScale:1
|
||||
caveMapsDepth:30
|
||||
hideWaypointCoordinates:false
|
||||
renderAllSets:false
|
||||
playerArrowOpacity:100
|
||||
waypointsBottom:false
|
||||
minimapShape:0
|
||||
lightOverlayType:0
|
||||
lightOverlayMaxLight:7
|
||||
lightOverlayMinLight:0
|
||||
lightOverlayColor:13
|
||||
uiScale:0
|
||||
bossHealthPushBox:1
|
||||
potionEffectPushBox:1
|
||||
minimapFrame:0
|
||||
minimapFrameColor:9
|
||||
compassColor:9
|
||||
northCompassColor:-1
|
||||
showDimensionName:false
|
||||
displayMultipleWaypointInfo:1
|
||||
entityRadar:true
|
||||
adjustHeightForCarpetLikeBlocks:true
|
||||
autoConvertWaypointDistanceToKmThreshold:10000
|
||||
waypointDistancePrecision:1
|
||||
mainDotSize:2
|
||||
partialYTeleportation:true
|
||||
deleteReachedDeathpoints:true
|
||||
hideMinimapUnderScreen:true
|
||||
interface:dummy:0:36:true:false:false:false
|
||||
interface:dummy:0:10000:true:false:false:false
|
||||
interface:dummy:0:0:false:false:true:false
|
||||
interface:dummy:0:36:true:false:false:false
|
||||
interface:gui.xaero_minimap:84:129:false:false:true:true
|
||||
#WAYPOINTS HAVE BEEN MOVED TO /XaeroWaypoints
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"hardInclude": "anything",
|
||||
"includeList": [],
|
||||
"includeListInSuperCategory": false,
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [
|
||||
"minecraft:item_frame"
|
||||
|
@ -8,23 +9,27 @@
|
|||
"name": "gui.xaero_entity_category_root",
|
||||
"protection": true,
|
||||
"settingOverrides": {
|
||||
"displayHeight": 0.0,
|
||||
"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,
|
||||
"startFadingAt": 0.0,
|
||||
"renderOverMinimapFrame": 1.0,
|
||||
"icons": 1.0,
|
||||
"heightLimit": 20.0,
|
||||
"names": 0.0,
|
||||
"iconScale": 1.0
|
||||
},
|
||||
"subCategories": [
|
||||
{
|
||||
"hardInclude": "living",
|
||||
"includeList": [],
|
||||
"includeListInSuperCategory": false,
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [
|
||||
"minecraft:armor_stand"
|
||||
|
@ -39,6 +44,7 @@
|
|||
{
|
||||
"hardInclude": "players",
|
||||
"includeList": [],
|
||||
"includeListInSuperCategory": false,
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [],
|
||||
"name": "gui.xaero_entity_category_players",
|
||||
|
@ -51,6 +57,7 @@
|
|||
{
|
||||
"hardInclude": "same-team",
|
||||
"includeList": [],
|
||||
"includeListInSuperCategory": false,
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [],
|
||||
"name": "gui.xaero_entity_category_same_team",
|
||||
|
@ -61,6 +68,7 @@
|
|||
{
|
||||
"hardInclude": "anything",
|
||||
"includeList": [],
|
||||
"includeListInSuperCategory": false,
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [],
|
||||
"name": "gui.xaero_entity_category_other_teams",
|
||||
|
@ -75,6 +83,7 @@
|
|||
{
|
||||
"hardInclude": "hostile",
|
||||
"includeList": [],
|
||||
"includeListInSuperCategory": false,
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [],
|
||||
"name": "gui.xaero_entity_category_hostile",
|
||||
|
@ -86,6 +95,7 @@
|
|||
{
|
||||
"hardInclude": "tamed",
|
||||
"includeList": [],
|
||||
"includeListInSuperCategory": false,
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [],
|
||||
"name": "gui.xaero_entity_category_hostile_tamed",
|
||||
|
@ -100,6 +110,7 @@
|
|||
{
|
||||
"hardInclude": "anything",
|
||||
"includeList": [],
|
||||
"includeListInSuperCategory": false,
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [],
|
||||
"name": "gui.xaero_entity_category_friendly",
|
||||
|
@ -109,6 +120,7 @@
|
|||
{
|
||||
"hardInclude": "tamed",
|
||||
"includeList": [],
|
||||
"includeListInSuperCategory": false,
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [],
|
||||
"name": "gui.xaero_entity_category_friendly_tamed",
|
||||
|
@ -125,6 +137,7 @@
|
|||
{
|
||||
"hardInclude": "items",
|
||||
"includeList": [],
|
||||
"includeListInSuperCategory": false,
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [],
|
||||
"name": "gui.xaero_entity_category_items",
|
||||
|
@ -138,6 +151,7 @@
|
|||
{
|
||||
"hardInclude": "anything",
|
||||
"includeList": [],
|
||||
"includeListInSuperCategory": false,
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [],
|
||||
"name": "gui.xaero_entity_category_other_entities",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ignoreUpdate:0
|
||||
updateNotification:true
|
||||
differentiateByServerAddress:true
|
||||
netherlikeCaveMapAllowed:true
|
||||
caveMapsAllowed:true
|
||||
debug:false
|
||||
lighting:true
|
||||
colours:0
|
||||
|
@ -11,8 +11,8 @@ terrainSlopes:2
|
|||
terrainDepth:true
|
||||
footsteps:true
|
||||
flowers:true
|
||||
compression:false
|
||||
coordinates:true
|
||||
hoveredBiome:true
|
||||
biomeColorsVanillaMode:false
|
||||
waypoints:true
|
||||
renderArrow:true
|
||||
|
@ -29,4 +29,20 @@ closeWaypointsWhenHopping:true
|
|||
adjustHeightForCarpetLikeBlocks:true
|
||||
onlyCurrentMapWaypoints:false
|
||||
minZoomForLocalWaypoints:0.0
|
||||
arrowColour:-2
|
||||
minimapRadar:true
|
||||
renderWaypoints:true
|
||||
partialYTeleportation:true
|
||||
displayStainedGlass:true
|
||||
caveModeDepth:30
|
||||
caveModeStart:2147483647
|
||||
autoCaveMode:-1
|
||||
legibleCaveMaps:false
|
||||
displayCaveModeStart:true
|
||||
caveModeToggleTimer:1000
|
||||
defaultCaveModeType:1
|
||||
pacPlayers:true
|
||||
displayClaims:true
|
||||
claimsFillOpacity:46
|
||||
claimsBorderOpacity:80
|
||||
globalVersion:1
|
||||
|
|
|
@ -1,121 +0,0 @@
|
|||
key_modifiers_key.attack:0,0,0
|
||||
key_modifiers_key.use:0,0,0
|
||||
key_modifiers_key.forward:0,0,0
|
||||
key_modifiers_key.left:0,0,0
|
||||
key_modifiers_key.back:0,0,0
|
||||
key_modifiers_key.right:0,0,0
|
||||
key_modifiers_key.jump:0,0,0
|
||||
key_modifiers_key.sneak:0,0,0
|
||||
key_modifiers_key.sprint:0,0,0
|
||||
key_modifiers_key.drop:0,0,0
|
||||
key_modifiers_key.inventory:0,0,0
|
||||
key_modifiers_key.chat:0,0,0
|
||||
key_modifiers_key.playerlist:0,0,0
|
||||
key_modifiers_key.pickItem:0,0,0
|
||||
key_modifiers_key.command:0,0,0
|
||||
key_modifiers_key.socialInteractions:0,0,0
|
||||
key_modifiers_key.screenshot:0,0,0
|
||||
key_modifiers_key.togglePerspective:0,0,0
|
||||
key_modifiers_key.smoothCamera:0,0,0
|
||||
key_modifiers_key.fullscreen:0,0,0
|
||||
key_modifiers_key.spectatorOutlines:0,0,0
|
||||
key_modifiers_key.swapOffhand:0,0,0
|
||||
key_modifiers_key.saveToolbarActivator:0,0,0
|
||||
key_modifiers_key.loadToolbarActivator:0,0,0
|
||||
key_modifiers_key.advancements:0,0,0
|
||||
key_modifiers_key.hotbar.1:0,0,0
|
||||
key_modifiers_key.hotbar.2:0,0,0
|
||||
key_modifiers_key.hotbar.3:0,0,0
|
||||
key_modifiers_key.hotbar.4:0,0,0
|
||||
key_modifiers_key.hotbar.5:0,0,0
|
||||
key_modifiers_key.hotbar.6:0,0,0
|
||||
key_modifiers_key.hotbar.7:0,0,0
|
||||
key_modifiers_key.hotbar.8:0,0,0
|
||||
key_modifiers_key.hotbar.9:0,0,0
|
||||
key_modifiers_key.fabrishot.screenshot:0,0,0
|
||||
key_modifiers_key.firstperson.toggle:0,0,0
|
||||
key_modifiers_key.antighost.reveal:0,0,0
|
||||
key_modifiers_key.blockmeter.assign:0,0,0
|
||||
key_modifiers_key.blockmeter.menu:0,0,0
|
||||
key_modifiers_key.entityculling.toggle:0,0,0
|
||||
key_modifiers_figura.config.action_wheel_button:0,0,0
|
||||
key_modifiers_figura.config.player_popup_button:0,0,0
|
||||
key_modifiers_figura.config.panic_button:0,0,0
|
||||
key_modifiers_key.grid.showhide:0,0,0
|
||||
key_modifiers_key.grid.here:0,0,0
|
||||
key_modifiers_key.grid.fixy:0,0,0
|
||||
key_modifiers_key.grid.spawns:0,0,0
|
||||
key_modifiers_key.grid.settings:0,0,0
|
||||
key_modifiers_key.inventoryhud.toggle:0,0,0
|
||||
key_modifiers_key.inventoryhud.openconfig:0,0,0
|
||||
key_modifiers_key.inventoryhud.togglepot:0,0,0
|
||||
key_modifiers_key.inventoryhud.togglearm:0,0,0
|
||||
key_modifiers_key.inventoryhud.toggleall:0,0,0
|
||||
key_modifiers_iris.keybind.reload:0,0,0
|
||||
key_modifiers_iris.keybind.toggleShaders:0,0,0
|
||||
key_modifiers_iris.keybind.shaderPackSelection:0,0,0
|
||||
key_modifiers_key.lightoverlay.enable_overlay:0,0,0
|
||||
key_modifiers_key.minecraftcapes.gui:0,0,0
|
||||
key_modifiers_key.mousewheelie.open_config_screen:0,0,0
|
||||
key_modifiers_key.mousewheelie.sort_inventory:0,0,0
|
||||
key_modifiers_key.mousewheelie.scroll_up:0,0,0
|
||||
key_modifiers_key.mousewheelie.scroll_down:0,0,0
|
||||
key_modifiers_key.mousewheelie.pick_tool:0,0,0
|
||||
key_modifiers_nimble.keybind.frontView:0,0,0
|
||||
key_modifiers_key.blockmixer.toggleslot:0,0,0
|
||||
key_modifiers_key.blockmixer.increaseratio:0,0,0
|
||||
key_modifiers_key.blockmixer.decreaseratio:0,0,0
|
||||
key_modifiers_key.perspectivemod.toggle:0,0,0
|
||||
key_modifiers_key.plasmo_voice.settings:0,0,0
|
||||
key_modifiers_key.replaymod.playeroverview:0,0,0
|
||||
key_modifiers_key.replaymod.lighting:0,0,0
|
||||
key_modifiers_key.replaymod.quickmode:0,0,0
|
||||
key_modifiers_key.replaymod.settings:0,0,0
|
||||
key_modifiers_key.replaymod.marker:0,0,0
|
||||
key_modifiers_key.replaymod.thumbnail:0,0,0
|
||||
key_modifiers_key.replaymod.playpause:0,0,0
|
||||
key_modifiers_key.replaymod.rollclockwise:0,0,0
|
||||
key_modifiers_key.replaymod.rollcounterclockwise:0,0,0
|
||||
key_modifiers_key.replaymod.resettilt:0,0,0
|
||||
key_modifiers_key.replaymod.pathpreview:0,0,0
|
||||
key_modifiers_key.replaymod.keyframerepository:0,0,0
|
||||
key_modifiers_key.replaymod.clearkeyframes:0,0,0
|
||||
key_modifiers_key.replaymod.synctimeline:0,0,0
|
||||
key_modifiers_key.replaymod.positionkeyframe:0,0,0
|
||||
key_modifiers_key.replaymod.positiononlykeyframe:0,0,0
|
||||
key_modifiers_key.replaymod.timekeyframe:0,0,0
|
||||
key_modifiers_key.replaymod.bothkeyframes:0,0,0
|
||||
key_modifiers_key.wildfire_gender.gender_menu:0,0,0
|
||||
key_modifiers_gui.xaero_switch_waypoint_set:0,0,0
|
||||
key_modifiers_gui.xaero_instant_waypoint:0,0,0
|
||||
key_modifiers_gui.xaero_toggle_slime:0,0,0
|
||||
key_modifiers_gui.xaero_toggle_grid:0,0,0
|
||||
key_modifiers_gui.xaero_toggle_waypoints:0,0,0
|
||||
key_modifiers_gui.xaero_toggle_map_waypoints:0,0,0
|
||||
key_modifiers_gui.xaero_toggle_map:0,0,0
|
||||
key_modifiers_gui.xaero_enlarge_map:0,0,0
|
||||
key_modifiers_gui.xaero_waypoints_key:0,0,0
|
||||
key_modifiers_gui.xaero_zoom_in:0,0,0
|
||||
key_modifiers_gui.xaero_zoom_out:0,0,0
|
||||
key_modifiers_gui.xaero_new_waypoint:0,0,0
|
||||
key_modifiers_gui.xaero_display_all_sets:0,0,0
|
||||
key_modifiers_gui.xaero_toggle_light_overlay:0,0,0
|
||||
key_modifiers_gui.xaero_toggle_entity_radar:0,0,0
|
||||
key_modifiers_gui.xaero_reverse_entity_radar:0,0,0
|
||||
key_modifiers_gui.xaero_minimap_settings:0,0,0
|
||||
key_modifiers_gui.xaero_open_map:0,0,0
|
||||
key_modifiers_gui.xaero_open_settings:0,0,0
|
||||
key_modifiers_gui.xaero_map_zoom_in:0,0,0
|
||||
key_modifiers_gui.xaero_map_zoom_out:0,0,0
|
||||
key_modifiers_gui.xaero_quick_confirm:0,0,0
|
||||
key_modifiers_key.okzoomer.zoom:0,0,0
|
||||
key_modifiers_key.okzoomer.decrease_zoom:0,0,0
|
||||
key_modifiers_key.okzoomer.increase_zoom:0,0,0
|
||||
key_modifiers_key.okzoomer.reset_zoom:0,0,0
|
||||
key_modifiers_keybind.name.ESSENTIAL_FRIENDS:0,0,0
|
||||
key_modifiers_keybind.name.COSMETIC_STUDIO:0,0,0
|
||||
key_modifiers_keybind.name.COSMETICS_VISIBILITY_TOGGLE:0,0,0
|
||||
key_modifiers_keybind.name.ADD_FRIEND:0,0,0
|
||||
key_modifiers_keybind.name.CHAT_PEEK:0,0,0
|
||||
key_modifiers_keybind.name.INVITE_FRIENDS:0,0,0
|
||||
key_modifiers_keybind.name.ZOOM:0,0,0
|
2
.minecraft/config/yosbr/server.properties
Normal file
2
.minecraft/config/yosbr/server.properties
Normal file
|
@ -0,0 +1,2 @@
|
|||
enforce-secure-profile=false
|
||||
motd=&5Vanillia Minecraft
|
|
@ -2,59 +2,31 @@ hash-format = "sha256"
|
|||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/ViaFabric/viafabric.yml"
|
||||
hash = "1cb60349c6377e6026c0e30e9360b730ddaee72ce6e07616ba29053623c96ac4"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/better_loading_screen/config.json5"
|
||||
hash = "e7bcd6b8ffe84983245a81801d8a6c969ef3434517a6487a22d36619040e5b56"
|
||||
hash = "673fbfb50e8e80b5a3da91f84463c2af410f6b510a042e84814f346b653c25e9"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/betterf3.json"
|
||||
hash = "8254cc98fc6b737bac12f0e368d8918169fb1c2cf6116961cff1bc7d465ee316"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/bobby.conf"
|
||||
hash = "2911a24f921466c0ea1deaf1cc67b45519359989a71f84ae3d7905a5ec51140e"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/hudtweaks.json"
|
||||
hash = "02484881c6d2ec6716d9b0ed9faa274cadceba32966292c59fddaa69466216db"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/inventoryhud.json"
|
||||
hash = "b7e9fd1747714d1de052f2b8ea8673c0ab5b1e7ec5f1bf96bdd03a6bf4ecefec"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/iris.properties"
|
||||
hash = "a046063e4bce84bd83d2ed671a0f65b1f0a1cd3a63d775a93cd1c300d9523a73"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/minecraftcapes.json"
|
||||
hash = "f0fd14eec99068dc68655c97de30747c4b5d155114d9004c6e280cabdc499d14"
|
||||
file = "config/yosbr/config/immersive_mc-client.json"
|
||||
hash = "2dfb0feedfff93889c44dba4fe0626de69dc882e569de20af435e99bdc26b436"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/replaymod.json"
|
||||
hash = "62cd7583e6fcfb069de057900e08bd931239633da7bd615bc680e800fd8f3760"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/roughlyenoughitems/config.json5"
|
||||
hash = "d2b7ee26edb75664424b6cce4a21339a0409f8a37d00285a57267921c23d587e"
|
||||
file = "config/yosbr/config/voicechat/translations.properties"
|
||||
hash = "b8215b84232be41438ffb7c7304b57b0677c9cad49b717db59900872080adf20"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/stendhal/stendhal.properties"
|
||||
hash = "1af09ec5636236f55cf8c4c6f841ee7ea1b1ce8835883b2454eb58d317b42352"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/vivecraft-config.properties"
|
||||
hash = "bbf3f2a1a10c0f92c485c9eddee69dba0e3ad944326b8e69bce1c1e4fd9102a3"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/xaerominimap.txt"
|
||||
hash = "69ea1b9524a9d56373f4675a4c44d706ce2a81edb0bcc96f56cf8a585a61c5e9"
|
||||
file = "config/yosbr/config/voicechat/voicechat-server.properties"
|
||||
hash = "141ff4b798c0ffc3aa9332687ae98ff5650cc7d3cfab7ff4e0c435f1990b59ec"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/xaerominimap_entities.json"
|
||||
hash = "8f0f2cd17a2c9ac19ea33b6f2fa1533f1f9e8cd68017233af5dd4caffee69896"
|
||||
hash = "534209d04a0c6a165ed6a920dbb9eb78361e829a8035b68c506ce7ff0ae0d8f4"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/xaeropatreon.txt"
|
||||
|
@ -62,252 +34,437 @@ hash = "36a890045fce4aa69f1c550d5a49a62b336cbb7911a7afa6956fcce5d4d9dcb8"
|
|||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/xaeroworldmap.txt"
|
||||
hash = "5a43b48a1cc3c92e8ec486467cc84e8ed7053418ee10157fe0c95ab763af56d0"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/options.amecsapi.txt"
|
||||
hash = "cc5ffeda762710e15c2b8810b216ea780de172f9a11954329821c667a7d95009"
|
||||
hash = "b7b697e72441ab0ffa7330d70d854b3a3f38f29e24d9df88cf9727ca2d8f4773"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/options.txt"
|
||||
hash = "4481d7aa0421544320241db1e072eba4b06fe4db662f06a5f61612f1bb7f5ac3"
|
||||
|
||||
[[files]]
|
||||
file = "mods/animatica.pw.toml"
|
||||
hash = "73386e4a41baab1188f2c594ac9efad42ccbb3c02934d21cc86461b616121954"
|
||||
metafile = true
|
||||
file = "config/yosbr/server.properties"
|
||||
hash = "20a4331ae3175651ff24265d8851f45e4e8b3cc580bafc175e12a6c141c6cd2b"
|
||||
|
||||
[[files]]
|
||||
file = "mods/appleskin.pw.toml"
|
||||
hash = "44747e64b28a91cfc1468e14dbb55ac960b4213a20f59fd4116bf817970c6422"
|
||||
hash = "af482cdaf7c5d9d5481e7cd789d98ebc17f47e4565a28af6c6365aef896d1404"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/architectury-api.pw.toml"
|
||||
hash = "9b079e80a153e584da0321d4d02f6caeba2a37b6dc3e680d7048fffb8694cbc1"
|
||||
hash = "417b7af3c7cb5f2681960349d3fa118733cbce5d260fadddd792abb24e52fbdc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/armorstandeditor.pw.toml"
|
||||
hash = "aa611e3992c39ede6d706b00f24f6621166c6f622032c84e44d261725ab871dd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/axiom.pw.toml"
|
||||
hash = "31b288c6170509b7fc9f3a5c913f857ff5e8c3f4db22c44b29cd0a7b0a2008e4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/bakers-tools.pw.toml"
|
||||
hash = "f92f5edff73f1c5168eff483e093b9d78d925a793de4fb1a148fdb99d1dba461"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/bettercommandblockui.pw.toml"
|
||||
hash = "d69de5e020139a28ca7b7256ad6f1d598ba09a1b6b051e326fc28261cf4f12b7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/betterf3.pw.toml"
|
||||
hash = "11fe9da06043756e637e29d0e051f6745a788464a551808534162a96616c8615"
|
||||
hash = "7e149f7e7c028f692a331b828b9ad8b84ca2029c8ffe765e19f7a647653e77a9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/bobby.pw.toml"
|
||||
hash = "0167fe07b724c6017ee1efcc1fbce8931b8bed06e90bace22c399b8a13a49998"
|
||||
file = "mods/bottled-air.pw.toml"
|
||||
hash = "202d0bc0f815af192d49e89ba2faa9dac92da5e4e0996963dd45d07d3ee094f3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cem.pw.toml"
|
||||
hash = "4830a70a299bd27667a9cc64637364a65eb876175153a076c8da9398e9be89ff"
|
||||
file = "mods/brb.pw.toml"
|
||||
hash = "04be795fbd9b7977281911ae0526de20340e07214562269a47ef991b1c863cd5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cit-resewn.pw.toml"
|
||||
hash = "fd235eacb6d28aae0ebdfa0de95ac33e4f1a6ec67e16fe8074153665b3b0f55a"
|
||||
file = "mods/cesium.pw.toml"
|
||||
hash = "38cff2cecb4a9e28517ac149ba8dc6f0780d144ed893524f59902a0a21ef2a20"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/chat-heads.pw.toml"
|
||||
hash = "53ee326e24bd8d6c2f1f6b4aa1f5256c0821fe0b9793d800e7e45d0f4c8a019c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/chunky-extension.pw.toml"
|
||||
hash = "75c90b2c04ffc5ec633e0d06297f6ddbf4b4ecd4d06284a2cc49d3a75bd2ae52"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/chunky.pw.toml"
|
||||
hash = "8383ab78f5fb08bb0793b6ec4b66807a456bab571aea63699e614a09601de22a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cloth-config.pw.toml"
|
||||
hash = "86498eb7f9326155844799dc57c1372fc5000b86f046994162cccd2e480a96ed"
|
||||
hash = "cfc2c53b0d3cee953b423fe9abf210d87281d5bf774dab20cf03abe6224a9883"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/collective.pw.toml"
|
||||
hash = "901e954cfcd2fcb7928b95959c7688fa0b210c6ad67d0f3f2f7e54ee939c839c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/command-books.pw.toml"
|
||||
hash = "2c41df4d21301ff4ecb8109e9f2dd5bdecb26ca759b3c3b308ca55d91ce212bc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/completeconfig.pw.toml"
|
||||
hash = "debab1b6732fce31b240d311d86b441329ba46aae132c9f236af1fe90af00d94"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/continuity.pw.toml"
|
||||
hash = "7d98187506038ee484fc88e7d8fda6714d8025178e02116af54ddeec34d4ee54"
|
||||
hash = "0f24f7bd2057b70b6816de4e66922b64f8b6635dc603e40cc45d62646dc7221d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/entitytexturefeatures.pw.toml"
|
||||
hash = "d3e7f7dbfb7ce67dc3d1abf815719e8b416def52d30e9995e915f30404862bfb"
|
||||
file = "mods/controlify.pw.toml"
|
||||
hash = "c286b0cb561becc277a5ef4ac0c9069a3a91b9660791ae3de647b991364e05fd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ding.pw.toml"
|
||||
hash = "8156a0dadd3a641388d15d8dbf788531eb2c903f6b5d2ed1376e81e6acf85569"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/distanthorizons.pw.toml"
|
||||
hash = "7c4410424962acf607a4b2ff1e522553bdf742d6025ad077772d4d9ec7ef5e50"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/emi.pw.toml"
|
||||
hash = "4f59ae6fdbc48cf9a75d71d3fbf58fd54e7ba06002918aafd66fa6c5e40f5692"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/entityculling.pw.toml"
|
||||
hash = "444ec76f51b9713378aa4c900ca583a7df0888f89e76b76ae8cf5293d9cb51ab"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/essential.pw.toml"
|
||||
hash = "58911d03dcdd03583efa113656167fb08dc71bf251043a71854011fafbd02553"
|
||||
hash = "a696dd5422890721c44a31266df5a94210d3144f013cb955676be837ec6e07a1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabric-api.pw.toml"
|
||||
hash = "42446d78b9b558cc4a0341de547c5a427b2b6b5c346d60dd6e5d67fc9df4fcfb"
|
||||
hash = "dd5fd2a9a1237239586b6d286b55eaf43c84e080f2491a9be64efa3ea4bd7902"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabric-language-kotlin.pw.toml"
|
||||
hash = "0fe83c99b29c952f464c7bfba9cc86cc4f834bef7834821433fe23ce3dd230e6"
|
||||
hash = "5edd45af7eccd8a626f72fa148a680dc2640c081bdc73971b17652c92b92780b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fastback.pw.toml"
|
||||
hash = "4ca286aab0671af7b70991aaa2a368ed6cb56f3ac1dcea78962f53e3766b506f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ferrite-core.pw.toml"
|
||||
hash = "6951c269860b7f4f5a163c2f1f1a48f0625c7756f4d566a91e30b53abc987381"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/flat-bedrock.pw.toml"
|
||||
hash = "d12cdd996d384602c799501d9028e4370e80d8b90a2d31bb80614be83a418b02"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/forcegl20.pw.toml"
|
||||
hash = "e4816e94e52968c3b225696a0dae1cc436ea68dcff9fc2e11b8649a982bddaa0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/forge-config-api-port.pw.toml"
|
||||
hash = "2645fbb800b5c53e3e8937489dcf036b9c40cfdc3d8674d6231a5f0fd0a7aeff"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/held-item-info.pw.toml"
|
||||
hash = "3d11f813bb93d0dada53443ea60291da449f7a35b5f4dfe9d8859f761d95fbba"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/here-be-no-dragons.pw.toml"
|
||||
hash = "b521cb1efedc7ce0443e6df6ea00c10beb0000c769f36812840ba83abc7aa520"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ichunutil.pw.toml"
|
||||
hash = "1b731b62c1f7be330e88d87cdc5f826443b92cdaa667a34e7e0461230ad21eaf"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/idletweaks.pw.toml"
|
||||
hash = "a7cec23842600a9111aaa80873804d892fc38fc9081a54e4747b2731ab6e002c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/immersivemc.pw.toml"
|
||||
hash = "ce05fe82653f980eb4fef0be7af666a873b3c82ee2416c7c069fe8d2b3425d14"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/indium.pw.toml"
|
||||
hash = "064fafff245baf812342dc9af4acf661dec663bab2a4067c65a27fa00860efb1"
|
||||
hash = "2b3f47a25f47be61e8daa9f01baa35b989f755957351eb4ab869b425bfc2a942"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/invview.pw.toml"
|
||||
hash = "cb49b2a2f6f93704ec13fca1652901cbcb8dff04a5ccbd2d3d4a9f75b4abfd7b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/iris.pw.toml"
|
||||
hash = "09d31307f81a06df5ab65ff57c2c830180bbc1138bb8326557172b0a883d6b8b"
|
||||
hash = "e16a6442391c1989dccdcbe100e13063a043caef70b13ab4e37a11a7861cb497"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/journeymap.pw.toml"
|
||||
hash = "4239f8929b1583bccf44dbc949c1da76e50ef5ad207a96226f0dbcba9e86ace3"
|
||||
file = "mods/itemswapper.pw.toml"
|
||||
hash = "7b0088ba3e080b821a4ec3b5de45acc29992abf1ee6c222e47eeab790c62c15e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lambdynamiclights.pw.toml"
|
||||
hash = "3bca5a31f4a469ca2c833cab5b87093ce809c2b599d6f93c19f78b69b78828a5"
|
||||
file = "mods/jade.pw.toml"
|
||||
hash = "a53fe549096a3073dd7e0a671c8757b11d55d2c2a041e544802cdacde21c17dc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/jei.pw.toml"
|
||||
hash = "9b4107b0635388d14cf99e59795f4cc4b802e3a7eb540305849f5e3ac72652ff"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/krypton.pw.toml"
|
||||
hash = "4ee72fa3b6d91ccec6ec3420396db368dc5097350ee2bb909af3a65f0446c9d5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ledger.pw.toml"
|
||||
hash = "be01c706542e5e1a1dd4f960f2405dbed2aa4d3a15168d2e8c49e2ba9e070030"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lithium.pw.toml"
|
||||
hash = "6682a581b77e820ea340d3279b7a49f5d311d3fa0b08b53628c9bf56a7c668ac"
|
||||
hash = "e371e2a99c4958e0cd64914932a69562ef33748de04c1729999761423c4e330a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/midnightcontrols.pw.toml"
|
||||
hash = "34e4ecde4d0e93988e07c04314c8ad46415973e162e9b40899a9b9747e6d6ee4"
|
||||
file = "mods/luckperms.pw.toml"
|
||||
hash = "fd3c19d3524ec86a192e87859738bdd2f5e244115ae1125202592ac13c608979"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/midnightlib.pw.toml"
|
||||
hash = "1a8f0c15ae35da293f34bd5eefe13629946cb772e0d714483bc682e8ae35a1a2"
|
||||
file = "mods/map-tooltip.pw.toml"
|
||||
hash = "68167641fe33832f6bc3eac33825ddc85f40175d9ab2941406e251a9a2534104"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mixin-conflict-helper.pw.toml"
|
||||
hash = "c7388b6ebb78040be98251fb064a009f3d7574133e15d2844e3fadf2929b2980"
|
||||
file = "mods/mc-vr-api.pw.toml"
|
||||
hash = "96b4a84313cab0f7bae4520d87b48b322dddbe6059ba4eb7c86efc6b6698b3d5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/minecord.pw.toml"
|
||||
hash = "d0e1dd360abc30aaad135bf36f59b4c5ba097c0df188f814baa8e53e2a97a95d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/modern-farlands-mod.pw.toml"
|
||||
hash = "08e6f3241e2c425d0fb3936c7aba843108ef7a99755173d9d8a01abf284cb82c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/modmenu.pw.toml"
|
||||
hash = "c6932018158da544553f88b977bed1946f59d9c86685f2023b0a9ee196fc3087"
|
||||
hash = "d917697e84a95f857a447d26f94d93169a5a62176c93193cdf80c8d8bc1e280a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mouse-tweaks.pw.toml"
|
||||
hash = "e1f9cc9dc70882f99ab347c708307a11de9d21d551b39499b1904580463a44bb"
|
||||
hash = "6ff1d7cc8800c891723375aea3426b9b2f50400798374e8f97f96e804cc5c518"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mouse-wheelie.pw.toml"
|
||||
hash = "27be0ff7eb2e5c9893b65197b2d6385703e83f461087a53860046138a1febe6b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/multiconnect.pw.toml"
|
||||
hash = "9fa8b67de04fdedcc62d60dcc84509f17f9473278b2c3055694ced0e895459b7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/nightvision.pw.toml"
|
||||
hash = "ec8814443fa94659057b2cfbea7dc86a9e8241ee4a5df6e1aa1f522a9d472eff"
|
||||
file = "mods/narrus-yeetus.pw.toml"
|
||||
hash = "11e11d55391fd9d08a7f82db27af8ff1879013706d84bb4a09725273d1986a8a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/no-chat-reports.pw.toml"
|
||||
hash = "df11b66e152011f96cc5a4dbf35d2dec99c4373cb19a8c1c761368170d425cf4"
|
||||
hash = "100a5dfaccb55b107edc57e11fafc1222dc443ce9b669f0d79a39b488e3e45ae"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/no-telemetry.pw.toml"
|
||||
hash = "e151fe842a9f578b400d9bdfcc3be782861098415aec5cc7909eb69ec425faa3"
|
||||
file = "mods/no-resource-pack-warnings.pw.toml"
|
||||
hash = "c8df23a6f0bd41d2f562b460e94bb3df7df1932298bf7b5081e43dfd7c270fae"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/plasmo-voice.pw.toml"
|
||||
hash = "d50764f3cbc6b95821b4c42ff37db0a1934d605af7f1930d2524a6af6c21f8e1"
|
||||
file = "mods/obsidianui.pw.toml"
|
||||
hash = "595baa2bb72f3af291c3e5afae919db7f26e4f7e2d73aea527fce947b861376c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/playlist.pw.toml"
|
||||
hash = "f4a9dfc55e9c4a271df0fef5f6f59b9e863d597f920b8699b8bc0767aa6da0a5"
|
||||
file = "mods/ovenlib.pw.toml"
|
||||
hash = "7bd91415b5f94916aac6c951b700141f9f92e4ace4d26db103db96a380acfb67"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/peek.pw.toml"
|
||||
hash = "dbf178907ca2bd605b79f18f6ce3d0e8f846b067e729739424bc10acd044c1f4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/polydex.pw.toml"
|
||||
hash = "eac2eae68b5c4d4f043491b04124c8e6503a6c996a480806ee71b350e61d010a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/polyfactory.pw.toml"
|
||||
hash = "806f314f8688ba7d981161062afb719babe064a28631808ff02f6bb9ad9b9b88"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/polymer.pw.toml"
|
||||
hash = "5ce2624127398fec6f784f8a00fc8f702a3e08b83fd1e9fb0d286d9562b62080"
|
||||
hash = "9256306454a7cebb6db9fbaa269e491bb3a83e3dc2780274bd931f4795e4a122"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/rbip.pw.toml"
|
||||
hash = "391af90f331f02dd165ddd58a8a53143dfafa520b071f94a208f72fabcd04123"
|
||||
file = "mods/raised.pw.toml"
|
||||
hash = "ff02d2157942f9e3eaf7e712dc8a12012924cb227a2c260642aadc128249be49"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/reeses-sodium-options.pw.toml"
|
||||
hash = "b2e3be698473bfb3f08865a11e74c9ee8d47239ac72a79d60acc1ee381722a50"
|
||||
file = "mods/rei.pw.toml"
|
||||
hash = "b3fac33261aa5e6f89d10a97d7c571f254c62b08788ef942bd10493700fb8604"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/replaymod.pw.toml"
|
||||
hash = "714c580e1254a5e94698cea2a57e9c9bb8de29baf7415a5ad08be72e16b41a34"
|
||||
file = "mods/resourcify.pw.toml"
|
||||
hash = "f21b5a54d21a973d3d4e67019b5a9a6af786bd6a23676c851cdbbde01aac69d0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/roughly-enough-items.pw.toml"
|
||||
hash = "60751c23742c690a206d5010ecc15fb29a486fd043eada4ab08afa9a46b8046f"
|
||||
file = "mods/ryoamiclights.pw.toml"
|
||||
hash = "e4261ec482475202c24908049331fffb0a8f1f74d88a458eb4c2edf794b7d6c6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/serverbacksnow.pw.toml"
|
||||
hash = "68b059d8f5013d5c42d495799426ff6e3ab75a334f5f3f795033609eba8a9bb0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/simple-voice-chat.pw.toml"
|
||||
hash = "1797143e0ea2c94953ee9908a1d651ed363fdbeed5c5a0cfbc7a97e591f13418"
|
||||
hash = "14fee1cdae5aa6ea35cc1ed977395f513d13a5d625e481ba7aec5982cad00c4d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sodium-extra.pw.toml"
|
||||
hash = "c8fd86f94fb1bc7def8fc00b4d0722992356c85ad574ce60f1c2c123750c2785"
|
||||
hash = "6db5630aba9b540b81f9892d91fd26c1a1a9b988e3c475fdad553cfe6a2fedd4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sodium.pw.toml"
|
||||
hash = "1ab96020d0954a72b5cc150b375f57cf8968ac2c1809a000472076f8675eb9ea"
|
||||
hash = "32183306d7fd027a408716bc1d40b66f50fdeb5ecb5ad5ee3309f7c89bd00da4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/starlight.pw.toml"
|
||||
hash = "be68ef606c339bbb22f2b812db1e5264d9e3335befc0c348d4dc91a8a3e72e17"
|
||||
file = "mods/spark.pw.toml"
|
||||
hash = "c05cc19ce8f7e7e9c910dc09ab2c98afb4508d92212a87b7f8a57fe0d4bd6d36"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/starter-kit.pw.toml"
|
||||
hash = "54e3a2adb5c3fb694570b6b5cd1356fc5dcde20066f91f42b3c54f6ee52d19b3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/stendhal.pw.toml"
|
||||
hash = "df5b3082bf0f5edf0ec466f65dfe8d61f970348b0e55427fbfd4db1f237fdef1"
|
||||
hash = "6533e7eaad68cad764272e5c4857a075ceb8a149546fec0d16179ba2a1a49fee"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/viafabric.pw.toml"
|
||||
hash = "a9f9b21d117975c31d066e701c6c26cbc5c20cc9a614ba93705d1de6322f2e45"
|
||||
file = "mods/universal-graves.pw.toml"
|
||||
hash = "0ed54b1edcc610d683565b957af9921940c7e913160b2c88c108959f4056ac8e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/universal-shops.pw.toml"
|
||||
hash = "47c72d7add4f85ba4bd1379831fb6628e609a136542bc9e1a7bf622d5014b1a7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/vanilla-permissions.pw.toml"
|
||||
hash = "b7e8bca5ce12102db1242453bef85bd12ca57fe9b12fdef5bcfb61d44eec118d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/vanish.pw.toml"
|
||||
hash = "f578bf7cc4d3d7f77c838a8fee634ba54c37b513c4b54e984c88a8cb5b3bdb3a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/viafabricplus.pw.toml"
|
||||
hash = "64e58d1253480d93ba0372728c33fe6100446397a2f8d7d927fe8bc2efedc661"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/visuality.pw.toml"
|
||||
hash = "6cb2a4cd4eb40eaf19bbb54a6d8fa23643470147e86e19fe04b820e170998ed3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/vivecraft.pw.toml"
|
||||
hash = "f0ea618ef83e96b9e10b5a08e059ecb7362faafe8ea3dac44e6b981beacf1286"
|
||||
hash = "7b07182c2844c9b5265bf4d07eb786a036f67666342829a130d396941aee3876"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-minimap-fair-play-edition.pw.toml"
|
||||
hash = "b39b277c5cc513a20e4ffac6ad8661470eb03b00483c2985ee309e650e1d7f8a"
|
||||
file = "mods/voice-chat-interaction.pw.toml"
|
||||
hash = "a59bb460cf1ca6b926b4e0e189b11cdf3d16de3bb8f7deb34cd7b5412c8abdf4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/worldedit.pw.toml"
|
||||
hash = "bb709ad9f91ead47cccd5c31d679e5821449c2170e366b7b34553783e9615783"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-minimap.pw.toml"
|
||||
hash = "116120325ba13ed6802ee492c5497b49f004bb235012d1999f9879ec256859aa"
|
||||
hash = "5e11f4117ac8601737ecf9a7e244f7b3ef34af23e474cf54fa3fffe4a747062a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-world-map.pw.toml"
|
||||
hash = "2112b6ce0cd4e5f0c3bf090d5183057993f2e02fd90c4766c7a6d072c2b69bf3"
|
||||
hash = "c06ffc9de8c8b6c1e9099c05fcfa94d9ae9bff768ff138798ab3a2da545995d5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yacl.pw.toml"
|
||||
hash = "6150fd8b9eef240bac21d1f33781a439763aff00d620caa7c3a4345147ab3566"
|
||||
hash = "4be2560016713edf2fa498d2d8b635854e196d75a05452e2ca0d09f1bc1105a7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yosbr.pw.toml"
|
||||
hash = "7c2712882baa2ed177b9b961cc1052b857f11ed1455609f9e9f01332c0317f12"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/zoomify.pw.toml"
|
||||
hash = "72214bf1c5210d1fd5d47f5fe354310ea7d7e1268eb48574c0655d6d4f4d5c42"
|
||||
hash = "6f6334f336a876088431df70e2bba6ac52ca2ddeb73a4880ce88d6954b09af00"
|
||||
metafile = true
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
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 +1,13 @@
|
|||
name = "AppleSkin"
|
||||
filename = "appleskin-fabric-mc1.19.3-2.4.2.jar"
|
||||
filename = "appleskin-fabric-mc1.21-3.0.5.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/ntsDU1AP/appleskin-fabric-mc1.19.3-2.4.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/fG1xJao0/appleskin-fabric-mc1.21-3.0.5.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "313c021e65965bc6ca7b884a40b121e750cec41d"
|
||||
hash = "9cf6df32c9f98b8eb3ae6527cd5fef9a46df3175"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "EsAfCjCV"
|
||||
version = "ntsDU1AP"
|
||||
version = "fG1xJao0"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "Architectury API"
|
||||
filename = "architectury-7.1.70-fabric.jar"
|
||||
filename = "architectury-13.0.6-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/VwpnDGLt/architectury-7.1.70-fabric.jar"
|
||||
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/afBcyXjI/architectury-13.0.6-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "19c3b151eaf3c9fe1ae3a6209b32fe264b77defc"
|
||||
hash = "82e37f8e83d8feabf53358ff3f38e74db6b2a630"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "lhGA9TYQ"
|
||||
version = "VwpnDGLt"
|
||||
version = "afBcyXjI"
|
||||
|
|
13
.minecraft/mods/armorstandeditor.pw.toml
Normal file
13
.minecraft/mods/armorstandeditor.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Armor Stand Editor"
|
||||
filename = "armor-stand-editor-2.5.1+1.21.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Ef9ZREBZ/versions/b83teBdW/armor-stand-editor-2.5.1%2B1.21.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "7df20eb466db9eedbe57c9a58375da65f3e119ba"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Ef9ZREBZ"
|
||||
version = "b83teBdW"
|
17
.minecraft/mods/axiom.pw.toml
Normal file
17
.minecraft/mods/axiom.pw.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
name = "Axiom"
|
||||
filename = "Axiom-4.1.1-for-MC1.21.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/N6n5dqoA/versions/G5Wd4EHm/Axiom-4.1.1-for-MC1.21.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "37c1a9c5f83ba6e93f02d4c49306834312853af3"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "N6n5dqoA"
|
||||
version = "G5Wd4EHm"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "World Creation Engine that is powerful as hell"
|
13
.minecraft/mods/bakers-tools.pw.toml
Normal file
13
.minecraft/mods/bakers-tools.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Baker's Tools"
|
||||
filename = "bakers-tools-0.1.5.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/5pK8WJ7f/versions/TiaZhzDq/bakers-tools-0.1.5.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a77650b93754fefd4a977adccdc6b26aa3bac712"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "5pK8WJ7f"
|
||||
version = "TiaZhzDq"
|
13
.minecraft/mods/bettercommandblockui.pw.toml
Normal file
13
.minecraft/mods/bettercommandblockui.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Better Command Block UI"
|
||||
filename = "bettercommandblockui-0.5.2a-1.21.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/8iQcgjQ2/versions/NvyufuVp/bettercommandblockui-0.5.2a-1.21.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "165a11a7b2cedf0dcb6a30eeea2e615a1dfce02e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "8iQcgjQ2"
|
||||
version = "NvyufuVp"
|
|
@ -1,13 +1,13 @@
|
|||
name = "BetterF3"
|
||||
filename = "BetterF3-5.1.0-Fabric-1.19.3.jar"
|
||||
filename = "BetterF3-11.0.2-Fabric-1.21.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/8shC1gFX/versions/nuKBXZDI/BetterF3-5.1.0-Fabric-1.19.3.jar"
|
||||
url = "https://cdn.modrinth.com/data/8shC1gFX/versions/4iASq6Tm/BetterF3-11.0.2-Fabric-1.21.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8710e284c79cedf22624df3e597af51e5778991f"
|
||||
hash = "e3161477b47e927fc2678d8ea018c10563fa7f37"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "8shC1gFX"
|
||||
version = "nuKBXZDI"
|
||||
version = "4iASq6Tm"
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
name = "Bobby"
|
||||
filename = "bobby-4.0.3.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/M08ruV16/versions/f3RZXi7U/bobby-4.0.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b3e477716a312304484cb24df8049ed9e20695da"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "M08ruV16"
|
||||
version = "f3RZXi7U"
|
13
.minecraft/mods/bottled-air.pw.toml
Normal file
13
.minecraft/mods/bottled-air.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Bottled Air"
|
||||
filename = "bottledair-1.21.1-2.4.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/hvrrNux3/versions/6Y2EmQW4/bottledair-1.21.1-2.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "fde97c400079a09bd73e2031bc9c784d9c478c15"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "hvrrNux3"
|
||||
version = "6Y2EmQW4"
|
13
.minecraft/mods/brb.pw.toml
Normal file
13
.minecraft/mods/brb.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Better Recipe Book"
|
||||
filename = "brb-1.10.0-rc5+1.21.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/vWIaVOTE/versions/rj0f0Vtq/brb-1.10.0-rc5%2B1.21.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "5831fc725b9834cef7b445913a701310536b17ab"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "vWIaVOTE"
|
||||
version = "rj0f0Vtq"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Custom Entity Models"
|
||||
filename = "cem-0.7.3.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/YOQCucah/versions/mArxA2nb/cem-0.7.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "dbb4c563dcb44aade0a0748030541377b17391ea"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "YOQCucah"
|
||||
version = "mArxA2nb"
|
17
.minecraft/mods/cesium.pw.toml
Normal file
17
.minecraft/mods/cesium.pw.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
name = "Cesium Storage Format"
|
||||
filename = "cesium-fabric+24w34a-0.2.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/2fspKUWt/versions/hzAq9nps/cesium-fabric%2B24w34a-0.2.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "5d80671e51d485ffb292ff1746b68ee1a32c7a8f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "2fspKUWt"
|
||||
version = "hzAq9nps"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "Alternative world storage format"
|
13
.minecraft/mods/chat-heads.pw.toml
Normal file
13
.minecraft/mods/chat-heads.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Chat Heads"
|
||||
filename = "chat_heads-0.13.3-fabric-1.21.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/1ZPYjESW/chat_heads-0.13.3-fabric-1.21.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "43ea5f26d1c3af1cb3b31ae42b326a9c7d8d5d4c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Wb5oqrBJ"
|
||||
version = "1ZPYjESW"
|
13
.minecraft/mods/chunky-extension.pw.toml
Normal file
13
.minecraft/mods/chunky-extension.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Chunky Extension"
|
||||
filename = "ce-2.1.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/LFJf0Klb/versions/7e8Rxgsk/ce-2.1.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "def43bba7ce014fa94e6f95adf87115fc5451074"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "LFJf0Klb"
|
||||
version = "7e8Rxgsk"
|
13
.minecraft/mods/chunky.pw.toml
Normal file
13
.minecraft/mods/chunky.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Chunky"
|
||||
filename = "Chunky-1.4.16.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fALzjamp/versions/dPliWter/Chunky-1.4.16.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "2b68d2bd507cd9f45fdd637ba32e8a47de6bda35"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fALzjamp"
|
||||
version = "dPliWter"
|
|
@ -1,13 +0,0 @@
|
|||
name = "CIT Resewn"
|
||||
filename = "CITResewn-1.1.3+1.19.3.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/otVJckYQ/versions/hGatm5K8/CITResewn-1.1.3%2B1.19.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "428b61dda06632e803bb99685ba8d2bbcb34a4fb"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "otVJckYQ"
|
||||
version = "hGatm5K8"
|
|
@ -1,13 +1,13 @@
|
|||
name = "Cloth Config API"
|
||||
filename = "cloth-config-9.0.94-fabric.jar"
|
||||
filename = "cloth-config-15.0.140-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/M3yxljrZ/cloth-config-9.0.94-fabric.jar"
|
||||
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/HpMb5wGb/cloth-config-15.0.140-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "9b218b97186b75e5701b343dddfea1081d8ba48d"
|
||||
hash = "5d82342a2df53fd6df712bfdd583a811572918a4"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9s6osm5g"
|
||||
version = "M3yxljrZ"
|
||||
version = "HpMb5wGb"
|
||||
|
|
13
.minecraft/mods/collective.pw.toml
Normal file
13
.minecraft/mods/collective.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Collective"
|
||||
filename = "collective-1.21.1-7.84.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/13do3Fe4/collective-1.21.1-7.84.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "95558b3cd03887b992fd8bef6cb87da3f828a0a8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "e0M1UDsY"
|
||||
version = "13do3Fe4"
|
13
.minecraft/mods/command-books.pw.toml
Normal file
13
.minecraft/mods/command-books.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Command Books"
|
||||
filename = "command-books-1.1.2+1.20.5.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/mF5P2oA1/versions/ndAXiIHQ/command-books-1.1.2%2B1.20.5.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "3b5d18ea56fcbdd1f9eec42dca445874f7c56da1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "mF5P2oA1"
|
||||
version = "ndAXiIHQ"
|
13
.minecraft/mods/completeconfig.pw.toml
Normal file
13
.minecraft/mods/completeconfig.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "CompleteConfig"
|
||||
filename = "completeconfig-2.5.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/GtqG8z1h/versions/lvqqK55F/completeconfig-2.5.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a0f6b511836cd3a7aee4ea2fb09cea7d883c2f5a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "GtqG8z1h"
|
||||
version = "lvqqK55F"
|
|
@ -1,18 +1,13 @@
|
|||
name = "Continuity"
|
||||
filename = "continuity-2.0.1+1.19.jar"
|
||||
filename = "continuity-3.0.0-beta.5+1.21.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/1IjD5062/versions/2.0.1+1.19/continuity-2.0.1%2B1.19.jar"
|
||||
url = "https://cdn.modrinth.com/data/1IjD5062/versions/NksUpFjf/continuity-3.0.0-beta.5%2B1.21.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d82700772659f65560202f1cbd0e744007b21a75"
|
||||
hash = "16d31a39e85dc10cdff4e06198a1bb26b4b82427"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "1IjD5062"
|
||||
version = "xTtULC68"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
default = false
|
||||
description = "optifine CTM format support for fabric/quilt, \nNOT UPDATED DO NOT USE"
|
||||
version = "NksUpFjf"
|
||||
|
|
13
.minecraft/mods/controlify.pw.toml
Normal file
13
.minecraft/mods/controlify.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Controlify"
|
||||
filename = "Controlify-2.0.0-beta.15+1.21-fabric.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/DOUdJVEm/versions/kjzt8OaR/Controlify-2.0.0-beta.15%2B1.21-fabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ef19dd4a548545f3d3793030ce5b55b18a89b5c3387f80ce8fa6017035bbc3e9192a80a7268479883580232f83dad638488df6db69966f079f3524875233ee90"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "DOUdJVEm"
|
||||
version = "kjzt8OaR"
|
13
.minecraft/mods/ding.pw.toml
Normal file
13
.minecraft/mods/ding.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Ding"
|
||||
filename = "Ding-1.21-Fabric-1.5.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/UEtTD3gP/versions/rBn3e7NE/Ding-1.21-Fabric-1.5.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8c9a19f47331f29edd9010b8b0d87d8a44e11b01"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "UEtTD3gP"
|
||||
version = "rBn3e7NE"
|
13
.minecraft/mods/distanthorizons.pw.toml
Normal file
13
.minecraft/mods/distanthorizons.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Distant Horizons"
|
||||
filename = "DistantHorizons-2.2.1-a-1.21.1-neo-fabric.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/uCdwusMi/versions/pEvLEY5E/DistantHorizons-2.2.1-a-1.21.1-neo-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "302ad0271f1b3d9029361c94cd5cf753a60960e5"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "uCdwusMi"
|
||||
version = "pEvLEY5E"
|
17
.minecraft/mods/emi.pw.toml
Normal file
17
.minecraft/mods/emi.pw.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
name = "EMI"
|
||||
filename = "emi-1.1.16+1.21.1+fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/onEgcWmL/emi-1.1.16%2B1.21.1%2Bfabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "df1a4241ed199dc691f91e4f7a433e8a701dafb0d3516f9612774d64c98f9ebaf35529e81031d20b7f3ff8284c4e8624d59263fb086274dbc0650f4ec3094dee"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fRiHVvU7"
|
||||
version = "onEgcWmL"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "Alternative to JEI/REI (Compatible with JEI)"
|
13
.minecraft/mods/entityculling.pw.toml
Normal file
13
.minecraft/mods/entityculling.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Entity Culling"
|
||||
filename = "entityculling-fabric-1.7.0-mc1.21.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/kPbJu8eF/entityculling-fabric-1.7.0-mc1.21.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "ef4acec15876eafba8ce1618d2c2a6b3de27e58f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "NNAgCjsB"
|
||||
version = "kPbJu8eF"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Entity Texture Features [Fabric]"
|
||||
filename = "entity_texture_features_fabric_1.19.3-4.3.3.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/YeIziE6s/entity_texture_features_fabric_1.19.3-4.3.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "bc14e5564bcdc11068e6e4c17285db8bbfe61649"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "BVzZfTc1"
|
||||
version = "YeIziE6s"
|
|
@ -1,13 +1,17 @@
|
|||
name = "ESSENTIAL Mod"
|
||||
filename = "Essential-fabric_1-19.jar"
|
||||
filename = "essential_1-3-4-1_fabric_1-21-1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/k2ZPuTBm/versions/1.0.0/Essential-fabric_1-19.jar"
|
||||
url = "https://cdn.modrinth.com/data/k2ZPuTBm/versions/dKg02mgj/essential_1-3-4-1_fabric_1-21-1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "5c383c8fd994f6963de85840f2ae75c5b6be9925"
|
||||
hash = "2bbb337a1d39c7fdf71b267af171ba9111ca650b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "k2ZPuTBm"
|
||||
version = "EVfUPvny"
|
||||
version = "dKg02mgj"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "Multiplayer QOL and networking mod"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "Fabric API"
|
||||
filename = "fabric-api-0.75.1+1.19.3.jar"
|
||||
filename = "fabric-api-0.106.0+1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/nOI7bsDO/fabric-api-0.75.1%2B1.19.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "f38287aa33a6eb509cfc8658e721110f90fc440f"
|
||||
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/iFnYBUfS/fabric-api-0.106.0%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "7ae490cf09c4a3158247ae53764972f656f054c885fb46c02b38063fdaad79532d25b8a6db8b6907e3ca13856d29facedccb8a6b1d7b4f0a5afd0f1bdf3784b5"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "P7dR8mSH"
|
||||
version = "nOI7bsDO"
|
||||
version = "iFnYBUfS"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "Fabric Language Kotlin"
|
||||
filename = "fabric-language-kotlin-1.9.1+kotlin.1.8.10.jar"
|
||||
filename = "fabric-language-kotlin-1.12.3+kotlin.2.0.21.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/lgFl3olb/fabric-language-kotlin-1.9.1%2Bkotlin.1.8.10.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "12f265ea91e73ac2c74c6f66d446671122bbb1c8"
|
||||
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/B0fZidZi/fabric-language-kotlin-1.12.3%2Bkotlin.2.0.21.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "a9278c0a32a4906989fff17431ad5cc13fbed95a99a15bb8e10ba427714e28eb4828f779affb4e80731d98ab14f23e4d759ea2090be05a10da908608139e67e7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Ha28R6CL"
|
||||
version = "lgFl3olb"
|
||||
version = "B0fZidZi"
|
||||
|
|
13
.minecraft/mods/fastback.pw.toml
Normal file
13
.minecraft/mods/fastback.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Fast Backups"
|
||||
filename = "fastback-0.19.0+1.21-fabric.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ZHKrK8Rp/versions/YtkZmwLO/fastback-0.19.0%2B1.21-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d27cf921c6ae088985e5b47c253f121bfd6d8ead"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ZHKrK8Rp"
|
||||
version = "YtkZmwLO"
|
13
.minecraft/mods/ferrite-core.pw.toml
Normal file
13
.minecraft/mods/ferrite-core.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "FerriteCore"
|
||||
filename = "ferritecore-7.0.1-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/zQSo4nxk/ferritecore-7.0.1-fabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "9f52249059d5d14317292dedf08bf10860ec81aa94238d70a8fecbc372fc75fe95e80f41983379674b180d2ae458dab36a5a3c91738236211287a401ad7ba74b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "uXXizFIs"
|
||||
version = "zQSo4nxk"
|
13
.minecraft/mods/flat-bedrock.pw.toml
Normal file
13
.minecraft/mods/flat-bedrock.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Flat Bedrock"
|
||||
filename = "flatbedrock-fabric-87.0.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ZYLnkiVu/versions/n9f2ny34/flatbedrock-fabric-87.0.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "64d8cd9fb96d61d059a1167be891e06acf4dcd38"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ZYLnkiVu"
|
||||
version = "n9f2ny34"
|
18
.minecraft/mods/forcegl20.pw.toml
Normal file
18
.minecraft/mods/forcegl20.pw.toml
Normal file
|
@ -0,0 +1,18 @@
|
|||
name = "ForceGL20"
|
||||
filename = "forcegl20-fabric-1.1.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/b4O5sfYe/versions/YaUrpibY/forcegl20-fabric-1.1.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "fd6ab44747b6f7dcbd4b9b3268cf99b1789c6759"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "b4O5sfYe"
|
||||
version = "YaUrpibY"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
default = false
|
||||
description = "Forces Minecraft to use OpenGL2\nThis allows older hardware to run modern minecraft\n to a certain degree"
|
13
.minecraft/mods/forge-config-api-port.pw.toml
Normal file
13
.minecraft/mods/forge-config-api-port.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Forge Config API Port"
|
||||
filename = "ForgeConfigAPIPort-v21.1.1-1.21.1-Fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ohNO6lps/versions/ZlbHFjxE/ForgeConfigAPIPort-v21.1.1-1.21.1-Fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a5d103f37f8d6dd30e6085ff32b025fd72aa761f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ohNO6lps"
|
||||
version = "ZlbHFjxE"
|
13
.minecraft/mods/held-item-info.pw.toml
Normal file
13
.minecraft/mods/held-item-info.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Held Item Info"
|
||||
filename = "held-item-info-1.7.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/tEcWzCZz/versions/EvcC3qTM/held-item-info-1.7.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "32f34e6b481e2d3ca5e0d6205dc699872f2f2315"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "tEcWzCZz"
|
||||
version = "EvcC3qTM"
|
13
.minecraft/mods/here-be-no-dragons.pw.toml
Normal file
13
.minecraft/mods/here-be-no-dragons.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Here be no Dragons!"
|
||||
filename = "here-be-no-dragons-1.0.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/WXDvMkR5/versions/1.0.0/here-be-no-dragons-1.0.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "0564401b5be9b9e510dee00faa0979ea8a822ac0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "WXDvMkR5"
|
||||
version = "Fi3C0IO5"
|
13
.minecraft/mods/ichunutil.pw.toml
Normal file
13
.minecraft/mods/ichunutil.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "iChunUtil"
|
||||
filename = "iChunUtil-1.21-Fabric-1.0.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/W6ROj0Hl/versions/2VeHCZxH/iChunUtil-1.21-Fabric-1.0.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "48091d7324ef3ce30dc6802299c22a6b3869bff2"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "W6ROj0Hl"
|
||||
version = "2VeHCZxH"
|
18
.minecraft/mods/idletweaks.pw.toml
Normal file
18
.minecraft/mods/idletweaks.pw.toml
Normal file
|
@ -0,0 +1,18 @@
|
|||
name = "Idle Tweaks"
|
||||
filename = "IdleTweaks-1.0.10.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Vnjlu1sC/versions/jKbn4YLB/IdleTweaks-1.0.10.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "9b99b67192f51310564dde28576c95f1aeaad158"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Vnjlu1sC"
|
||||
version = "jKbn4YLB"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "Optimizes minecraft when unfocused, Can cause issues with VR"
|
||||
default = true
|
18
.minecraft/mods/immersivemc.pw.toml
Normal file
18
.minecraft/mods/immersivemc.pw.toml
Normal file
|
@ -0,0 +1,18 @@
|
|||
name = "ImmersiveMC"
|
||||
filename = "immersivemc-1.5.0-beta2.1-1.21.1-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/XJ9is6vj/versions/4DDaZTvs/immersivemc-1.5.0-beta2.1-1.21.1-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "60efa90f0ee920decdd0f883eec3be7bbb2b7387"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "XJ9is6vj"
|
||||
version = "4DDaZTvs"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
default = false
|
||||
description = "Adds a bunch of physical immersives to minecraft, benifits greatly for VR, desktop immersives are disabled by default"
|
|
@ -1,13 +1,18 @@
|
|||
name = "Indium"
|
||||
filename = "indium-1.0.14+mc1.19.3.jar"
|
||||
filename = "indium-1.0.35+mc1.21.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/U94NcDpV/indium-1.0.14%2Bmc1.19.3.jar"
|
||||
url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/Z8VpxxGh/indium-1.0.35%2Bmc1.21.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "6dbdca98673403365e87a940f9e7a2a631fa7c30"
|
||||
hash = "1bf4b5db91f4e6d7a4f94fe2e96525d22df1cacb"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Orvt0mRa"
|
||||
version = "U94NcDpV"
|
||||
version = "Z8VpxxGh"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "Fabric Rendering API compatbility: Not normally needed, here in case you do"
|
||||
default = true
|
||||
|
|
13
.minecraft/mods/invview.pw.toml
Normal file
13
.minecraft/mods/invview.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Inv View"
|
||||
filename = "InvView-1.4.15-1.20.5+.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/jrDKjZP7/versions/LNGVFn7g/InvView-1.4.15-1.20.5%2B.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "c5b197a960c69a8527f5832699fb9c1c2f88c318"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "jrDKjZP7"
|
||||
version = "LNGVFn7g"
|
|
@ -1,13 +1,13 @@
|
|||
name = "Iris Shaders"
|
||||
filename = "iris-mc1.19.3-1.5.2.jar"
|
||||
filename = "iris-fabric-1.8.0-beta.4+mc1.21.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/ExtC2pRY/iris-mc1.19.3-1.5.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/u9KvDA4s/iris-fabric-1.8.0-beta.4%2Bmc1.21.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b6404f241552c4ff296ee867f95b4229495ca35c"
|
||||
hash = "6481f2b12ec0d4040424b5f78d4b56faaf862ad5"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "YL57xq9U"
|
||||
version = "ExtC2pRY"
|
||||
version = "u9KvDA4s"
|
||||
|
|
13
.minecraft/mods/itemswapper.pw.toml
Normal file
13
.minecraft/mods/itemswapper.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "ItemSwapper"
|
||||
filename = "itemswapper-fabric-0.7.1-mc1.21.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/RPOSBQgq/versions/nBP49QnP/itemswapper-fabric-0.7.1-mc1.21.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b98d8dfbc8c01a3e7abca56a6b60bf8a3a5fe750"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "RPOSBQgq"
|
||||
version = "nBP49QnP"
|
13
.minecraft/mods/jade.pw.toml
Normal file
13
.minecraft/mods/jade.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Jade 🔍"
|
||||
filename = "Jade-1.21.1-Fabric-15.8.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nvQzSEkH/versions/kpUj7epW/Jade-1.21.1-Fabric-15.8.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "18229ea46ab2bc95f1432ce39cc23c918f220a4b849c532fffc32fa9a84c4d19c11f2254296f31ae026ca1250f7b0dd88edad743d45a75abb50c6055733bf37c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nvQzSEkH"
|
||||
version = "kpUj7epW"
|
17
.minecraft/mods/jei.pw.toml
Normal file
17
.minecraft/mods/jei.pw.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
name = "Just Enough Items"
|
||||
filename = "jei-1.21.1-fabric-19.21.0.246.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/sKD6dX9n/jei-1.21.1-fabric-19.21.0.246.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "90156c03a1c274c1d3cda0f55f711991820d2b5dac3f87f10bdf34642440cfce2f513a53d30474fc3649c40e0b69384096499010bf5c7a7adefd5cdd7dc68c8a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "u6dRKJwZ"
|
||||
version = "sKD6dX9n"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "Alternative to EMI/REI (Compatible with EMI)"
|
|
@ -1,17 +0,0 @@
|
|||
name = "JourneyMap"
|
||||
filename = "journeymap-1.19.3-5.9.3-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/lfHFW1mp/versions/Gxu68kGX/journeymap-1.19.3-5.9.3-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8beeacd1d482a1f9cdfd8eebc5713741c780475f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "lfHFW1mp"
|
||||
version = "Gxu68kGX"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "Incompatible with Xaeros Mods"
|
13
.minecraft/mods/krypton.pw.toml
Normal file
13
.minecraft/mods/krypton.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Krypton"
|
||||
filename = "krypton-0.2.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/Acz3ttTp/krypton-0.2.8.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "73e792eb5f120787becda4b87b6ff18b26caea50"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fQEb0iXm"
|
||||
version = "Acz3ttTp"
|
|
@ -1,13 +0,0 @@
|
|||
name = "LambDynamicLights"
|
||||
filename = "lambdynamiclights-2.2.0+1.19.3.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/yBW8D80W/versions/9E1ECN95/lambdynamiclights-2.2.0%2B1.19.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "99d55d20f77cf13221601a109b35371563975187"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "yBW8D80W"
|
||||
version = "9E1ECN95"
|
13
.minecraft/mods/ledger.pw.toml
Normal file
13
.minecraft/mods/ledger.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Ledger"
|
||||
filename = "ledger-1.3.4.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/LVN9ygNV/versions/mb29Srom/ledger-1.3.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "68eb5d3e992b6634efe62a0980295f9ecea210c1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "LVN9ygNV"
|
||||
version = "mb29Srom"
|
|
@ -1,13 +1,13 @@
|
|||
name = "Lithium"
|
||||
filename = "lithium-fabric-mc1.19.3-0.11.0.jar"
|
||||
filename = "lithium-fabric-0.14.0-snapshot+mc1.21.1-build.88.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/sMWkk4VU/lithium-fabric-mc1.19.3-0.11.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "46bf0ac5b22df42f56ff67ff98eb94e999246c22"
|
||||
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/2mbrKlX3/lithium-fabric-0.14.0-snapshot%2Bmc1.21.1-build.88.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e7ff451152caa994521736b3144e7b3edc98ffee0e04bb8ce4381eb777d64fac2d4e9edf6928303c2228c02c5d09147d369e71c12b45c39b324daf6916e6d0a1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "gvQqBUqZ"
|
||||
version = "sMWkk4VU"
|
||||
version = "2mbrKlX3"
|
||||
|
|
13
.minecraft/mods/luckperms.pw.toml
Normal file
13
.minecraft/mods/luckperms.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "LuckPerms"
|
||||
filename = "LuckPerms-Fabric-5.4.140.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Vebnzrzj/versions/l47d4ZWk/LuckPerms-Fabric-5.4.140.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "5368c9a12f181eeeae124b70395691780e5cb657"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Vebnzrzj"
|
||||
version = "l47d4ZWk"
|
13
.minecraft/mods/map-tooltip.pw.toml
Normal file
13
.minecraft/mods/map-tooltip.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Map Tooltip"
|
||||
filename = "maptooltip-fabric-1.21-4.0.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/GNtptqqU/versions/bmowRRFT/maptooltip-fabric-1.21-4.0.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "a9acf0ca57ec6027f6c2201b6b54e0c533924a3375f5fa36a56550b987fca93a699a06c608713096cbbac99fd837226b633064dacc6bb0b99091da9da48bca11"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "GNtptqqU"
|
||||
version = "bmowRRFT"
|
13
.minecraft/mods/mc-vr-api.pw.toml
Normal file
13
.minecraft/mods/mc-vr-api.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "MC VR API"
|
||||
filename = "vrapi-3.0.11-1.21.1-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/B3INNxum/versions/NdicwU5G/vrapi-3.0.11-1.21.1-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "3df7e35df3d89e7896c77870cc84e67131383735"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "B3INNxum"
|
||||
version = "NdicwU5G"
|
|
@ -1,13 +0,0 @@
|
|||
name = "MidnightControls"
|
||||
filename = "midnightcontrols-1.7.3+1.19.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/bXX9h73M/versions/MxwJqK5T/midnightcontrols-1.7.3%2B1.19.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d41a37fb56f0728da178e96e9465b74fdd078a7b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "bXX9h73M"
|
||||
version = "MxwJqK5T"
|
|
@ -1,13 +0,0 @@
|
|||
name = "MidnightLib"
|
||||
filename = "midnightlib-fabric-1.1.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/codAaoxh/versions/61U935Ys/midnightlib-fabric-1.1.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "fec1329d280eb30a568eac4c4a9da894a649f241"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "codAaoxh"
|
||||
version = "61U935Ys"
|
17
.minecraft/mods/minecord.pw.toml
Normal file
17
.minecraft/mods/minecord.pw.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
name = "Minecord (for Discord)"
|
||||
filename = "minecord-2.1.0+1.21.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/DoVQa3oa/versions/N6CxCnCT/minecord-2.1.0%2B1.21.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "93055f33a80454c452348cdef8831e48ff8137ef"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "DoVQa3oa"
|
||||
version = "N6CxCnCT"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "Adds the Discord Integration to the server."
|
|
@ -1,13 +0,0 @@
|
|||
name = "Mixin Conflict Helper"
|
||||
filename = "MixinConflictHelper-1.2.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/MR1VIQJJ/versions/8dRAFcey/MixinConflictHelper-1.2.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d25e635f1059d8eedbee106ca55ce12b7055a302"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "MR1VIQJJ"
|
||||
version = "8dRAFcey"
|
17
.minecraft/mods/modern-farlands-mod.pw.toml
Normal file
17
.minecraft/mods/modern-farlands-mod.pw.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
name = "Farlands Reborn"
|
||||
filename = "farlandsreborn-fabric-2.0.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Y2YGBPDD/versions/jn2D9WBZ/farlandsreborn-fabric-2.0.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a6ffdca7673c7a1caabcabe8802d062c66dce7fd"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Y2YGBPDD"
|
||||
version = "jn2D9WBZ"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "Adds the Farlands to Minecraft"
|
|
@ -1,13 +1,13 @@
|
|||
name = "Mod Menu"
|
||||
filename = "modmenu-5.1.0-beta.4.jar"
|
||||
filename = "modmenu-11.0.3.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/RtaGQNyd/modmenu-5.1.0-beta.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d259056e4c63fd3b60e9a006bc2b7e6e7f784114"
|
||||
url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/YIfqIJ8q/modmenu-11.0.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "4c6387a059c7ac9028acc3d78124af02a4495bef2c16783bbffe5bf449067daf2620708fd57f8725e46f0c34d0f571adf60f0869742bfe7f6101ddf13a2a87da"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "mOgUt4GM"
|
||||
version = "RtaGQNyd"
|
||||
version = "YIfqIJ8q"
|
||||
|
|
|
@ -1,17 +1,13 @@
|
|||
name = "Mouse Tweaks"
|
||||
filename = "MouseTweaks-fabric-mc1.19.3-2.24.jar"
|
||||
filename = "MouseTweaks-fabric-mc1.21-2.26.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/aC3cM3Vq/versions/5EvmIoqj/MouseTweaks-fabric-mc1.19.3-2.24.jar"
|
||||
url = "https://cdn.modrinth.com/data/aC3cM3Vq/versions/ylmBQ38A/MouseTweaks-fabric-mc1.21-2.26.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8ea3eeb80df74bb3a358bf8ff7fb82277c34af24"
|
||||
hash = "ee81af33a5606ef2cd057e075833d7c69836c210"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "aC3cM3Vq"
|
||||
version = "5EvmIoqj"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "Not compatible with mouse wheelie"
|
||||
version = "ylmBQ38A"
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
name = "Mouse Wheelie"
|
||||
filename = "mousewheelie-1.10.7+mc1.19.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/u5Ic2U1u/versions/pgVpuqvW/mousewheelie-1.10.7%2Bmc1.19.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "bf07b4723df28d19174cf228c5db696759697f57"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "u5Ic2U1u"
|
||||
version = "pgVpuqvW"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "Not compatible with mouse tweaks"
|
|
@ -1,13 +0,0 @@
|
|||
name = "multiconnect"
|
||||
filename = "multiconnect-1.6-beta.26.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/sfEDKnlo/versions/wZ5T1YdU/multiconnect-1.6-beta.26.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "97a8e87c70a25f3aee7538faa7b8df8512ff67bf"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "sfEDKnlo"
|
||||
version = "wZ5T1YdU"
|
18
.minecraft/mods/narrus-yeetus.pw.toml
Normal file
18
.minecraft/mods/narrus-yeetus.pw.toml
Normal file
|
@ -0,0 +1,18 @@
|
|||
name = "NarrusYeetus"
|
||||
filename = "NarrusYeetus-1.1.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Xt7qZAZo/versions/a27Z6E55/NarrusYeetus-1.1.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "2fa62f91c4be4f21edb8f21fbea63ed8b47da098"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Xt7qZAZo"
|
||||
version = "a27Z6E55"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
default = true
|
||||
description = "Disables annoying Narrator, turn this off if you need the Narrator"
|
|
@ -1,18 +0,0 @@
|
|||
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
|
||||
default = false
|
||||
description = "Fullbright Toggle"
|
|
@ -1,13 +1,13 @@
|
|||
name = "No Chat Reports"
|
||||
filename = "NoChatReports-FABRIC-1.19.3-v2.0.0.jar"
|
||||
filename = "NoChatReports-FABRIC-1.21-v2.8.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/uVt4LKvF/NoChatReports-FABRIC-1.19.3-v2.0.0.jar"
|
||||
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/riMhCAII/NoChatReports-FABRIC-1.21-v2.8.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "2eaa80b4480ca6c0d8b1180fdb742ebcb43ac300"
|
||||
hash = "f1822b058132f7f221a3ac4470d54d820369c04e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qQyHxfxd"
|
||||
version = "uVt4LKvF"
|
||||
version = "riMhCAII"
|
||||
|
|
13
.minecraft/mods/no-resource-pack-warnings.pw.toml
Normal file
13
.minecraft/mods/no-resource-pack-warnings.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "No Resource Pack Warnings"
|
||||
filename = "no-resource-pack-warnings-1.3.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/6xKUDQcB/versions/Cs4frYPf/no-resource-pack-warnings-1.3.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "cf429f2de37fc3cd91980ef05bbf75396a3ffddb"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "6xKUDQcB"
|
||||
version = "Cs4frYPf"
|
|
@ -1,13 +0,0 @@
|
|||
name = "No Telemetry"
|
||||
filename = "no-telemetry-1.6.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/hg77g4Pw/versions/WY3tHfDe/no-telemetry-1.6.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "16b1182b63ba232b790f73d005ed2b3283bd8dea"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "hg77g4Pw"
|
||||
version = "WY3tHfDe"
|
13
.minecraft/mods/obsidianui.pw.toml
Normal file
13
.minecraft/mods/obsidianui.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "ObsidianUI"
|
||||
filename = "ObsidianUI-fabric-0.2.7+mc1.21.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/E0L8mfJZ/versions/Yt9IWzuL/ObsidianUI-fabric-0.2.7%2Bmc1.21.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "735d9faf5572b48fefd6b82736031af256194c9c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "E0L8mfJZ"
|
||||
version = "Yt9IWzuL"
|
13
.minecraft/mods/ovenlib.pw.toml
Normal file
13
.minecraft/mods/ovenlib.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "ovenlib"
|
||||
filename = "ovenlib-0.1.5.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/lZze5Hii/versions/76rcDWtV/ovenlib-0.1.5.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "245579971d0e242886906e67997ee0a5bc92d9c7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "lZze5Hii"
|
||||
version = "76rcDWtV"
|
13
.minecraft/mods/peek.pw.toml
Normal file
13
.minecraft/mods/peek.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Peek"
|
||||
filename = "peek-fabric-1.21.1-1.3.6.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/TnOXNf5e/versions/G1i3nluY/peek-fabric-1.21.1-1.3.6.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "2d6e4893f25fb150b254e196e7f69afe4bf5d753"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "TnOXNf5e"
|
||||
version = "G1i3nluY"
|
|
@ -1,17 +0,0 @@
|
|||
name = "Plasmo Voice"
|
||||
filename = "plasmovoice-fabric-1.19.3-2.0.0+40cb88f.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/1bZhdhsH/versions/RhQKMWRs/plasmovoice-fabric-1.19.3-2.0.0%2B40cb88f.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8a109151e6a7c1914c25824f14b91f6101ceed80"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "1bZhdhsH"
|
||||
version = "RhQKMWRs"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "Not compatible with Simple voice chat"
|
|
@ -1,17 +0,0 @@
|
|||
name = "Playlist"
|
||||
filename = "playlist-1.2.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Aj1EfTaU/versions/KaZMQNVP/playlist-1.2.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "16cec8dac126127a135c00532163ccf9a03cfce0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Aj1EfTaU"
|
||||
version = "KaZMQNVP"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
default = true
|
13
.minecraft/mods/polydex.pw.toml
Normal file
13
.minecraft/mods/polydex.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Polydex"
|
||||
filename = "polydex-1.2.4+1.21.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/m5NB7FJE/versions/QD4qlFMQ/polydex-1.2.4%2B1.21.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "985099e02f9957a30a053cda46fed438cab8c2e2"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "m5NB7FJE"
|
||||
version = "QD4qlFMQ"
|
17
.minecraft/mods/polyfactory.pw.toml
Normal file
17
.minecraft/mods/polyfactory.pw.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
name = "PolyFactory"
|
||||
filename = "polyfactory-0.4.2+1.21.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/MikpSrAF/versions/nPgi5zG2/polyfactory-0.4.2%2B1.21.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d1b47082320e6691603025df3655ba955bbfa18d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "MikpSrAF"
|
||||
version = "nPgi5zG2"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "Serverside Factory Mod"
|
|
@ -1,13 +1,13 @@
|
|||
name = "Polymer"
|
||||
filename = "polymer-bundled-0.3.13+1.19.3.jar"
|
||||
side = "both"
|
||||
filename = "polymer-bundled-0.9.17+1.21.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/xGdtZczs/versions/u1eEBsW3/polymer-bundled-0.3.13%2B1.19.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "749c7cd30b5b4a5dab8a8a8199b6f6c6922f5dfe"
|
||||
url = "https://cdn.modrinth.com/data/xGdtZczs/versions/vMlWh7fL/polymer-bundled-0.9.17%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "c91651da615a5e1c57a0cda14556985f667b42cfd100ee23cfd7edc7f8130a329a9d69b5814bf6d27bffbc09e1c1d1e07a6e7826d6ef0ce4df9a177b8b5385fd"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "xGdtZczs"
|
||||
version = "u1eEBsW3"
|
||||
version = "vMlWh7fL"
|
||||
|
|
13
.minecraft/mods/raised.pw.toml
Normal file
13
.minecraft/mods/raised.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Raised"
|
||||
filename = "raised-fabric-1.21-4.0.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nCQRBEiR/versions/v1zAblQ8/raised-fabric-1.21-4.0.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "09f7ed3060e67accd8ebb16b61697a0e207c7d94"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nCQRBEiR"
|
||||
version = "v1zAblQ8"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Recipe Book is Pain"
|
||||
filename = "recipe-book-is-pain-0.8.0-1.19.3.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/etNS9OnA/versions/WEXmJ65X/recipe-book-is-pain-0.8.0-1.19.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "7083dc8a65ef578b1d49d3963a25824d65d6a03f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "etNS9OnA"
|
||||
version = "WEXmJ65X"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Reese's Sodium Options"
|
||||
filename = "reeses_sodium_options-1.4.9+mc1.19.2-build.67.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/hkSQ9RqT/reeses_sodium_options-1.4.9%2Bmc1.19.2-build.67.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "3b48ed460ce30c38e6058fdd0c3d6a221913e4e4"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Bh37bMuy"
|
||||
version = "hkSQ9RqT"
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue