diff --git a/.build/floret-modpack-modrinth.mrpack b/.build/floret-modpack-modrinth.mrpack deleted file mode 100644 index 5c4b7a4..0000000 Binary files a/.build/floret-modpack-modrinth.mrpack and /dev/null differ diff --git a/.gitignore b/.gitignore index eda4407..10f9942 100644 --- a/.gitignore +++ b/.gitignore @@ -1,36 +1,21 @@ ## 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 -*.zip -!.minecraft/.packwizignore +.build +./*.zip +./*.mrpack ## Add your modded folders/files to ignore here -.minecraft/.*/ -.minecraft/essential -.minecraft/figura -.minecraft/ModTranslations -.minecraft/not-enough-crashes -.minecraft/patched_shaders -.minecraft/Xaero* .minecraft/packwiz-installer.jar .minecraft/packwiz.json -## Minecraft Configs -.minecraft/options.* -!.minecraft/config/yosbr -!.minecraft/config/dashloader.json +.server \ No newline at end of file diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 4a1fa97..f64ba8d 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -4,4 +4,4 @@ RUN sudo apt-get -q update && \ sudo apt install p7zip-full make && \ sudo apt install -yq openjdk-17-jdk -RUN sudo update-java-alternatives --set java-1.17.0-openjdk-amd64 +RUN sudo update-java-alternatives --set java-1.17.0-openjdk-amd64 \ No newline at end of file diff --git a/.minecraft/.packwizignore b/.minecraft/.packwizignore deleted file mode 100644 index 005a914..0000000 --- a/.minecraft/.packwizignore +++ /dev/null @@ -1,3 +0,0 @@ -packwiz-installer-bootstrap.jar -kubejs/assets/minecraft/lang/en.json -kubejs/exported diff --git a/.minecraft/config/flywheel.json b/.minecraft/config/flywheel.json new file mode 100644 index 0000000..384e2dd --- /dev/null +++ b/.minecraft/config/flywheel.json @@ -0,0 +1,5 @@ +{ + "backend": "OFF", + "debugNormals": false, + "limitUpdates": true +} \ No newline at end of file diff --git a/.minecraft/config/paxi/datapacks/moon-gazer.pw.toml b/.minecraft/config/paxi/datapacks/moon-gazer.pw.toml new file mode 100644 index 0000000..f85d823 --- /dev/null +++ b/.minecraft/config/paxi/datapacks/moon-gazer.pw.toml @@ -0,0 +1,14 @@ +name = "Origins: Moon Gazer" +filename = "Moon Gazer.zip" +side = "both" +pin = true + +[download] +url = "https://cdn.modrinth.com/data/cqUHD0Wb/versions/56DprMDW/Moon%20Gazer.zip" +hash-format = "sha1" +hash = "4a8ea23de3c220f14fb63c70b0cc9aa5765d85fc" + +[update] +[update.modrinth] +mod-id = "cqUHD0Wb" +version = "56DprMDW" diff --git a/.minecraft/config/paxi/datapacks/origins-player-scale.pw.toml b/.minecraft/config/paxi/datapacks/origins-player-scale.pw.toml new file mode 100644 index 0000000..fc6b0c8 --- /dev/null +++ b/.minecraft/config/paxi/datapacks/origins-player-scale.pw.toml @@ -0,0 +1,14 @@ +name = "Origins: Player Scale" +filename = "scaleorigins.zip" +side = "both" +pin = true + +[download] +url = "https://cdn.modrinth.com/data/9JpuntRB/versions/XstccxXY/scaleorigins.zip" +hash-format = "sha1" +hash = "e3552440ab1fb8641a07c73a8668062341f62b9b" + +[update] +[update.modrinth] +mod-id = "9JpuntRB" +version = "XstccxXY" diff --git a/.minecraft/config/yosbr/config/ViaFabric/viafabric.yml b/.minecraft/config/yosbr/config/ViaFabric/viafabric.yml deleted file mode 100644 index c16d4fa..0000000 --- a/.minecraft/config/yosbr/config/ViaFabric/viafabric.yml +++ /dev/null @@ -1,18 +0,0 @@ -# Disclaimer: -# -# It cannot be guaranteed that this mod is allowed on specific servers as it can possibly cause problems with anti-cheat plugins, (USE ONLY WITH CAUTION!) -# This option enables client-side transforming. (can also be enabled in-game) -enable-client-side: false -# This option sets the protocol version to be used when connecting to servers. (can also be changed in-game) -client-side-version: -1 -# Hides VIA button from multiplayer menu. -hide-button: false -# List of servers which ViaFabric will force disabling transforming on client-side. It can be overwritten by setting per-server version, -# -# This isn't always the address in multiplayer menu; It will use the SRV record pointer when present, Check the game log for the address. -# Uses https://wiki.vg/Mojang_API#Blocked_Servers format (mc.example.com, *.example.com, 192.168.0.1, 192.168.*) -client-side-force-disable: -- hypixel.net -- '*.hypixel.net' -- minemen.club -- '*.minemen.club' diff --git a/.minecraft/config/yosbr/config/better_loading_screen/config.json5 b/.minecraft/config/yosbr/config/better_loading_screen/config.json5 deleted file mode 100644 index 301cf7a..0000000 --- a/.minecraft/config/yosbr/config/better_loading_screen/config.json5 +++ /dev/null @@ -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, -} \ No newline at end of file diff --git a/.minecraft/config/yosbr/config/betterf3.json b/.minecraft/config/yosbr/config/betterf3.json deleted file mode 100644 index 0ee81a0..0000000 --- a/.minecraft/config/yosbr/config/betterf3.json +++ /dev/null @@ -1,155 +0,0 @@ -{ - "modules_left": [ - { - "name": "minecraft", - "name_color": 10506797, - "value_color": 43520, - "enabled": true, - "lines": { - "minecraft": true - } - }, - { - "name": "fps", - "color_high": 5635925, - "color_med": 16777045, - "color_low": 16733525, - "enabled": true, - "lines": { - "fps": true - } - }, - { - "name": "empty", - "enabled": true, - "lines": { - "nothing": true - } - }, - { - "name": "coords", - "name_color": 16733525, - "color_x": 16733525, - "color_y": 5635925, - "color_z": 5636095, - "enabled": true, - "lines": { - "player_coords": true, - "block_coords": false, - "chunk_relative_coords": false, - "chunk_coords": false - } - }, - { - "name": "location", - "name_color": 43520, - "value_color": 5636095, - "enabled": true, - "lines": { - "dimension": true, - "facing": false, - "rotation": false, - "light": true, - "light_server": true, - "highest_block": false, - "highest_block_server": false, - "biome": true, - "local_difficulty": false, - "days_played": true - } - }, - { - "name": "empty", - "enabled": true, - "lines": { - "nothing": true - } - }, - { - "name": "graphics", - "name_color": 16755200, - "value_color": 5636095, - "enabled": true, - "lines": { - "render_distance": true, - "graphics": true, - "clouds": true, - "biome_blend_radius": true, - "shader": true - } - }, - { - "name": "server", - "name_color": 11184810, - "value_color": 16777045, - "enabled": true, - "lines": { - "server_tick": true, - "packets_sent": true, - "packets_received": true - } - } - ], - "modules_right": [ - { - "name": "system", - "name_color": 16755200, - "value_color": 5636095, - "enabled": true, - "lines": { - "java_version": true, - "memory_usage": true, - "allocated_memory": true, - "cpu": true, - "display": true, - "gpu": true, - "opengl_version": true, - "gpu_driver": true - } - }, - { - "name": "miscright", - "name_color": 16645526, - "value_color": 5636095, - "enabled": false, - "lines": { - "misc_right": true - } - }, - { - "name": "empty", - "enabled": true, - "lines": { - "nothing": true - } - }, - { - "name": "target", - "name_color": 43775, - "value_color": 16777045, - "enabled": true, - "lines": { - "targeted_block": true, - "id_block": true, - "block_states": true, - "block_tags": true, - "blank": true, - "targeted_fluid": true, - "id_fluid": true, - "fluid_states": true, - "fluid_tags": true, - "blank2": true, - "targeted_entity": true - } - } - ], - "general": { - "disable_mod": false, - "space_modules": false, - "shadow_text": true, - "animations": true, - "animationSpeed": 1.0, - "fontScale": 1.0, - "background_color": 1867534416 - } -} \ No newline at end of file diff --git a/.minecraft/config/yosbr/config/bobby.conf b/.minecraft/config/yosbr/config/bobby.conf deleted file mode 100644 index 51df17f..0000000 --- a/.minecraft/config/yosbr/config/bobby.conf +++ /dev/null @@ -1,31 +0,0 @@ -# Delete regions from the cache when they have not been loaded for X days. -# -# The cache for a given world is cleaned up whenever you disconnect from the server. -# Entire worlds are cleaned up when the game starts and you have not visited them for X days. -# -# Set to -1 to disabled. -# Set to 0 to clean up everything after every disconnect. -delete-unused-regions-after-days=-1 -enabled=true -# Changes the maximum value configurable for Render Distance. -# -# Requires Sodium. -max-render-distance=32 -# Do not load block entities (e.g. chests) in fake chunks. -# These need updating every tick which can add up. -# -# Enabled by default because the render distance for block entities is usually smaller than the server-view distance anyway. -no-block-entities=true -# Reduces the light levels in fake chunks so you can tell the difference from real ones. -taint-fake-chunks=false -# Delays the unloading of chunks which are outside your view distance. -# Saves you from having to reload all chunks when leaving the area for a short moment (e.g. cut scenes). -# Does not work across dimensions. -unload-delay-secs=60 -# Overwrites the view-distance of the integrated server. -# This allows Bobby to be useful in Singleplayer. -# -# Disabled when at 0. -# Bobby is active in singleplayer only if this is enabled. -# Requires re-log to en-/disable. -view-distance-overwrite=0 diff --git a/.minecraft/config/yosbr/config/hudtweaks.json b/.minecraft/config/yosbr/config/hudtweaks.json deleted file mode 100644 index 1a523af..0000000 --- a/.minecraft/config/yosbr/config/hudtweaks.json +++ /dev/null @@ -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 - } -} \ No newline at end of file diff --git a/.minecraft/config/yosbr/config/inventoryhud.json b/.minecraft/config/yosbr/config/inventoryhud.json deleted file mode 100644 index 998ce84..0000000 --- a/.minecraft/config/yosbr/config/inventoryhud.json +++ /dev/null @@ -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" -} \ No newline at end of file diff --git a/.minecraft/config/yosbr/config/iris.properties b/.minecraft/config/yosbr/config/iris.properties deleted file mode 100644 index 18a83c1..0000000 --- a/.minecraft/config/yosbr/config/iris.properties +++ /dev/null @@ -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 diff --git a/.minecraft/config/yosbr/config/minecraftcapes.json b/.minecraft/config/yosbr/config/minecraftcapes.json deleted file mode 100644 index 0c6b739..0000000 --- a/.minecraft/config/yosbr/config/minecraftcapes.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "capeVisible": true, - "earsVisible": true -} \ No newline at end of file diff --git a/.minecraft/config/yosbr/config/replaymod.json b/.minecraft/config/yosbr/config/replaymod.json deleted file mode 100644 index b44cc7c..0000000 --- a/.minecraft/config/yosbr/config/replaymod.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "core": { - "notifications": true - }, - "advanced": { - "recordingPath": "./.replay/recordings/", - "cachePath": "./.replay/cache/", - "renderPath": "./.replay/videos/", - "skipPostRenderGui": false, - "askForOpenEye": true, - "skipPostScreenshotGui": false, - "fullBrightness": "replaymod.gui.settings.fullbrightness.gamma", - "fullBrightness_valid_values": [ - "replaymod.gui.settings.fullbrightness.gamma", - "replaymod.gui.settings.fullbrightness.nightvision", - "replaymod.gui.settings.fullbrightness.both" - ] - }, - "recording": { - "recordSingleplayer": false, - "recordServer": false, - "indicator": false, - "autoStartRecording": false, - "autoPostProcess": true, - "renameDialog": true - }, - "replay": { - "showChat": true, - "showServerIPs": true, - "camera": "replaymod.camera.classic", - "camera_valid_values": [ - "replaymod.camera.classic", - "replaymod.camera.vanilla" - ], - "mainMenuButton": "DEFAULT", - "mainMenuButton_valid_values": [ - "BIG", - "DEFAULT", - "TOP_LEFT", - "TOP_RIGHT", - "LEFT_OF_SINGLEPLAYER", - "RIGHT_OF_SINGLEPLAYER", - "LEFT_OF_MULTIPLAYER", - "RIGHT_OF_MULTIPLAYER", - "LEFT_OF_REALMS", - "RIGHT_OF_REALMS", - "LEFT_OF_MODS", - "RIGHT_OF_MODS" - ] - }, - "render": { - "frameTimeFromWorldTime": false - }, - "simplepathing": { - "pathpreview": true, - "autosync": true, - "timelineLength": 1800, - "interpolator": "replaymod.gui.editkeyframe.interpolator.catmullrom.name", - "interpolator_valid_values": [ - "replaymod.gui.editkeyframe.interpolator.catmullrom.name", - "replaymod.gui.editkeyframe.interpolator.cubic.name", - "replaymod.gui.editkeyframe.interpolator.linear.name" - ] - } -} \ No newline at end of file diff --git a/.minecraft/config/yosbr/config/roughlyenoughitems/config.json5 b/.minecraft/config/yosbr/config/roughlyenoughitems/config.json5 deleted file mode 100644 index 245ea2e..0000000 --- a/.minecraft/config/yosbr/config/roughlyenoughitems/config.json5 +++ /dev/null @@ -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 - } -} \ No newline at end of file diff --git a/.minecraft/config/yosbr/config/stendhal/stendhal.properties b/.minecraft/config/yosbr/config/stendhal/stendhal.properties deleted file mode 100644 index f2d4a43..0000000 --- a/.minecraft/config/yosbr/config/stendhal/stendhal.properties +++ /dev/null @@ -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 - diff --git a/.minecraft/config/yosbr/config/xaerominimap.txt b/.minecraft/config/yosbr/config/xaerominimap.txt deleted file mode 100644 index 124666d..0000000 --- a/.minecraft/config/yosbr/config/xaerominimap.txt +++ /dev/null @@ -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 diff --git a/.minecraft/config/yosbr/config/xaerominimap_entities.json b/.minecraft/config/yosbr/config/xaerominimap_entities.json deleted file mode 100644 index d3a1ade..0000000 --- a/.minecraft/config/yosbr/config/xaerominimap_entities.json +++ /dev/null @@ -1,151 +0,0 @@ -{ - "hardInclude": "anything", - "includeList": [], - "excludeMode": "ONLY", - "excludeList": [ - "minecraft:item_frame" - ], - "name": "gui.xaero_entity_category_root", - "protection": true, - "settingOverrides": { - "displayed": true, - "heightBasedFade": true, - "renderOrder": 0.0, - "heightLimit": 20.0, - "names": 0.0, - "color": 13.0, - "displayNameWhenIconFails": true, - "entityNumber": 1000.0, - "alwaysDisplayNametags": false, - "dotSize": 2.0, - "icons": 1.0, - "iconScale": 1.0 - }, - "subCategories": [ - { - "hardInclude": "living", - "includeList": [], - "excludeMode": "ONLY", - "excludeList": [ - "minecraft:armor_stand" - ], - "name": "gui.xaero_entity_category_living", - "protection": true, - "settingOverrides": { - "renderOrder": 2.0, - "color": 14.0 - }, - "subCategories": [ - { - "hardInclude": "players", - "includeList": [], - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_players", - "protection": true, - "settingOverrides": { - "renderOrder": 6.0, - "color": 15.0 - }, - "subCategories": [ - { - "hardInclude": "same-team", - "includeList": [], - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_same_team", - "protection": true, - "settingOverrides": {}, - "subCategories": [] - }, - { - "hardInclude": "anything", - "includeList": [], - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_other_teams", - "protection": true, - "settingOverrides": { - "renderOrder": 7.0 - }, - "subCategories": [] - } - ] - }, - { - "hardInclude": "hostile", - "includeList": [], - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_hostile", - "protection": true, - "settingOverrides": { - "renderOrder": 3.0 - }, - "subCategories": [ - { - "hardInclude": "tamed", - "includeList": [], - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_hostile_tamed", - "protection": true, - "settingOverrides": { - "renderOrder": 5.0 - }, - "subCategories": [] - } - ] - }, - { - "hardInclude": "anything", - "includeList": [], - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_friendly", - "protection": true, - "settingOverrides": {}, - "subCategories": [ - { - "hardInclude": "tamed", - "includeList": [], - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_friendly_tamed", - "protection": true, - "settingOverrides": { - "renderOrder": 4.0 - }, - "subCategories": [] - } - ] - } - ] - }, - { - "hardInclude": "items", - "includeList": [], - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_items", - "protection": true, - "settingOverrides": { - "renderOrder": 1.0, - "color": 12.0 - }, - "subCategories": [] - }, - { - "hardInclude": "anything", - "includeList": [], - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_other_entities", - "protection": true, - "settingOverrides": { - "color": 5.0 - }, - "subCategories": [] - } - ] -} \ No newline at end of file diff --git a/.minecraft/config/yosbr/config/xaeropatreon.txt b/.minecraft/config/yosbr/config/xaeropatreon.txt deleted file mode 100644 index da260c5..0000000 --- a/.minecraft/config/yosbr/config/xaeropatreon.txt +++ /dev/null @@ -1 +0,0 @@ -showCapes:true diff --git a/.minecraft/config/yosbr/config/xaeroworldmap.txt b/.minecraft/config/yosbr/config/xaeroworldmap.txt deleted file mode 100644 index c229027..0000000 --- a/.minecraft/config/yosbr/config/xaeroworldmap.txt +++ /dev/null @@ -1,32 +0,0 @@ -ignoreUpdate:0 -updateNotification:true -differentiateByServerAddress:true -netherlikeCaveMapAllowed:true -debug:false -lighting:true -colours:0 -loadChunks:true -updateChunks:true -terrainSlopes:2 -terrainDepth:true -footsteps:true -flowers:true -compression:false -coordinates:true -biomeColorsVanillaMode:false -waypoints:true -renderArrow:true -displayZoom:true -worldmapWaypointsScale:1.0 -openMapAnimation:true -reloadVersion:0 -reloadEverything:false -zoomButtons:true -waypointBackgrounds:true -detectAmbiguousY:true -showDisabledWaypoints:false -closeWaypointsWhenHopping:true -adjustHeightForCarpetLikeBlocks:true -onlyCurrentMapWaypoints:false -minZoomForLocalWaypoints:0.0 -globalVersion:1 diff --git a/.minecraft/config/yosbr/options.amecsapi.txt b/.minecraft/config/yosbr/options.amecsapi.txt deleted file mode 100644 index 52a7bd9..0000000 --- a/.minecraft/config/yosbr/options.amecsapi.txt +++ /dev/null @@ -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 diff --git a/.minecraft/config/yosbr/options.txt b/.minecraft/config/yosbr/options.txt deleted file mode 100644 index 6522bb1..0000000 --- a/.minecraft/config/yosbr/options.txt +++ /dev/null @@ -1,166 +0,0 @@ -version:2975 -quilt_available_resource_packs:["continuity/default","continuity/glass_pane_culling_fix","lambdabettergrass/default","programer_art","vanilla","charmonium/journeyman"] -autoJump:false -particles:0 -maxFps:60 -difficulty:2 -graphicsMode:0 -ao:2 -prioritizeChunkUpdates:0 -biomeBlendRadius:2 -renderClouds:false -resourcePacks:["lambdabettergrass/default","charmonium/journeyman"] -incompatibleResourcePacks:[] -lastServer: -lang:en_us -soundDevice: -chatVisibility:0 -chatOpacity:1.0 -chatLineSpacing:0.0 -textBackgroundOpacity:0.5 -backgroundForChatOnly:true -hideServerAddress:false -advancedItemTooltips:false -pauseOnLostFocus:true -overrideWidth:0 -overrideHeight:0 -heldItemTooltips:true -chatHeightFocused:1.0 -chatDelay:0.0 -chatHeightUnfocused:0.44366195797920227 -chatScale:1.0 -chatWidth:1.0 -mipmapLevels:4 -useNativeTransport:true -mainHand:right -attackIndicator:1 -narrator:0 -tutorialStep:none -mouseWheelSensitivity:1.0 -rawMouseInput:true -glDebugVerbosity:1 -skipMultiplayerWarning:true -skipRealms32bitWarning:false -hideMatchedNames:true -joinedFirstServer:false -hideBundleTutorial:false -syncChunkWrites:true -showAutosaveIndicator:true -allowServerListing:true -key_key.attack:key.mouse.left -key_key.use:key.mouse.right -key_key.forward:key.keyboard.w -key_key.left:key.keyboard.a -key_key.back:key.keyboard.s -key_key.right:key.keyboard.d -key_key.jump:key.keyboard.space -key_key.sneak:key.keyboard.left.shift -key_key.sprint:key.keyboard.left.control -key_key.drop:key.keyboard.q -key_key.inventory:key.keyboard.e -key_key.chat:key.keyboard.t -key_key.playerlist:key.keyboard.tab -key_key.pickItem:key.mouse.middle -key_key.command:key.keyboard.slash -key_key.socialInteractions:key.keyboard.p -key_key.screenshot:key.keyboard.f2 -key_key.togglePerspective:key.keyboard.f5 -key_key.smoothCamera:key.keyboard.unknown -key_key.fullscreen:key.keyboard.f11 -key_key.saveToolbarActivator:key.keyboard.unknown -key_key.loadToolbarActivator:key.keyboard.unknown -key_key.advancements:key.keyboard.l -key_key.antighost.reveal:key.keyboard.b -key_key.blockmeter.assign:key.keyboard.unknown -key_key.blockmeter.menu:key.keyboard.unknown -key_key.entityculling.toggle:key.keyboard.unknown -key_figura.config.action_wheel_button:key.keyboard.unknown -key_figura.config.player_popup_button:key.keyboard.unknown -key_figura.config.panic_button:key.keyboard.unknown -key_key.grid.showhide:key.keyboard.unknown -key_key.grid.here:key.keyboard.unknown -key_key.grid.fixy:key.keyboard.unknown -key_key.grid.spawns:key.keyboard.unknown -key_key.grid.settings:key.keyboard.unknown -key_key.inventoryhud.toggle:key.keyboard.i -key_key.inventoryhud.openconfig:key.keyboard.unknown -key_key.inventoryhud.togglepot:key.keyboard.unknown -key_key.inventoryhud.togglearm:key.keyboard.unknown -key_key.inventoryhud.toggleall:key.keyboard.unknown -key_iris.keybind.reload:key.keyboard.unknown -key_iris.keybind.toggleShaders:key.keyboard.unknown -key_iris.keybind.shaderPackSelection:key.keyboard.unknown -key_key.lightoverlay.enable_overlay:key.keyboard.f7 -key_key.minecraftcapes.gui:key.keyboard.unknown -key_key.mousewheelie.open_config_screen:key.keyboard.unknown -key_key.mousewheelie.sort_inventory:key.mouse.middle -key_key.mousewheelie.scroll_up:key.amecsapi.mouse.scroll.up -key_key.mousewheelie.scroll_down:key.amecsapi.mouse.scroll.down -key_key.mousewheelie.pick_tool:key.keyboard.unknown -key_nimble.keybind.frontView:key.keyboard.unknown -key_key.blockmixer.toggleslot:key.keyboard.unknown -key_key.blockmixer.increaseratio:key.keyboard.unknown -key_key.blockmixer.decreaseratio:key.keyboard.unknown -key_key.perspectivemod.toggle:key.keyboard.f4 -key_key.plasmo_voice.settings:key.keyboard.v -key_key.replaymod.playeroverview:key.keyboard.unknown -key_key.replaymod.lighting:key.keyboard.unknown -key_key.replaymod.quickmode:key.keyboard.unknown -key_key.replaymod.settings:key.keyboard.unknown -key_key.replaymod.marker:key.keyboard.unknown -key_key.replaymod.thumbnail:key.keyboard.unknown -key_key.replaymod.playpause:key.keyboard.unknown -key_key.replaymod.rollclockwise:key.keyboard.unknown -key_key.replaymod.rollcounterclockwise:key.keyboard.unknown -key_key.replaymod.resettilt:key.keyboard.unknown -key_key.replaymod.pathpreview:key.keyboard.unknown -key_key.replaymod.keyframerepository:key.keyboard.unknown -key_key.replaymod.clearkeyframes:key.keyboard.unknown -key_key.replaymod.synctimeline:key.keyboard.unknown -key_key.replaymod.positionkeyframe:key.keyboard.unknown -key_key.replaymod.positiononlykeyframe:key.keyboard.unknown -key_key.replaymod.timekeyframe:key.keyboard.unknown -key_key.replaymod.bothkeyframes:key.keyboard.unknown -key_key.wildfire_gender.gender_menu:key.keyboard.g -key_gui.xaero_switch_waypoint_set:key.keyboard.unknown -key_gui.xaero_instant_waypoint:key.keyboard.unknown -key_gui.xaero_toggle_slime:key.keyboard.unknown -key_gui.xaero_toggle_grid:key.keyboard.unknown -key_gui.xaero_toggle_waypoints:key.keyboard.unknown -key_gui.xaero_toggle_map_waypoints:key.keyboard.unknown -key_gui.xaero_toggle_map:key.keyboard.unknown -key_gui.xaero_enlarge_map:key.keyboard.z -key_gui.xaero_waypoints_key:key.keyboard.unknown -key_gui.xaero_zoom_in:key.keyboard.keypad.subtract -key_gui.xaero_zoom_out:key.keyboard.keypad.add -key_gui.xaero_new_waypoint:key.keyboard.unknown -key_gui.xaero_display_all_sets:key.keyboard.unknown -key_gui.xaero_toggle_light_overlay:key.keyboard.unknown -key_gui.xaero_toggle_entity_radar:key.keyboard.unknown -key_gui.xaero_reverse_entity_radar:key.keyboard.unknown -key_gui.xaero_minimap_settings:key.keyboard.y -key_gui.xaero_open_map:key.keyboard.m -key_gui.xaero_open_settings:key.keyboard.right.bracket -key_gui.xaero_map_zoom_in:key.keyboard.unknown -key_gui.xaero_map_zoom_out:key.keyboard.unknown -key_gui.xaero_quick_confirm:key.keyboard.right.shift -key_key.okzoomer.zoom:key.keyboard.c -key_key.okzoomer.decrease_zoom:key.keyboard.unknown -key_key.okzoomer.increase_zoom:key.keyboard.unknown -key_key.okzoomer.reset_zoom:key.keyboard.unknown -key_keybind.name.ESSENTIAL_FRIENDS:key.keyboard.h -key_keybind.name.COSMETIC_STUDIO:key.keyboard.unknown -key_keybind.name.COSMETICS_VISIBILITY_TOGGLE:key.keyboard.unknown -key_keybind.name.ADD_FRIEND:key.keyboard.unknown -key_keybind.name.CHAT_PEEK:key.keyboard.z -key_keybind.name.INVITE_FRIENDS:key.keyboard.unknown -key_keybind.name.ZOOM:key.keyboard.c -soundCategory_master:0.044701986 -soundCategory_music:0.0 -modelPart_cape:true -modelPart_jacket:true -modelPart_left_sleeve:true -modelPart_right_sleeve:true -modelPart_left_pants_leg:true -modelPart_right_pants_leg:true -modelPart_hat:true diff --git a/.minecraft/config/yosbr/servers.dat b/.minecraft/config/yosbr/servers.dat deleted file mode 100644 index 6cb0631..0000000 Binary files a/.minecraft/config/yosbr/servers.dat and /dev/null differ diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 439bb9b..83bed0e 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -1,505 +1,693 @@ hash-format = "sha256" [[files]] -file = "config/yosbr/config/ViaFabric/viafabric.yml" -hash = "1cb60349c6377e6026c0e30e9360b730ddaee72ce6e07616ba29053623c96ac4" +file = "config/flywheel.json" +hash = "085e0ea22bd592a73d7e400b3fed9dd3eb838f0d9ed3a85ecd106cfd5b60513c" [[files]] -file = "config/yosbr/config/better_loading_screen/config.json5" -hash = "e7bcd6b8ffe84983245a81801d8a6c969ef3434517a6487a22d36619040e5b56" +file = "config/paxi/datapacks/moon-gazer.pw.toml" +hash = "4a0edf03923fb5e7fa2003934711b58df752c772c43b088bc5a6b54a4243bba0" +metafile = true [[files]] -file = "config/yosbr/config/betterf3.json" -hash = "8254cc98fc6b737bac12f0e368d8918169fb1c2cf6116961cff1bc7d465ee316" +file = "config/paxi/datapacks/origins-player-scale.pw.toml" +hash = "cea5e7aa6a8daa54ea257246e3a3a24510e6b165186f8f081750969fe2eb74b7" +metafile = true [[files]] -file = "config/yosbr/config/bobby.conf" -hash = "b53c14bbef682afb9ad89d42e06c06f093d63923661bb685f6686011f71bbb53" - -[[files]] -file = "config/yosbr/config/hudtweaks.json" -hash = "02484881c6d2ec6716d9b0ed9faa274cadceba32966292c59fddaa69466216db" - -[[files]] -file = "config/yosbr/config/inventoryhud.json" -hash = "b7e9fd1747714d1de052f2b8ea8673c0ab5b1e7ec5f1bf96bdd03a6bf4ecefec" - -[[files]] -file = "config/yosbr/config/iris.properties" -hash = "a046063e4bce84bd83d2ed671a0f65b1f0a1cd3a63d775a93cd1c300d9523a73" - -[[files]] -file = "config/yosbr/config/minecraftcapes.json" -hash = "f0fd14eec99068dc68655c97de30747c4b5d155114d9004c6e280cabdc499d14" - -[[files]] -file = "config/yosbr/config/replaymod.json" -hash = "62cd7583e6fcfb069de057900e08bd931239633da7bd615bc680e800fd8f3760" - -[[files]] -file = "config/yosbr/config/roughlyenoughitems/config.json5" -hash = "d2b7ee26edb75664424b6cce4a21339a0409f8a37d00285a57267921c23d587e" - -[[files]] -file = "config/yosbr/config/stendhal/stendhal.properties" -hash = "1af09ec5636236f55cf8c4c6f841ee7ea1b1ce8835883b2454eb58d317b42352" - -[[files]] -file = "config/yosbr/config/xaerominimap.txt" -hash = "69ea1b9524a9d56373f4675a4c44d706ce2a81edb0bcc96f56cf8a585a61c5e9" - -[[files]] -file = "config/yosbr/config/xaerominimap_entities.json" -hash = "8f0f2cd17a2c9ac19ea33b6f2fa1533f1f9e8cd68017233af5dd4caffee69896" - -[[files]] -file = "config/yosbr/config/xaeropatreon.txt" -hash = "36a890045fce4aa69f1c550d5a49a62b336cbb7911a7afa6956fcce5d4d9dcb8" - -[[files]] -file = "config/yosbr/config/xaeroworldmap.txt" -hash = "5a43b48a1cc3c92e8ec486467cc84e8ed7053418ee10157fe0c95ab763af56d0" - -[[files]] -file = "config/yosbr/options.amecsapi.txt" -hash = "cc5ffeda762710e15c2b8810b216ea780de172f9a11954329821c667a7d95009" - -[[files]] -file = "config/yosbr/options.txt" -hash = "4481d7aa0421544320241db1e072eba4b06fe4db662f06a5f61612f1bb7f5ac3" - -[[files]] -file = "config/yosbr/servers.dat" -hash = "887ac40dee2b36a152884cece883e2a74f0b435b55752a8a8c6e3ceb8f837bb7" - -[[files]] -file = "kubejs/README.md" -hash = "392f3d84fb500b51e10165a452513f61af2f2fa8a843c9f292e29d527c81e744" - -[[files]] -file = "kubejs/assets/kubejs/textures/block/example_block.png" -hash = "783d78bd1ee61d3b32273670dff9d82c34cd74c5ae899a10f104f473828d5bbc" - -[[files]] -file = "kubejs/assets/kubejs/textures/item/example_item.png" -hash = "45a5f56eba6066ad05c70988a32b72c50cfeb6e35857739bd582007011ea002b" - -[[files]] -file = "kubejs/assets/minecraft/lang/en_fl.json" -hash = "8d7932349a64e3f10949e7b87a01ec6b4de29e14e95b768e06dbb04e113c6d4c" - -[[files]] -file = "kubejs/assets/minecraft/lang/en_us.json" -hash = "24ddd9eb60ecd243f26e8a9538ac86e4463afdc3b64b858204f391b2dd79a48f" - -[[files]] -file = "kubejs/assets/minecraft/texts/splashes.txt" -hash = "19542dd25c1a9a8a47e208bd4a32fe5f36705d08f1df6f1a4d2bd3b08d8eaf8a" - -[[files]] -file = "kubejs/assets/minecraft/textures/gui/title/background/panorama_overlay.png" -hash = "cce8a709b00e632508b9f54a51a87b24949888695b061cc1dc3f71efdcbc4a57" - -[[files]] -file = "kubejs/assets/vanilla-tweaks-assets.txt" -hash = "fd3e8077b660ff9fbbc3f9b9905f54f61f57809ecdbfaeb8b5aeb009c0422e84" - -[[files]] -file = "kubejs/client_scripts/script.js" -hash = "8d6f3db48cc507f2dc6e23919e21837851738fc849cb83772b4186b03bef391d" +file = "kubejs/README.txt" +hash = "989f3737ae4621b8ff6730bce4cbeeee756921e7e510e0c281c8a350501d98af" [[files]] file = "kubejs/config/client.properties" -hash = "0a027cde0445e9faf18c4a7d68f3ee764536537bcf4cf7f34016eea253d0fc9f" +hash = "e770deaf8c4c248940b57b5e46bd93bd95cac1fb3519dde2490a867e61726de5" [[files]] -file = "kubejs/index.md" -hash = "8da1801c8c5accead7a59a22bbbf19c037b4f0eb556833f6c552f144770848a2" +file = "kubejs/config/common.properties" +hash = "3b2152d2209b2539c9b8ab1843761e9faa1ea53cbb2109c85412f8aa8db8c356" [[files]] -file = "kubejs/pack.mcmeta" -hash = "e49e821805ba66dc7ca0f9761aafccba0b78cc782a2e22cff4ce5f80e7a1273f" +file = "kubejs/data/minecraft/tags/blocks/features_cannot_replace.json" +hash = "da83cb788cae4ba9f5ff4bd5d9ec0c8ec354ad52b67cf80cf5b3d1479853a5c3" [[files]] -file = "kubejs/server_scripts/script.js" -hash = "cd5375c75b6453eea519b595dd510982bb3fca6b6c3c3145a4b7d1a856df4683" +file = "kubejs/data/spectrum/tags/blocks/decay/failing_safe.json" +hash = "9d4fd3672752e47bbeead5367423d5806ac05741c8885f245a53d45be56975c1" [[files]] -file = "kubejs/startup_scripts/script.js" -hash = "849597780f489579d0c3af2b80d9d1209b152be22e2c270c9085623bbf0a5aea" +file = "kubejs/data/spectrum/tags/blocks/decay/ruin_safe.json" +hash = "7f518e70bd9fbd2859dbe57fb40ad7c7d6e10021dbeaacee40a92333b8f00d11" [[files]] -file = "mods/ad-astra-fabric.pw.toml" -hash = "6401feb0ee57da86cdb306985fb03b15a8b58bbb294853477d19b52100098097" +file = "mods/ad-astra.pw.toml" +hash = "034718706cd7bc9baca522753dc62e779d5025ecf7a6a9b9c1d0a2b18b73d967" metafile = true [[files]] -file = "mods/adorn.pw.toml" -hash = "5e5cd9403870724d633b352ebec5a0440eb1d5369feec48378b844e2179c4000" +file = "mods/additional-redstone.pw.toml" +hash = "b5ee269d8d20fdfa8ea97f27b72fecf7da1cede9316e330e1441a5b24771698b" metafile = true [[files]] -file = "mods/antighost.pw.toml" -hash = "567dea83368027d9051051a50e777ef5650f9b5ae74d8a8c5cf1fb5abb74c6d5" +file = "mods/advanced-reborn.pw.toml" +hash = "a78b735153d0504ae41243d82fa961ca5fd05bb8f728d41ab70293002dd79d95" +metafile = true + +[[files]] +file = "mods/altorigingui.pw.toml" +hash = "9c5d0f1adf081043b74cd306ba4dee43182c837c06fd35619cf676ee838e44fd" +metafile = true + +[[files]] +file = "mods/amecs.pw.toml" +hash = "d66bc9c3f81429f138de5eae6226dce25f620f90df864bf7f0f9121708bf0bcc" +metafile = true + +[[files]] +file = "mods/appleskin.pw.toml" +hash = "0d72044f88935675985397478ca839878bfbf03feab46e9667e81d4c955ae68d" metafile = true [[files]] file = "mods/architectury-api.pw.toml" -hash = "a010c1bde6ac0dba1ece21416d99525b0cd20ed23625cea5d04a734b024e200e" +hash = "0cbcd58c49decc0ecbccd330fcc8326e3b8769e22e1740e229f09541acf3df7f" metafile = true [[files]] -file = "mods/badstdout.pw.toml" -hash = "893c68376d94e2385584cc798e205eecf8de15d79e352bdebc5bc487a2200c19" +file = "mods/athena-ctm.pw.toml" +hash = "e09ceae04e73831b93c43e6a1f12da063fc24e1074f39fab1e00234a8de8a1e2" metafile = true [[files]] -file = "mods/bettercommandblockui.pw.toml" -hash = "362dfac8a009e53a1cf8e2676d8d7584a64a887ed83ab815d50b1e6c878524e1" +file = "mods/axiom.pw.toml" +hash = "37f4a7eb7fd5dcd37eccf8ad0ccac3658c3589126a37d3da685181c0a55cb004" +metafile = true + +[[files]] +file = "mods/bclib.pw.toml" +hash = "d71225c33f2287ca8c0f61483a8d9da35c80a69cb14f252dceaf0e504435bb7f" +metafile = true + +[[files]] +file = "mods/bellsandwhistles.pw.toml" +hash = "e0939ffb6b7b49dde8f936cd83f6f4881238f71bbdf14afe3b22b364b7e8cfbe" +metafile = true + +[[files]] +file = "mods/betterend.pw.toml" +hash = "bd5f853537d50e0b156f5a5cb4ca557771aa0828ccf46b22b31a3aa549d615ed" metafile = true [[files]] file = "mods/betterf3.pw.toml" -hash = "628c921ed428851da53ed2b47cabab1d83bc7cdfa773de9f860445a03f878ee8" +hash = "5e3ee3550327d6b3545abc363325056c9fc09fb4d48a841e32da2da54c7f74c9" metafile = true [[files]] -file = "mods/blockmeter.pw.toml" -hash = "70b87f6693a428b4338eed43edf29cd5d39773b1911d5e4851dce7ba025e5699" +file = "mods/betternether.pw.toml" +hash = "d1a9663f1984c580facd4f217dc45ef1df0030776c0c773e03b573469405e052" metafile = true [[files]] -file = "mods/blur-fabric.pw.toml" -hash = "f781e21b5f5ac35b6b9be2a8219dcce459ad7564581c2f9a1c83059b48c82efc" +file = "mods/botarium.pw.toml" +hash = "43fe767a08365fa6c049c8e35323f6fd1a0aa4602725126e460ae6fd514888be" metafile = true [[files]] -file = "mods/bobby.pw.toml" -hash = "4491272cf1fb2adb67386c5432b4358197dc1516981460d8e0dcae972b9fe437" +file = "mods/building-wands.pw.toml" +hash = "29885615b9a13b46a8c0e2da012b0f51f1eeea35d6fcb58d74fe094c959f4400" metafile = true [[files]] -file = "mods/botania.pw.toml" -hash = "37a75aa36e869ed6aeac736e5718e2e43c3381f16707ac1fdaab8a2b7c3da9c8" +file = "mods/cardinal-components-api.pw.toml" +hash = "b3503cb0b7eae56e27e1d7980882795c0b81f4750ec9b140beb996a9d7c0dfb3" metafile = true [[files]] -file = "mods/cc-restitched.pw.toml" -hash = "9278183949339092056837d262aeb4dec44f788d1e126609ca2704b9f2251f63" +file = "mods/carpet.pw.toml" +hash = "8c47daba91f742d52311a9df66bae3296246ecba7ca6f1650579e5739d152d0f" metafile = true [[files]] -file = "mods/charmonium.pw.toml" -hash = "367815925e45cbd7c3e6e33712038edf20f6139a6a98f460215a28f106a91be8" +file = "mods/cc-tweaked.pw.toml" +hash = "a513a1a5d73374f5c0efbfb6f41caea77b34af0198810f40bfde1687263b2199" metafile = true [[files]] -file = "mods/chunky.pw.toml" -hash = "28bb1d5f48456c9c78599e37c8c52e2a87fd30ef90bb7fcb1db24a6abd40d697" +file = "mods/cc-vs.pw.toml" +hash = "1a011359112fdb78c7aa5bbdcb6b2c0b3fae0407296042e7d18cf8b7c406df21" metafile = true [[files]] -file = "mods/cit-resewn.pw.toml" -hash = "8a3b58552083779e461ff3ac406f81bb1b7057974f161cba2a090a5b2f73a205" +file = "mods/cccbridge.pw.toml" +hash = "d94da74c5f4dce9b7b6586f04b3bfe99ff2b2b5298258b8ab9b111c1c126bb67" metafile = true [[files]] -file = "mods/cleardespawn.pw.toml" -hash = "5fff3a1b73d64be6d5fb9c1ede4421d3090d974f53009e9d6661cd7a3d77a670" +file = "mods/chipped.pw.toml" +hash = "8cc8ae82b42d7da756faa8d03bc3073bac5d4c494606d926cd238e3a9c5d7352" metafile = true [[files]] file = "mods/cloth-config.pw.toml" -hash = "77bd9b9ae2bf78481ba939cc78e5e4c0d9528516aa791305eecb39eb56e13125" +hash = "a89dfcc985612a275975d4823a24fc3dceb244bacb2e8f81bd459283bf1b9fe9" metafile = true [[files]] -file = "mods/clumps.toml" -hash = "c889a9718156003d2c5e63df9b73954d9fa8134ad71ba3c41dcb2378a642f79d" - -[[files]] -file = "mods/continuity.pw.toml" -hash = "b508bb6b509b96b2e297e94ca2ce365623730b938f32c74d49c574a7ef1ecb24" +file = "mods/clumps.pw.toml" +hash = "54b6de813db1fc2774b4002898fa89f902a7efeb33a05197cf7bfda498f6b94e" metafile = true [[files]] -file = "mods/conveyor-belts.pw.toml" -hash = "1edf54c409cf8a86e61cee0068f0b6c590ac77e90a6e6295a0423999fad596cc" +file = "mods/controlify.pw.toml" +hash = "c0de5bba506e240a13775eae2a7fcf27734848fc460ddd5f106b9b32756e9aeb" metafile = true [[files]] -file = "mods/cyberanner-ironchest.pw.toml" -hash = "442b4c789dc6f30c4819c1a816e05024b53434320a4f9f80c6c6e3abb268d6db" +file = "mods/controlling.pw.toml" +hash = "0360f47c1afd7385518db9df5d809344e1bcdc163e940a8744ee61b6d745b6ce" metafile = true [[files]] -file = "mods/entityculling.pw.toml" -hash = "1e3d4b62d2b1224356261ca5f9aece724ed2cc6c8f31c77d64867e6bc173ee9d" +file = "mods/create-deco.pw.toml" +hash = "0372b9ea1233cf516f205bed50c4014bfb4e806406657b8f803409a71d81d88a" +metafile = true + +[[files]] +file = "mods/create-enchantment-industry-fabric.pw.toml" +hash = "da0b1e65c3bb9f9eabfbaf4242b3adf22267752adb3824fe62b24077cf458340" +metafile = true + +[[files]] +file = "mods/create-fabric.pw.toml" +hash = "26394151533372bce2229f31c8df7f65e2deb751cc823f317cd30682381acc8f" +metafile = true + +[[files]] +file = "mods/create-ore-excavation.pw.toml" +hash = "102eec6363f711986f22f402338b0d23818227d7137c95c83b6eca419228a555" +metafile = true + +[[files]] +file = "mods/create-steam-n-rails.pw.toml" +hash = "4fac0263f4d5e5b8810969b6a04b64ee2396cd42232fd16bcadf7e8e7ae96d90" +metafile = true + +[[files]] +file = "mods/create-structures.pw.toml" +hash = "f0323722f66e5b288875294fb083404998a5891751e9460c1f4a4f44626bcc2c" +metafile = true + +[[files]] +file = "mods/create-track-map.pw.toml" +hash = "93adce5ea0a86dc042dfac4ae7f2f7068e159b57426cd4de2c7db35615f74e28" +metafile = true + +[[files]] +file = "mods/createaddition.pw.toml" +hash = "b5a83b1ca240286be1aa97b3c3dd96c2e481dc0332dc2541f900cded4a719a82" +metafile = true + +[[files]] +file = "mods/dark-loading-screen.pw.toml" +hash = "97ca0b01ac6888486402018e7c95ec3b219a89c3338a416fd25418def5f51fa1" +metafile = true + +[[files]] +file = "mods/ducky-periphs.pw.toml" +hash = "ad0b1c92bf3db21f58b6c609e2da6cd303afedda9973000456e7e3886f906e89" +metafile = true + +[[files]] +file = "mods/elytra-slot.pw.toml" +hash = "1d327c7422c097ddef659468a367b195e299f1e40068bf95c2cd2ee6462faa67" +metafile = true + +[[files]] +file = "mods/elytra-trims-extensions.pw.toml" +hash = "85d7d0d6eb78d82ceffd489da4afbf05d0b38640b649cf577bff0b9c70f113e3" +metafile = true + +[[files]] +file = "mods/elytra-trims.pw.toml" +hash = "1ef3c7d64edfb38f5ca9bb3d0a3ed1eee10f486edfef1853bf75614fcd24c104" +metafile = true + +[[files]] +file = "mods/emi.pw.toml" +hash = "c92aa4834e99ae94b24d6bd8057ca9fde061103b617051e0049ff20110b66267" metafile = true [[files]] file = "mods/essential.pw.toml" -hash = "1c849e3a6103fd2f1a97218eafcbf0deff72ac78e756afd6c7230833c6d5fbbf" +hash = "840569174909b2633d950dbab94a59ed7d406f703f9b79d98709ccdd6f67b1ba" +metafile = true + +[[files]] +file = "mods/eureka.pw.toml" +hash = "b9776960dcc40b4688a1ef1129932694cc8a5b7248c057284022446ac19101cf" +metafile = true + +[[files]] +file = "mods/explorers-compass.pw.toml" +hash = "d5dd2ff45974aaf530fb0d6233cb64c55d220a6279a438e81ee45eca320412c5" +metafile = true + +[[files]] +file = "mods/extended-drawers.pw.toml" +hash = "06859e85abd86899e44b38c090d53f5804550aca2a23924fbb6bb1867d0b859a" +metafile = true + +[[files]] +file = "mods/extra-origins.pw.toml" +hash = "8c7ce4d65712393c9cb64ad3130aaea3cde54e3d9a6e0ed3b340e38d8078174e" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "f957e7280d9bae7569829edcaff25b0ba05ddb029d24f4ea53bdfb0a79615fad" metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" -hash = "dfebd8072576c75a939f56cab83cabdf3c5828da7cdb814e97c272e6c0b8d006" -metafile = true - -[[files]] -file = "mods/fabricae-ex-nihilo.pw.toml" -hash = "491f03fcc7d589345865f07ea90ffa4a2eb0c20b3019bfda2d799077ae2fc872" -metafile = true - -[[files]] -file = "mods/fabrishot.pw.toml" -hash = "75d8979ac6cdc549e71d3ff2f6fee6f809c17e96d6c37692d9b06568ad1aae1f" +hash = "e602bc6bb7b5ca5e4fb2351e285cd715ea5f7a4b4f83ffa6e137319e89e41a68" metafile = true [[files]] file = "mods/ferrite-core.pw.toml" -hash = "f19e328fe42f91d1b65e244ee5bcf70f1e5305a27278945098ea85af82e05d0d" -metafile = true - -[[files]] -file = "mods/first-person-model.pw.toml" -hash = "88621af32c04014ec3296102eeaa90128606ddeab3021e75569ee70a8165d6a2" +hash = "39a6a39433b1b104bfafafcd60a8171f866daa2ebefffd64df822d0e69288e3a" metafile = true [[files]] file = "mods/forge-config-api-port.pw.toml" -hash = "d3caf0b1837490d2b0169fa8e0ff485158c70200c23dbdefead7912d47e5fc70" +hash = "129bb8b135edc60038f021b693f5b88a0067b722f326e0d6067112243774289b" metafile = true [[files]] -file = "mods/furnacemk2.pw.toml" -hash = "33ee34352b36cde9ede96ce136850d14b9bf2ffda3aa7d7026522201f56d9781" +file = "mods/friends-and-foes.pw.toml" +hash = "d7f4e76eab79a1e5d438f44234fc4c75a4827196fed01eddfd851096491b1d31" +metafile = true + +[[files]] +file = "mods/fwaystones.pw.toml" +hash = "8afe478f0e3b3d0609ea7efac63d9312302ab8261fffc964b9ad5d7b3d9eafc6" +metafile = true + +[[files]] +file = "mods/image2map.pw.toml" +hash = "cf74fc839a410d76ef5468b2d0d48f1f8d6db6669651fe7694e02c305a6e1fde" +metafile = true + +[[files]] +file = "mods/immersivemc.pw.toml" +hash = "e3676022676fd25253ac6c9bc69d17c4863f8d07506f80e1be584f4899008b6d" metafile = true [[files]] file = "mods/indium.pw.toml" -hash = "f5751b1f49dfd5d0a78a4573b334651748e02e65dfe093774ab0d0c0886d950c" +hash = "e416b18eebf514dea2014cf5c7fd3ee8493934a0b4e937509f15172ad271fde2" metafile = true [[files]] -file = "mods/inspecio.pw.toml" -hash = "7baba0d5b6448760f7a0ad285c82633842efeeda7714571daa477486a4899c50" +file = "mods/integrated-circuit.pw.toml" +hash = "ed901aa99358c93e181d7b4e3a6f2b7fa567584abc43ac79678d241e8f580cf0" metafile = true [[files]] -file = "mods/inventory-hud-forge.toml" -hash = "9c36ffd3a5c2636db0b7f5cd5098a6b9ee37c871ff8f1f390a7dff4ad856561b" +file = "mods/inventory-sorting.pw.toml" +hash = "cacd5a91708f799da27924f237b9252d05438de1f9b4e3e978bf3894e8574df0" +metafile = true [[files]] file = "mods/iris.pw.toml" -hash = "689beb7c10f85f12f08d2b5198e02c8ef72bf3a5372e390d76c7412cbc807296" +hash = "bea7422cbe82074a7e6306cdcd0ab8941cce0e86e439fcbffd3d9930de3e32a3" metafile = true [[files]] -file = "mods/krypton.pw.toml" -hash = "2ba02e1c71f4c0d17965ce874fe0099ea7d94733733a187b28b9f1c0c3faff09" +file = "mods/item-alchemy.pw.toml" +hash = "86b06a3e64e9dd1f0271741bde83a0e3c41e5359f249cf78a8af4163b3ff4d8d" +metafile = true + +[[files]] +file = "mods/itemswapper.pw.toml" +hash = "e61f43300796c115920c31eed47b86a2e93193fd03c703919077bfe8e6ee6fb2" +metafile = true + +[[files]] +file = "mods/jade.pw.toml" +hash = "9ed18369fbabb887d04cf9eeb7027cd0f52158cff74aa0a3f6d009f9d96ab974" +metafile = true + +[[files]] +file = "mods/jamlib.pw.toml" +hash = "4a37864ebe44ddf66f7a127683adc76515d3dc97f8d8dba6fe362c43a1f39464" +metafile = true + +[[files]] +file = "mods/jei.pw.toml" +hash = "5f568fc8e711adb72f3e1022fdd2db90e845b28c273e0b2937c0a1edf821e59f" +metafile = true + +[[files]] +file = "mods/konkrete.pw.toml" +hash = "b0487d5437a636e61b353c70699994de1fd1aca903853d9366860cbbcfca5fd2" metafile = true [[files]] file = "mods/kubejs.pw.toml" -hash = "6e8c74eb9814008e9461ec86b2359e3d946f7a180c040674eaee4ba0a7ace2e7" -metafile = true - -[[files]] -file = "mods/lambdabettergrass.pw.toml" -hash = "080d4789738ae0015c0a1fc76ffc3f6487f55dc5877b3de1c3b458b544efe362" +hash = "ad0f19d7f8555cf97e9704af45238d83df7fff161eca3b08af92050963eaa1a6" metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" -hash = "158c40f09b2ed4fe14f5f2925751796fe11f6baee7e1ac7f35931ad831631a3d" +hash = "a626674fc1092afe5ccc6cbf4856c09119e42395494f1c3862eed2ab17da0221" metafile = true [[files]] -file = "mods/light-overlay.pw.toml" -hash = "37ad562c7bf81aef61c19e2db4ebc8044a6272c0d9d739d31ff30097cd02aaa9" +file = "mods/lootr.pw.toml" +hash = "996bf4e23ceb3ebe203859eda250fddf210babc15b5683fe585159a9398e4d70" metafile = true [[files]] -file = "mods/lithium.pw.toml" -hash = "83541b1d3e1e936638a6938eb505bf0f508c13aed7f8416af8d064ffc7cda4dc" +file = "mods/luckperms.pw.toml" +hash = "7826b93c7f36611fbd9190481774daa349fa403875f8522d0ca4302e1345bd40" metafile = true [[files]] -file = "mods/minecraftcapes.pw.toml" -hash = "a2040094501ce0d3771f3a5619008da48492d497ab32293a6b49fc2842cb78b5" +file = "mods/mc-vr-api.pw.toml" +hash = "c70f9bd5ab2923111bca4b105527132de0372db03cba4ae5e62b7ae75736052d" +metafile = true + +[[files]] +file = "mods/mcpitanlibarch.pw.toml" +hash = "f68b8ebead2ce9859d357117e846cafbab9003f997c1be04dee11ec94474aa38" +metafile = true + +[[files]] +file = "mods/melody.pw.toml" +hash = "57dc365bf7be6358709c450e95e12cd4f48b84d7ea146e8bb7cf5ced1d0abafb" +metafile = true + +[[files]] +file = "mods/moborigins.pw.toml" +hash = "8686717834b2c99c73a0224befd70389e2a0183cbbc61850c901aa5aad19d96c" metafile = true [[files]] file = "mods/modmenu.pw.toml" -hash = "37b69a71c010cb7e4d10a84a7c0e44373566ddb19aaaf4428ff2bb9ade0692e1" +hash = "4cd171d3f5f3e1d2948cb1b0062e742a5e85110c9e9a668f9aed5b0cebcb9c97" metafile = true [[files]] -file = "mods/mouse-wheelie.pw.toml" -hash = "c00114ebbbdf5b001d7a81f9508a6c6675fab5e7cff89de3cc7d763e7ab33427" +file = "mods/moving-elevators.pw.toml" +hash = "fb564341f08a05e7acf3ba88d09de369de6cab31765ecb0ad0cf52fa362c98b5" metafile = true [[files]] -file = "mods/not-enough-animations.pw.toml" -hash = "0fe0d6fbfb0055d698f2d4418e49be65492176601b0066d8bcd1b61f7d231e8f" +file = "mods/natures-compass.pw.toml" +hash = "5ec7e0e8cb5d8cd6b09f49f9a8eff32a4f7c8f95af37e076644f15ea0011583f" metafile = true [[files]] -file = "mods/ok-zoomer.pw.toml" -hash = "d240a40073a8ae5c5f56b4c3cde5d78951ca71dc5b8279f0405f346a537659b7" +file = "mods/neruina.pw.toml" +hash = "faefe3ad13a2d7315292919de7baca1abaac6f74be7cf3dc57a0deea31878cf5" metafile = true [[files]] -file = "mods/open-auth-mod.toml" -hash = "7cdd4ee28ad83e2fff101a24764e26bbf254174df201b1db90640a6aaf62a8e4" +file = "mods/origins-classes.pw.toml" +hash = "f5065276e57a561d2701826d93e120a28fd9a60002c2714e5a53d3313646efba" +metafile = true [[files]] -file = "mods/paradise-lost.pw.toml" -hash = "53d666e5ab53bc32b1785323486c8513dc0ea9bcae7aec1de686232f6dc02dc4" +file = "mods/origins-extra-keybinds-fabric.pw.toml" +hash = "7806898bdc3d3fb6fad6d088627cefb2842ae49a882ea099989bc7793b0924a0" +metafile = true + +[[files]] +file = "mods/origins.pw.toml" +hash = "e09b4e3348ee5e8b836e40ea4745bf3ab0d584512e31166ab34a219c437a736a" +metafile = true + +[[files]] +file = "mods/owo-lib.pw.toml" +hash = "28b3e0806647eb166e942cf6552993bb6d666949c53f0d51927bdfb063cb6cc4" +metafile = true + +[[files]] +file = "mods/packwiz-server-updater.pw.toml" +hash = "d013302f28b40676734df3b6fed35c1e0748c3452ed26508343a6d9656533ff1" +metafile = true + +[[files]] +file = "mods/passivemobs.pw.toml" +hash = "ef86242293c2463ca654890428384c5de8f1d67580dd8fc9813c1c1ff4fe5ff4" metafile = true [[files]] file = "mods/patchouli.pw.toml" -hash = "efc2a5c84648fe9d84aaaae5ecdd352f3fff2a81857e53806f6a67d6e67dd845" +hash = "89e5cab6f92dbcfd6c2c058fc9381869fde193a431c284dbb828833e881cd344" metafile = true [[files]] -file = "mods/paxi-fabric.toml" -hash = "e91d14a362664545a26b48f004636bdef52c68d311bab72b0bfe03224ec61987" +file = "mods/paxi.pw.toml" +hash = "e1434c282fc8d1d6d681838689200f09ffb94a7d3db112de72050597cbd70210" +metafile = true + +[[files]] +file = "mods/pehkui.pw.toml" +hash = "993380cf705a99319f426d7c43f92ef6076adf2bfdbcd53a065b7d6dea4a565c" +metafile = true [[files]] file = "mods/peripheralium.pw.toml" -hash = "f6ffa5ba4f78f500531d3ab579eba9f3e1c3a5e56c2d59df897d94e0e5aeff03" +hash = "742e78218a61690111250f6df25c84e0385813957b269129faa9524414edaae7" metafile = true [[files]] -file = "mods/perspective-mod-redux.pw.toml" -hash = "c65714d41e881c9149122eb89435ea85fde6ebd01ad2e63a1cf9ffad7f1f3e83" +file = "mods/plethora-peripherals.pw.toml" +hash = "634e9ad89419dd15aeffcaabe46396d00753e8bcb68a7e2c318061100a5ec10f" metafile = true [[files]] -file = "mods/plasmo-voice.pw.toml" -hash = "364bbca879792e3c5103a217313d6c70028017ac0e72af9f65af2116b2edf770" +file = "mods/polymorph.pw.toml" +hash = "5f90796765960f0fd2983895ceb3f345bd723ff826d24b4f291fa6256f4ce002" metafile = true [[files]] -file = "mods/qsl.pw.toml" -hash = "b592c521fc03cb0c5a086094a107882f5354cbfbfb220e1ee1edc183e87d3197" +file = "mods/reborncore.pw.toml" +hash = "adf39f52030ad2042392dcf00752c15042c86bb16ba823a10e15e333565ba1b1" metafile = true [[files]] -file = "mods/reeses-sodium-options.pw.toml" -hash = "2ece972fd1306a38ca278d9da23656c73bc103df57709a4bdac0a0271a646f34" +file = "mods/redstonepen.pw.toml" +hash = "4e94000ecc7bd209eec3cb8537062acc68b10319501c8543dcc7db86fea9c6c5" metafile = true [[files]] -file = "mods/replaymod.pw.toml" -hash = "e45a54758362129811e23cebfbc195ab1998c435c7632a95371e1c01469e564c" +file = "mods/rei.pw.toml" +hash = "15e35bfc32d9f7bdd9df0eee666ff2ac37df1759b3a8c45d0720488a047bfe3d" +metafile = true + +[[files]] +file = "mods/reinforced-barrels.pw.toml" +hash = "a302e6874a731ab5f1a0073b346505152c8b2a215ac8ae67a01e0a1631ec569a" +metafile = true + +[[files]] +file = "mods/reinforced-chests.pw.toml" +hash = "9c672efa939b3ee31e4290942c3042f985fd6473a6c5831e33ac7aa91cd0635b" +metafile = true + +[[files]] +file = "mods/reinforced-shulker-boxes.pw.toml" +hash = "2d8a93af767bb965505d115af079b716fff82e67f5672f91dad22efd6df885e2" +metafile = true + +[[files]] +file = "mods/resourceful-config.pw.toml" +hash = "4d4bcf62b73bcc53dbb6d9edfe0ed84b4ad9c267a37807c0c653486add6f89a8" +metafile = true + +[[files]] +file = "mods/resourceful-lib.pw.toml" +hash = "ed3cf45b08dcd6ba3259a7adcc1940fbccfbf4ade1da616d3c4244f17c7f74b2" +metafile = true + +[[files]] +file = "mods/resourcify.pw.toml" +hash = "87f02ba7f8194999c141d6d994c3b2f4e40f90fb347e017d0070964582b3e102" +metafile = true + +[[files]] +file = "mods/revelationary.pw.toml" +hash = "c3e4cce180fa406e5c44bde59b1f2f23ddc970394079768f774fc007b700f156" metafile = true [[files]] file = "mods/rhino.pw.toml" -hash = "fc68b56f92ecea5ec9da5d543440fe1719f76ab813bf97c1e665878ae9357d24" +hash = "f3dbbcc93a34c8ba38b2e5a1ab3d5e898099d420ded6bd14ac01e0a7386b3b9a" metafile = true [[files]] -file = "mods/roughly-enough-items.pw.toml" -hash = "5e98198bbc6e9dcdbabfa02da042032bbe42c4c6e75488e279d7babb23296999" +file = "mods/rightclickharvest.pw.toml" +hash = "e6d365b3adae4ea6000f80601cf0e35e5ddccb56b38faed9aa086008c0bd64e1" metafile = true [[files]] -file = "mods/scout.pw.toml" -hash = "e8c692016e60846e8308fcc0af7bda4f899f9cd1185aaf79acd45d7917dff958" +file = "mods/rrls.pw.toml" +hash = "e96bb13c530a62100ad228f1c59f0fc37ceb91ec3e622a0a5d0e32cbe5d95424" metafile = true [[files]] -file = "mods/simple-copper-pipes.pw.toml" -hash = "170110b1d61aa21a3bae68230a87a40b791a0621015dad9cc1b8cf3308814335" +file = "mods/sc-peripherals.pw.toml" +hash = "666bb36c42a08f6f34ac4ed954f95222ba690a6380062b740b602abe8f21901c" metafile = true [[files]] -file = "mods/sodium-extra.pw.toml" -hash = "39269eb45ca79786c4eac3ede212feb85ccd90fe3e25ca0e4ab7e9fc1270d96e" +file = "mods/searchables.pw.toml" +hash = "5d694c42e5e6759807f1f5756de3dd24f098517143b8d8aac5721b7d5cf502b1" +metafile = true + +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "9dc261013aeb469fb039c3dd47271351f339cfaf95f8c95a7c4053062d605255" metafile = true [[files]] file = "mods/sodium.pw.toml" -hash = "d1480fd38a1ac53311baa2d57b92556834372f6ac04c355169441df9a59a161c" +hash = "cd49906a91e2ff1c11acba79192d609c232f2f73d82cc6a646e7338c8e76aa8a" metafile = true [[files]] file = "mods/spark.pw.toml" -hash = "b55d9d1ea5b5cadde5973123c0c644065f905afff5ea8d3d24c6d6564a7470cd" +hash = "96e3771cd09bb4a808d1c1fcb5a050efdc2ffb4efe7b584407ed54c46c0388d9" metafile = true [[files]] -file = "mods/starlight.pw.toml" -hash = "722031c0ae5d2de71783d6c4bfbf1c5cd25c65e55cb42d8bb4f7cadf478c4368" +file = "mods/spectrum.pw.toml" +hash = "daf95f05ddb1f2a44d0a20916fb59d32ee11b97e2e99424191356992805c905c" metafile = true [[files]] file = "mods/stendhal.pw.toml" -hash = "c963c276410d4216cbadaf6224171c629954cb0149055297b356c0c132e4c8b3" +hash = "f891cc32728a13dec5d8763f86b926498eb745b3bd80676120292bacd03e51ab" metafile = true [[files]] -file = "mods/structure-tools.pw.toml" -hash = "2b71a3596b3a870c6425da762ceee94c7851ac9818947b28b233b6a08331d95a" +file = "mods/styled-chat.pw.toml" +hash = "18cb5a5474406d7af310b53c93a983ffa608b03213f9d325e81dff3239566eb1" metafile = true [[files]] -file = "mods/sync-fabric.pw.toml" -hash = "d8f9204d437530ca3fc1734b327080162f1bbd630ea945e3d5846d2fe511dac0" +file = "mods/styled-nicknames.pw.toml" +hash = "274b84b0e258d26e57d647506d0d1995da1fd82cecbedbe98caeedd45faa4d23" +metafile = true + +[[files]] +file = "mods/styledplayerlist.pw.toml" +hash = "27c9ee50e624c436e1bb6fe4bbeff166f5c6564e9f9a846ffef22e54a200c603" +metafile = true + +[[files]] +file = "mods/supermartijn642s-config-lib.pw.toml" +hash = "075b0a946ee6bc32d2eadde90257bdf53d09493978b3b7add5af49716691799e" +metafile = true + +[[files]] +file = "mods/supermartijn642s-core-lib.pw.toml" +hash = "515c7bc565f95c472aa347085937d4f96e02498ac68b15158a723fe876a3d3fb" +metafile = true + +[[files]] +file = "mods/techreborn.pw.toml" +hash = "e08ed79fafeb21ca809e76f4b328ecff1d30f2cfae62687087310eafd74b9cbd" +metafile = true + +[[files]] +file = "mods/tectonic.pw.toml" +hash = "52ae7d824d0e2856df296db16f108d4843a7e1fea3b1769e4678f2e5b6dd991e" metafile = true [[files]] file = "mods/toms-storage.pw.toml" -hash = "0c0d90c3ef2e8354560e2c2d606813f073a946451939d5cc03cf08a031b2ec7c" +hash = "d974525d8d9c00ec85ceb7bb1da54139d003178a4c3e96c363cd87cad36ac727" +metafile = true + +[[files]] +file = "mods/toomanyorigins.pw.toml" +hash = "5f02aa4795328ad31ed138bd77e8c908a46d453ffc103711a85f7477947c18ad" +metafile = true + +[[files]] +file = "mods/travelersbackpack.pw.toml" +hash = "c8b62279ce25dc287020134e4e3438d3a06fec88aacd402db2d893efae7182c2" metafile = true [[files]] file = "mods/trinkets.pw.toml" -hash = "49f5590e6160266691eaca6948b33a3a2763e590ed4bcf90189f13650066c84e" +hash = "07619668821f2aad9dbd40084ad80f25595d8715a9ef204a4a9629225729a7d9" metafile = true [[files]] file = "mods/turtlematic.pw.toml" -hash = "8d543e147cab5ac2cefe28466d6acc8b37abda3f058b46e6596fcd9c5751a630" +hash = "10406ceb652b089dd757560a06f70189f967c9594bc694706106b96786b342a5" metafile = true [[files]] file = "mods/unlimitedperipheralworks.pw.toml" -hash = "f62645a1c84a32aafe4c60d966c3b23cc7460f846b312b3b8c2e7a0bddf3e186" +hash = "bd59204f2c5c87ca2cfd5ea291d1cf89d18e1e6f281eeeb4f0f2ea7b08d0bb9a" metafile = true [[files]] -file = "mods/viafabric.pw.toml" -hash = "950c28a3c1f22ab36f936ebbb6095e0e5432ec19c2938761d44b99a4c01a9bd0" +file = "mods/valkyrien-skies.pw.toml" +hash = "acc29f4d30641c8138744b8c15cad479e17c601567de64b19ddb82aff37b3ad1" metafile = true [[files]] -file = "mods/wiredredstone.pw.toml" -hash = "506d7dedae346cdad3e6dbf8b2c538a13123ab057267244e8193b52d939d7bbb" +file = "mods/vanish.pw.toml" +hash = "62c6f6daa96b1a9a12e2a05550e9afa527b6467cfa63906b4bcff9c27dbcee89" +metafile = true + +[[files]] +file = "mods/vivecraft.pw.toml" +hash = "cf9edaa1400db33a8e66730c7d0cca5f70c83242982c0aa46b7e03328e6290ae" +metafile = true + +[[files]] +file = "mods/vmod.pw.toml" +hash = "70239d7fb35a57a87ac0464eaadc68104149c71bbd20495c29d7c8e0db871b2d" +metafile = true + +[[files]] +file = "mods/worldedit.pw.toml" +hash = "bd1dc13316e2aa9b56c89e7e974057f8da8d6bbfe707ba4210109fc612b782e3" metafile = true [[files]] file = "mods/xaeros-minimap.pw.toml" -hash = "31f63492eb5997c554f44a18e3221b8d90532fd0731215fa9948c49e83778d83" +hash = "4c176f305e2b3c52b47c58d252a0e46e4a8d4b89043385090dae3e40e91ba0f9" metafile = true [[files]] file = "mods/xaeros-world-map.pw.toml" -hash = "281f8835df770ee31d49005c6f1fed976db81250a2d6b08538c78a1993d5e637" +hash = "d71dabaf362ddbae6f8fd3a8bb648b20b57bde93a1a59232c98da9e5403203d6" metafile = true [[files]] -file = "mods/yosbr.pw.toml" -hash = "7c2712882baa2ed177b9b961cc1052b857f11ed1455609f9e9f01332c0317f12" +file = "mods/xxl-packets.pw.toml" +hash = "6f4ce82de5399daf1dd136b34550cbd0b1bee4f68c4118233472af41c7e6d45e" metafile = true [[files]] -file = "mods/yungs-api-fabric.pw.toml" -hash = "b5e74fec582f1dc10fda86a3c41c00821f15471285c2570c7c9ace3316a438be" +file = "mods/yacl.pw.toml" +hash = "34108efa4206b09f00d088be089236914a6fb04852aae5b6ce6293412ed6a6f7" metafile = true + +[[files]] +file = "mods/yungs-api.pw.toml" +hash = "5aa508141e85bc3e7e94e9a6df06fa50365623af4b83f94540a81433bb0df318" +metafile = true + +[[files]] +file = "packwiz-installer-bootstrap.jar" +hash = "a8fbb24dc604278e97f4688e82d3d91a318b98efc08d5dbfcbcbcab6443d116c" diff --git a/.minecraft/kubejs/.gitignore b/.minecraft/kubejs/.gitignore deleted file mode 100644 index 9d8ec03..0000000 --- a/.minecraft/kubejs/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -config/common.properties -exported/ -en.json -README.txt diff --git a/.minecraft/kubejs/README.md b/.minecraft/kubejs/README.md deleted file mode 100644 index 6c069b3..0000000 --- a/.minecraft/kubejs/README.md +++ /dev/null @@ -1,2 +0,0 @@ -## FloretCraft -An Resourcepack and Kubejs Pack combination for adorable little florets! \ No newline at end of file diff --git a/.minecraft/kubejs/README.txt b/.minecraft/kubejs/README.txt new file mode 100644 index 0000000..5cf0fdf --- /dev/null +++ b/.minecraft/kubejs/README.txt @@ -0,0 +1,15 @@ +Find out more info on the website: https://kubejs.com/ + +Directory information: + +assets - Acts as a resource pack, you can put any client resources in here, like textures, models, etc. Example: assets/kubejs/textures/item/test_item.png +data - Acts as a datapack, you can put any server resources in here, like loot tables, functions, etc. Example: data/kubejs/loot_tables/blocks/test_block.json + +startup_scripts - Scripts that get loaded once during game startup - Used for adding items and other things that can only happen while the game is loading (Can be reloaded with /kubejs reload_startup_scripts, but it may not work!) +server_scripts - Scripts that get loaded every time server resources reload - Used for modifying recipes, tags, loot tables, and handling server events (Can be reloaded with /reload) +client_scripts - Scripts that get loaded every time client resources reload - Used for JEI events, tooltips and other client side things (Can be reloaded with F3+T) + +config - KubeJS config storage. This is also the only directory that scripts can access other than world directory +exported - Data dumps like texture atlases end up here + +You can find type-specific logs in logs/kubejs/ directory \ No newline at end of file diff --git a/.minecraft/kubejs/assets/kubejs/textures/block/example_block.png b/.minecraft/kubejs/assets/kubejs/textures/block/example_block.png deleted file mode 100644 index 58a8d4b..0000000 Binary files a/.minecraft/kubejs/assets/kubejs/textures/block/example_block.png and /dev/null differ diff --git a/.minecraft/kubejs/assets/kubejs/textures/item/example_item.png b/.minecraft/kubejs/assets/kubejs/textures/item/example_item.png deleted file mode 100644 index bbb5bf7..0000000 Binary files a/.minecraft/kubejs/assets/kubejs/textures/item/example_item.png and /dev/null differ diff --git a/.minecraft/kubejs/assets/minecraft/lang/en_fl.json b/.minecraft/kubejs/assets/minecraft/lang/en_fl.json deleted file mode 100644 index 84d4397..0000000 --- a/.minecraft/kubejs/assets/minecraft/lang/en_fl.json +++ /dev/null @@ -1,194 +0,0 @@ -{ - "language.name": "English Floret!", - "language.region": "Affini Compact", - "language.code": "en_fl", - - "block.minecraft.bed.no_sleep": "Sorry, cutie! It's not bedtime yet!", - "block.minecraft.bed.too_far_away": "Cutie the bed is too far for you to to lay down!", - "block.minecraft.bed.not_safe": "Sorry, cutie! there are feralists nearby!", - "block.minecraft.spawn.not_valid": "Whoops! Make sure to take a nap the next time you get the chance, cutie~", - "block.minecraft.set_spawn": "Welcome Home, Cutie", - - // Change Title Screen text to be more floret friendly - "title.singleplayer": "Quiet Space", - "menu.singleplayer": "Quiet Space", - - "title.multiplayer": "Play with Friends", - "menu.multiplayer": "Play with Friends", - - "title.online": "Overnet Realms", - "menu.online": "Overnet Realms", - - // Make words floret safe - // censor the word dirt - "block.minecraft.dirt": "D**t", - "block.minecraft.coarse_dirt": "Coarse D**t", - "block.minecraft.dirt_path": "D**t Path", - "block.minecraft.rooted_dirt": "Rooted D**t", - - - // Make death messages floret friendly - // Death Screen - "deathScreen.respawn": "Naptime!", - "deathScreen.title": "Oh no! You're too tired and need a nap!", - "deathScreen.quit.confirm": "Bye bye friend! Come again soon!", - - // Death Messages - "death.attack.lightningBolt": "%1$s got scared by the thunder and wants to go home!", - "death.attack.lightningBolt.player": "%1$s and %2$s were out in the storm! %1$s got scared and went home! ", - "death.attack.freeze": "%1$s got cold and needed a hug!", - "death.fell.accident.vines": "%1$s 's affini decided it was time for a nap!", - "death.fell.accident.weeping_vines": "%1$s 's affini decided it was naptime!", - "death.fell.accident.twisting_vines": "%1$s fell off some vines! And was safely caught by their loving plant.", - "death.fell.accident.scaffolding": "%1$s nearly feel off some scaffolding! They need a nap!", - "death.fell.accident.other_climbable": "%1$s felt too tired to keep climbing and needed a nap", - "death.fell.accident.generic": "%1$s 's Affini has decided it's time for a nap!", - - "death.attack.magic": "%1$s was given Class-Zs", - "death.attack.magic.player": "%1$s was given Class-Zs whilst trying to play with %2$s", - "death.attack.even_more_magic": "%1$s was given a lot of Class-Zs", - "commands.kill.success.single": "Gave Class-Zs to %s", - "commands.kill.success.multiple": "Gave Class-Zs to %s entities", - - // Misc Replacements to sort - "gui.socialInteractions.empty_hidden": "No Cuties hidden in chat", - "gui.socialInteractions.empty_blocked": "No blocked Cuties in chat", - - "spectatorMenu.teleport": "Teleport to Cutie", - "spectatorMenu.teleport.prompt": "Select a Cutie to teleport to", - - "lanServer.otherPlayers": "Settings for Other Cuties", - - "multiplayer.disconnect.invalid_player_data": "Invalid Cutie data", - "multiplayer.disconnect.invalid_player_movement": "Invalid move Cutie packet received", - - "soundCategory.player": "Cuties", - - "options.allowServerListing.tooltip": "Servers may list online Cuties as part of their public status.\nWith this option off your name will not show up in such lists.", - "options.hideMatchedNames.tooltip": "3rd-party Servers may send chat messages in non-standard formats.\nWith this option on: hidden Cuties will be matched based on chat sender names.", - - "key.playerlist": "List Cuties", - "key.spectatorOutlines": "Highlight Cuties (Spectators)", - - "block.minecraft.player_wall_head": "Cutie Wall Head", - "block.minecraft.player_head": "Cutie Head", - - "entity.minecraft.player": "Cutie", - - "stat.minecraft.player_kills": "Cutie Naps", - - "advMode.nearestPlayer": "Use \"@p\" to target nearest Cutie", - "advMode.randomPlayer": "Use \"@r\" to target random Cutie", - "advMode.allPlayers": "Use \"@a\" to target all Cuties", - "advMode.notAllowed": "Must be an opped Cutie in creative mode", - - "subtitles.entity.arrow.hit_player": "Cutie hit", - "subtitles.entity.player.death": "Cutie starts napping", - "subtitles.entity.player.hurt": "Cutie hurts", - "subtitles.entity.player.hurt_drown": "Cutie drowning", - "subtitles.entity.player.hurt_on_fire": "Cutie burns", - "subtitles.entity.player.levelup": "Cutie dings", - "subtitles.entity.player.freeze_hurt": "Cutie freezes", - "subtitles.item.chorus_fruit.teleport": "Cutie teleports", - - "argument.entity.selector.nearestPlayer": "Nearest Cutie", - "argument.entity.selector.randomPlayer": "Random Cutie", - "argument.entity.selector.allPlayers": "All Cuties", - "argument.entity.options.gamemode.description": "Cuties with gamemode", - "argument.entity.options.advancements.description": "Cuties with advancements", - - "commands.advancement.grant.one.to.many.success": "Granted the advancement %s to %s Cuties", - "commands.advancement.grant.one.to.many.failure": "Couldn't grant advancement %s to %s Cuties as they already have it", - "commands.advancement.grant.many.to.many.success": "Granted %s advancements to %s Cuties", - "commands.advancement.grant.many.to.many.failure": "Couldn't grant %s advancements to %s Cuties as they already have them", - "commands.advancement.grant.criterion.to.many.success": "Granted criterion '%s' of advancement %s to %s Cuties", - "commands.advancement.grant.criterion.to.many.failure": "Couldn't grant criterion '%s' of advancement %s to %s Cuties as they already have it", - "commands.advancement.revoke.one.to.many.success": "Revoked the advancement %s from %s Cuties", - "commands.advancement.revoke.one.to.many.failure": "Couldn't revoke advancement %s from %s Cuties as they don't have it", - "commands.advancement.revoke.many.to.many.success": "Revoked %s advancements from %s Cuties", - "commands.advancement.revoke.many.to.many.failure": "Couldn't revoke %s advancements from %s Cuties as they don't have them", - "commands.advancement.revoke.criterion.to.many.success": "Revoked criterion '%s' of advancement %s from %s Cuties", - "commands.advancement.revoke.criterion.to.many.failure": "Couldn't revoke criterion '%s' of advancement %s from %s Cuties as they don't have it", - - "commands.clear.success.single": "Removed %s items from Cutie %s", - "commands.clear.success.multiple": "Removed %s items from %s Cuties", - "commands.clear.test.single": "Found %s matching items on Cutie %s", - "commands.clear.test.multiple": "Found %s matching items on %s Cuties", - - "commands.experience.add.points.success.multiple": "Gave %s experience points to %s Cuties", - "commands.experience.add.levels.success.multiple": "Gave %s experience levels to %s Cuties", - "commands.experience.set.points.success.multiple": "Set %s experience points on %s Cuties", - "commands.experience.set.levels.success.multiple": "Set %s experience levels on %s Cuties", - - "commands.give.success.multiple": "Gave %s %s to %s Cuties", - - "commands.playsound.success.multiple": "Played sound %s to %s Cuties", - - "commands.list.players": "There are %s of a max of %s Cuties online: %s", - - "commands.setidletimeout.success": "The Cutie idle timeout is now %s minutes", - - "commands.bossbar.set.players.success.none": "Custom bossbar %s no longer has any Cuties", - "commands.bossbar.set.players.success.some": "Custom bossbar %s now has %s Cuties: %s", - "commands.bossbar.get.players.none": "Custom bossbar %s has no Cuties currently online", - "commands.bossbar.get.players.some": "Custom bossbar %s has %s Cuties currently online: %s", - - "commands.recipe.give.success.multiple": "Unlocked %s recipes for %s Cuties", - "commands.recipe.take.success.multiple": "Took %s recipes from %s Cuties", - - "commands.whitelist.none": "There are no whitelisted Cuties", - "commands.whitelist.list": "There are %s whitelisted Cuties: %s", - - "commands.spawnpoint.success.multiple": "Set spawn point to %s, %s, %s [%s] in %s for %s Cuties", - - "commands.spreadplayers.success.entities": "Spread %s Cuties around %s, %s with an average distance of %s blocks apart", - - "commands.banip.info": "This ban affects %s Cuties: %s", - - "commands.title.cleared.multiple": "Cleared titles for %s Cuties", - "commands.title.reset.multiple": "Reset title options for %s Cuties", - "commands.title.show.title.multiple": "Showing new title for %s Cuties", - "commands.title.show.subtitle.multiple": "Showing new subtitle for %s Cuties", - "commands.title.show.actionbar.multiple": "Showing new actionbar title for %s Cuties", - "commands.title.times.multiple": "Changed title display times for %s Cuties", - - "permissions.requires.player": "A Cutie is required to run this command here", - - "argument.player.toomany": "Only one Cutie is allowed, but the provided selector allows more than one", - "argument.player.entities": "Only Cuties may be affected by this command, but the provided selector includes entities", - - "argument.entity.notfound.player": "No Cutie was found", - - "argument.player.unknown": "That Cutie does not exist", - - "commands.banip.invalid": "Invalid IP address or unknown Cutie", - - "commands.ban.failed": "Nothing changed. The Cutie is already banned", - - "commands.bossbar.set.players.unchanged": "Nothing changed. Those Cuties are already on the bossbar with nobody to add or remove", - - "commands.deop.failed": "Nothing changed. The Cutie is not an operator", - - "commands.experience.set.points.invalid": "Cannot set experience points above the maximum points for the Cutie's current level", - - "commands.op.failed": "Nothing changed. The Cutie already is an operator", - - "commands.pardon.failed": "Nothing changed. The Cutie isn't banned", - - "commands.whitelist.add.failed": "Cutie is already whitelisted", - "commands.whitelist.remove.failed": "Cutie is not whitelisted", - - "commands.data.entity.invalid": "Unable to modify Cutie data", - - "clear.failed.single": "No items were found on Cutie %s", - "clear.failed.multiple": "No items were found on %s Cuties", - - "gamerule.doLimitedCrafting.description": "If enabled, Cuties will be able to craft only unlocked recipes", - "gamerule.forgiveDeadPlayers": "Forgive napping Cuties", - "gamerule.forgiveDeadPlayers.description": "Angered neutral mobs stop being angry when the targeted Cutie starts napping nearby.", - "gamerule.playersSleepingPercentage.description": "The percentage of Cuties who must be sleeping to skip the night.", - "gamerule.universalAnger.description": "Angered neutral Feralists attack any nearby Cutie, not just the Cutie that angered them. Works best if forgiveDeadPlayers is disabled.", - "gamerule.category.player": "Cutie", - - "sleep.players_sleeping": "%s/%s Cuties sleeping" -} \ No newline at end of file diff --git a/.minecraft/kubejs/assets/minecraft/lang/en_us.json b/.minecraft/kubejs/assets/minecraft/lang/en_us.json deleted file mode 100644 index 6a7d723..0000000 --- a/.minecraft/kubejs/assets/minecraft/lang/en_us.json +++ /dev/null @@ -1,194 +0,0 @@ -{ - "language.name": "English Floret!", - "language.region": "Affini Compact", - "language.code": "en_fl", - - "block.minecraft.bed.no_sleep": "Sorry, cutie! It's not bedtime yet!", - "block.minecraft.bed.too_far_away": "Cutie the bed is too far for you to to lay down!", - "block.minecraft.bed.not_safe": "Sorry, cutie! there are feralists nearby!", - "block.minecraft.spawn.not_valid": "Whoops! Make sure to take a nap the next time you get the chance, cutie~", - "block.minecraft.set_spawn": "Welcome Home, Cutie", - - // Change Title Screen text to be more floret friendly - "title.singleplayer": "Quiet Space", - "menu.singleplayer": "Quiet Space", - - "title.multiplayer": "Play with Friends", - "menu.multiplayer": "Play with Friends", - - "title.online": "Overnet Realms", - "menu.online": "Overnet Realms", - - // Make words floret safe - // censor the word dirt - "block.minecraft.dirt": "D**t", - "block.minecraft.coarse_dirt": "Coarse D**t", - "block.minecraft.dirt_path": "D**t Path", - "block.minecraft.rooted_dirt": "Rooted D**t", - - - // Make death messages floret friendly - // Death Screen - "deathScreen.respawn": "Naptime!", - "deathScreen.title": "Oh no! You're too tired and need a nap!", - "deathScreen.quit.confirm": "Bye bye friend! Come again soon!", - - // Death Messages - "death.attack.lightningBolt": "%1$s got scared by the thunder and wants to go home!", - "death.attack.lightningBolt.player": "%1$s and %2$s were out in the storm! %1$s got scared and went home! ", - "death.attack.freeze": "%1$s got cold and needed a hug!", - "death.fell.accident.vines": "%1$s 's affini decided it was time for a nap!", - "death.fell.accident.weeping_vines": "%1$s 's affini decided it was naptime!", - "death.fell.accident.twisting_vines": "%1$s fell off some vines! And was safely caught by their loving plant.", - "death.fell.accident.scaffolding": "%1$s nearly feel off some scaffolding! They need a nap!", - "death.fell.accident.other_climbable": "%1$s felt too tired to keep climbing and needed a nap", - "death.fell.accident.generic": "%1$s 's Affini has decided it's time for a nap!", - - "death.attack.magic": "%1$s was given Class-Zs", - "death.attack.magic.player": "%1$s was given Class-Zs whilst trying to play with %2$s", - "death.attack.even_more_magic": "%1$s was given alot of Class-Zs", - "commands.kill.success.single": "Gave Class-Zs to %s", - "commands.kill.success.multiple": "Gave Class-Zs to %s entities", - - // Misc Replacements to sort - "gui.socialInteractions.empty_hidden": "No Cuties hidden in chat", - "gui.socialInteractions.empty_blocked": "No blocked Cuties in chat", - - "spectatorMenu.teleport": "Teleport to Cutie", - "spectatorMenu.teleport.prompt": "Select a Cutie to teleport to", - - "lanServer.otherPlayers": "Settings for Other Cuties", - - "multiplayer.disconnect.invalid_player_data": "Invalid Cutie data", - "multiplayer.disconnect.invalid_player_movement": "Invalid move Cutie packet received", - - "soundCategory.player": "Cuties", - - "options.allowServerListing.tooltip": "Servers may list online Cuties as part of their public status.\nWith this option off your name will not show up in such lists.", - "options.hideMatchedNames.tooltip": "3rd-party Servers may send chat messages in non-standard formats.\nWith this option on: hidden Cuties will be matched based on chat sender names.", - - "key.playerlist": "List Cuties", - "key.spectatorOutlines": "Highlight Cuties (Spectators)", - - "block.minecraft.player_wall_head": "Cutie Wall Head", - "block.minecraft.player_head": "Cutie Head", - - "entity.minecraft.player": "Cutie", - - "stat.minecraft.player_kills": "Cutie Naps", - - "advMode.nearestPlayer": "Use \"@p\" to target nearest Cutie", - "advMode.randomPlayer": "Use \"@r\" to target random Cutie", - "advMode.allPlayers": "Use \"@a\" to target all Cuties", - "advMode.notAllowed": "Must be an opped Cutie in creative mode", - - "subtitles.entity.arrow.hit_player": "Cutie hit", - "subtitles.entity.player.death": "Cutie starts napping", - "subtitles.entity.player.hurt": "Cutie hurts", - "subtitles.entity.player.hurt_drown": "Cutie drowning", - "subtitles.entity.player.hurt_on_fire": "Cutie burns", - "subtitles.entity.player.levelup": "Cutie dings", - "subtitles.entity.player.freeze_hurt": "Cutie freezes", - "subtitles.item.chorus_fruit.teleport": "Cutie teleports", - - "argument.entity.selector.nearestPlayer": "Nearest Cutie", - "argument.entity.selector.randomPlayer": "Random Cutie", - "argument.entity.selector.allPlayers": "All Cuties", - "argument.entity.options.gamemode.description": "Cuties with gamemode", - "argument.entity.options.advancements.description": "Cuties with advancements", - - "commands.advancement.grant.one.to.many.success": "Granted the advancement %s to %s Cuties", - "commands.advancement.grant.one.to.many.failure": "Couldn't grant advancement %s to %s Cuties as they already have it", - "commands.advancement.grant.many.to.many.success": "Granted %s advancements to %s Cuties", - "commands.advancement.grant.many.to.many.failure": "Couldn't grant %s advancements to %s Cuties as they already have them", - "commands.advancement.grant.criterion.to.many.success": "Granted criterion '%s' of advancement %s to %s Cuties", - "commands.advancement.grant.criterion.to.many.failure": "Couldn't grant criterion '%s' of advancement %s to %s Cuties as they already have it", - "commands.advancement.revoke.one.to.many.success": "Revoked the advancement %s from %s Cuties", - "commands.advancement.revoke.one.to.many.failure": "Couldn't revoke advancement %s from %s Cuties as they don't have it", - "commands.advancement.revoke.many.to.many.success": "Revoked %s advancements from %s Cuties", - "commands.advancement.revoke.many.to.many.failure": "Couldn't revoke %s advancements from %s Cuties as they don't have them", - "commands.advancement.revoke.criterion.to.many.success": "Revoked criterion '%s' of advancement %s from %s Cuties", - "commands.advancement.revoke.criterion.to.many.failure": "Couldn't revoke criterion '%s' of advancement %s from %s Cuties as they don't have it", - - "commands.clear.success.single": "Removed %s items from Cutie %s", - "commands.clear.success.multiple": "Removed %s items from %s Cuties", - "commands.clear.test.single": "Found %s matching items on Cutie %s", - "commands.clear.test.multiple": "Found %s matching items on %s Cuties", - - "commands.experience.add.points.success.multiple": "Gave %s experience points to %s Cuties", - "commands.experience.add.levels.success.multiple": "Gave %s experience levels to %s Cuties", - "commands.experience.set.points.success.multiple": "Set %s experience points on %s Cuties", - "commands.experience.set.levels.success.multiple": "Set %s experience levels on %s Cuties", - - "commands.give.success.multiple": "Gave %s %s to %s Cuties", - - "commands.playsound.success.multiple": "Played sound %s to %s Cuties", - - "commands.list.players": "There are %s of a max of %s Cuties online: %s", - - "commands.setidletimeout.success": "The Cutie idle timeout is now %s minutes", - - "commands.bossbar.set.players.success.none": "Custom bossbar %s no longer has any Cuties", - "commands.bossbar.set.players.success.some": "Custom bossbar %s now has %s Cuties: %s", - "commands.bossbar.get.players.none": "Custom bossbar %s has no Cuties currently online", - "commands.bossbar.get.players.some": "Custom bossbar %s has %s Cuties currently online: %s", - - "commands.recipe.give.success.multiple": "Unlocked %s recipes for %s Cuties", - "commands.recipe.take.success.multiple": "Took %s recipes from %s Cuties", - - "commands.whitelist.none": "There are no whitelisted Cuties", - "commands.whitelist.list": "There are %s whitelisted Cuties: %s", - - "commands.spawnpoint.success.multiple": "Set spawn point to %s, %s, %s [%s] in %s for %s Cuties", - - "commands.spreadplayers.success.entities": "Spread %s Cuties around %s, %s with an average distance of %s blocks apart", - - "commands.banip.info": "This ban affects %s Cuties: %s", - - "commands.title.cleared.multiple": "Cleared titles for %s Cuties", - "commands.title.reset.multiple": "Reset title options for %s Cuties", - "commands.title.show.title.multiple": "Showing new title for %s Cuties", - "commands.title.show.subtitle.multiple": "Showing new subtitle for %s Cuties", - "commands.title.show.actionbar.multiple": "Showing new actionbar title for %s Cuties", - "commands.title.times.multiple": "Changed title display times for %s Cuties", - - "permissions.requires.player": "A Cutie is required to run this command here", - - "argument.player.toomany": "Only one Cutie is allowed, but the provided selector allows more than one", - "argument.player.entities": "Only Cuties may be affected by this command, but the provided selector includes entities", - - "argument.entity.notfound.player": "No Cutie was found", - - "argument.player.unknown": "That Cutie does not exist", - - "commands.banip.invalid": "Invalid IP address or unknown Cutie", - - "commands.ban.failed": "Nothing changed. The Cutie is already banned", - - "commands.bossbar.set.players.unchanged": "Nothing changed. Those Cuties are already on the bossbar with nobody to add or remove", - - "commands.deop.failed": "Nothing changed. The Cutie is not an operator", - - "commands.experience.set.points.invalid": "Cannot set experience points above the maximum points for the Cutie's current level", - - "commands.op.failed": "Nothing changed. The Cutie already is an operator", - - "commands.pardon.failed": "Nothing changed. The Cutie isn't banned", - - "commands.whitelist.add.failed": "Cutie is already whitelisted", - "commands.whitelist.remove.failed": "Cutie is not whitelisted", - - "commands.data.entity.invalid": "Unable to modify Cutie data", - - "clear.failed.single": "No items were found on Cutie %s", - "clear.failed.multiple": "No items were found on %s Cuties", - - "gamerule.doLimitedCrafting.description": "If enabled, Cuties will be able to craft only unlocked recipes", - "gamerule.forgiveDeadPlayers": "Forgive napping Cuties", - "gamerule.forgiveDeadPlayers.description": "Angered neutral mobs stop being angry when the targeted Cutie starts napping nearby.", - "gamerule.playersSleepingPercentage.description": "The percentage of Cuties who must be sleeping to skip the night.", - "gamerule.universalAnger.description": "Angered neutral Feralists attack any nearby Cutie, not just the Cutie that angered them. Works best if forgiveDeadPlayers is disabled.", - "gamerule.category.player": "Cutie", - - "sleep.players_sleeping": "%s/%s Cuties sleeping" -} \ No newline at end of file diff --git a/.minecraft/kubejs/assets/minecraft/texts/splashes.txt b/.minecraft/kubejs/assets/minecraft/texts/splashes.txt deleted file mode 100644 index 74a6fd7..0000000 --- a/.minecraft/kubejs/assets/minecraft/texts/splashes.txt +++ /dev/null @@ -1,167 +0,0 @@ -Hello Cutie! -Remember to take your meds! -Do you have water nearby? -What a cute floret! -Plampt! -Have fun cutie! -Xenodruggies not included! -Remember to take breaks! -Digitalis says hello! -Also try Flowers and Vines! (or whatever the floret cut of Chutes and Ladders was called in Recovery) -Ask your Vet! -Ask your Owner! -Beeple Beeple Beeple! -More Teeth Than A Horse! -Blahaj Blast! -Your an adorable Floret -You look good in a Collar! -Say Please! -You're the best gamer! -Plant Computing! -You're a good floret! -Now in Hypnovision! -Distribute far and Wide! -Do you want to cuddle? -Doesn't use the W-word! -200% more cuddly! -Botanical! -Everybody do the Leaf! -Microgravity with style! -Floret fiction! -Class-A! -Prepare before spelunking! -Everything is Free! -There's five Independent developers! -Join the One Big Polycule! -Overnet Legend! -It came from Earth! -Now on Jambolanum! -Implant Compatible! (edited) -Implant not Included! -Haustoric! -Kind of fire free! -More Addictive than Xenodrugs! -Unlimited Edition! -Copyleft! -Trademark Free! -Look mum, I’m a plant! -gayming -More Addictive than Xenodrugs! -Less Addictive than Xenodrugs! -Disaster Lesbians! -It's just a houseplant! -The Accord said we put people in here! -Loved by trillions! -Intergalactic! -10,000 species served! -Made in Space! -We have drones for this now! -9/10 cotyledons! -cotyledon tested, affini approved! (edited) -it/it! -Has No Expectations! -Absolutely Gay! -More Voxels! -Seeds Aplenty! -Eggs Aplenty! -Music by Sia Amadi! (she hasn't had her name changed as of the last chapter I can read?) (edited) -Music by Cupressaceae Garaveh, Fourth Bloom! -My bloom for Aiur! -Can I pat you? -Now on Mist! -NP is in P! -Ping the Affini! -Petals! -Don’t hoard! -Share! -Make Friends! -Pretty cute! -Now on Tablets! -Skin care is important! -Wash behind your ears! -There's a class-G for that! -Open-Source! -Leashes for Everyone! -Flowers for Everyone! -Bring a Pillow! -Tell your Pinnates! -Thank your waiter! -Domesticated! -Cuddly! -Creeper Plush! -Can you spell Cotyledon? -Sedagive! -The Notorious HRT! -Anticistamines! -Antiboyotics! -Proboyotics! -Breast Mints! -Tasty Terrans! -Tiresome Thoughts! -Save before Warping! -Mmmngh~!!! -Good Pet! -a;lgjna;lgjna;lsgha;lg STAAAAHP! -0981250981258713258 BEEP! -Bottom Text! -Little Spoon! -Gnaw on Vines! -Core World Honey! -Gravity goes SPEEEEEEEEEIN! -No Evil Affini Under Here! -Dawn Cute! -What got you into HDG? -The Affini win, always! -Horny Jail! -Consent is Groovy! -Aftercare! -What's your Safeword? -Freely-given, Reversible, Informed, Enthusiastic, Specific! -I'm from the Affini, and I'm here to help! -Floret Says What? -You are worth it! -Cognitive Behavioural Therapy, from Wikipedia, the free encyclopedia! -What Would Your Owner Do? -I'm Not A Pet! -The Terrans never stood a chance anyway! -The Best Possible Version of You! -Free Terra who? -Pl-Please, Mistress~!!! -Stimming! -Hand-Flapping! -By the Everbloom, I have the power! -Pwhaah...haah....haaaah~ -Vine Ticklemonster! -Tasty Xenodruggies! -Sleep is for the Healthy! -The OTNA is spooky! -The biggest most rebellious rebellion ever! -Burrito Blanket! -You have until the count of ten~! -Sophonic! -Tummny rubs! -Earscritches! -Headpats! -These are heatsinks, dummy! -Programmer Socks! -Boots with the Fir! -I can have Vampire Fangs! -Let me Carry you to our Bed! -What's a Horse? -want to go on a date? -Station? Dear, this is a small warship! -right into the waiting vines of the affini! -my little Elvy~ -Negotiations Upon Shakey Vibes! -A Normal Singleplayer Run During Which No Domestication Occurs -It’s alright, little one! -My little flower! -Exploding Martian Ovens! -Darling, you're safe now! -@I'm Iggy! -Support your Gardener! (edited) - -Reddeyfish — Yesterday at 11:46 PM -Brave words for someone in Domestication Distance! -[11:47 PM] -I-I-I-I-I-I-I-I gayyyy \ No newline at end of file diff --git a/.minecraft/kubejs/assets/minecraft/textures/gui/title/background/panorama_overlay.png b/.minecraft/kubejs/assets/minecraft/textures/gui/title/background/panorama_overlay.png deleted file mode 100644 index 6f127fd..0000000 Binary files a/.minecraft/kubejs/assets/minecraft/textures/gui/title/background/panorama_overlay.png and /dev/null differ diff --git a/.minecraft/kubejs/assets/vanilla-tweaks-assets.txt b/.minecraft/kubejs/assets/vanilla-tweaks-assets.txt deleted file mode 100644 index d02c2ce..0000000 --- a/.minecraft/kubejs/assets/vanilla-tweaks-assets.txt +++ /dev/null @@ -1,4 +0,0 @@ -Vanilla Tweaks Resource Pack -Version: 1.19 -Packs: - NoPanoramaOverlay \ No newline at end of file diff --git a/.minecraft/kubejs/client_scripts/script.js b/.minecraft/kubejs/client_scripts/script.js deleted file mode 100644 index f6813fe..0000000 --- a/.minecraft/kubejs/client_scripts/script.js +++ /dev/null @@ -1,8 +0,0 @@ -// priority: 0 - -console.info('Hello, World! (You will see this line every time client resources reload)') - -onEvent('jei.hide.items', event => { - // Hide items in JEI here - // event.hide('minecraft:cobblestone') -}) \ No newline at end of file diff --git a/.minecraft/kubejs/config/client.properties b/.minecraft/kubejs/config/client.properties index 11447ac..6df1547 100644 --- a/.minecraft/kubejs/config/client.properties +++ b/.minecraft/kubejs/config/client.properties @@ -1,15 +1,16 @@ #KubeJS Client Properties -#Mon Sep 26 19:27:11 PDT 2022 +#Sat Mar 30 08:04:03 PDT 2024 backgroundColor=2b2b2b barBorderColor=ECEFF4 -exportAtlases=false -menuBackgroundBrightness=64 -disableRecipeBook=false -title=FloretCraft barColor=ECEFF4 -overrideColors=true +blurScaledPackIcon=true +disableRecipeBook=false +exportAtlases=false fmlLogColor=ECEFF4 -showTagNames=false fmlMemoryColor=ECEFF4 +menuBackgroundBrightness=64 menuBackgroundScale=32.0 menuInnerBackgroundBrightness=32 +overrideColors=false +showTagNames=false +title=FlortMC diff --git a/.minecraft/kubejs/config/common.properties b/.minecraft/kubejs/config/common.properties new file mode 100644 index 0000000..2e50474 --- /dev/null +++ b/.minecraft/kubejs/config/common.properties @@ -0,0 +1,13 @@ +#KubeJS Common Properties +#Sat Mar 30 08:03:56 PDT 2024 +allowAsyncStreams=true +announceReload=true +creativeModeTabIcon=minecraft\:purple_dye +hideServerScriptErrors=false +ignoreCustomUniqueRecipeIds=false +matchJsonRecipes=true +packmode= +saveDevPropertiesInConfig=false +serverOnly=false +startupErrorGUI=true +startupErrorReportUrl= diff --git a/.minecraft/kubejs/data/minecraft/tags/blocks/features_cannot_replace.json b/.minecraft/kubejs/data/minecraft/tags/blocks/features_cannot_replace.json new file mode 100644 index 0000000..6a1054a --- /dev/null +++ b/.minecraft/kubejs/data/minecraft/tags/blocks/features_cannot_replace.json @@ -0,0 +1,38 @@ +{ + "replace": false, + "values": [ + "spectrum:slate_noxwood_planks", + "spectrum:slate_noxwood_stairs", + "spectrum:slate_noxwood_slab", + "spectrum:slate_noxwood_fence", + "spectrum:slate_noxwood_fence_gate", + "spectrum:slate_noxwood_beam", + "spectrum:slate_noxwood_amphora", + "spectrum:ebony_noxwood_planks", + "spectrum:ebony_noxwood_stairs", + "spectrum:ebony_noxwood_slab", + "spectrum:ebony_noxwood_fence", + "spectrum:ebony_noxwood_fence_gate", + "spectrum:ebony_noxwood_beam", + "spectrum:ebony_noxwood_amphora", + "spectrum:ivory_noxwood_planks", + "spectrum:ivory_noxwood_stairs", + "spectrum:ivory_noxwood_slab", + "spectrum:ivory_noxwood_fence", + "spectrum:ivory_noxwood_fence_gate", + "spectrum:ivory_noxwood_beam", + "spectrum:ivory_noxwood_amphora", + "spectrum:chestnut_noxwood_planks", + "spectrum:chestnut_noxwood_stairs", + "spectrum:chestnut_noxwood_slab", + "spectrum:chestnut_noxwood_fence", + "spectrum:chestnut_noxwood_fence_gate", + "spectrum:chestnut_noxwood_beam", + "spectrum:chestnut_noxwood_amphora", + "#spectrum:colored_planks", + "#spectrum:colored_stairs", + "#spectrum:colored_fences", + "#spectrum:colored_fence_gates", + "#spectrum:colored_slabs" + ] +} \ No newline at end of file diff --git a/.minecraft/kubejs/data/spectrum/tags/blocks/decay/failing_safe.json b/.minecraft/kubejs/data/spectrum/tags/blocks/decay/failing_safe.json new file mode 100644 index 0000000..ef69796 --- /dev/null +++ b/.minecraft/kubejs/data/spectrum/tags/blocks/decay/failing_safe.json @@ -0,0 +1,13 @@ +{ + "replace": true, + "values": [ + "#spectrum:decay/forfeiture_safe", + "minecraft:air", + "minecraft:cave_air", + "minecraft:light", + "spectrum:wand_light", + "minecraft:bedrock", + "spectrum:bedrock_storage_block", + "minecraft:snow" + ] +} diff --git a/.minecraft/kubejs/data/spectrum/tags/blocks/decay/ruin_safe.json b/.minecraft/kubejs/data/spectrum/tags/blocks/decay/ruin_safe.json new file mode 100644 index 0000000..9c123c5 --- /dev/null +++ b/.minecraft/kubejs/data/spectrum/tags/blocks/decay/ruin_safe.json @@ -0,0 +1,9 @@ +{ + "replace": false, + "values": [ + "#minecraft:mineable/axe", + "#minecraft:mineable/hoe", + "#minecraft:mineable/pickaxe", + "#minecraft:mineable/shovel" + ] +} diff --git a/.minecraft/kubejs/index.md b/.minecraft/kubejs/index.md deleted file mode 100644 index fd6100f..0000000 --- a/.minecraft/kubejs/index.md +++ /dev/null @@ -1,20 +0,0 @@ -/assets/ - * functions exactly like the resourcepack/assets folder - -/client_scripts/ - * KubeJS Scripts that run on the client - * uknown the full capabilities, something to look into - -/config/ - * kubejs config, shouldnt need to change but can be changed - -/data/ - * functions exactly like the datapack/data folder - -/server_scripts/ - * these are scripts that function when *in an world* - * they can be used for recipie alteration or other things - -/startup_scripts/ - * these happen on game load - * They can be used to add, remove, or modify items \ No newline at end of file diff --git a/.minecraft/kubejs/pack.mcmeta b/.minecraft/kubejs/pack.mcmeta deleted file mode 100644 index 4562259..0000000 --- a/.minecraft/kubejs/pack.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "pack": { - "description": "FloretSpeak!", - "pack_format": 7 - } -} \ No newline at end of file diff --git a/.minecraft/kubejs/server_scripts/script.js b/.minecraft/kubejs/server_scripts/script.js deleted file mode 100644 index 5cbf241..0000000 --- a/.minecraft/kubejs/server_scripts/script.js +++ /dev/null @@ -1,20 +0,0 @@ -// priority: 0 - -settings.logAddedRecipes = true -settings.logRemovedRecipes = true -settings.logSkippedRecipes = false -settings.logErroringRecipes = true - -console.info('Hello, World! (You will see this line every time server resources reload)') - -onEvent('recipes', event => { - // Change recipes here -}) - -onEvent('item.tags', event => { - // Get the #forge:cobblestone tag collection and add Diamond Ore to it - // event.get('forge:cobblestone').add('minecraft:diamond_ore') - - // Get the #forge:cobblestone tag collection and remove Mossy Cobblestone from it - // event.get('forge:cobblestone').remove('minecraft:mossy_cobblestone') -}) \ No newline at end of file diff --git a/.minecraft/kubejs/startup_scripts/script.js b/.minecraft/kubejs/startup_scripts/script.js deleted file mode 100644 index 5f1aafa..0000000 --- a/.minecraft/kubejs/startup_scripts/script.js +++ /dev/null @@ -1,13 +0,0 @@ -// priority: 0 - -console.info('Hello, World! (You will only see this line once in console, during startup)') - -onEvent('item.registry', event => { - // Register new items here - // event.create('example_item').displayName('Example Item') -}) - -onEvent('block.registry', event => { - // Register new blocks here - // event.create('example_block').material('wood').hardness(1.0).displayName('Example Block') -}) \ No newline at end of file diff --git a/.minecraft/mods/ad-astra-fabric.pw.toml b/.minecraft/mods/ad-astra-fabric.pw.toml deleted file mode 100644 index 79fd424..0000000 --- a/.minecraft/mods/ad-astra-fabric.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Ad Astra!" -filename = "ad-astra-1.0.3-1.18.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/3ufwT9JF/versions/fzC9pnwK/ad-astra-1.0.3-1.18.2.jar" -hash-format = "sha1" -hash = "a59a050a1a63291e3105ebbb7821e24b66c0e354" - -[update] -[update.modrinth] -mod-id = "3ufwT9JF" -version = "fzC9pnwK" diff --git a/.minecraft/mods/ad-astra.pw.toml b/.minecraft/mods/ad-astra.pw.toml new file mode 100644 index 0000000..8104a02 --- /dev/null +++ b/.minecraft/mods/ad-astra.pw.toml @@ -0,0 +1,13 @@ +name = "Ad Astra" +filename = "ad_astra-fabric-1.20.1-1.15.18.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/3ufwT9JF/versions/MxqFxL9C/ad_astra-fabric-1.20.1-1.15.18.jar" +hash-format = "sha1" +hash = "d93d7a03c15a642fa88c84d67bdca0d90a011efe" + +[update] +[update.modrinth] +mod-id = "3ufwT9JF" +version = "MxqFxL9C" diff --git a/.minecraft/mods/additional-redstone.pw.toml b/.minecraft/mods/additional-redstone.pw.toml new file mode 100644 index 0000000..0c4622d --- /dev/null +++ b/.minecraft/mods/additional-redstone.pw.toml @@ -0,0 +1,13 @@ +name = "Additional Redstone" +filename = "additionalredstone-fabric-1.20.1-1.1.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hhraLneG/versions/4lkprnNO/additionalredstone-fabric-1.20.1-1.1.0.jar" +hash-format = "sha1" +hash = "2dcd770c4fa5ff6057de172bace8c77b89329dae" + +[update] +[update.modrinth] +mod-id = "hhraLneG" +version = "4lkprnNO" diff --git a/.minecraft/mods/adorn.pw.toml b/.minecraft/mods/adorn.pw.toml deleted file mode 100644 index 5f5d882..0000000 --- a/.minecraft/mods/adorn.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Adorn" -filename = "Adorn-3.5.0+1.18.2-fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/E6FUtRJh/versions/3.5.0-fabric/Adorn-3.5.0%2B1.18.2-fabric.jar" -hash-format = "sha1" -hash = "54dc846236010b1e22bfdb6b7d06a669f6ccfb5a" - -[update] -[update.modrinth] -mod-id = "E6FUtRJh" -version = "6N5U8wzl" diff --git a/.minecraft/mods/advanced-reborn.pw.toml b/.minecraft/mods/advanced-reborn.pw.toml new file mode 100644 index 0000000..c0afee6 --- /dev/null +++ b/.minecraft/mods/advanced-reborn.pw.toml @@ -0,0 +1,13 @@ +name = "Advanced Reborn" +filename = "AdvancedReborn-1.20.1-1.2.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ir8okcEA/versions/L2HOKlCc/AdvancedReborn-1.20.1-1.2.8.jar" +hash-format = "sha1" +hash = "8e2effc1ef846f965ded32b6670987dbd225ef78" + +[update] +[update.modrinth] +mod-id = "ir8okcEA" +version = "L2HOKlCc" diff --git a/.minecraft/mods/altorigingui.pw.toml b/.minecraft/mods/altorigingui.pw.toml new file mode 100644 index 0000000..7ab0235 --- /dev/null +++ b/.minecraft/mods/altorigingui.pw.toml @@ -0,0 +1,13 @@ +name = "Alternate Origin GUI" +filename = "altorigingui-1.20.1-1.0.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ldWHqZwQ/versions/2Xvkw6un/altorigingui-1.20.1-1.0.1.jar" +hash-format = "sha1" +hash = "23426753bc7a0ab84c1627b059aee3717a2bf3f9" + +[update] +[update.modrinth] +mod-id = "ldWHqZwQ" +version = "2Xvkw6un" diff --git a/.minecraft/mods/amecs.pw.toml b/.minecraft/mods/amecs.pw.toml new file mode 100644 index 0000000..d5013df --- /dev/null +++ b/.minecraft/mods/amecs.pw.toml @@ -0,0 +1,13 @@ +name = "Amecs" +filename = "amecs-1.3.10+mc.1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/rcLriA4v/versions/HuXAp0GB/amecs-1.3.10%2Bmc.1.20.1.jar" +hash-format = "sha1" +hash = "1eff33308da62b47e5767875b28cdd436da77e2c" + +[update] +[update.modrinth] +mod-id = "rcLriA4v" +version = "HuXAp0GB" diff --git a/.minecraft/mods/antighost.pw.toml b/.minecraft/mods/antighost.pw.toml deleted file mode 100644 index 2342e05..0000000 --- a/.minecraft/mods/antighost.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "AntiGhost" -filename = "antighost-1.18.2-fabric0.47.10-1.1.4.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/Jw3Wx1KR/versions/1.18.2-fabric0.47.10-1.1.4/antighost-1.18.2-fabric0.47.10-1.1.4.jar" -hash-format = "sha1" -hash = "b9a690827fdaa60388bc297d6bf339c7ffd68261" - -[update] -[update.modrinth] -mod-id = "Jw3Wx1KR" -version = "JX1vBTrB" diff --git a/.minecraft/mods/appleskin.pw.toml b/.minecraft/mods/appleskin.pw.toml new file mode 100644 index 0000000..a6fec35 --- /dev/null +++ b/.minecraft/mods/appleskin.pw.toml @@ -0,0 +1,13 @@ +name = "AppleSkin" +filename = "appleskin-fabric-mc1.20.1-2.5.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/xcauwnEB/appleskin-fabric-mc1.20.1-2.5.1.jar" +hash-format = "sha1" +hash = "d0f11243f79c071416bbcee781ae93eb57a0283c" + +[update] +[update.modrinth] +mod-id = "EsAfCjCV" +version = "xcauwnEB" diff --git a/.minecraft/mods/architectury-api.pw.toml b/.minecraft/mods/architectury-api.pw.toml index 4d4d326..4efa352 100644 --- a/.minecraft/mods/architectury-api.pw.toml +++ b/.minecraft/mods/architectury-api.pw.toml @@ -1,13 +1,13 @@ name = "Architectury API" -filename = "architectury-4.9.84-fabric.jar" +filename = "architectury-9.2.14-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/foPbHoIn/architectury-4.9.84-fabric.jar" +url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/WbL7MStR/architectury-9.2.14-fabric.jar" hash-format = "sha1" -hash = "ee6d6ac3e96e0894537d34ec9ed4b80f1a59e95e" +hash = "4fa65e32dbf63a871a30fe8ec6fbff9a4b8d007d" [update] [update.modrinth] mod-id = "lhGA9TYQ" -version = "foPbHoIn" +version = "WbL7MStR" diff --git a/.minecraft/mods/athena-ctm.pw.toml b/.minecraft/mods/athena-ctm.pw.toml new file mode 100644 index 0000000..62ce09c --- /dev/null +++ b/.minecraft/mods/athena-ctm.pw.toml @@ -0,0 +1,13 @@ +name = "Athena" +filename = "athena-fabric-1.20.1-3.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/b1ZV3DIJ/versions/mXJWSwbJ/athena-fabric-1.20.1-3.1.2.jar" +hash-format = "sha1" +hash = "53014ceff1e10085609c16adbe246df51113bfe9" + +[update] +[update.modrinth] +mod-id = "b1ZV3DIJ" +version = "mXJWSwbJ" diff --git a/.minecraft/mods/axiom.pw.toml b/.minecraft/mods/axiom.pw.toml new file mode 100644 index 0000000..ecefc85 --- /dev/null +++ b/.minecraft/mods/axiom.pw.toml @@ -0,0 +1,17 @@ +name = "Axiom" +filename = "Axiom-2.8.1-for-MC1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/N6n5dqoA/versions/JJt0NDC2/Axiom-2.8.1-for-MC1.20.1.jar" +hash-format = "sha1" +hash = "39ec1eb855d67f2343a8f03225f3836d680f57a8" + +[update] +[update.modrinth] +mod-id = "N6n5dqoA" +version = "JJt0NDC2" + +[option] +optional = true +description = "world edit on steroids." diff --git a/.minecraft/mods/badstdout.pw.toml b/.minecraft/mods/badstdout.pw.toml deleted file mode 100644 index 261d984..0000000 --- a/.minecraft/mods/badstdout.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "BadStdOut" -filename = "badstdout-1.1.1-1.18.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/9Y8sMRVG/versions/1.1.1-1.18/badstdout-1.1.1-1.18.jar" -hash-format = "sha1" -hash = "d2867a49691ea3c395596ab7f16744b059b9c13a" - -[update] -[update.modrinth] -mod-id = "9Y8sMRVG" -version = "V81dH2uu" diff --git a/.minecraft/mods/bclib.pw.toml b/.minecraft/mods/bclib.pw.toml new file mode 100644 index 0000000..6c6ce94 --- /dev/null +++ b/.minecraft/mods/bclib.pw.toml @@ -0,0 +1,13 @@ +name = "BCLib" +filename = "bclib-3.0.14.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/BgNRHReB/versions/TPC86Pyz/bclib-3.0.14.jar" +hash-format = "sha1" +hash = "34be724165bfe1207542f26551b10925d099eee1" + +[update] +[update.modrinth] +mod-id = "BgNRHReB" +version = "TPC86Pyz" diff --git a/.minecraft/mods/bellsandwhistles.pw.toml b/.minecraft/mods/bellsandwhistles.pw.toml new file mode 100644 index 0000000..c36c212 --- /dev/null +++ b/.minecraft/mods/bellsandwhistles.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Bells & Whistles" +filename = "bellsandwhistles-0.4.5+1.20.1-FABRIC.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gJ5afkVv/versions/m0GUubvz/bellsandwhistles-0.4.5%2B1.20.1-FABRIC.jar" +hash-format = "sha1" +hash = "70e97c2ff786b8df7f354a37442ae36f4df35dc3" + +[update] +[update.modrinth] +mod-id = "gJ5afkVv" +version = "m0GUubvz" diff --git a/.minecraft/mods/bettercommandblockui.pw.toml b/.minecraft/mods/bettercommandblockui.pw.toml deleted file mode 100644 index 0302f9f..0000000 --- a/.minecraft/mods/bettercommandblockui.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Better Command Block UI" -filename = "bettercommandblockui-0.1.0-1.18.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/8iQcgjQ2/versions/0.1.0/bettercommandblockui-0.1.0-1.18.2.jar" -hash-format = "sha1" -hash = "af0553b2f807d8c4f7d4af27a74b3f5674257b92" - -[update] -[update.modrinth] -mod-id = "8iQcgjQ2" -version = "R7XOD0de" diff --git a/.minecraft/mods/betterend.pw.toml b/.minecraft/mods/betterend.pw.toml new file mode 100644 index 0000000..4830af2 --- /dev/null +++ b/.minecraft/mods/betterend.pw.toml @@ -0,0 +1,13 @@ +name = "BetterEnd" +filename = "better-end-4.0.11.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gc8OEnCC/versions/7QwyTILr/better-end-4.0.11.jar" +hash-format = "sha1" +hash = "1e54364d63245a51e66e414ca73efbac9e05f11d" + +[update] +[update.modrinth] +mod-id = "gc8OEnCC" +version = "7QwyTILr" diff --git a/.minecraft/mods/betterf3.pw.toml b/.minecraft/mods/betterf3.pw.toml index 7a03781..ebe3705 100644 --- a/.minecraft/mods/betterf3.pw.toml +++ b/.minecraft/mods/betterf3.pw.toml @@ -1,13 +1,13 @@ name = "BetterF3" -filename = "BetterF3-1.2.5-Fabric-1.18.2.jar" +filename = "BetterF3-7.0.2-Fabric-1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/8shC1gFX/versions/1.2.5.1/BetterF3-1.2.5-Fabric-1.18.2.jar" +url = "https://cdn.modrinth.com/data/8shC1gFX/versions/7WkFnw9F/BetterF3-7.0.2-Fabric-1.20.1.jar" hash-format = "sha1" -hash = "457734b8099afbda9218c59aa6f197e2a2cc8d65" +hash = "ed0383ed8c68e1d1cbfc61267afee028d8a4d7fe" [update] [update.modrinth] mod-id = "8shC1gFX" -version = "EWqUNavR" +version = "7WkFnw9F" diff --git a/.minecraft/mods/betternether.pw.toml b/.minecraft/mods/betternether.pw.toml new file mode 100644 index 0000000..8ca0e2f --- /dev/null +++ b/.minecraft/mods/betternether.pw.toml @@ -0,0 +1,13 @@ +name = "BetterNether" +filename = "better-nether-9.0.10.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/MpzVLzy5/versions/IG7kgtJH/better-nether-9.0.10.jar" +hash-format = "sha1" +hash = "7247c4b3f319f828205fc9f195261c46a24280ec" + +[update] +[update.modrinth] +mod-id = "MpzVLzy5" +version = "IG7kgtJH" diff --git a/.minecraft/mods/blockmeter.pw.toml b/.minecraft/mods/blockmeter.pw.toml deleted file mode 100644 index 1cc1aa4..0000000 --- a/.minecraft/mods/blockmeter.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "Block Meter" -filename = "blockmeter-1.6.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/oGU9LXKC/versions/1.6/blockmeter-1.6.jar" -hash-format = "sha1" -hash = "261544deeedc70ed503b53d04ae6f86bb6c51834" - -[update] -[update.modrinth] -mod-id = "oGU9LXKC" -version = "rqzE7cU2" - -[option] -optional = true -default = false -description = "A mod to measure block distances" \ No newline at end of file diff --git a/.minecraft/mods/blur-fabric.pw.toml b/.minecraft/mods/blur-fabric.pw.toml deleted file mode 100644 index 24c7e45..0000000 --- a/.minecraft/mods/blur-fabric.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Blur (Fabric)" -filename = "blur-2.4.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/NK39zBp2/versions/2.4.1/blur-2.4.1.jar" -hash-format = "sha1" -hash = "4e9eb6718bf1aae922f7abd6fc93be1db49e5a4c" - -[update] -[update.modrinth] -mod-id = "NK39zBp2" -version = "xetUzR7z" diff --git a/.minecraft/mods/bobby.pw.toml b/.minecraft/mods/bobby.pw.toml deleted file mode 100644 index a5c27dd..0000000 --- a/.minecraft/mods/bobby.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Bobby" -filename = "bobby-3.1.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/M08ruV16/versions/3.1.1/bobby-3.1.1.jar" -hash-format = "sha1" -hash = "783d7ab7d34e87c0671a9426be0021caee58c1b8" - -[update] -[update.modrinth] -mod-id = "M08ruV16" -version = "xfghgAG8" diff --git a/.minecraft/mods/botania.pw.toml b/.minecraft/mods/botania.pw.toml deleted file mode 100644 index 8ab1bb8..0000000 --- a/.minecraft/mods/botania.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Botania" -filename = "Botania-1.18.2-435-FABRIC.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/pfjLUfGv/versions/1.18.2-435-fabric/Botania-1.18.2-435-FABRIC.jar" -hash-format = "sha1" -hash = "39cfb7f9c18f4d04f4734cea9794205a00fb0f5d" - -[update] -[update.modrinth] -mod-id = "pfjLUfGv" -version = "I1sdolxI" diff --git a/.minecraft/mods/botarium.pw.toml b/.minecraft/mods/botarium.pw.toml new file mode 100644 index 0000000..da39afd --- /dev/null +++ b/.minecraft/mods/botarium.pw.toml @@ -0,0 +1,13 @@ +name = "Botarium" +filename = "botarium-fabric-1.20.1-2.3.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/2u6LRnMa/versions/5a8eybLl/botarium-fabric-1.20.1-2.3.3.jar" +hash-format = "sha1" +hash = "ffd8b8ec111c5942b30aded4e3ba4f2429023f0e" + +[update] +[update.modrinth] +mod-id = "2u6LRnMa" +version = "5a8eybLl" diff --git a/.minecraft/mods/building-wands.pw.toml b/.minecraft/mods/building-wands.pw.toml new file mode 100644 index 0000000..295909c --- /dev/null +++ b/.minecraft/mods/building-wands.pw.toml @@ -0,0 +1,13 @@ +name = "Building Wands" +filename = "BuildingWands-mc1.20.1-2.6.9-release.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/XkisZUfp/versions/mLBi7a8x/BuildingWands-mc1.20.1-2.6.9-release.jar" +hash-format = "sha1" +hash = "31e4375395f23b6b3e535d0442f3082cfd94c9fc" + +[update] +[update.modrinth] +mod-id = "XkisZUfp" +version = "mLBi7a8x" diff --git a/.minecraft/mods/cardinal-components-api.pw.toml b/.minecraft/mods/cardinal-components-api.pw.toml new file mode 100644 index 0000000..2ec6b68 --- /dev/null +++ b/.minecraft/mods/cardinal-components-api.pw.toml @@ -0,0 +1,13 @@ +name = "Cardinal Components API" +filename = "cardinal-components-api-5.2.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/K01OU20C/versions/qW85eawp/cardinal-components-api-5.2.2.jar" +hash-format = "sha1" +hash = "b049c6342185dae10607d6c1fe2fd792db189582" + +[update] +[update.modrinth] +mod-id = "K01OU20C" +version = "qW85eawp" diff --git a/.minecraft/mods/carpet.pw.toml b/.minecraft/mods/carpet.pw.toml new file mode 100644 index 0000000..5536af1 --- /dev/null +++ b/.minecraft/mods/carpet.pw.toml @@ -0,0 +1,13 @@ +name = "Carpet" +filename = "fabric-carpet-1.20-1.4.112+v230608.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/TQTTVgYE/versions/K0Wj117C/fabric-carpet-1.20-1.4.112%2Bv230608.jar" +hash-format = "sha1" +hash = "29faa4d1c22509b67a6d66b2a8c9d3b5aa483b65" + +[update] +[update.modrinth] +mod-id = "TQTTVgYE" +version = "K0Wj117C" diff --git a/.minecraft/mods/cc-restitched.pw.toml b/.minecraft/mods/cc-restitched.pw.toml deleted file mode 100644 index 2684cf0..0000000 --- a/.minecraft/mods/cc-restitched.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "CC: Restitched" -filename = "cc-restitched-1.100.8.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/eldBwa5V/versions/1.100.8%2B1.18.2/cc-restitched-1.100.8.jar" -hash-format = "sha1" -hash = "3c2291e1b3b7bcc238a2c38522afc274c5f83525" - -[update] -[update.modrinth] -mod-id = "eldBwa5V" -version = "FbQHIk33" diff --git a/.minecraft/mods/cc-tweaked.pw.toml b/.minecraft/mods/cc-tweaked.pw.toml new file mode 100644 index 0000000..3dce12b --- /dev/null +++ b/.minecraft/mods/cc-tweaked.pw.toml @@ -0,0 +1,13 @@ +name = "CC: Tweaked" +filename = "cc-tweaked-1.20.1-fabric-1.110.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gu7yAYhd/versions/ekffpGYP/cc-tweaked-1.20.1-fabric-1.110.3.jar" +hash-format = "sha1" +hash = "4a9c26751b8a07ab99e682281c9cb6b78af86d29" + +[update] +[update.modrinth] +mod-id = "gu7yAYhd" +version = "ekffpGYP" diff --git a/.minecraft/mods/cc-vs.pw.toml b/.minecraft/mods/cc-vs.pw.toml new file mode 100644 index 0000000..5d0c344 --- /dev/null +++ b/.minecraft/mods/cc-vs.pw.toml @@ -0,0 +1,13 @@ +name = "CC: VS" +filename = "cc_vs-1.20.1-fabric-0.0.9.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/bvgy8HrZ/versions/c7b3Rnp5/cc_vs-1.20.1-fabric-0.0.9.jar" +hash-format = "sha1" +hash = "6bb4dc8d87c501ae6e434aecec5747020d51b897" + +[update] +[update.modrinth] +mod-id = "bvgy8HrZ" +version = "c7b3Rnp5" diff --git a/.minecraft/mods/cccbridge.pw.toml b/.minecraft/mods/cccbridge.pw.toml new file mode 100644 index 0000000..958475d --- /dev/null +++ b/.minecraft/mods/cccbridge.pw.toml @@ -0,0 +1,13 @@ +name = "CC:C Bridge" +filename = "cccbridge-mc1.20.1-fabric-v1.6.2b.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fXt291FO/versions/57pJUQQM/cccbridge-mc1.20.1-fabric-v1.6.2b.jar" +hash-format = "sha1" +hash = "7de4610e10b8bde87badb77a94ee2e57abbc0fa9" + +[update] +[update.modrinth] +mod-id = "fXt291FO" +version = "57pJUQQM" diff --git a/.minecraft/mods/charmonium.pw.toml b/.minecraft/mods/charmonium.pw.toml deleted file mode 100644 index 46ec721..0000000 --- a/.minecraft/mods/charmonium.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Charmonium" -filename = "charmonium-fabric-1.18.2-4.1.0.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/bpii4Xsa/versions/4.1.0+1.18.2/charmonium-fabric-1.18.2-4.1.0.jar" -hash-format = "sha1" -hash = "4b8568ff73b81e4c9c3b23653e2339c86c38e7be" - -[update] -[update.modrinth] -mod-id = "bpii4Xsa" -version = "rzkLIRCX" diff --git a/.minecraft/mods/chipped.pw.toml b/.minecraft/mods/chipped.pw.toml new file mode 100644 index 0000000..f72bc48 --- /dev/null +++ b/.minecraft/mods/chipped.pw.toml @@ -0,0 +1,13 @@ +name = "Chipped" +filename = "Chipped-fabric-1.20.1-3.0.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/BAscRYKm/versions/Fy1PKYtc/Chipped-fabric-1.20.1-3.0.6.jar" +hash-format = "sha1" +hash = "96f392370790ff17d48270b7473b1578d4b0e2fe" + +[update] +[update.modrinth] +mod-id = "BAscRYKm" +version = "Fy1PKYtc" diff --git a/.minecraft/mods/chunky.pw.toml b/.minecraft/mods/chunky.pw.toml deleted file mode 100644 index 8c04511..0000000 --- a/.minecraft/mods/chunky.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Chunky Pregenerator" -filename = "Chunky-1.2.164.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/fALzjamp/versions/1.2.164/Chunky-1.2.164.jar" -hash-format = "sha1" -hash = "c936401a30394972b102d62a2553927aa79bd501" - -[update] -[update.modrinth] -mod-id = "fALzjamp" -version = "JJMpSOeW" diff --git a/.minecraft/mods/cit-resewn.pw.toml b/.minecraft/mods/cit-resewn.pw.toml deleted file mode 100644 index 41f757d..0000000 --- a/.minecraft/mods/cit-resewn.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "CIT Resewn" -filename = "CITResewn-1.1.1+1.18.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/otVJckYQ/versions/1.1.1+1.18.2/CITResewn-1.1.1%2B1.18.2.jar" -hash-format = "sha1" -hash = "864c538f4f07bb43445ecdfb27e77649efaf4327" - -[update] -[update.modrinth] -mod-id = "otVJckYQ" -version = "SwmQcI45" diff --git a/.minecraft/mods/cleardespawn.pw.toml b/.minecraft/mods/cleardespawn.pw.toml deleted file mode 100644 index a541a21..0000000 --- a/.minecraft/mods/cleardespawn.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ClearDespawn-Fabric" -filename = "cleardespawn-21w40a-1.1.3.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/yoJJjRRE/versions/21w40a-1.1.3/cleardespawn-21w40a-1.1.3.jar" -hash-format = "sha1" -hash = "3390baeaf6a9fe8f6e6120dbfc11cf231abf14dd" - -[update] -[update.modrinth] -mod-id = "yoJJjRRE" -version = "9Xke6c1g" diff --git a/.minecraft/mods/cloth-config.pw.toml b/.minecraft/mods/cloth-config.pw.toml index a46924d..6d9c873 100644 --- a/.minecraft/mods/cloth-config.pw.toml +++ b/.minecraft/mods/cloth-config.pw.toml @@ -1,13 +1,13 @@ name = "Cloth Config API" -filename = "cloth-config-6.3.81-fabric.jar" +filename = "cloth-config-11.1.118-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/9s6osm5g/versions/gPqHXnrg/cloth-config-6.3.81-fabric.jar" +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/J3FLptsi/cloth-config-11.1.118-fabric.jar" hash-format = "sha1" -hash = "f6501a0b48872d2d14da55796f16f582a83bef7b" +hash = "f669f899d707b9e9acf1c239b0ae6b2c8be95361" [update] [update.modrinth] mod-id = "9s6osm5g" -version = "gPqHXnrg" +version = "J3FLptsi" diff --git a/.minecraft/mods/clumps.pw.toml b/.minecraft/mods/clumps.pw.toml new file mode 100644 index 0000000..7da76b8 --- /dev/null +++ b/.minecraft/mods/clumps.pw.toml @@ -0,0 +1,13 @@ +name = "Clumps" +filename = "Clumps-fabric-1.20.1-12.0.0.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Wnxd13zP/versions/hefSwtn6/Clumps-fabric-1.20.1-12.0.0.4.jar" +hash-format = "sha1" +hash = "a20cfe0b0ee0b897887f81c4919af9d220ba22e7" + +[update] +[update.modrinth] +mod-id = "Wnxd13zP" +version = "hefSwtn6" diff --git a/.minecraft/mods/clumps.toml b/.minecraft/mods/clumps.toml deleted file mode 100644 index a8ad453..0000000 --- a/.minecraft/mods/clumps.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Clumps" -filename = "Clumps-fabric-1.18.2-8.0.0+15.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "e76c85474fa2eaf419b359615e58937ef817d6fe" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3913405 -project-id = 256717 diff --git a/.minecraft/mods/continuity.pw.toml b/.minecraft/mods/continuity.pw.toml deleted file mode 100644 index f935bed..0000000 --- a/.minecraft/mods/continuity.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Continuity" -filename = "continuity-2.0.1+1.18.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/1IjD5062/versions/2.0.1+1.18.2/continuity-2.0.1%2B1.18.2.jar" -hash-format = "sha1" -hash = "0ccc70d5e03526597558829bffba2ff3bf5db5c4" - -[update] -[update.modrinth] -mod-id = "1IjD5062" -version = "jjpzIZoY" diff --git a/.minecraft/mods/controlify.pw.toml b/.minecraft/mods/controlify.pw.toml new file mode 100644 index 0000000..9e9a9e7 --- /dev/null +++ b/.minecraft/mods/controlify.pw.toml @@ -0,0 +1,13 @@ +name = "Controlify" +filename = "Controlify-2.0.0-beta.8+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/DOUdJVEm/versions/naETXOxy/Controlify-2.0.0-beta.8%2B1.20.1.jar" +hash-format = "sha1" +hash = "b7f653dc9d58bb318ff8e5eaa2268613f360357b" + +[update] +[update.modrinth] +mod-id = "DOUdJVEm" +version = "naETXOxy" diff --git a/.minecraft/mods/controlling.pw.toml b/.minecraft/mods/controlling.pw.toml new file mode 100644 index 0000000..fa6e2c2 --- /dev/null +++ b/.minecraft/mods/controlling.pw.toml @@ -0,0 +1,13 @@ +name = "Controlling" +filename = "Controlling-fabric-1.20.1-12.0.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/xv94TkTM/versions/6ipZLQSK/Controlling-fabric-1.20.1-12.0.2.jar" +hash-format = "sha1" +hash = "8d6badebb7f2aea04793c92174dafa946b13f1e9" + +[update] +[update.modrinth] +mod-id = "xv94TkTM" +version = "6ipZLQSK" diff --git a/.minecraft/mods/conveyor-belts.pw.toml b/.minecraft/mods/conveyor-belts.pw.toml deleted file mode 100644 index ea7fa16..0000000 --- a/.minecraft/mods/conveyor-belts.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Conveyor Belts" -filename = "conveyor-belts-1.8.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/WjHeCvm0/versions/1.8/conveyor-belts-1.8.jar" -hash-format = "sha1" -hash = "2afbd6f909431280e32f40f02f5b07b5a19db260" - -[update] -[update.modrinth] -mod-id = "WjHeCvm0" -version = "vLWebMRv" diff --git a/.minecraft/mods/create-deco.pw.toml b/.minecraft/mods/create-deco.pw.toml new file mode 100644 index 0000000..ce63cab --- /dev/null +++ b/.minecraft/mods/create-deco.pw.toml @@ -0,0 +1,13 @@ +name = "Create Deco" +filename = "createdeco-2.0.2-1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/sMvUb4Rb/versions/GsxgfeNu/createdeco-2.0.2-1.20.1-fabric.jar" +hash-format = "sha1" +hash = "b7b525c64cde199d1ab12fee7f1171812a283646" + +[update] +[update.modrinth] +mod-id = "sMvUb4Rb" +version = "GsxgfeNu" diff --git a/.minecraft/mods/create-enchantment-industry-fabric.pw.toml b/.minecraft/mods/create-enchantment-industry-fabric.pw.toml new file mode 100644 index 0000000..98e13ed --- /dev/null +++ b/.minecraft/mods/create-enchantment-industry-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Create Enchantment Industry Fabric" +filename = "create_enchantment_industry-1.2.16.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/AEZO385x/versions/SI0RzkGk/create_enchantment_industry-1.2.16.jar" +hash-format = "sha1" +hash = "c1153315e3d0e7d216ca3179e483fe8b9f794433" + +[update] +[update.modrinth] +mod-id = "AEZO385x" +version = "SI0RzkGk" diff --git a/.minecraft/mods/create-fabric.pw.toml b/.minecraft/mods/create-fabric.pw.toml new file mode 100644 index 0000000..3def9c0 --- /dev/null +++ b/.minecraft/mods/create-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Create Fabric" +filename = "create-fabric-0.5.1-f-build.1417+mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/h2HgGyvA/create-fabric-0.5.1-f-build.1417%2Bmc1.20.1.jar" +hash-format = "sha1" +hash = "dc5c230e3b293092b457200883398225fffab597" + +[update] +[update.modrinth] +mod-id = "Xbc0uyRg" +version = "h2HgGyvA" diff --git a/.minecraft/mods/create-ore-excavation.pw.toml b/.minecraft/mods/create-ore-excavation.pw.toml new file mode 100644 index 0000000..a8e989a --- /dev/null +++ b/.minecraft/mods/create-ore-excavation.pw.toml @@ -0,0 +1,13 @@ +name = "Create Ore Excavation" +filename = "createoreexcavation-fabric-1.20-1.4.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ResbpANg/versions/jmSBgUUD/createoreexcavation-fabric-1.20-1.4.5.jar" +hash-format = "sha1" +hash = "a7ecd132208b6dc9ea71dfcd49718ae86222f483" + +[update] +[update.modrinth] +mod-id = "ResbpANg" +version = "jmSBgUUD" diff --git a/.minecraft/mods/create-steam-n-rails.pw.toml b/.minecraft/mods/create-steam-n-rails.pw.toml new file mode 100644 index 0000000..39aa8c5 --- /dev/null +++ b/.minecraft/mods/create-steam-n-rails.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Steam 'n' Rails" +filename = "Steam_Rails-1.6.4+fabric-mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ZzjhlDgM/versions/AJ3IGl3n/Steam_Rails-1.6.4%2Bfabric-mc1.20.1.jar" +hash-format = "sha1" +hash = "6aebceb3b11005d9cf7255f26344e1c3a635c91c" + +[update] +[update.modrinth] +mod-id = "ZzjhlDgM" +version = "AJ3IGl3n" diff --git a/.minecraft/mods/create-structures.pw.toml b/.minecraft/mods/create-structures.pw.toml new file mode 100644 index 0000000..83ff6cb --- /dev/null +++ b/.minecraft/mods/create-structures.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Structures" +filename = "create-structures-0.1.1-1.20.1-FABRIC.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/IAnP4np7/versions/nqsTHZwx/create-structures-0.1.1-1.20.1-FABRIC.jar" +hash-format = "sha1" +hash = "b0adac5af2734590d57e86a270a343abb74dfed4" + +[update] +[update.modrinth] +mod-id = "IAnP4np7" +version = "nqsTHZwx" diff --git a/.minecraft/mods/create-track-map.pw.toml b/.minecraft/mods/create-track-map.pw.toml new file mode 100644 index 0000000..2518a5a --- /dev/null +++ b/.minecraft/mods/create-track-map.pw.toml @@ -0,0 +1,13 @@ +name = "Create Track Map" +filename = "create-track-map-1.4+mc1.20.1-fabric.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/gxoNIjg6/versions/qoyYyg2G/create-track-map-1.4%2Bmc1.20.1-fabric.jar" +hash-format = "sha1" +hash = "262e54637fc296c09473325f0fe83d37bc4b3d08" + +[update] +[update.modrinth] +mod-id = "gxoNIjg6" +version = "qoyYyg2G" diff --git a/.minecraft/mods/createaddition.pw.toml b/.minecraft/mods/createaddition.pw.toml new file mode 100644 index 0000000..0415803 --- /dev/null +++ b/.minecraft/mods/createaddition.pw.toml @@ -0,0 +1,13 @@ +name = "Create Crafts & Additions" +filename = "createaddition-fabric+1.20.1-1.2.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/kU1G12Nn/versions/J3uh8pqe/createaddition-fabric%2B1.20.1-1.2.3.jar" +hash-format = "sha1" +hash = "e0109d1aba129d30482aaae060abac0ce1e56bc9" + +[update] +[update.modrinth] +mod-id = "kU1G12Nn" +version = "J3uh8pqe" diff --git a/.minecraft/mods/cyberanner-ironchest.pw.toml b/.minecraft/mods/cyberanner-ironchest.pw.toml deleted file mode 100644 index ab0b6fd..0000000 --- a/.minecraft/mods/cyberanner-ironchest.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Iron Chests" -filename = "IronChests-1.7.4.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/7mHyGgvW/versions/1.7.4/IronChests-1.7.4.jar" -hash-format = "sha1" -hash = "048f1f8aeee64774c05ce0659470ab4462c9136b" - -[update] -[update.modrinth] -mod-id = "7mHyGgvW" -version = "SFIhkNnN" diff --git a/.minecraft/mods/dark-loading-screen.pw.toml b/.minecraft/mods/dark-loading-screen.pw.toml new file mode 100644 index 0000000..a5df337 --- /dev/null +++ b/.minecraft/mods/dark-loading-screen.pw.toml @@ -0,0 +1,13 @@ +name = "Dark Loading Screen" +filename = "dark-loading-screen-1.6.14.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/h3XWIuzM/versions/HLjyJHzA/dark-loading-screen-1.6.14.jar" +hash-format = "sha1" +hash = "c6ce1e2c34fe4a412183431ea6b323e5e6eaf8f0" + +[update] +[update.modrinth] +mod-id = "h3XWIuzM" +version = "HLjyJHzA" diff --git a/.minecraft/mods/ducky-periphs.pw.toml b/.minecraft/mods/ducky-periphs.pw.toml new file mode 100644 index 0000000..d3b1ae1 --- /dev/null +++ b/.minecraft/mods/ducky-periphs.pw.toml @@ -0,0 +1,13 @@ +name = "Ducky Peripherals" +filename = "duckyperiphs-1.20.1-1.3.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/l2IpK3Ji/versions/FYDI2Gut/duckyperiphs-1.20.1-1.3.1-fabric.jar" +hash-format = "sha1" +hash = "a58286a38e0d4dab0dc378aef916bba985cc4ae7" + +[update] +[update.modrinth] +mod-id = "l2IpK3Ji" +version = "FYDI2Gut" diff --git a/.minecraft/mods/elytra-slot.pw.toml b/.minecraft/mods/elytra-slot.pw.toml new file mode 100644 index 0000000..894ece6 --- /dev/null +++ b/.minecraft/mods/elytra-slot.pw.toml @@ -0,0 +1,13 @@ +name = "Elytra Slot" +filename = "elytraslot-fabric-6.3.0+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/mSQF1NpT/versions/6uCj1VmZ/elytraslot-fabric-6.3.0%2B1.20.1.jar" +hash-format = "sha1" +hash = "8434372482be878e0d40542cd2cce09b6dfccf84" + +[update] +[update.modrinth] +mod-id = "mSQF1NpT" +version = "6uCj1VmZ" diff --git a/.minecraft/mods/elytra-trims-extensions.pw.toml b/.minecraft/mods/elytra-trims-extensions.pw.toml new file mode 100644 index 0000000..24741cd --- /dev/null +++ b/.minecraft/mods/elytra-trims-extensions.pw.toml @@ -0,0 +1,13 @@ +name = "Elytra Trims Extensions" +filename = "elytratrims_extensions-fabric-2.1.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5edtQ4at/versions/KfkxIFnb/elytratrims_extensions-fabric-2.1.0.jar" +hash-format = "sha1" +hash = "889fcee7865a36777aacb8a2d073bb2cd458db02" + +[update] +[update.modrinth] +mod-id = "5edtQ4at" +version = "KfkxIFnb" diff --git a/.minecraft/mods/elytra-trims.pw.toml b/.minecraft/mods/elytra-trims.pw.toml new file mode 100644 index 0000000..d05049e --- /dev/null +++ b/.minecraft/mods/elytra-trims.pw.toml @@ -0,0 +1,13 @@ +name = "Elytra Trims" +filename = "elytratrims-fabric-3.1.4+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/XpzGz7KD/versions/TGI7RXJy/elytratrims-fabric-3.1.4%2B1.20.1.jar" +hash-format = "sha1" +hash = "100aaed29591482ff4167265149164d83a197405" + +[update] +[update.modrinth] +mod-id = "XpzGz7KD" +version = "TGI7RXJy" diff --git a/.minecraft/mods/emi.pw.toml b/.minecraft/mods/emi.pw.toml new file mode 100644 index 0000000..f2fa159 --- /dev/null +++ b/.minecraft/mods/emi.pw.toml @@ -0,0 +1,17 @@ +name = "EMI" +filename = "emi-1.1.6+1.20.1+fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/spghOu2N/emi-1.1.6%2B1.20.1%2Bfabric.jar" +hash-format = "sha1" +hash = "8ddbf004ebdb9f6518651ef3fffe02157f7300b2" + +[update] +[update.modrinth] +mod-id = "fRiHVvU7" +version = "spghOu2N" + +[option] +optional = true +description = "Recipe viewer: Incompatible with REI. \nIntegrates with JEI." diff --git a/.minecraft/mods/entityculling.pw.toml b/.minecraft/mods/entityculling.pw.toml deleted file mode 100644 index 74e9b8f..0000000 --- a/.minecraft/mods/entityculling.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "EntityCulling" -filename = "entityculling-fabric-mc1.18-1.5.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/1.5.1-fabric-1.18/entityculling-fabric-mc1.18-1.5.1.jar" -hash-format = "sha1" -hash = "523c57485a469c581d7a9bd18ec86c7a92a0ec93" - -[update] -[update.modrinth] -mod-id = "NNAgCjsB" -version = "4GD4dwQK" diff --git a/.minecraft/mods/essential.pw.toml b/.minecraft/mods/essential.pw.toml index 716e38f..dd29a89 100644 --- a/.minecraft/mods/essential.pw.toml +++ b/.minecraft/mods/essential.pw.toml @@ -1,13 +1,13 @@ name = "ESSENTIAL Mod" -filename = "Essential-fabric_1-18-2.jar" +filename = "essential_1-3-2-3_fabric_1-20-1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/k2ZPuTBm/versions/1.0.0/Essential-fabric_1-18-2.jar" +url = "https://cdn.modrinth.com/data/k2ZPuTBm/versions/5iQ99w5T/essential_1-3-2-3_fabric_1-20-1.jar" hash-format = "sha1" -hash = "5c383c8fd994f6963de85840f2ae75c5b6be9925" +hash = "4edb4b729a932b0cf9faef44a65293b2f50aff21" [update] [update.modrinth] mod-id = "k2ZPuTBm" -version = "ynwHfHh0" +version = "5iQ99w5T" diff --git a/.minecraft/mods/eureka.pw.toml b/.minecraft/mods/eureka.pw.toml new file mode 100644 index 0000000..30cb28e --- /dev/null +++ b/.minecraft/mods/eureka.pw.toml @@ -0,0 +1,13 @@ +name = "Eureka! Ships! for Valkyrien Skies (Forge/Fabric)" +filename = "eureka-1201-1.5.1-beta.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/EO8aSHxh/versions/sXx5EPib/eureka-1201-1.5.1-beta.3.jar" +hash-format = "sha1" +hash = "8100f4117fe236343b6f03d8f03e0d9fd8322919" + +[update] +[update.modrinth] +mod-id = "EO8aSHxh" +version = "sXx5EPib" diff --git a/.minecraft/mods/explorers-compass.pw.toml b/.minecraft/mods/explorers-compass.pw.toml new file mode 100644 index 0000000..3bbc800 --- /dev/null +++ b/.minecraft/mods/explorers-compass.pw.toml @@ -0,0 +1,13 @@ +name = "Explorer's Compass" +filename = "ExplorersCompass-1.20.1-2.2.3-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/RV1qfVQ8/versions/9ntdShFb/ExplorersCompass-1.20.1-2.2.3-fabric.jar" +hash-format = "sha1" +hash = "65a0f6e2f7253d325696766342956a6c94b9cfc6" + +[update] +[update.modrinth] +mod-id = "RV1qfVQ8" +version = "9ntdShFb" diff --git a/.minecraft/mods/extended-drawers.pw.toml b/.minecraft/mods/extended-drawers.pw.toml new file mode 100644 index 0000000..610a995 --- /dev/null +++ b/.minecraft/mods/extended-drawers.pw.toml @@ -0,0 +1,13 @@ +name = "Extended Drawers" +filename = "ExtendedDrawers-2.1.1+mc.1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/AhtxbnpG/versions/jAVkcXz6/ExtendedDrawers-2.1.1%2Bmc.1.20.1.jar" +hash-format = "sha1" +hash = "3bd92feec248b44394d89cea91f1b421e9d4c186" + +[update] +[update.modrinth] +mod-id = "AhtxbnpG" +version = "jAVkcXz6" diff --git a/.minecraft/mods/extra-origins.pw.toml b/.minecraft/mods/extra-origins.pw.toml new file mode 100644 index 0000000..c86dd5f --- /dev/null +++ b/.minecraft/mods/extra-origins.pw.toml @@ -0,0 +1,13 @@ +name = "Extra Origins" +filename = "extraorigins-1.20-8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/XWEESDPe/versions/XCpFkTtu/extraorigins-1.20-8.jar" +hash-format = "sha1" +hash = "fc82b9fc86ed9be11d6d47ae117e2d9c5bcd47b0" + +[update] +[update.modrinth] +mod-id = "XWEESDPe" +version = "XCpFkTtu" diff --git a/.minecraft/mods/fabric-api.pw.toml b/.minecraft/mods/fabric-api.pw.toml new file mode 100644 index 0000000..3ef7c82 --- /dev/null +++ b/.minecraft/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.92.1+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/ba99D9Qf/fabric-api-0.92.1%2B1.20.1.jar" +hash-format = "sha1" +hash = "038ebcc315b5cf18c18f78f2447895dcb2ea9bac" + +[update] +[update.modrinth] +mod-id = "P7dR8mSH" +version = "ba99D9Qf" diff --git a/.minecraft/mods/fabric-language-kotlin.pw.toml b/.minecraft/mods/fabric-language-kotlin.pw.toml index c6980ea..c49d57b 100644 --- a/.minecraft/mods/fabric-language-kotlin.pw.toml +++ b/.minecraft/mods/fabric-language-kotlin.pw.toml @@ -1,13 +1,13 @@ name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.8.4+kotlin.1.7.20.jar" +filename = "fabric-language-kotlin-1.10.20+kotlin.1.9.24.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/allNCj2E/fabric-language-kotlin-1.8.4%2Bkotlin.1.7.20.jar" +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/a7MqDLdC/fabric-language-kotlin-1.10.20%2Bkotlin.1.9.24.jar" hash-format = "sha1" -hash = "f66781e06aaace31c370238554aeb99d1ec6bc98" +hash = "8a7e6a0cf1f31c0d2a819819ba78a0609e1577f9" [update] [update.modrinth] mod-id = "Ha28R6CL" -version = "allNCj2E" +version = "a7MqDLdC" diff --git a/.minecraft/mods/fabricae-ex-nihilo.pw.toml b/.minecraft/mods/fabricae-ex-nihilo.pw.toml deleted file mode 100644 index 95341e5..0000000 --- a/.minecraft/mods/fabricae-ex-nihilo.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Fabricae Ex Nihilo" -filename = "wraith-fabricaeexnihilo-0.1.7+mc1.18.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/j9JARqmz/versions/V18of5Y4/wraith-fabricaeexnihilo-0.1.7%2Bmc1.18.2.jar" -hash-format = "sha1" -hash = "3393391fdb05a2fd208c9d2041fa37d4c2e12871" - -[update] -[update.modrinth] -mod-id = "j9JARqmz" -version = "V18of5Y4" diff --git a/.minecraft/mods/fabrishot.pw.toml b/.minecraft/mods/fabrishot.pw.toml deleted file mode 100644 index d34136f..0000000 --- a/.minecraft/mods/fabrishot.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Fabrishot" -filename = "fabrishot-1.7.0.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/3qsfQtE9/versions/1.7.0/fabrishot-1.7.0.jar" -hash-format = "sha1" -hash = "343f31455c666b3979026d8a983abfa9c8ca0c9e" - -[update] -[update.modrinth] -mod-id = "3qsfQtE9" -version = "MydLWyXb" diff --git a/.minecraft/mods/ferrite-core.pw.toml b/.minecraft/mods/ferrite-core.pw.toml index 0b20d68..2b83cf6 100644 --- a/.minecraft/mods/ferrite-core.pw.toml +++ b/.minecraft/mods/ferrite-core.pw.toml @@ -1,13 +1,13 @@ name = "FerriteCore" -filename = "ferritecore-4.2.1-fabric.jar" +filename = "ferritecore-6.0.1-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/uXXizFIs/versions/4.2.1/ferritecore-4.2.1-fabric.jar" +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/unerR5MN/ferritecore-6.0.1-fabric.jar" hash-format = "sha1" -hash = "d5d047374981d614c2a53422be751dc1491f9cd0" +hash = "8fa3b84fc5860dbc30fdf8cced02af68dffcf3fa" [update] [update.modrinth] mod-id = "uXXizFIs" -version = "776Z5oW9" +version = "unerR5MN" diff --git a/.minecraft/mods/first-person-model.pw.toml b/.minecraft/mods/first-person-model.pw.toml deleted file mode 100644 index 2deb8d4..0000000 --- a/.minecraft/mods/first-person-model.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "First-person Model" -filename = "firstperson-fabric-2.1.2-mc1.18.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/H5XMjpHi/versions/G1ZyfYYY/firstperson-fabric-2.1.2-mc1.18.2.jar" -hash-format = "sha1" -hash = "c6e0a5ba49b0ea0409376c234d3953bab5f00bda" - -[update] -[update.modrinth] -mod-id = "H5XMjpHi" -version = "G1ZyfYYY" diff --git a/.minecraft/mods/forge-config-api-port.pw.toml b/.minecraft/mods/forge-config-api-port.pw.toml index 8e71b81..c2028f6 100644 --- a/.minecraft/mods/forge-config-api-port.pw.toml +++ b/.minecraft/mods/forge-config-api-port.pw.toml @@ -1,13 +1,13 @@ name = "Forge Config API Port" -filename = "ForgeConfigAPIPort-v3.2.4-1.18.2-Fabric.jar" +filename = "ForgeConfigAPIPort-v8.0.0-1.20.1-Fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/ohNO6lps/versions/XGKEYlsw/ForgeConfigAPIPort-v3.2.4-1.18.2-Fabric.jar" +url = "https://cdn.modrinth.com/data/ohNO6lps/versions/CtENDTlF/ForgeConfigAPIPort-v8.0.0-1.20.1-Fabric.jar" hash-format = "sha1" -hash = "3e040c22d7015a855360128cfcc23e194b9e3b19" +hash = "2ba4a6149362dbbf81288f393f0022ee9fb07302" [update] [update.modrinth] mod-id = "ohNO6lps" -version = "XGKEYlsw" +version = "CtENDTlF" diff --git a/.minecraft/mods/friends-and-foes.pw.toml b/.minecraft/mods/friends-and-foes.pw.toml new file mode 100644 index 0000000..d239e9b --- /dev/null +++ b/.minecraft/mods/friends-and-foes.pw.toml @@ -0,0 +1,13 @@ +name = "Friends&Foes (Fabric/Quilt)" +filename = "friendsandfoes-fabric-mc1.20.1-2.0.10.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/POQ2i9zu/versions/fzG0atxM/friendsandfoes-fabric-mc1.20.1-2.0.10.jar" +hash-format = "sha1" +hash = "3d6f88171878f8f1f9d61ca7e5d3851832e6d1dd" + +[update] +[update.modrinth] +mod-id = "POQ2i9zu" +version = "fzG0atxM" diff --git a/.minecraft/mods/furnacemk2.pw.toml b/.minecraft/mods/furnacemk2.pw.toml deleted file mode 100644 index b34f9e9..0000000 --- a/.minecraft/mods/furnacemk2.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "FurnaceMk2" -filename = "furnacemk2-0.1.11.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/AemlRrpk/versions/1.18.2-0.1.11/furnacemk2-0.1.11-%5BFABRIC%5D.jar" -hash-format = "sha1" -hash = "18c567d3d56a812ada3e37c769e12b4c546bfc88" - -[update] -[update.modrinth] -mod-id = "AemlRrpk" -version = "ugRSbQ9D" diff --git a/.minecraft/mods/fwaystones.pw.toml b/.minecraft/mods/fwaystones.pw.toml new file mode 100644 index 0000000..c67e406 --- /dev/null +++ b/.minecraft/mods/fwaystones.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric Waystones" +filename = "wraith-waystones-3.3.2+mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/sTZr7NVo/versions/DZAntbmD/wraith-waystones-3.3.2%2Bmc1.20.1.jar" +hash-format = "sha1" +hash = "ae8a0df8c94058f589871396f64b6636b00568b4" + +[update] +[update.modrinth] +mod-id = "sTZr7NVo" +version = "DZAntbmD" diff --git a/.minecraft/mods/image2map.pw.toml b/.minecraft/mods/image2map.pw.toml new file mode 100644 index 0000000..937a4df --- /dev/null +++ b/.minecraft/mods/image2map.pw.toml @@ -0,0 +1,13 @@ +name = "Image2Map" +filename = "image2map-0.4.2+1.20.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/13RpG7dA/versions/T71Apams/image2map-0.4.2%2B1.20.jar" +hash-format = "sha1" +hash = "0a02d8feeb1f7ae09143d9146c60963f35054cfb" + +[update] +[update.modrinth] +mod-id = "13RpG7dA" +version = "T71Apams" diff --git a/.minecraft/mods/immersivemc.pw.toml b/.minecraft/mods/immersivemc.pw.toml new file mode 100644 index 0000000..e96cf07 --- /dev/null +++ b/.minecraft/mods/immersivemc.pw.toml @@ -0,0 +1,17 @@ +name = "ImmersiveMC" +filename = "immersivemc-1.5.0-alpha2-1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/XJ9is6vj/versions/o4Yo5qux/immersivemc-1.5.0-alpha2-1.20.1-fabric.jar" +hash-format = "sha1" +hash = "d2cbd30e937809da2da215d05681f8c624c40122" + +[update] +[update.modrinth] +mod-id = "XJ9is6vj" +version = "o4Yo5qux" + +[option] +optional = true +description = "ImmersiveMC adds immersive features for VR users, but they also affect Desktop Users" diff --git a/.minecraft/mods/indium.pw.toml b/.minecraft/mods/indium.pw.toml index d490eb1..dfdd708 100644 --- a/.minecraft/mods/indium.pw.toml +++ b/.minecraft/mods/indium.pw.toml @@ -1,13 +1,13 @@ name = "Indium" -filename = "indium-1.0.7+mc1.18.2.jar" +filename = "indium-1.0.30+mc1.20.4.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/1.0.7+mc1.18.2/indium-1.0.7%2Bmc1.18.2.jar" +url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/Aouse6P7/indium-1.0.30%2Bmc1.20.4.jar" hash-format = "sha1" -hash = "5f5e0910181572f844171ed4f2f11e23f3c68af6" +hash = "b24233f29c0ce4802c61ea8998e01e6e4580ae60" [update] [update.modrinth] mod-id = "Orvt0mRa" -version = "H45YVREb" +version = "Aouse6P7" diff --git a/.minecraft/mods/inspecio.pw.toml b/.minecraft/mods/inspecio.pw.toml deleted file mode 100644 index 6f2f2fe..0000000 --- a/.minecraft/mods/inspecio.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Inspecio" -filename = "inspecio-1.4.1+1.18.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/a93H3mKU/versions/1.4.1+1.18/inspecio-1.4.1%2B1.18.jar" -hash-format = "sha1" -hash = "886b2d77f495b8725dbd8557fcb6437227e354f9" - -[update] -[update.modrinth] -mod-id = "a93H3mKU" -version = "6sfabi0J" diff --git a/.minecraft/mods/integrated-circuit.pw.toml b/.minecraft/mods/integrated-circuit.pw.toml new file mode 100644 index 0000000..53219f8 --- /dev/null +++ b/.minecraft/mods/integrated-circuit.pw.toml @@ -0,0 +1,13 @@ +name = "Integrated circuit" +filename = "integrated-circuit-1.20.1-1.4.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/bybyRAPl/versions/1MWYzwL8/integrated-circuit-1.20.1-1.4.1.jar" +hash-format = "sha1" +hash = "0460c49a6dc728487cb95df440484b9c73a3b100" + +[update] +[update.modrinth] +mod-id = "bybyRAPl" +version = "1MWYzwL8" diff --git a/.minecraft/mods/inventory-hud-forge.toml b/.minecraft/mods/inventory-hud-forge.toml deleted file mode 100644 index 9f78435..0000000 --- a/.minecraft/mods/inventory-hud-forge.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Inventory HUD+" -filename = "InventoryHUD-fabric-%5B1.18%5D-3.4.2.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3545/928/InventoryHUD-fabric-%5B1.18%5D%20-3.4.2.jar" -hash-format = "sha1" -hash = "86b117c3c6978013468adbeb3f74e98328febda1" - -[update] -[update.curseforge] -file-id = 3545928 -project-id = 357540 diff --git a/.minecraft/mods/inventory-sorting.pw.toml b/.minecraft/mods/inventory-sorting.pw.toml new file mode 100644 index 0000000..21129cf --- /dev/null +++ b/.minecraft/mods/inventory-sorting.pw.toml @@ -0,0 +1,13 @@ +name = "Inventory Sorting" +filename = "InventorySorter-1.9.0-1.20.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/5ibSyLAz/versions/tr2ZGtz4/InventorySorter-1.9.0-1.20.jar" +hash-format = "sha1" +hash = "19b4af69600fc940112f36a3256d492670d8d4c5" + +[update] +[update.modrinth] +mod-id = "5ibSyLAz" +version = "tr2ZGtz4" diff --git a/.minecraft/mods/iris.pw.toml b/.minecraft/mods/iris.pw.toml index 24b86c9..559737d 100644 --- a/.minecraft/mods/iris.pw.toml +++ b/.minecraft/mods/iris.pw.toml @@ -1,13 +1,13 @@ name = "Iris Shaders" -filename = "iris-mc1.18.2-1.4.0.jar" +filename = "iris-1.7.0+mc1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/YL57xq9U/versions/1BCkW8RE/iris-mc1.18.2-1.4.0.jar" +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/KHQ2Hnpt/iris-1.7.0%2Bmc1.20.1.jar" hash-format = "sha1" -hash = "85580ef71ce123d7333e94539aa1a2c55010565b" +hash = "28a02a9e2a4c881ed9e622aa0630276478383428" [update] [update.modrinth] mod-id = "YL57xq9U" -version = "1BCkW8RE" +version = "KHQ2Hnpt" diff --git a/.minecraft/mods/item-alchemy.pw.toml b/.minecraft/mods/item-alchemy.pw.toml new file mode 100644 index 0000000..a25842a --- /dev/null +++ b/.minecraft/mods/item-alchemy.pw.toml @@ -0,0 +1,13 @@ +name = "Item Alchemy" +filename = "itemalchemy-0.8.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/cfQx2fbQ/versions/UygFcuAP/itemalchemy-0.8.7.jar" +hash-format = "sha1" +hash = "001e6439856ca5ff12622cf4281857094dc5f9f5" + +[update] +[update.modrinth] +mod-id = "cfQx2fbQ" +version = "UygFcuAP" diff --git a/.minecraft/mods/itemswapper.pw.toml b/.minecraft/mods/itemswapper.pw.toml new file mode 100644 index 0000000..6ed9f46 --- /dev/null +++ b/.minecraft/mods/itemswapper.pw.toml @@ -0,0 +1,13 @@ +name = "ItemSwapper" +filename = "itemswapper-fabric-0.6.3-mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/RPOSBQgq/versions/fPe4S1TZ/itemswapper-fabric-0.6.3-mc1.20.1.jar" +hash-format = "sha1" +hash = "81a6e5a9c45663d9f08d5baee11ab06be1fc0b87" + +[update] +[update.modrinth] +mod-id = "RPOSBQgq" +version = "fPe4S1TZ" diff --git a/.minecraft/mods/jade.pw.toml b/.minecraft/mods/jade.pw.toml new file mode 100644 index 0000000..a5fb4f7 --- /dev/null +++ b/.minecraft/mods/jade.pw.toml @@ -0,0 +1,13 @@ +name = "Jade 🔍" +filename = "Jade-1.20-fabric-11.9.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nvQzSEkH/versions/kIHvC4Li/Jade-1.20-fabric-11.9.1.jar" +hash-format = "sha1" +hash = "deeda2cd0302dfac456df0de98b5e5197ab477d8" + +[update] +[update.modrinth] +mod-id = "nvQzSEkH" +version = "kIHvC4Li" diff --git a/.minecraft/mods/jamlib.pw.toml b/.minecraft/mods/jamlib.pw.toml new file mode 100644 index 0000000..9bb1ec0 --- /dev/null +++ b/.minecraft/mods/jamlib.pw.toml @@ -0,0 +1,13 @@ +name = "JamLib" +filename = "jamlib-0.6.1+1.20.x.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/IYY9Siz8/versions/vVYtBiuW/jamlib-0.6.1%2B1.20.x.jar" +hash-format = "sha1" +hash = "f5b654132f057a00690de6c524934a75d2ae66ca" + +[update] +[update.modrinth] +mod-id = "IYY9Siz8" +version = "vVYtBiuW" diff --git a/.minecraft/mods/jei.pw.toml b/.minecraft/mods/jei.pw.toml new file mode 100644 index 0000000..4bc213b --- /dev/null +++ b/.minecraft/mods/jei.pw.toml @@ -0,0 +1,18 @@ +name = "Just Enough Items" +filename = "jei-1.20.1-fabric-15.3.0.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/NsbSea5x/jei-1.20.1-fabric-15.3.0.4.jar" +hash-format = "sha1" +hash = "d5e29fead4928513444b6005968fb6a6aa6aa8e8" + +[update] +[update.modrinth] +mod-id = "u6dRKJwZ" +version = "NsbSea5x" + +[option] +optional = true +default = false +description = "Recipe viewer: Incompatible with REI. \nIntegrates with EMI." diff --git a/.minecraft/mods/konkrete.pw.toml b/.minecraft/mods/konkrete.pw.toml new file mode 100644 index 0000000..f91b5d8 --- /dev/null +++ b/.minecraft/mods/konkrete.pw.toml @@ -0,0 +1,13 @@ +name = "Konkrete" +filename = "konkrete_fabric_1.8.1_MC_1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/J81TRJWm/versions/RlBGFlWp/konkrete_fabric_1.8.1_MC_1.20.1.jar" +hash-format = "sha1" +hash = "38d3201d95a08bdeb12a8cd3687c6d0b8f5e7f3d" + +[update] +[update.modrinth] +mod-id = "J81TRJWm" +version = "RlBGFlWp" diff --git a/.minecraft/mods/krypton.pw.toml b/.minecraft/mods/krypton.pw.toml deleted file mode 100644 index 53526d0..0000000 --- a/.minecraft/mods/krypton.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Krypton" -filename = "krypton-0.1.9.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/0.1.9/krypton-0.1.9.jar" -hash-format = "sha1" -hash = "466a8a26949497a3b11886a788e6e156a8b03d24" - -[update] -[update.modrinth] -mod-id = "fQEb0iXm" -version = "vJQ7plH2" diff --git a/.minecraft/mods/kubejs.pw.toml b/.minecraft/mods/kubejs.pw.toml index 280b89d..89471dc 100644 --- a/.minecraft/mods/kubejs.pw.toml +++ b/.minecraft/mods/kubejs.pw.toml @@ -1,13 +1,13 @@ name = "KubeJS" -filename = "kubejs-fabric-1802.5.5-build.550.jar" +filename = "kubejs-fabric-2001.6.5-build.7.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/umyGl7zF/versions/8mbTmr71/kubejs-fabric-1802.5.5-build.550.jar" +url = "https://cdn.modrinth.com/data/umyGl7zF/versions/j6kmkTxA/kubejs-fabric-2001.6.5-build.7.jar" hash-format = "sha1" -hash = "1bbb6642641e7a604263df03df7e83ff1bcfe4be" +hash = "c85e6d3f707e61324b079e03b7f8dd6a3eb55f9f" [update] [update.modrinth] mod-id = "umyGl7zF" -version = "8mbTmr71" +version = "j6kmkTxA" diff --git a/.minecraft/mods/lambdabettergrass.pw.toml b/.minecraft/mods/lambdabettergrass.pw.toml deleted file mode 100644 index dd8d9a3..0000000 --- a/.minecraft/mods/lambdabettergrass.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "LambdaBetterGrass" -filename = "lambdabettergrass-1.2.4+1.18.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/2Uev7LdA/versions/1.2.4+1.18/lambdabettergrass-1.2.4%2B1.18.jar" -hash-format = "sha1" -hash = "941e27f095bd4a355ebf6f71212f378d4d7d5dca" - -[update] -[update.modrinth] -mod-id = "2Uev7LdA" -version = "LpLEGUBZ" diff --git a/.minecraft/mods/lambdynamiclights.pw.toml b/.minecraft/mods/lambdynamiclights.pw.toml index 863b35c..66842a8 100644 --- a/.minecraft/mods/lambdynamiclights.pw.toml +++ b/.minecraft/mods/lambdynamiclights.pw.toml @@ -1,13 +1,13 @@ name = "LambDynamicLights" -filename = "lambdynamiclights-2.1.0+1.17.jar" +filename = "lambdynamiclights-2.3.2+1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/yBW8D80W/versions/2.1.0+1.17/lambdynamiclights-2.1.0+1.17.jar" +url = "https://cdn.modrinth.com/data/yBW8D80W/versions/mYl4RvKg/lambdynamiclights-2.3.2%2B1.20.1.jar" hash-format = "sha1" -hash = "5f1f59c0ff6d54fc7ec1d42eb347a2f6987d234c" +hash = "71b636fa74744e51ba2d248c81a38bdbfad5d43b" [update] [update.modrinth] mod-id = "yBW8D80W" -version = "zhBXhMhZ" +version = "mYl4RvKg" diff --git a/.minecraft/mods/light-overlay.pw.toml b/.minecraft/mods/light-overlay.pw.toml deleted file mode 100644 index 78a786b..0000000 --- a/.minecraft/mods/light-overlay.pw.toml +++ /dev/null @@ -1,19 +0,0 @@ -name = "Light Overlay" -filename = "light-overlay-6.1.0-fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/YfOlc91N/versions/6.1.0-fabric/light-overlay-6.1.0-fabric.jar" -hash-format = "sha1" -hash = "b69488a9bf61f7787a2db9a5dad54c5cf9e1cd66" - -[update] -[update.modrinth] -mod-id = "YfOlc91N" -version = "VyRVRcRk" - - -[option] -optional = true -default = false -description = "A simple mod to provide users with NEI-like light level overlay." \ No newline at end of file diff --git a/.minecraft/mods/lithium.pw.toml b/.minecraft/mods/lithium.pw.toml deleted file mode 100644 index 99f3798..0000000 --- a/.minecraft/mods/lithium.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Lithium" -filename = "lithium-fabric-mc1.18.2-0.7.10.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/mc1.18.2-0.7.10/lithium-fabric-mc1.18.2-0.7.10.jar" -hash-format = "sha1" -hash = "d5c19c3d4edb4228652adcc8abb94f9bd80a634c" - -[update] -[update.modrinth] -mod-id = "gvQqBUqZ" -version = "pHl1Vi6k" diff --git a/.minecraft/mods/lootr.pw.toml b/.minecraft/mods/lootr.pw.toml new file mode 100644 index 0000000..ee545c2 --- /dev/null +++ b/.minecraft/mods/lootr.pw.toml @@ -0,0 +1,13 @@ +name = "Lootr" +filename = "lootr-1.20-0.7.30.77.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/EltpO5cN/versions/RJksbmWs/lootr-1.20-0.7.30.77.jar" +hash-format = "sha1" +hash = "bfddf63aae9b483f5a76d339eb519a946c813530" + +[update] +[update.modrinth] +mod-id = "EltpO5cN" +version = "RJksbmWs" diff --git a/.minecraft/mods/luckperms.pw.toml b/.minecraft/mods/luckperms.pw.toml new file mode 100644 index 0000000..2a96216 --- /dev/null +++ b/.minecraft/mods/luckperms.pw.toml @@ -0,0 +1,13 @@ +name = "LuckPerms" +filename = "LuckPerms-Fabric-5.4.102.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Vebnzrzj/versions/7PNj6nCm/LuckPerms-Fabric-5.4.102.jar" +hash-format = "sha1" +hash = "891e2404c0f9790e704e29faa98241178e29fc20" + +[update] +[update.modrinth] +mod-id = "Vebnzrzj" +version = "7PNj6nCm" diff --git a/.minecraft/mods/mc-vr-api.pw.toml b/.minecraft/mods/mc-vr-api.pw.toml new file mode 100644 index 0000000..d767fd5 --- /dev/null +++ b/.minecraft/mods/mc-vr-api.pw.toml @@ -0,0 +1,13 @@ +name = "MC VR API" +filename = "vrapi-3.0.8-1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/B3INNxum/versions/NX6XcTWs/vrapi-3.0.8-1.20.1-fabric.jar" +hash-format = "sha1" +hash = "af4a980fc90f08417fbe4349c00e18d8a7ca6a9f" + +[update] +[update.modrinth] +mod-id = "B3INNxum" +version = "NX6XcTWs" diff --git a/.minecraft/mods/mcpitanlibarch.pw.toml b/.minecraft/mods/mcpitanlibarch.pw.toml new file mode 100644 index 0000000..386644a --- /dev/null +++ b/.minecraft/mods/mcpitanlibarch.pw.toml @@ -0,0 +1,13 @@ +name = "MCPitanLib" +filename = "mcpitanlib-2.2.4-1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uNRoUnGT/versions/Qv2qr9J9/mcpitanlib-2.2.4-1.20.1-fabric.jar" +hash-format = "sha1" +hash = "b82d79a2bd2d361a7fb50cdeea0d9fa44ce3ef97" + +[update] +[update.modrinth] +mod-id = "uNRoUnGT" +version = "Qv2qr9J9" diff --git a/.minecraft/mods/melody.pw.toml b/.minecraft/mods/melody.pw.toml new file mode 100644 index 0000000..3df5d9a --- /dev/null +++ b/.minecraft/mods/melody.pw.toml @@ -0,0 +1,13 @@ +name = "Melody" +filename = "melody_fabric_1.0.4_MC_1.20.1-1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/CVT4pFB2/versions/2o0oW8Yv/melody_fabric_1.0.4_MC_1.20.1-1.20.4.jar" +hash-format = "sha1" +hash = "15eeff0c0fd8b4734492915c656077592b2d9e67" + +[update] +[update.modrinth] +mod-id = "CVT4pFB2" +version = "2o0oW8Yv" diff --git a/.minecraft/mods/minecraftcapes.pw.toml b/.minecraft/mods/minecraftcapes.pw.toml deleted file mode 100644 index 0b0106f..0000000 --- a/.minecraft/mods/minecraftcapes.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "MinecraftCapes" -filename = "MinecraftCapes Fabric 1.18.2-12.0.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/9gNVPfzw/versions/12.0.2-fabric/MinecraftCapes%20Fabric%201.18.2-12.0.2.jar" -hash-format = "sha1" -hash = "fd7ac057c157b43e7295ef090cbbf9e200ce2a52" - -[update] -[update.modrinth] -mod-id = "9gNVPfzw" -version = "BWQQPiuj" diff --git a/.minecraft/mods/moborigins.pw.toml b/.minecraft/mods/moborigins.pw.toml new file mode 100644 index 0000000..6b45a9e --- /dev/null +++ b/.minecraft/mods/moborigins.pw.toml @@ -0,0 +1,13 @@ +name = "Mob Origins" +filename = "moborigins-1.11.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/SXwBmSQG/versions/ax5KXVHy/moborigins-1.11.1.jar" +hash-format = "sha1" +hash = "7fd1600aa51e79ed4fe96c376ebe96304cd1a5ba" + +[update] +[update.modrinth] +mod-id = "SXwBmSQG" +version = "ax5KXVHy" diff --git a/.minecraft/mods/modmenu.pw.toml b/.minecraft/mods/modmenu.pw.toml index c71fe83..9609af6 100644 --- a/.minecraft/mods/modmenu.pw.toml +++ b/.minecraft/mods/modmenu.pw.toml @@ -1,13 +1,13 @@ name = "Mod Menu" -filename = "modmenu-3.2.3.jar" +filename = "modmenu-7.2.2.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/3.2.3/modmenu-3.2.3.jar" +url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/lEkperf6/modmenu-7.2.2.jar" hash-format = "sha1" -hash = "463fecec40447519a9a32c1c178a962799583add" +hash = "099c68feeb74887cbbbd8ce9a27c6123804a2c5a" [update] [update.modrinth] mod-id = "mOgUt4GM" -version = "cx9D94fU" +version = "lEkperf6" diff --git a/.minecraft/mods/mouse-wheelie.pw.toml b/.minecraft/mods/mouse-wheelie.pw.toml deleted file mode 100644 index 6a1e746..0000000 --- a/.minecraft/mods/mouse-wheelie.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Mouse Wheelie" -filename = "mousewheelie-1.10.2+mc1.18.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/u5Ic2U1u/versions/1.10.2+mc1.18.2/mousewheelie-1.10.2%2Bmc1.18.2.jar" -hash-format = "sha1" -hash = "715d33c065d2afb84792580278845a00ce2d2c3f" - -[update] -[update.modrinth] -mod-id = "u5Ic2U1u" -version = "6uHsa6Rn" diff --git a/.minecraft/mods/moving-elevators.pw.toml b/.minecraft/mods/moving-elevators.pw.toml new file mode 100644 index 0000000..cd3d0da --- /dev/null +++ b/.minecraft/mods/moving-elevators.pw.toml @@ -0,0 +1,13 @@ +name = "Moving Elevators" +filename = "movingelevators-1.4.7-fabric-mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9KZOe6HD/versions/7ZMChsct/movingelevators-1.4.7-fabric-mc1.20.1.jar" +hash-format = "sha1" +hash = "61f35661d5ce5046632278c771457be4c9c7903a" + +[update] +[update.modrinth] +mod-id = "9KZOe6HD" +version = "7ZMChsct" diff --git a/.minecraft/mods/natures-compass.pw.toml b/.minecraft/mods/natures-compass.pw.toml new file mode 100644 index 0000000..ccdf158 --- /dev/null +++ b/.minecraft/mods/natures-compass.pw.toml @@ -0,0 +1,13 @@ +name = "Nature's Compass" +filename = "NaturesCompass-1.20.1-2.2.3-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fPetb5Kh/versions/NovIXDxY/NaturesCompass-1.20.1-2.2.3-fabric.jar" +hash-format = "sha1" +hash = "0734579799a17b9662b833cc21399521b09161ff" + +[update] +[update.modrinth] +mod-id = "fPetb5Kh" +version = "NovIXDxY" diff --git a/.minecraft/mods/neruina.pw.toml b/.minecraft/mods/neruina.pw.toml new file mode 100644 index 0000000..f5ed59f --- /dev/null +++ b/.minecraft/mods/neruina.pw.toml @@ -0,0 +1,13 @@ +name = "Neruina - Ticking Entity Fixer" +filename = "neruina-1.3.0-fabric+1.18.2-1.20.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/1s5x833P/versions/S95lnn83/neruina-1.3.0-fabric%2B1.18.2-1.20.1.jar" +hash-format = "sha1" +hash = "457ea2e4b5763e77289fa785b3f48fd69db77176" + +[update] +[update.modrinth] +mod-id = "1s5x833P" +version = "S95lnn83" diff --git a/.minecraft/mods/not-enough-animations.pw.toml b/.minecraft/mods/not-enough-animations.pw.toml deleted file mode 100644 index 583794a..0000000 --- a/.minecraft/mods/not-enough-animations.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Not Enough Animations" -filename = "notenoughanimations-fabric-1.6.0-mc1.18.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/MPCX6s5C/versions/1.6.0-fabric-1.18/notenoughanimations-fabric-1.6.0-mc1.18.2.jar" -hash-format = "sha1" -hash = "ca56eef09d9ab7a2d5586c6996582b6b766dabe4" - -[update] -[update.modrinth] -mod-id = "MPCX6s5C" -version = "KTGfH3KC" diff --git a/.minecraft/mods/ok-zoomer.pw.toml b/.minecraft/mods/ok-zoomer.pw.toml deleted file mode 100644 index f7bf0d7..0000000 --- a/.minecraft/mods/ok-zoomer.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Ok Zoomer" -filename = "ok_zoomer-5.0.0-beta.7+1.18.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/aXf2OSFU/versions/5.0.0-beta.7+1.18.2/ok_zoomer-5.0.0-beta.7%2B1.18.2.jar" -hash-format = "sha1" -hash = "3607c558bfe465c4bdde3d1599a2748e315b41f8" - -[update] -[update.modrinth] -mod-id = "aXf2OSFU" -version = "nu6gjAtJ" diff --git a/.minecraft/mods/open-auth-mod.toml b/.minecraft/mods/open-auth-mod.toml deleted file mode 100644 index 161ff73..0000000 --- a/.minecraft/mods/open-auth-mod.toml +++ /dev/null @@ -1,8 +0,0 @@ -name = "OpenAuthMod" -filename = "OpenAuthMod-Fabric-1.14-1.18.2-2.0.0.jar" -side = "client" - -[download] -url = "https://github.com/RaphiMC/OpenAuthMod/releases/download/v2.0.0/OpenAuthMod-Fabric-1.14-1.18.2-2.0.0.jar" -hash-format = "sha1" -hash = "c10f0186e5d2f5d325ff2d773425b11252fd8c0f" diff --git a/.minecraft/mods/origins-classes.pw.toml b/.minecraft/mods/origins-classes.pw.toml new file mode 100644 index 0000000..16a5d0f --- /dev/null +++ b/.minecraft/mods/origins-classes.pw.toml @@ -0,0 +1,13 @@ +name = "Origins: Classes" +filename = "Origins-Classes-1.20-1.7.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/FiDptjtR/versions/EnGfmh9y/Origins-Classes-1.20-1.7.0.jar" +hash-format = "sha1" +hash = "cb99c72a6f4f4fb40a225da7a52875a878b1168a" + +[update] +[update.modrinth] +mod-id = "FiDptjtR" +version = "EnGfmh9y" diff --git a/.minecraft/mods/origins-extra-keybinds-fabric.pw.toml b/.minecraft/mods/origins-extra-keybinds-fabric.pw.toml new file mode 100644 index 0000000..b328e27 --- /dev/null +++ b/.minecraft/mods/origins-extra-keybinds-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Origins Extra Keybinds" +filename = "extrakeybinds-0.5.0+1.17-1.19.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/6b2RpJpx/versions/G4UwAmju/extrakeybinds-0.5.0%2B1.17-1.19.4.jar" +hash-format = "sha1" +hash = "8443586048b6e43253bb05a0db10b52becc6faf2" + +[update] +[update.modrinth] +mod-id = "6b2RpJpx" +version = "G4UwAmju" diff --git a/.minecraft/mods/origins.pw.toml b/.minecraft/mods/origins.pw.toml new file mode 100644 index 0000000..4dbe1d7 --- /dev/null +++ b/.minecraft/mods/origins.pw.toml @@ -0,0 +1,13 @@ +name = "Origins" +filename = "Origins-1.20.1-1.10.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/3BeIrqZR/versions/OdNHB7Bh/Origins-1.20.1-1.10.0.jar" +hash-format = "sha1" +hash = "e85bbe9554283840ca1d05b09181be29f3a623c0" + +[update] +[update.modrinth] +mod-id = "3BeIrqZR" +version = "OdNHB7Bh" diff --git a/.minecraft/mods/owo-lib.pw.toml b/.minecraft/mods/owo-lib.pw.toml new file mode 100644 index 0000000..b7347dd --- /dev/null +++ b/.minecraft/mods/owo-lib.pw.toml @@ -0,0 +1,13 @@ +name = "oωo (owo-lib)" +filename = "owo-lib-0.11.2+1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ccKDOlHs/versions/zyOBB7J4/owo-lib-0.11.2%2B1.20.jar" +hash-format = "sha1" +hash = "be88938ca5df78271e64bc9f85c3575754f33e2a" + +[update] +[update.modrinth] +mod-id = "ccKDOlHs" +version = "zyOBB7J4" diff --git a/.minecraft/mods/packwiz-server-updater.pw.toml b/.minecraft/mods/packwiz-server-updater.pw.toml new file mode 100644 index 0000000..a4159c4 --- /dev/null +++ b/.minecraft/mods/packwiz-server-updater.pw.toml @@ -0,0 +1,13 @@ +name = "Packwiz Server Updater" +filename = "packwizsu-2.1.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/gJUTDRJj/versions/aomu0F84/packwizsu-2.1.1.jar" +hash-format = "sha1" +hash = "2b27496980b1aaf15c8fe3899731f675bc398d84" + +[update] +[update.modrinth] +mod-id = "gJUTDRJj" +version = "aomu0F84" diff --git a/.minecraft/mods/paradise-lost.pw.toml b/.minecraft/mods/paradise-lost.pw.toml deleted file mode 100644 index d35466c..0000000 --- a/.minecraft/mods/paradise-lost.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = " Paradise Lost" -filename = "paradise-lost-1.6.8+1.18.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/IKpsG0nF/versions/1.6.8/paradise-lost-1.6.8%2B1.18.2.jar" -hash-format = "sha1" -hash = "cff462692aec7748129ec3c36c73f0d27aa1ed01" - -[update] -[update.modrinth] -mod-id = "IKpsG0nF" -version = "zfgH9Tea" diff --git a/.minecraft/mods/passivemobs.pw.toml b/.minecraft/mods/passivemobs.pw.toml new file mode 100644 index 0000000..78104a5 --- /dev/null +++ b/.minecraft/mods/passivemobs.pw.toml @@ -0,0 +1,13 @@ +name = "PassiveMobs" +filename = "PassiveMobs-fabric-1.20.1-1.3.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/mjYxrwYd/versions/oGmpvgRl/PassiveMobs-fabric-1.20.1-1.3.2.jar" +hash-format = "sha1" +hash = "3c554248e30eb5a4a9f486d1a50fa86c8abf4cf3" + +[update] +[update.modrinth] +mod-id = "mjYxrwYd" +version = "oGmpvgRl" diff --git a/.minecraft/mods/patchouli.pw.toml b/.minecraft/mods/patchouli.pw.toml index b0b8557..52afa49 100644 --- a/.minecraft/mods/patchouli.pw.toml +++ b/.minecraft/mods/patchouli.pw.toml @@ -1,13 +1,13 @@ name = "Patchouli" -filename = "Patchouli-1.18.2-71-FABRIC.jar" +filename = "Patchouli-1.20.1-84-FABRIC.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nU0bVIaL/versions/1.18.2-71-fabric/Patchouli-1.18.2-71-FABRIC.jar" +url = "https://cdn.modrinth.com/data/nU0bVIaL/versions/Y6tuH1cn/Patchouli-1.20.1-84-FABRIC.jar" hash-format = "sha1" -hash = "8aa052ad5ede21de1e1ba99490a844b5af00ca63" +hash = "acbbeaae2f57052058a8444439f93d9a2d3efaf2" [update] [update.modrinth] mod-id = "nU0bVIaL" -version = "x2hqKA51" +version = "Y6tuH1cn" diff --git a/.minecraft/mods/paxi-fabric.toml b/.minecraft/mods/paxi-fabric.toml deleted file mode 100644 index cf46f85..0000000 --- a/.minecraft/mods/paxi-fabric.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Paxi (Fabric)" -filename = "Paxi-1.18.2-Fabric-2.0.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3706/642/Paxi-1.18.2-Fabric-2.0.jar" -hash-format = "sha1" -hash = "caeb795b5ec9e30748e766ba451dcb4d7914cf48" - -[update] -[update.curseforge] -file-id = 3706642 -project-id = 418881 diff --git a/.minecraft/mods/paxi.pw.toml b/.minecraft/mods/paxi.pw.toml new file mode 100644 index 0000000..05e798b --- /dev/null +++ b/.minecraft/mods/paxi.pw.toml @@ -0,0 +1,13 @@ +name = "Paxi" +filename = "Paxi-1.20-Fabric-4.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/CU0PAyzb/versions/UVPLKCqf/Paxi-1.20-Fabric-4.0.jar" +hash-format = "sha1" +hash = "21ef7cc460c6c1fd15443a69f77b165a4096b135" + +[update] +[update.modrinth] +mod-id = "CU0PAyzb" +version = "UVPLKCqf" diff --git a/.minecraft/mods/pehkui.pw.toml b/.minecraft/mods/pehkui.pw.toml new file mode 100644 index 0000000..d52c1d3 --- /dev/null +++ b/.minecraft/mods/pehkui.pw.toml @@ -0,0 +1,13 @@ +name = "Pehkui" +filename = "Pehkui-3.8.0+1.14.4-1.20.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/t5W7Jfwy/versions/czRgm3k6/Pehkui-3.8.0%2B1.14.4-1.20.4.jar" +hash-format = "sha1" +hash = "a02d5c4e8022a4129ee87e95b51b2a61551df5a5" + +[update] +[update.modrinth] +mod-id = "t5W7Jfwy" +version = "czRgm3k6" diff --git a/.minecraft/mods/peripheralium.pw.toml b/.minecraft/mods/peripheralium.pw.toml index fb6b32d..d594c71 100644 --- a/.minecraft/mods/peripheralium.pw.toml +++ b/.minecraft/mods/peripheralium.pw.toml @@ -1,13 +1,13 @@ name = "Peripheralium" -filename = "Peripheralium-0.1.1.jar" +filename = "peripheralium-fabric-1.20.1-0.6.15.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/vV2a9qrZ/versions/0.1.1/Peripheralium-0.1.1.jar" +url = "https://cdn.modrinth.com/data/vV2a9qrZ/versions/wYmP8eyh/peripheralium-fabric-1.20.1-0.6.15.jar" hash-format = "sha1" -hash = "84d947b731ccf16c16fab7b0dfa8438716b952d1" +hash = "06a82ad56fa46619a1efc9610c6780808ddfc057" [update] [update.modrinth] mod-id = "vV2a9qrZ" -version = "hKPdIGhq" +version = "wYmP8eyh" diff --git a/.minecraft/mods/perspective-mod-redux.pw.toml b/.minecraft/mods/perspective-mod-redux.pw.toml deleted file mode 100644 index 2b932a6..0000000 --- a/.minecraft/mods/perspective-mod-redux.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Perspective Mod Redux" -filename = "PerspectiveModRedux-1.17-0.0.5_01.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/GwyFsKOX/versions/1/PerspectiveModRedux-1.17-0.0.5_01.jar" -hash-format = "sha1" -hash = "e2a40025de5d2c33c543ddb6661a1a47e37bc77d" - -[update] -[update.modrinth] -mod-id = "GwyFsKOX" -version = "mBU1uAxH" diff --git a/.minecraft/mods/plasmo-voice.pw.toml b/.minecraft/mods/plasmo-voice.pw.toml deleted file mode 100644 index b44ddc3..0000000 --- a/.minecraft/mods/plasmo-voice.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "Plasmo Voice" -filename = "plasmovoice-fabric-1.18-1.2.19.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/1bZhdhsH/versions/fabric-1.18-1.2.19/plasmovoice-fabric-1.18-1.2.19.jar" -hash-format = "sha1" -hash = "72c305c56b654f7bb9627b384d192542b93dc1ca" - -[update] -[update.modrinth] -mod-id = "1bZhdhsH" -version = "acFZc9lT" - -[option] -optional = true -default = false -description = "Proximity Chat - But Good!" \ No newline at end of file diff --git a/.minecraft/mods/plethora-peripherals.pw.toml b/.minecraft/mods/plethora-peripherals.pw.toml new file mode 100644 index 0000000..3d4e939 --- /dev/null +++ b/.minecraft/mods/plethora-peripherals.pw.toml @@ -0,0 +1,13 @@ +name = "Plethora Peripherals" +filename = "Plethora-Fabric-1.11.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LDfFdCXe/versions/OjFtc3oY/Plethora-Fabric-1.11.7.jar" +hash-format = "sha1" +hash = "92fe6e3ebf57a7f7ff419d1fa1baa88062440422" + +[update] +[update.modrinth] +mod-id = "LDfFdCXe" +version = "OjFtc3oY" diff --git a/.minecraft/mods/polymorph.pw.toml b/.minecraft/mods/polymorph.pw.toml new file mode 100644 index 0000000..4c75d10 --- /dev/null +++ b/.minecraft/mods/polymorph.pw.toml @@ -0,0 +1,13 @@ +name = "Polymorph" +filename = "polymorph-fabric-0.49.3+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/tagwiZkJ/versions/akZJjqpV/polymorph-fabric-0.49.3%2B1.20.1.jar" +hash-format = "sha1" +hash = "cb2736af373db0af0a16941f49e49dfa28999472" + +[update] +[update.modrinth] +mod-id = "tagwiZkJ" +version = "akZJjqpV" diff --git a/.minecraft/mods/qsl.pw.toml b/.minecraft/mods/qsl.pw.toml deleted file mode 100644 index 9363cd5..0000000 --- a/.minecraft/mods/qsl.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Quilted Fabric API / Quilt Standard Libraries" -filename = "qfapi-1.0.0-beta.25_qsl-1.1.0-beta.26_fapi-0.59.0_mc-1.18.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/qvIfYCYJ/versions/VJj4Lc8d/qfapi-1.0.0-beta.25_qsl-1.1.0-beta.26_fapi-0.59.0_mc-1.18.2.jar" -hash-format = "sha1" -hash = "e1ef43e89ed516a7be4234a53a005950112fafe5" - -[update] -[update.modrinth] -mod-id = "qvIfYCYJ" -version = "VJj4Lc8d" diff --git a/.minecraft/mods/reborncore.pw.toml b/.minecraft/mods/reborncore.pw.toml new file mode 100644 index 0000000..1a9b217 --- /dev/null +++ b/.minecraft/mods/reborncore.pw.toml @@ -0,0 +1,13 @@ +name = "Reborn Core" +filename = "RebornCore-5.8.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3ef3ad7724b2313574a1010e702958cf0c6ad18c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4708961 +project-id = 237903 diff --git a/.minecraft/mods/redstonepen.pw.toml b/.minecraft/mods/redstonepen.pw.toml new file mode 100644 index 0000000..85af56b --- /dev/null +++ b/.minecraft/mods/redstonepen.pw.toml @@ -0,0 +1,13 @@ +name = "Redstone Pen" +filename = "redstonepen-1.20.1-fabric-1.5.31.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/DwE83ioX/versions/VaQ60bvD/redstonepen-1.20.1-fabric-1.5.31.jar" +hash-format = "sha1" +hash = "956ae8626d2f585bbeb9408c0362e98774a27aee" + +[update] +[update.modrinth] +mod-id = "DwE83ioX" +version = "VaQ60bvD" diff --git a/.minecraft/mods/reeses-sodium-options.pw.toml b/.minecraft/mods/reeses-sodium-options.pw.toml deleted file mode 100644 index e20127e..0000000 --- a/.minecraft/mods/reeses-sodium-options.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Reese's Sodium Options" -filename = "reeses_sodium_options-1.4.7+mc1.18.2-build.58.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/74LitD6T/reeses_sodium_options-1.4.7%2Bmc1.18.2-build.58.jar" -hash-format = "sha1" -hash = "dee11063b13bad4af53f0fa3ac7f911a877706a7" - -[update] -[update.modrinth] -mod-id = "Bh37bMuy" -version = "74LitD6T" diff --git a/.minecraft/mods/rei.pw.toml b/.minecraft/mods/rei.pw.toml new file mode 100644 index 0000000..7227c35 --- /dev/null +++ b/.minecraft/mods/rei.pw.toml @@ -0,0 +1,17 @@ +name = "Roughly Enough Items (REI)" +filename = "RoughlyEnoughItems-12.1.725-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/nfn13YXA/versions/tewJX3lm/RoughlyEnoughItems-12.1.725-fabric.jar" +hash-format = "sha1" +hash = "6962a0d6821ec7df5203021ac5ccfd8f22de940b" + +[update] +[update.modrinth] +mod-id = "nfn13YXA" +version = "tewJX3lm" + +[option] +optional = true +description = "Recipe viewer: Incompatible with EMI and JEI." diff --git a/.minecraft/mods/reinforced-barrels.pw.toml b/.minecraft/mods/reinforced-barrels.pw.toml new file mode 100644 index 0000000..e799c97 --- /dev/null +++ b/.minecraft/mods/reinforced-barrels.pw.toml @@ -0,0 +1,13 @@ +name = "Reinforced Barrels" +filename = "reinforced-barrels-2.4.1+1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Tx85779b/versions/MPbiZcDW/reinforced-barrels-2.4.1%2B1.20.jar" +hash-format = "sha1" +hash = "1256506543c5ca6fcef502c0d9623f53760671d7" + +[update] +[update.modrinth] +mod-id = "Tx85779b" +version = "MPbiZcDW" diff --git a/.minecraft/mods/reinforced-chests.pw.toml b/.minecraft/mods/reinforced-chests.pw.toml new file mode 100644 index 0000000..dd95d5d --- /dev/null +++ b/.minecraft/mods/reinforced-chests.pw.toml @@ -0,0 +1,13 @@ +name = "Reinforced Chests" +filename = "reinforced-chests-2.4.2+1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/FWtAXlpg/versions/7YudDLPR/reinforced-chests-2.4.2%2B1.20.jar" +hash-format = "sha1" +hash = "3b56bb2246b45b9b176df0d1ebb79c74bb0eab26" + +[update] +[update.modrinth] +mod-id = "FWtAXlpg" +version = "7YudDLPR" diff --git a/.minecraft/mods/reinforced-shulker-boxes.pw.toml b/.minecraft/mods/reinforced-shulker-boxes.pw.toml new file mode 100644 index 0000000..384d008 --- /dev/null +++ b/.minecraft/mods/reinforced-shulker-boxes.pw.toml @@ -0,0 +1,13 @@ +name = "Reinforced Shulker Boxes" +filename = "reinforced-shulker-boxes-2.5.0+1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/xlOwuSdN/versions/VPA2WJX5/reinforced-shulker-boxes-2.5.0%2B1.20.jar" +hash-format = "sha1" +hash = "4bbc9174c4f4479c3a948f6a66f430856adc8094" + +[update] +[update.modrinth] +mod-id = "xlOwuSdN" +version = "VPA2WJX5" diff --git a/.minecraft/mods/replaymod.pw.toml b/.minecraft/mods/replaymod.pw.toml deleted file mode 100644 index 1e8da02..0000000 --- a/.minecraft/mods/replaymod.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Replay Mod" -filename = "replaymod-1.18.1-2.6.3.jar" -side = "client" - -[download] -url = "https://minio.replaymod.com/replaymod/replaymod-1.18.2-2.6.4.jar" -hash-format = "sha1" -hash = "76326cb49c8a81f2d0957edd70d3dc1fa67a0274" - -[option] -optional = true -default = false -description = "Replay Mod" \ No newline at end of file diff --git a/.minecraft/mods/resourceful-config.pw.toml b/.minecraft/mods/resourceful-config.pw.toml new file mode 100644 index 0000000..a7e71eb --- /dev/null +++ b/.minecraft/mods/resourceful-config.pw.toml @@ -0,0 +1,13 @@ +name = "Resourceful Config" +filename = "resourcefulconfig-fabric-1.20.1-2.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/M1953qlQ/versions/PlEObkl9/resourcefulconfig-fabric-1.20.1-2.1.2.jar" +hash-format = "sha1" +hash = "d9633701cfd1cb29c1e94655e20a61e29a4021a1" + +[update] +[update.modrinth] +mod-id = "M1953qlQ" +version = "PlEObkl9" diff --git a/.minecraft/mods/resourceful-lib.pw.toml b/.minecraft/mods/resourceful-lib.pw.toml new file mode 100644 index 0000000..4854f19 --- /dev/null +++ b/.minecraft/mods/resourceful-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Resourceful Lib" +filename = "resourcefullib-fabric-1.20.1-2.1.24.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/G1hIVOrD/versions/eHrhVCDK/resourcefullib-fabric-1.20.1-2.1.24.jar" +hash-format = "sha1" +hash = "78ed03261a89673034da2085ea2616c11610a4c3" + +[update] +[update.modrinth] +mod-id = "G1hIVOrD" +version = "eHrhVCDK" diff --git a/.minecraft/mods/resourcify.pw.toml b/.minecraft/mods/resourcify.pw.toml new file mode 100644 index 0000000..27f21c1 --- /dev/null +++ b/.minecraft/mods/resourcify.pw.toml @@ -0,0 +1,13 @@ +name = "Resourcify" +filename = "Resourcify (1.20-1.20.1-fabric)-1.3.6.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/RLzHAoZe/versions/5V9VumIN/Resourcify%20%281.20-1.20.1-fabric%29-1.3.6.jar" +hash-format = "sha1" +hash = "92c0284c8e318da50aca9fd92f74ee275246f5ee" + +[update] +[update.modrinth] +mod-id = "RLzHAoZe" +version = "5V9VumIN" diff --git a/.minecraft/mods/revelationary.pw.toml b/.minecraft/mods/revelationary.pw.toml new file mode 100644 index 0000000..2a152c4 --- /dev/null +++ b/.minecraft/mods/revelationary.pw.toml @@ -0,0 +1,13 @@ +name = "Revelationary" +filename = "revelationary-1.3.7+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/eXrl5E3G/versions/MlH70513/revelationary-1.3.7%2B1.20.1.jar" +hash-format = "sha1" +hash = "3bbb298ab8fd645aa79efb86f8f90eab3d9bafa9" + +[update] +[update.modrinth] +mod-id = "eXrl5E3G" +version = "MlH70513" diff --git a/.minecraft/mods/rhino.pw.toml b/.minecraft/mods/rhino.pw.toml index 494c971..4255c38 100644 --- a/.minecraft/mods/rhino.pw.toml +++ b/.minecraft/mods/rhino.pw.toml @@ -1,13 +1,13 @@ name = "Rhino" -filename = "rhino-fabric-1802.2.1-build.240.jar" +filename = "rhino-fabric-2001.2.2-build.18.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/sk9knFPE/versions/torEfDK1/rhino-fabric-1802.2.1-build.240.jar" +url = "https://cdn.modrinth.com/data/sk9knFPE/versions/d6aWp117/rhino-fabric-2001.2.2-build.18.jar" hash-format = "sha1" -hash = "b01eb4fd446b279409ce6738139305222365519a" +hash = "2c49847635dba15e26a2aa953e148b70a7bd8aeb" [update] [update.modrinth] mod-id = "sk9knFPE" -version = "torEfDK1" +version = "d6aWp117" diff --git a/.minecraft/mods/rightclickharvest.pw.toml b/.minecraft/mods/rightclickharvest.pw.toml new file mode 100644 index 0000000..07e6dcf --- /dev/null +++ b/.minecraft/mods/rightclickharvest.pw.toml @@ -0,0 +1,13 @@ +name = "RightClickHarvest" +filename = "right-click-harvest-3.2.3+1.19.x-1.20.1-fabric.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Cnejf5xM/versions/4UWabEWo/right-click-harvest-3.2.3%2B1.19.x-1.20.1-fabric.jar" +hash-format = "sha1" +hash = "3ba10f7fd3acf5e1be6bdb665edd77bd95cd074e" + +[update] +[update.modrinth] +mod-id = "Cnejf5xM" +version = "4UWabEWo" diff --git a/.minecraft/mods/roughly-enough-items.pw.toml b/.minecraft/mods/roughly-enough-items.pw.toml deleted file mode 100644 index b9580a5..0000000 --- a/.minecraft/mods/roughly-enough-items.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Roughly Enough Items (REI)" -filename = "RoughlyEnoughItems-8.3.549.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/nfn13YXA/versions/JJ6sGqMV/RoughlyEnoughItems-8.3.549.jar" -hash-format = "sha1" -hash = "a2da60a47bd551690fcae063bb374bd9a392b542" - -[update] -[update.modrinth] -mod-id = "nfn13YXA" -version = "JJ6sGqMV" diff --git a/.minecraft/mods/rrls.pw.toml b/.minecraft/mods/rrls.pw.toml new file mode 100644 index 0000000..89bfed6 --- /dev/null +++ b/.minecraft/mods/rrls.pw.toml @@ -0,0 +1,13 @@ +name = "Remove Reloading Screen" +filename = "Rrls-3.2.0-1.20.1-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ZP7xHXtw/versions/FYj53ir3/Rrls-3.2.0-1.20.1-fabric.jar" +hash-format = "sha1" +hash = "0eaf7135dd4c1ecfffc9ea849817247d6e66c569" + +[update] +[update.modrinth] +mod-id = "ZP7xHXtw" +version = "FYj53ir3" diff --git a/.minecraft/mods/sc-peripherals.pw.toml b/.minecraft/mods/sc-peripherals.pw.toml new file mode 100644 index 0000000..2546fa7 --- /dev/null +++ b/.minecraft/mods/sc-peripherals.pw.toml @@ -0,0 +1,13 @@ +name = "SwitchCraft Peripherals" +filename = "sc-peripherals-1.10.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/OvQeJciX/versions/1R3KY7Z1/sc-peripherals-1.10.5.jar" +hash-format = "sha1" +hash = "5a413029a618aa31a51a25dd9d87b98d4b75cd7d" + +[update] +[update.modrinth] +mod-id = "OvQeJciX" +version = "1R3KY7Z1" diff --git a/.minecraft/mods/scout.pw.toml b/.minecraft/mods/scout.pw.toml deleted file mode 100644 index 053a051..0000000 --- a/.minecraft/mods/scout.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Scout" -filename = "scout-1.18.2-1.1.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/QRYqnI15/versions/VQlQpDEE/scout-1.18.2-1.1.1.jar" -hash-format = "sha1" -hash = "40395876cf0a249eac42f959d750718a44491bff" - -[update] -[update.modrinth] -mod-id = "QRYqnI15" -version = "VQlQpDEE" diff --git a/.minecraft/mods/searchables.pw.toml b/.minecraft/mods/searchables.pw.toml new file mode 100644 index 0000000..18bfb06 --- /dev/null +++ b/.minecraft/mods/searchables.pw.toml @@ -0,0 +1,13 @@ +name = "Searchables" +filename = "Searchables-fabric-1.20.1-1.0.3.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/fuuu3xnx/versions/eh4IBlu2/Searchables-fabric-1.20.1-1.0.3.jar" +hash-format = "sha1" +hash = "d7cbd06088a90f8adfd4bb9a99d1c256bcdf22a1" + +[update] +[update.modrinth] +mod-id = "fuuu3xnx" +version = "eh4IBlu2" diff --git a/.minecraft/mods/simple-copper-pipes.pw.toml b/.minecraft/mods/simple-copper-pipes.pw.toml deleted file mode 100644 index ab734a9..0000000 --- a/.minecraft/mods/simple-copper-pipes.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Simple Copper Pipes" -filename = "lunade-copper-pipe-1.11-1.18.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/9r4ZkgSN/versions/NFv8fir1/lunade-copper-pipe-1.11-1.18.2.jar" -hash-format = "sha1" -hash = "d9fafc3d5f83cee0f5d4f5723f0a415eb09a559f" - -[update] -[update.modrinth] -mod-id = "9r4ZkgSN" -version = "NFv8fir1" diff --git a/.minecraft/mods/simple-voice-chat.pw.toml b/.minecraft/mods/simple-voice-chat.pw.toml new file mode 100644 index 0000000..e17b400 --- /dev/null +++ b/.minecraft/mods/simple-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat" +filename = "voicechat-fabric-1.20.1-2.5.14.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/Rd9uvDER/voicechat-fabric-1.20.1-2.5.14.jar" +hash-format = "sha1" +hash = "abf27ab3769e829b2d5d7370effe51bc8aab1a3e" + +[update] +[update.modrinth] +mod-id = "9eGKb6K1" +version = "Rd9uvDER" diff --git a/.minecraft/mods/sodium-extra.pw.toml b/.minecraft/mods/sodium-extra.pw.toml deleted file mode 100644 index a1249a8..0000000 --- a/.minecraft/mods/sodium-extra.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Sodium Extra" -filename = "sodium-extra-0.4.11+mc1.18.2-build.67.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/lyZvsCAT/sodium-extra-0.4.11%2Bmc1.18.2-build.67.jar" -hash-format = "sha1" -hash = "78939d92077a701c7890cb9a4323400f3e8ecd73" - -[update] -[update.modrinth] -mod-id = "PtjYWJkn" -version = "lyZvsCAT" diff --git a/.minecraft/mods/sodium.pw.toml b/.minecraft/mods/sodium.pw.toml index 509b7f1..60d9b84 100644 --- a/.minecraft/mods/sodium.pw.toml +++ b/.minecraft/mods/sodium.pw.toml @@ -1,13 +1,13 @@ name = "Sodium" -filename = "sodium-fabric-mc1.18.2-0.4.1+build.15.jar" +filename = "sodium-fabric-0.5.8+mc1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/AANobbMI/versions/mc1.18.2-0.4.1/sodium-fabric-mc1.18.2-0.4.1%2Bbuild.15.jar" +url = "https://cdn.modrinth.com/data/AANobbMI/versions/mhZtY2lR/sodium-fabric-0.5.8%2Bmc1.20.1.jar" hash-format = "sha1" -hash = "f839863a6be7014b8d80058ea1f361521148d049" +hash = "bdd6b8ac84b46ae56a3bbb761ce430c48e42e00d" [update] [update.modrinth] mod-id = "AANobbMI" -version = "74Y5Z8fo" +version = "mhZtY2lR" diff --git a/.minecraft/mods/spark.pw.toml b/.minecraft/mods/spark.pw.toml index 07e4384..80df3ff 100644 --- a/.minecraft/mods/spark.pw.toml +++ b/.minecraft/mods/spark.pw.toml @@ -1,13 +1,13 @@ name = "spark" -filename = "spark-1.9.11-fabric.jar" +filename = "spark-1.10.53-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/l6YH9Als/versions/1.9.11-fabric/spark-1.9.11-fabric.jar" +url = "https://cdn.modrinth.com/data/l6YH9Als/versions/XGW2fviP/spark-1.10.53-fabric.jar" hash-format = "sha1" -hash = "f3e6578c000c4bf8d9ae3f1d3753b8c55477b590" +hash = "252de323db10d2b49ef74f8e7a6a5c72929be140" [update] [update.modrinth] mod-id = "l6YH9Als" -version = "JjikdHMk" +version = "XGW2fviP" diff --git a/.minecraft/mods/spectrum.pw.toml b/.minecraft/mods/spectrum.pw.toml new file mode 100644 index 0000000..747eb02 --- /dev/null +++ b/.minecraft/mods/spectrum.pw.toml @@ -0,0 +1,13 @@ +name = "Spectrum" +filename = "spectrum-deeper-down-1.7.10.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/3rc31Hgo/versions/WRy5rVCt/spectrum-deeper-down-1.7.10.jar" +hash-format = "sha1" +hash = "a5f7be1224ccfd72cbe7c989a0f1abfdac6a954b" + +[update] +[update.modrinth] +mod-id = "3rc31Hgo" +version = "WRy5rVCt" diff --git a/.minecraft/mods/starlight.pw.toml b/.minecraft/mods/starlight.pw.toml deleted file mode 100644 index 3a50489..0000000 --- a/.minecraft/mods/starlight.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Starlight (Fabric)" -filename = "starlight-1.0.2+fabric.89b8d9f.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/H8CaAYZC/versions/1.0.2+1.18.2/starlight-1.0.2+fabric.89b8d9f.jar" -hash-format = "sha1" -hash = "a436b72ee514bd2b59900159bcc4d461f96ef340" - -[update] -[update.modrinth] -mod-id = "H8CaAYZC" -version = "4ew9whL8" diff --git a/.minecraft/mods/stendhal.pw.toml b/.minecraft/mods/stendhal.pw.toml index fb0be6a..dd7f428 100644 --- a/.minecraft/mods/stendhal.pw.toml +++ b/.minecraft/mods/stendhal.pw.toml @@ -1,13 +1,13 @@ name = "Stendhal" -filename = "stendhal-1.3.3-1.18.jar" +filename = "stendhal-1.4.1-1.20.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/BWloQ9jK/versions/1.3.3/stendhal-1.3.3-1.18.jar" +url = "https://cdn.modrinth.com/data/BWloQ9jK/versions/Uj1peBrG/stendhal-1.4.1-1.20.jar" hash-format = "sha1" -hash = "a6a47235fadde3e28d27111d72ccc0d61988ee50" +hash = "c057dd5c73912e7249c9de4f894c666ef644ff98" [update] [update.modrinth] mod-id = "BWloQ9jK" -version = "cSzSbcvJ" +version = "Uj1peBrG" diff --git a/.minecraft/mods/structure-tools.pw.toml b/.minecraft/mods/structure-tools.pw.toml deleted file mode 100644 index a54eaae..0000000 --- a/.minecraft/mods/structure-tools.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "st'ructure tools" -filename = "structure-tools-1.0.22.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/uD5WhhmK/versions/1.0.22/structure-tools-1.0.22.jar" -hash-format = "sha1" -hash = "3ae828251c6158668ebda7be9c394b1b406c1424" - -[update] -[update.modrinth] -mod-id = "uD5WhhmK" -version = "Steux2ks" diff --git a/.minecraft/mods/styled-chat.pw.toml b/.minecraft/mods/styled-chat.pw.toml new file mode 100644 index 0000000..08885bd --- /dev/null +++ b/.minecraft/mods/styled-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Styled Chat" +filename = "styled-chat-2.2.3+1.20.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/doqSKB0e/versions/7dmapSQA/styled-chat-2.2.3%2B1.20.1.jar" +hash-format = "sha1" +hash = "13987a5e2d0e3cdd5994b562d448356ab5dac30d" + +[update] +[update.modrinth] +mod-id = "doqSKB0e" +version = "7dmapSQA" diff --git a/.minecraft/mods/styled-nicknames.pw.toml b/.minecraft/mods/styled-nicknames.pw.toml new file mode 100644 index 0000000..eedb5b4 --- /dev/null +++ b/.minecraft/mods/styled-nicknames.pw.toml @@ -0,0 +1,13 @@ +name = "Styled Nicknames" +filename = "styled-nicknames-1.2.1+1.20.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/DOk6Gcdi/versions/9k8RQJkW/styled-nicknames-1.2.1%2B1.20.jar" +hash-format = "sha1" +hash = "737962952717aedd849797b3351ceaae925099f2" + +[update] +[update.modrinth] +mod-id = "DOk6Gcdi" +version = "9k8RQJkW" diff --git a/.minecraft/mods/styledplayerlist.pw.toml b/.minecraft/mods/styledplayerlist.pw.toml new file mode 100644 index 0000000..df1193c --- /dev/null +++ b/.minecraft/mods/styledplayerlist.pw.toml @@ -0,0 +1,13 @@ +name = "Styled Player List" +filename = "styledplayerlist-3.1.1+1.20.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/DQIfKUHf/versions/4FqvobxB/styledplayerlist-3.1.1%2B1.20.1.jar" +hash-format = "sha1" +hash = "8c6db42ea55444208010920547fa8cc2cb2f29d2" + +[update] +[update.modrinth] +mod-id = "DQIfKUHf" +version = "4FqvobxB" diff --git a/.minecraft/mods/supermartijn642s-config-lib.pw.toml b/.minecraft/mods/supermartijn642s-config-lib.pw.toml new file mode 100644 index 0000000..dbe28a4 --- /dev/null +++ b/.minecraft/mods/supermartijn642s-config-lib.pw.toml @@ -0,0 +1,13 @@ +name = "SuperMartijn642's Config Lib" +filename = "supermartijn642configlib-1.1.8a-fabric-mc1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LN9BxssP/versions/Ur02nrUT/supermartijn642configlib-1.1.8a-fabric-mc1.20.jar" +hash-format = "sha1" +hash = "964df96c16afe775efd467b22f24458915805ad8" + +[update] +[update.modrinth] +mod-id = "LN9BxssP" +version = "Ur02nrUT" diff --git a/.minecraft/mods/supermartijn642s-core-lib.pw.toml b/.minecraft/mods/supermartijn642s-core-lib.pw.toml new file mode 100644 index 0000000..29287bc --- /dev/null +++ b/.minecraft/mods/supermartijn642s-core-lib.pw.toml @@ -0,0 +1,13 @@ +name = "SuperMartijn642's Core Lib" +filename = "supermartijn642corelib-1.1.17-fabric-mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/rOUBggPv/versions/oCwsAaM0/supermartijn642corelib-1.1.17-fabric-mc1.20.1.jar" +hash-format = "sha1" +hash = "dcdec30ba6020113ddc5778c3ad7b5c1c928eb49" + +[update] +[update.modrinth] +mod-id = "rOUBggPv" +version = "oCwsAaM0" diff --git a/.minecraft/mods/sync-fabric.pw.toml b/.minecraft/mods/sync-fabric.pw.toml deleted file mode 100644 index 55708a1..0000000 --- a/.minecraft/mods/sync-fabric.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Sync (Fabric)" -filename = "sync-mc1.18.2-4.3.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/OrJTMhHF/versions/mc1.18-4.3/sync-mc1.18.2-4.3.jar" -hash-format = "sha1" -hash = "8f02b1c5e2cbb22e114876fafb960d486ecff4bb" - -[update] -[update.modrinth] -mod-id = "OrJTMhHF" -version = "f8qpivE8" diff --git a/.minecraft/mods/techreborn.pw.toml b/.minecraft/mods/techreborn.pw.toml new file mode 100644 index 0000000..940961c --- /dev/null +++ b/.minecraft/mods/techreborn.pw.toml @@ -0,0 +1,13 @@ +name = "Tech Reborn" +filename = "TechReborn-5.8.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3009d4446cb6fb8308a114e1677c6e29fe0572ac" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4708962 +project-id = 233564 diff --git a/.minecraft/mods/tectonic.pw.toml b/.minecraft/mods/tectonic.pw.toml new file mode 100644 index 0000000..d778f57 --- /dev/null +++ b/.minecraft/mods/tectonic.pw.toml @@ -0,0 +1,13 @@ +name = "Tectonic" +filename = "tectonic-fabric-1.20-2.3.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lWDHr9jE/versions/PFg0zBtc/tectonic-fabric-1.20-2.3.4.jar" +hash-format = "sha1" +hash = "ad53ec613869ce6b64e6744b06dec4f65fff30b1" + +[update] +[update.modrinth] +mod-id = "lWDHr9jE" +version = "PFg0zBtc" diff --git a/.minecraft/mods/toms-storage.pw.toml b/.minecraft/mods/toms-storage.pw.toml index 528d4a0..be049e9 100644 --- a/.minecraft/mods/toms-storage.pw.toml +++ b/.minecraft/mods/toms-storage.pw.toml @@ -1,13 +1,13 @@ name = "Tom's Simple Storage Mod" -filename = "toms_storage_fabric-1.18.2-1.4.3.jar" +filename = "toms_storage_fabric-1.20-1.6.6.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/XZNI4Cpy/versions/D6WrGoAd/toms_storage_fabric-1.18.2-1.4.3.jar" +url = "https://cdn.modrinth.com/data/XZNI4Cpy/versions/FVJja9qr/toms_storage_fabric-1.20-1.6.6.jar" hash-format = "sha1" -hash = "15e0e9ab5cb2a282bc3005c7c4c3bddd9ba7fc68" +hash = "198d37bcf567192e798fa3b5cc5b0fff74e93087" [update] [update.modrinth] mod-id = "XZNI4Cpy" -version = "D6WrGoAd" +version = "FVJja9qr" diff --git a/.minecraft/mods/toomanyorigins.pw.toml b/.minecraft/mods/toomanyorigins.pw.toml new file mode 100644 index 0000000..89bed92 --- /dev/null +++ b/.minecraft/mods/toomanyorigins.pw.toml @@ -0,0 +1,13 @@ +name = "TooManyOrigins" +filename = "TooManyOrigins-1.1.1+1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/xDjN28OB/versions/KAadQBAC/TooManyOrigins-1.1.1%2B1.20.1-fabric.jar" +hash-format = "sha1" +hash = "919e0551a706d836dd375024246cbf2e31108201" + +[update] +[update.modrinth] +mod-id = "xDjN28OB" +version = "KAadQBAC" diff --git a/.minecraft/mods/travelersbackpack.pw.toml b/.minecraft/mods/travelersbackpack.pw.toml new file mode 100644 index 0000000..e47e3f9 --- /dev/null +++ b/.minecraft/mods/travelersbackpack.pw.toml @@ -0,0 +1,13 @@ +name = "Traveler's Backpack" +filename = "travelersbackpack-fabric-1.20.1-9.1.12.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/rlloIFEV/versions/kf3NfFx1/travelersbackpack-fabric-1.20.1-9.1.12.jar" +hash-format = "sha1" +hash = "c5ecc6b808df35c2587b9ce7628cf794ed69d675" + +[update] +[update.modrinth] +mod-id = "rlloIFEV" +version = "kf3NfFx1" diff --git a/.minecraft/mods/trinkets.pw.toml b/.minecraft/mods/trinkets.pw.toml index d7a6248..c2b421b 100644 --- a/.minecraft/mods/trinkets.pw.toml +++ b/.minecraft/mods/trinkets.pw.toml @@ -1,13 +1,13 @@ name = "Trinkets" -filename = "trinkets-3.3.1.jar" +filename = "trinkets-3.7.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/5aaWibi9/versions/3.3.1/trinkets-3.3.1.jar" +url = "https://cdn.modrinth.com/data/5aaWibi9/versions/AHxQGtuC/trinkets-3.7.2.jar" hash-format = "sha1" -hash = "1f6784a63d0c4cfe6caacf7b7a93ddd9f0b4e491" +hash = "d58cc8759587f03f320f188972ca66baa788d008" [update] [update.modrinth] mod-id = "5aaWibi9" -version = "XqLNMi9J" +version = "AHxQGtuC" diff --git a/.minecraft/mods/turtlematic.pw.toml b/.minecraft/mods/turtlematic.pw.toml index 32bbeb4..4b4d63f 100644 --- a/.minecraft/mods/turtlematic.pw.toml +++ b/.minecraft/mods/turtlematic.pw.toml @@ -1,13 +1,13 @@ name = "Turtlematic" -filename = "turtlematic-0.4.3.jar" +filename = "turtlematic-fabric-1.20.1-1.3.0.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/UogK5QqE/versions/0.4.3/turtlematic-0.4.3.jar" +url = "https://cdn.modrinth.com/data/UogK5QqE/versions/ecYcJbxo/turtlematic-fabric-1.20.1-1.3.0.jar" hash-format = "sha1" -hash = "098c722166656a0ffa277baf0285638907ef4779" +hash = "b4b38c3b485ffdf69ebdff43176e00b6fa811a80" [update] [update.modrinth] mod-id = "UogK5QqE" -version = "d0swwYuN" +version = "ecYcJbxo" diff --git a/.minecraft/mods/unlimitedperipheralworks.pw.toml b/.minecraft/mods/unlimitedperipheralworks.pw.toml index 8f3846e..1b5ec6c 100644 --- a/.minecraft/mods/unlimitedperipheralworks.pw.toml +++ b/.minecraft/mods/unlimitedperipheralworks.pw.toml @@ -1,13 +1,13 @@ name = "UnlimitedPeripheralWorks" -filename = "peripheralworks-0.1.2.jar" +filename = "peripheralworks-fabric-1.20.1-1.4.3.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Sf7QBsRP/versions/0.1.2/peripheralworks-0.1.2.jar" +url = "https://cdn.modrinth.com/data/Sf7QBsRP/versions/llME0vcm/peripheralworks-fabric-1.20.1-1.4.3.jar" hash-format = "sha1" -hash = "8b189a4fb3397f264256fb37cbd6070e5f555d6d" +hash = "f9d5644ceb43aebfa8e21a50de6ecd1ca0334c5f" [update] [update.modrinth] mod-id = "Sf7QBsRP" -version = "wAXpKQ13" +version = "llME0vcm" diff --git a/.minecraft/mods/valkyrien-skies.pw.toml b/.minecraft/mods/valkyrien-skies.pw.toml new file mode 100644 index 0000000..0a2fa63 --- /dev/null +++ b/.minecraft/mods/valkyrien-skies.pw.toml @@ -0,0 +1,13 @@ +name = "Valkyrien Skies" +filename = "valkyrienskies-120-2.3.0-beta.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/V5ujR2yw/versions/wDYLclLS/valkyrienskies-120-2.3.0-beta.5.jar" +hash-format = "sha1" +hash = "284bbc3f8eb3f4c0d8ac1bb57eb6cff5af35a25c" + +[update] +[update.modrinth] +mod-id = "V5ujR2yw" +version = "wDYLclLS" diff --git a/.minecraft/mods/vanish.pw.toml b/.minecraft/mods/vanish.pw.toml new file mode 100644 index 0000000..52a7113 --- /dev/null +++ b/.minecraft/mods/vanish.pw.toml @@ -0,0 +1,13 @@ +name = "Vanish" +filename = "vanish-1.5.4+1.20.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/UL4bJFDY/versions/jtBda3vL/vanish-1.5.4%2B1.20.1.jar" +hash-format = "sha1" +hash = "412b68aaff496eaacaceeadb87d8f8990fd99cb0" + +[update] +[update.modrinth] +mod-id = "UL4bJFDY" +version = "jtBda3vL" diff --git a/.minecraft/mods/viafabric.pw.toml b/.minecraft/mods/viafabric.pw.toml deleted file mode 100644 index b9f2478..0000000 --- a/.minecraft/mods/viafabric.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ViaFabric" -filename = "viafabric-0.4.9+19-main.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/YlKdE5VK/versions/HDHqNX5V/viafabric-0.4.9%2B19-main.jar" -hash-format = "sha1" -hash = "ec0ad9336714b9fe06c91334b5ba2e8155e6270d" - -[update] -[update.modrinth] -mod-id = "YlKdE5VK" -version = "HDHqNX5V" diff --git a/.minecraft/mods/vivecraft.pw.toml b/.minecraft/mods/vivecraft.pw.toml new file mode 100644 index 0000000..2c523a2 --- /dev/null +++ b/.minecraft/mods/vivecraft.pw.toml @@ -0,0 +1,13 @@ +name = "Vivecraft" +filename = "vivecraft-1.20.1-1.1.9-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/wGoQDPN5/versions/4NmmVOuV/vivecraft-1.20.1-1.1.9-fabric.jar" +hash-format = "sha1" +hash = "d9d61cc76a92040441600ec1c4ed0fbaf7e70669" + +[update] +[update.modrinth] +mod-id = "wGoQDPN5" +version = "4NmmVOuV" diff --git a/.minecraft/mods/vmod.pw.toml b/.minecraft/mods/vmod.pw.toml new file mode 100644 index 0000000..9f7ae6d --- /dev/null +++ b/.minecraft/mods/vmod.pw.toml @@ -0,0 +1,13 @@ +name = "VMod" +filename = "VMod-Fabric-1.20.1-0.0.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qS1ot7R2/versions/woJ9q6zj/VMod-Fabric-1.20.1-0.0.5.jar" +hash-format = "sha1" +hash = "1fe31c3e9a59ee5e6b95d552297876964038eb6d" + +[update] +[update.modrinth] +mod-id = "qS1ot7R2" +version = "woJ9q6zj" diff --git a/.minecraft/mods/wiredredstone.pw.toml b/.minecraft/mods/wiredredstone.pw.toml deleted file mode 100644 index 8db7ccd..0000000 --- a/.minecraft/mods/wiredredstone.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Wired Redstone" -filename = "wired-redstone-0.3.7+1.18.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/lyYGrdho/versions/kCyMtA0s/wired-redstone-0.3.7%2B1.18.2.jar" -hash-format = "sha1" -hash = "93f594e21740410d9fc506fc92a93dea3992c995" - -[update] -[update.modrinth] -mod-id = "lyYGrdho" -version = "kCyMtA0s" diff --git a/.minecraft/mods/worldedit.pw.toml b/.minecraft/mods/worldedit.pw.toml new file mode 100644 index 0000000..2511eac --- /dev/null +++ b/.minecraft/mods/worldedit.pw.toml @@ -0,0 +1,13 @@ +name = "WorldEdit" +filename = "worldedit-mod-7.2.15.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9c52765ca56f917ef8cbafc20e9a4f45c346508f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4586218 +project-id = 225608 diff --git a/.minecraft/mods/xaeros-minimap.pw.toml b/.minecraft/mods/xaeros-minimap.pw.toml index 2824abd..68d9f7d 100644 --- a/.minecraft/mods/xaeros-minimap.pw.toml +++ b/.minecraft/mods/xaeros-minimap.pw.toml @@ -1,13 +1,13 @@ name = "Xaero's Minimap" -filename = "Xaeros_Minimap_22.15.1_Fabric_1.18.2.jar" +filename = "Xaeros_Minimap_24.1.1_Fabric_1.20.jar" side = "client" [download] +url = "https://cdn.modrinth.com/data/1bokaNcj/versions/C2jbx7JG/Xaeros_Minimap_24.1.1_Fabric_1.20.jar" hash-format = "sha1" -hash = "0e89ffb26fe6ac57b45636ef4bb330bf76a8a385" -mode = "metadata:curseforge" +hash = "dcc117fd0a448a26d30dea8eff1bf2954292c93f" [update] -[update.curseforge] -file-id = 4012612 -project-id = 263420 +[update.modrinth] +mod-id = "1bokaNcj" +version = "C2jbx7JG" diff --git a/.minecraft/mods/xaeros-world-map.pw.toml b/.minecraft/mods/xaeros-world-map.pw.toml index 7a0d1b7..4c6043e 100644 --- a/.minecraft/mods/xaeros-world-map.pw.toml +++ b/.minecraft/mods/xaeros-world-map.pw.toml @@ -1,13 +1,13 @@ name = "Xaero's World Map" -filename = "XaerosWorldMap_1.28.0_Fabric_1.18.2.jar" +filename = "XaerosWorldMap_1.38.4_Fabric_1.20.jar" side = "client" [download] +url = "https://cdn.modrinth.com/data/NcUtCpym/versions/GOh0fFoJ/XaerosWorldMap_1.38.4_Fabric_1.20.jar" hash-format = "sha1" -hash = "b61fd8f879832702d45c86bbfb11a43342601b48" -mode = "metadata:curseforge" +hash = "2f43d0560a1b1f8efd09fb1a533f4d7090c071ab" [update] -[update.curseforge] -file-id = 4010417 -project-id = 317780 +[update.modrinth] +mod-id = "NcUtCpym" +version = "GOh0fFoJ" diff --git a/.minecraft/mods/xxl-packets.pw.toml b/.minecraft/mods/xxl-packets.pw.toml new file mode 100644 index 0000000..b3144fb --- /dev/null +++ b/.minecraft/mods/xxl-packets.pw.toml @@ -0,0 +1,13 @@ +name = "XXL Packets" +filename = "xlpackets-1.0.4-1.20.x.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/SeCuopwJ/versions/9CoQQYvj/xlpackets-1.0.4-1.20.x.jar" +hash-format = "sha1" +hash = "bbba302484c7a5a97d9bdf3038f352468f5fff5f" + +[update] +[update.modrinth] +mod-id = "SeCuopwJ" +version = "9CoQQYvj" diff --git a/.minecraft/mods/yacl.pw.toml b/.minecraft/mods/yacl.pw.toml new file mode 100644 index 0000000..29ef029 --- /dev/null +++ b/.minecraft/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib" +filename = "YetAnotherConfigLib-3.4.2+1.20.1-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/TD5Fv92S/YetAnotherConfigLib-3.4.2%2B1.20.1-fabric.jar" +hash-format = "sha1" +hash = "4ae011ae4a1c9c1f012b7c6f22d2a8f57791d9df" + +[update] +[update.modrinth] +mod-id = "1eAoo2KR" +version = "TD5Fv92S" diff --git a/.minecraft/mods/yosbr.pw.toml b/.minecraft/mods/yosbr.pw.toml deleted file mode 100644 index c16b4fa..0000000 --- a/.minecraft/mods/yosbr.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Your Options Shall Be Respected (YOSBR)" -filename = "yosbr-0.1.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/WwbubTsV/versions/0.1.1/yosbr-0.1.1.jar" -hash-format = "sha1" -hash = "0643830cab952fc96872702e681b863b550c8530" - -[update] -[update.modrinth] -mod-id = "WwbubTsV" -version = "dStXfyg3" diff --git a/.minecraft/mods/yungs-api-fabric.pw.toml b/.minecraft/mods/yungs-api-fabric.pw.toml deleted file mode 100644 index 3050c76..0000000 --- a/.minecraft/mods/yungs-api-fabric.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "YUNG's API (Fabric)" -filename = "YungsApi-1.18.2-Fabric-2.0.8.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "4e96599a16b1eba26e2e712d5f282780dca58876" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3779089 -project-id = 421649 diff --git a/.minecraft/mods/yungs-api.pw.toml b/.minecraft/mods/yungs-api.pw.toml new file mode 100644 index 0000000..a9732d8 --- /dev/null +++ b/.minecraft/mods/yungs-api.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's API" +filename = "YungsApi-1.20-Fabric-4.0.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Ua7DFN59/versions/zPT7QfIk/YungsApi-1.20-Fabric-4.0.5.jar" +hash-format = "sha1" +hash = "9aa99d06657779322767aafd10b9a44eed2690b6" + +[update] +[update.modrinth] +mod-id = "Ua7DFN59" +version = "zPT7QfIk" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 7351abc..1de36e7 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -1,16 +1,16 @@ -name = "Floret Minecraft" +name = "Modpack Template" author = "Merith.TK" -version = "1.2.1" +version = "1.0.0" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "ddc6558caa529cb29581dcdacab6ec101c32bfc88e4971fdb848393a902db07a" +hash = "e08112b2a9c11ed1dbd1ffa8d1827678576fce3ba5f98cffdb8d4ec7b57fc8bf" [versions] -minecraft = "1.18.2" -quilt = "0.17.4" +fabric = "0.15.7" +minecraft = "1.20.1" [options] -acceptable-game-versions = ["1.18.2"] +datapack-folder = "config/paxi/datapacks" diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..3c577b0 --- /dev/null +++ b/LICENSE @@ -0,0 +1,24 @@ +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +For more information, please refer to \ No newline at end of file diff --git a/Makefile b/Makefile index e7a3601..539946e 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,8 @@ default: @echo "" PACKNAME := $(notdir $(CURDIR)) -PACKURL := $(shell pw detectLocal) +PACKURL := $(shell pw detect) +PACKLOCAL := $(shell pw detectLocal) curseforge: refresh -mkdir .build @@ -50,6 +51,16 @@ multimc: refresh 7z d .build/${PACKNAME}-multimc.zip ./.build ./.minecraft/mods ./.minecraft/pack.toml ./.minecraft/index.toml -r @sed -i 's#${PACKURL}#{PACKURL}#' instance.cfg +local: refresh + -mkdir .build + @echo "Making MultiMC pack" + 7z d .build/${PACKNAME}-multimc.zip ./* -r + 7z d .build/${PACKNAME}-multimc.zip ./.minecraft -r + @sed -i 's#{PACKURL}#${PACKLOCAL}#' instance.cfg + 7z a .build/${PACKNAME}-multimc.zip ./* -r + 7z a .build/${PACKNAME}-multimc.zip ./.minecraft -r + 7z d .build/${PACKNAME}-multimc.zip ./.build ./.minecraft/mods ./.minecraft/pack.toml ./.minecraft/index.toml -r + @sed -i 's#${PACKURL}#{PACKURL}#' instance.cfg technic: refresh -mkdir .build diff --git a/README.md b/README.md index 9088482..60cc3d9 100644 --- a/README.md +++ b/README.md @@ -1,136 +1,42 @@ -# Floret Minecraft -(forked from Vanillia Minecraft for the sheer perfomance benifits) +## Update Pack Template +This is a template modpack makers can use to easily release their modpack onto multiple platforms. +currently this template only supports +- Curseforge + - Please note recent API changes to curseforge have broken support for most mods from curseforge in the other three formats + - Multi/PolyMC requires users to download mods manually + - Technc requires modpack makers to download mods manually + - Modrinth just doesnt support it at all +- [Multi/PolyMC](https://polymc.org) +- Technic +- Modrinth + + +### How to use this? [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](https://gitpod.io/from-referrer/) +- Modpack Makers + - Well first your going to need to install `busybox`, `git`, `go` `7zip`, and `make` on your computer, + - On Windows I personally reccomend getting all of these through [Scoop](https://scoop.sh/) + - After installing scoop, just run + - `scoop install busybox git go make 7zip` + - On Linux, + - Ubuntu/Debian + - `sudo apt install git p7zip make` + - golang needs the latest release, which is unfortunately not in the repos, please manually install it, there are plenty of guides online for this + - Arch + - please use an AUR helper such as `yay` + - `yay -Syu git go p7zip make` + + - after you install go, run this command to install packwiz + - `go install github.com/packwiz/packwiz@latest` -### Download -[MultiMC/PolyMC](https://gitlab.com/Merith-TK/vanillia-modpack/-/archive/main/vanillia-modpack-main.zip) + - I reccomend using VSCode to manage your modpack as you have a full visual editor and git manager built in. + - to add mods, run `packwiz install ` + - for sodium from curseforge, `packwiz cf install sodium` + - to make a release, run `make multimc` or `make technic` -## Disclaimer -I am not responsible for server bans, please check with server admins before using this modpack, especially on hypixel + - Dont forget to make a git repo for your modpack, I reccomend using [GitLab](https://gitlab.com) due to its free Large File Support. + - or a place to host the packwiz-data folder! -## Mods Included -* [AntiGhost](https://www.modrinth.com/mod/antighost) - * Adds a keybind to re-request block information around you. helpful when there is a "Ghost Block" in your way, -* [Architechury](https://www.curseforge.com/minecraft/mc-mods/architectury-fabric) - * API used for mods to make building for forge/fabric easier -* [BadSTDOut](https://modrinth.com/mod/badstdout) - * Makes the logs state which mod is using a `system.out` call, -* [BetterF3](https://modrinth.com/mod/betterf3) - * Just a better F3, -* [Better Loading Screen](https://www.curseforge.com/minecraft/mc-mods/betterloadingscreen) - * Brings back the old forge 1.12.2 loading screen -* [BlockMeter](https://www.curseforge.com/minecraft/mc-mods/blockmeterfabric) - * Client Side measuring tape for building -* [BlockMixer](https://www.curseforge.com/minecraft/mc-mods/blockmixer-fabric) - * Shuffles blocks in your hand when building to give randomness -* [Blur](https://modrinth.com/mod/blur-fabric) - * Blurs the background of menus -* [Bobby](https://modrinth.com/mod/bobby) - * Cache's chunks locally so that you can have a Render Distance further than what a server would allow -* [Chunky](https://modrinth.com/mod/chunky) - * Chunk Pregenerator for Single Player -* [CIT Resewn](https://modrinth.com/mod/cit-resewn) - * Optifine's Custom Item Textures -* [Charmonium](https://modrinth.com/mod/charmonium) - * Ambient Sound Overhaul, -* [Clear Despawn](https://modrinth.com/mod/cleardespawn) - * Makes Items that are about to despawn more obvious -* [Cloth Config](https://www.curseforge.com/minecraft/mc-mods/cloth-config) - * Config API used by many mods -* [Clumps](https://www.curseforge.com/minecraft/mc-mods/clumps) - * Clumps xp orbs together -* [Continuity](https://modrinth.com/mod/continuity) - * Connected Textures -* [Dark Loading Screen](https://www.curseforge.com/minecraft/mc-mods/dark-loading-screen) - * Makes minecraft loading screen bareable -* [Entity Culling](https://www.curseforge.com/minecraft/mc-mods/entityculling) - * Makes Unseen entities not render anyways -* [Essentials](https://essential.gg) - * The essential multiplayer mod for Minecraft Java. - * Invite friends to your singleplayer worlds. - * Customize your Character with cosmetics - * Connect with friends - * Friends system - * Private Messaging system - * Featured Server Browser -* [Fabric API](https://modrinth.com/mod/fabric-api) - * Needed Library for most of the mods here -* [Fabrishot](https://modrinth.com/mod/fabrishot) - * Obsurdly Large Screenshots, Because why the hell not -* [Ferrite Core](https://modrinth.com/mod/ferrite-core) - * RAM Usage Reducer -* [Figura](https://modrinth.com/mod/figura) - * custom 3D player models with potential for HD Skins. -* [First Person Model](https://www.curseforge.com/minecraft/mc-mods/first-person-model) - * First Person persepctive mod -* [Grid](https://modrinth.com/mod/grid) - * Displays a grid on the ground so you can place blocks in a pattern -* [HudTweaks](https://modrinth.com/mod/hudtweaks) - * Grants full control over your HUD -* [Indium](https://modrinth.com/mod/indium) - * Fixes some issues with sodium+iris -* [Inspecio](https://modrinth.com/mod/inspecio) - * Usefull tooltips -* [Inventory HUD](https://www.curseforge.com/minecraft/mc-mods/inventory-hud-forge) - * Display your Inventory on your HUD -* [Iris Shaders](https://modrinth.com/mod/iris) - * Better Shaders mod for Fabric - * Performs better than optifine - * Doesnt crash - * Compatible with most popular optifine shaders -* [Lambda Better Grass](https://modrinth.com/mod/lambdabettergrass) - * makes grass and snow look nicer -* [Lamb Dynamic Lights](https://www.modrinth.com/mod/lambdynamiclights) - * Dynamic Lighting, when holding a torch, the area around you lights up -* [Lithium](https://modrinth.com/mod/lithium) - * Basic Performance booster, - * Useless for multiplayer, but helpful for singleplayer -* [MinecraftCapes](https://minecraftcapes.net/) - * Custom (***free***) Capes for Minecraft -* [ModMenu](https://modrinth.com/mod/modmenu) - * Its the Mod Menu, kinda needed -* [Mouse Wheelie](https://modrinth.com/mod/mouse-wheelie) - * A small clientside mod to enable various mouse wheel related actions. Features item scrolling, inventory sorting, item refilling and much more! -* [Nimble](https://www.curseforge.com/minecraft/mc-mods/nimble-fabric) - * Smooth third person animations -* [Not Enough Animations](https://www.curseforge.com/minecraft/mc-mods/not-enough-animations) - * various animation tweaks to make things just look right -* [OK Zoomer](https://modrinth.com/mod/ok-zoomer) - * Zoom Mod -* [OpenAuth](https://github.com/RaphiMC/OpenAuthMod) - * Allows using proxies to connect to servers, -* [Perspective Mod Redux](https://www.curseforge.com/minecraft/mc-mods/perspective-mod-redux) - * 360 degree pivot third person camera -* [Plasmo Voice](https://modrinth.com/mod/plasmo-voice) - * Proximity voicechat for servers that support it - * ***SERVER ADMINS: THERE IS A PLUGIN FOR SERVER SUPPORT!*** -* [RoughlyEnoughItems](https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items) - * A general Purpose Inventory mod needed for many modpacks, also helpful for just plain vanillia minecraft as you can search up recipies on the fly -* [Sodium](https://modrinth.com/mod/sodium) - * Where Iris gets its performance boosts for base game -* [Sodium Extra](https://modrinth.com/mod/sodium-extra) - * Extra Options for sodium -* [Starlight](https://modrinth.com/mod/starlight) - * Lighting Engine OVERHAUL -* [Stendhal](https://modrinth.com/mod/stendhal) - * Better Book and Sign writing -* [ViaFabric](https://www.curseforge.com/minecraft/mc-mods/viafabric) - * Allows joining older minecraft servers -* [Wildfires Gender Mod](https://modrinth.com/mod/female-gender) - * Adds configurable breasts for players... thats it -* [Xaeros Minimap (Fair Play)](https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap-fair-play-edition) - * [Xaeros Minimap](https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap), but fair for PVP and Survival Servers -* [Xaeros World Map](https://www.curseforge.com/minecraft/mc-mods/xaeros-world-map) - * A good world map that integrates with Xaeros Minimap -* [Your Options Shall Be Respected](https://www.curseforge.com/minecraft/mc-mods/yosbr) - * Lets me push custom premade configs to the modpack without overriding your own - -## Missing from 1.18.2 -* [Armor Visibility](https://modrinth.com/mod/armor-visibility) - * Toggle Hiding armor clientside -* [C2ME](https://www.curseforge.com/minecraft/mc-mods/c2me-fabric) - * Chunk Performance Enhancer -* [Illuminations](https://www.curseforge.com/minecraft/mc-mods/illuminations) - * Adds fancy ambient particles! -* [Paxi](https://www.curseforge.com/minecraft/mc-mods/paxi-fabric) - * Automatic Resource and Datapacks +- Modpack Users + - MultiMC + - Use Java 17, MC 1.16.5 runs just fine on forge AND fabric on java 17 diff --git a/flortcraft_icon.png b/flortcraft_icon.png new file mode 100644 index 0000000..d81d8c4 Binary files /dev/null and b/flortcraft_icon.png differ diff --git a/mmc-pack.json b/mmc-pack.json index 8c26b1a..41a6896 100644 --- a/mmc-pack.json +++ b/mmc-pack.json @@ -1,51 +1 @@ -{ - "components": [ - { - "cachedName": "Minecraft", - "cachedRequires": [ - { - "suggests": "3.2.2", - "uid": "org.lwjgl3" - } - ], - "cachedVersion": "1.18.2", - "important": true, - "uid": "net.minecraft", - "version": "1.18.2" - }, - { - "cachedName": "LWJGL 3", - "cachedVersion": "3.2.2", - "cachedVolatile": true, - "dependencyOnly": true, - "uid": "org.lwjgl3", - "version": "3.2.2" - }, - { - "cachedName": "Intermediary Mappings", - "cachedRequires": [ - { - "equals": "1.18.2", - "uid": "net.minecraft" - } - ], - "cachedVersion": "1.18.2", - "cachedVolatile": true, - "dependencyOnly": true, - "uid": "net.fabricmc.intermediary", - "version": "1.18.2" - }, - { - "cachedName": "Quilt Loader", - "cachedRequires": [ - { - "uid": "net.fabricmc.intermediary" - } - ], - "cachedVersion": "0.17.4", - "uid": "org.quiltmc.quilt-loader", - "version": "0.17.4" - } - ], - "formatVersion": 1 -} +{"components":[{"uid":"net.minecraft","version":"1.20.1"},{"uid":"net.fabricmc.fabric-loader","version":"0.15.7"}],"formatVersion":1} \ No newline at end of file diff --git a/modlist.md b/modlist.md index 8b4b536..5504021 100644 --- a/modlist.md +++ b/modlist.md @@ -2,82 +2,142 @@ ## Client Mods -- [Better Command Block UI](https://modrinth.com/mod/8iQcgjQ2/version/R7XOD0de) -- [BetterF3](https://modrinth.com/mod/8shC1gFX/version/EWqUNavR) -- [Blur (Fabric)](https://modrinth.com/mod/NK39zBp2/version/xetUzR7z) -- [Bobby](https://modrinth.com/mod/M08ruV16/version/xfghgAG8) -- [Charmonium](https://modrinth.com/mod/bpii4Xsa/version/rzkLIRCX) -- [CIT Resewn](https://modrinth.com/mod/otVJckYQ/version/SwmQcI45) -- [ClearDespawn-Fabric](https://modrinth.com/mod/yoJJjRRE/version/9Xke6c1g) -- [Continuity](https://modrinth.com/mod/1IjD5062/version/jjpzIZoY) -- [EntityCulling](https://modrinth.com/mod/NNAgCjsB/version/4GD4dwQK) -- [ESSENTIAL Mod](https://modrinth.com/mod/k2ZPuTBm/version/ynwHfHh0) -- [Fabrishot](https://modrinth.com/mod/3qsfQtE9/version/MydLWyXb) -- [First-person Model](https://modrinth.com/mod/H5XMjpHi/version/G1ZyfYYY) -- [Indium](https://modrinth.com/mod/Orvt0mRa/version/H45YVREb) -- [Iris Shaders](https://modrinth.com/mod/YL57xq9U/version/1BCkW8RE) -- [LambdaBetterGrass](https://modrinth.com/mod/2Uev7LdA/version/LpLEGUBZ) -- [LambDynamicLights](https://modrinth.com/mod/yBW8D80W/version/zhBXhMhZ) -- [MinecraftCapes](https://modrinth.com/mod/9gNVPfzw/version/BWQQPiuj) -- [Mod Menu](https://modrinth.com/mod/mOgUt4GM/version/cx9D94fU) -- [Not Enough Animations](https://modrinth.com/mod/MPCX6s5C/version/KTGfH3KC) -- [Ok Zoomer](https://modrinth.com/mod/aXf2OSFU/version/nu6gjAtJ) -- [Perspective Mod Redux](https://modrinth.com/mod/GwyFsKOX/version/mBU1uAxH) -- [Reese's Sodium Options](https://modrinth.com/mod/Bh37bMuy/version/74LitD6T) -- [Replay Mod](https://minio.replaymod.com/replaymod/replaymod-1.18.2-2.6.4.jar) -- [Sodium Extra](https://modrinth.com/mod/PtjYWJkn/version/lyZvsCAT) -- [Sodium](https://modrinth.com/mod/AANobbMI/version/74Y5Z8fo) -- [Stendhal](https://modrinth.com/mod/BWloQ9jK/version/cSzSbcvJ) -- [Xaero's Minimap](https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap/files/4012612) -- [Xaero's World Map](https://www.curseforge.com/minecraft/mc-mods/xaeros-world-map/files/4010417) +- [Alternate Origin GUI](https://modrinth.com/mod/ldWHqZwQ/version/2Xvkw6un) +- [Amecs](https://modrinth.com/mod/rcLriA4v/version/HuXAp0GB) +- [AppleSkin](https://modrinth.com/mod/EsAfCjCV/version/xcauwnEB) +- [BetterF3](https://modrinth.com/mod/8shC1gFX/version/7WkFnw9F) +- [Controlify](https://modrinth.com/mod/DOUdJVEm/version/naETXOxy) +- [Controlling](https://modrinth.com/mod/xv94TkTM/version/6ipZLQSK) +- [Dark Loading Screen](https://modrinth.com/mod/h3XWIuzM/version/HLjyJHzA) +- [Elytra Trims Extensions](https://modrinth.com/mod/5edtQ4at/version/KfkxIFnb) +- [EMI](https://modrinth.com/mod/fRiHVvU7/version/spghOu2N) +- [ESSENTIAL Mod](https://modrinth.com/mod/k2ZPuTBm/version/5iQ99w5T) +- [Indium](https://modrinth.com/mod/Orvt0mRa/version/Aouse6P7) +- [Iris Shaders](https://modrinth.com/mod/YL57xq9U/version/KHQ2Hnpt) +- [ItemSwapper](https://modrinth.com/mod/RPOSBQgq/version/fPe4S1TZ) +- [Just Enough Items](https://modrinth.com/mod/u6dRKJwZ/version/NsbSea5x) +- [LambDynamicLights](https://modrinth.com/mod/yBW8D80W/version/mYl4RvKg) +- [Melody](https://modrinth.com/mod/CVT4pFB2/version/2o0oW8Yv) +- [Mod Menu](https://modrinth.com/mod/mOgUt4GM/version/lEkperf6) +- [Origins Extra Keybinds](https://modrinth.com/mod/6b2RpJpx/version/G4UwAmju) +- [Roughly Enough Items (REI)](https://modrinth.com/mod/nfn13YXA/version/tewJX3lm) +- [Resourcify](https://modrinth.com/mod/RLzHAoZe/version/5V9VumIN) +- [Remove Reloading Screen](https://modrinth.com/mod/ZP7xHXtw/version/FYj53ir3) +- [Searchables](https://modrinth.com/mod/fuuu3xnx/version/eh4IBlu2) +- [Sodium](https://modrinth.com/mod/AANobbMI/version/mhZtY2lR) +- [Stendhal](https://modrinth.com/mod/BWloQ9jK/version/Uj1peBrG) +- [Xaero's Minimap](https://modrinth.com/mod/1bokaNcj/version/C2jbx7JG) +- [Xaero's World Map](https://modrinth.com/mod/NcUtCpym/version/GOh0fFoJ) +- [YetAnotherConfigLib](https://modrinth.com/mod/1eAoo2KR/version/TD5Fv92S) ## Shared Mods -- [Ad Astra!](https://modrinth.com/mod/3ufwT9JF/version/fzC9pnwK) -- [Adorn](https://modrinth.com/mod/E6FUtRJh/version/6N5U8wzl) -- [AntiGhost](https://modrinth.com/mod/Jw3Wx1KR/version/JX1vBTrB) -- [Architectury API](https://modrinth.com/mod/lhGA9TYQ/version/foPbHoIn) -- [BadStdOut](https://modrinth.com/mod/9Y8sMRVG/version/V81dH2uu) -- [Block Meter](https://modrinth.com/mod/oGU9LXKC/version/rqzE7cU2) -- [Botania](https://modrinth.com/mod/pfjLUfGv/version/I1sdolxI) -- [CC: Restitched](https://modrinth.com/mod/eldBwa5V/version/FbQHIk33) -- [Chunky Pregenerator](https://modrinth.com/mod/fALzjamp/version/JJMpSOeW) -- [Cloth Config API](https://modrinth.com/mod/9s6osm5g/version/gPqHXnrg) -- [Conveyor Belts](https://modrinth.com/mod/WjHeCvm0/version/vLWebMRv) -- [Iron Chests](https://modrinth.com/mod/7mHyGgvW/version/SFIhkNnN) -- [Fabric Language Kotlin](https://modrinth.com/mod/Ha28R6CL/version/allNCj2E) -- [Fabricae Ex Nihilo](https://modrinth.com/mod/j9JARqmz/version/V18of5Y4) -- [FerriteCore](https://modrinth.com/mod/uXXizFIs/version/776Z5oW9) -- [Forge Config API Port](https://modrinth.com/mod/ohNO6lps/version/XGKEYlsw) -- [FurnaceMk2](https://modrinth.com/mod/AemlRrpk/version/ugRSbQ9D) -- [Inspecio](https://modrinth.com/mod/a93H3mKU/version/6sfabi0J) -- [KubeJS](https://modrinth.com/mod/umyGl7zF/version/8mbTmr71) -- [Light Overlay](https://modrinth.com/mod/YfOlc91N/version/VyRVRcRk) -- [Lithium](https://modrinth.com/mod/gvQqBUqZ/version/pHl1Vi6k) -- [Mouse Wheelie](https://modrinth.com/mod/u5Ic2U1u/version/6uHsa6Rn) -- [ Paradise Lost](https://modrinth.com/mod/IKpsG0nF/version/zfgH9Tea) -- [Patchouli](https://modrinth.com/mod/nU0bVIaL/version/x2hqKA51) -- [Peripheralium](https://modrinth.com/mod/vV2a9qrZ/version/hKPdIGhq) -- [Plasmo Voice](https://modrinth.com/mod/1bZhdhsH/version/acFZc9lT) -- [Quilted Fabric API / Quilt Standard Libraries](https://modrinth.com/mod/qvIfYCYJ/version/VJj4Lc8d) -- [Rhino](https://modrinth.com/mod/sk9knFPE/version/torEfDK1) -- [Roughly Enough Items (REI)](https://modrinth.com/mod/nfn13YXA/version/JJ6sGqMV) -- [Scout](https://modrinth.com/mod/QRYqnI15/version/VQlQpDEE) -- [Simple Copper Pipes](https://modrinth.com/mod/9r4ZkgSN/version/NFv8fir1) -- [spark](https://modrinth.com/mod/l6YH9Als/version/JjikdHMk) -- [Starlight (Fabric)](https://modrinth.com/mod/H8CaAYZC/version/4ew9whL8) -- [st'ructure tools](https://modrinth.com/mod/uD5WhhmK/version/Steux2ks) -- [Sync (Fabric)](https://modrinth.com/mod/OrJTMhHF/version/f8qpivE8) -- [Tom's Simple Storage Mod](https://modrinth.com/mod/XZNI4Cpy/version/D6WrGoAd) -- [Trinkets](https://modrinth.com/mod/5aaWibi9/version/XqLNMi9J) -- [Turtlematic](https://modrinth.com/mod/UogK5QqE/version/d0swwYuN) -- [UnlimitedPeripheralWorks](https://modrinth.com/mod/Sf7QBsRP/version/wAXpKQ13) -- [ViaFabric](https://modrinth.com/mod/YlKdE5VK/version/HDHqNX5V) -- [Wired Redstone](https://modrinth.com/mod/lyYGrdho/version/kCyMtA0s) -- [Your Options Shall Be Respected (YOSBR)](https://modrinth.com/mod/WwbubTsV/version/dStXfyg3) -- [YUNG's API (Fabric)](https://www.curseforge.com/minecraft/mc-mods/yungs-api-fabric/files/3779089) +- [Origins: Moon Gazer](https://modrinth.com/mod/cqUHD0Wb/version/56DprMDW) +- [Origins: Player Scale](https://modrinth.com/mod/9JpuntRB/version/XstccxXY) +- [Ad Astra](https://modrinth.com/mod/3ufwT9JF/version/MxqFxL9C) +- [Additional Redstone](https://modrinth.com/mod/hhraLneG/version/4lkprnNO) +- [Advanced Reborn](https://modrinth.com/mod/ir8okcEA/version/L2HOKlCc) +- [Architectury API](https://modrinth.com/mod/lhGA9TYQ/version/WbL7MStR) +- [Athena](https://modrinth.com/mod/b1ZV3DIJ/version/mXJWSwbJ) +- [Axiom](https://modrinth.com/mod/N6n5dqoA/version/JJt0NDC2) +- [BCLib](https://modrinth.com/mod/BgNRHReB/version/TPC86Pyz) +- [Create: Bells & Whistles](https://modrinth.com/mod/gJ5afkVv/version/m0GUubvz) +- [BetterEnd](https://modrinth.com/mod/gc8OEnCC/version/7QwyTILr) +- [BetterNether](https://modrinth.com/mod/MpzVLzy5/version/IG7kgtJH) +- [Botarium](https://modrinth.com/mod/2u6LRnMa/version/5a8eybLl) +- [Building Wands](https://modrinth.com/mod/XkisZUfp/version/mLBi7a8x) +- [CC: Tweaked](https://modrinth.com/mod/gu7yAYhd/version/ekffpGYP) +- [CC: VS](https://modrinth.com/mod/bvgy8HrZ/version/c7b3Rnp5) +- [CC:C Bridge](https://modrinth.com/mod/fXt291FO/version/57pJUQQM) +- [Chipped](https://modrinth.com/mod/BAscRYKm/version/Fy1PKYtc) +- [Cloth Config API](https://modrinth.com/mod/9s6osm5g/version/J3FLptsi) +- [Clumps](https://modrinth.com/mod/Wnxd13zP/version/hefSwtn6) +- [Create Deco](https://modrinth.com/mod/sMvUb4Rb/version/GsxgfeNu) +- [Create Enchantment Industry Fabric](https://modrinth.com/mod/AEZO385x/version/SI0RzkGk) +- [Create Fabric](https://modrinth.com/mod/Xbc0uyRg/version/h2HgGyvA) +- [Create Ore Excavation](https://modrinth.com/mod/ResbpANg/version/jmSBgUUD) +- [Create: Steam 'n' Rails](https://modrinth.com/mod/ZzjhlDgM/version/AJ3IGl3n) +- [Create: Structures](https://modrinth.com/mod/IAnP4np7/version/nqsTHZwx) +- [Create Crafts & Additions](https://modrinth.com/mod/kU1G12Nn/version/J3uh8pqe) +- [Ducky Peripherals](https://modrinth.com/mod/l2IpK3Ji/version/FYDI2Gut) +- [Elytra Slot](https://modrinth.com/mod/mSQF1NpT/version/6uCj1VmZ) +- [Elytra Trims](https://modrinth.com/mod/XpzGz7KD/version/TGI7RXJy) +- [Eureka! Ships! for Valkyrien Skies (Forge/Fabric)](https://modrinth.com/mod/EO8aSHxh/version/sXx5EPib) +- [Explorer's Compass](https://modrinth.com/mod/RV1qfVQ8/version/9ntdShFb) +- [Extended Drawers](https://modrinth.com/mod/AhtxbnpG/version/jAVkcXz6) +- [Extra Origins](https://modrinth.com/mod/XWEESDPe/version/XCpFkTtu) +- [Fabric API](https://modrinth.com/mod/P7dR8mSH/version/ba99D9Qf) +- [Fabric Language Kotlin](https://modrinth.com/mod/Ha28R6CL/version/a7MqDLdC) +- [FerriteCore](https://modrinth.com/mod/uXXizFIs/version/unerR5MN) +- [Forge Config API Port](https://modrinth.com/mod/ohNO6lps/version/CtENDTlF) +- [Friends&Foes (Fabric/Quilt)](https://modrinth.com/mod/POQ2i9zu/version/fzG0atxM) +- [Fabric Waystones](https://modrinth.com/mod/sTZr7NVo/version/DZAntbmD) +- [ImmersiveMC](https://modrinth.com/mod/XJ9is6vj/version/o4Yo5qux) +- [Integrated circuit](https://modrinth.com/mod/bybyRAPl/version/1MWYzwL8) +- [Item Alchemy](https://modrinth.com/mod/cfQx2fbQ/version/UygFcuAP) +- [Jade 🔍](https://modrinth.com/mod/nvQzSEkH/version/kIHvC4Li) +- [JamLib](https://modrinth.com/mod/IYY9Siz8/version/vVYtBiuW) +- [Konkrete](https://modrinth.com/mod/J81TRJWm/version/RlBGFlWp) +- [KubeJS](https://modrinth.com/mod/umyGl7zF/version/j6kmkTxA) +- [Lootr](https://modrinth.com/mod/EltpO5cN/version/RJksbmWs) +- [MC VR API](https://modrinth.com/mod/B3INNxum/version/NX6XcTWs) +- [MCPitanLib](https://modrinth.com/mod/uNRoUnGT/version/Qv2qr9J9) +- [Mob Origins](https://modrinth.com/mod/SXwBmSQG/version/ax5KXVHy) +- [Moving Elevators](https://modrinth.com/mod/9KZOe6HD/version/7ZMChsct) +- [Nature's Compass](https://modrinth.com/mod/fPetb5Kh/version/NovIXDxY) +- [Origins: Classes](https://modrinth.com/mod/FiDptjtR/version/EnGfmh9y) +- [Origins](https://modrinth.com/mod/3BeIrqZR/version/OdNHB7Bh) +- [oωo (owo-lib)](https://modrinth.com/mod/ccKDOlHs/version/zyOBB7J4) +- [Patchouli](https://modrinth.com/mod/nU0bVIaL/version/Y6tuH1cn) +- [Paxi](https://modrinth.com/mod/CU0PAyzb/version/UVPLKCqf) +- [Pehkui](https://modrinth.com/mod/t5W7Jfwy/version/czRgm3k6) +- [Peripheralium](https://modrinth.com/mod/vV2a9qrZ/version/wYmP8eyh) +- [Plethora Peripherals](https://modrinth.com/mod/LDfFdCXe/version/OjFtc3oY) +- [Polymorph](https://modrinth.com/mod/tagwiZkJ/version/akZJjqpV) +- [Reborn Core](https://www.curseforge.com/minecraft/mc-mods/reborncore/files/4708961) +- [Redstone Pen](https://modrinth.com/mod/DwE83ioX/version/VaQ60bvD) +- [Reinforced Barrels](https://modrinth.com/mod/Tx85779b/version/MPbiZcDW) +- [Reinforced Chests](https://modrinth.com/mod/FWtAXlpg/version/7YudDLPR) +- [Reinforced Shulker Boxes](https://modrinth.com/mod/xlOwuSdN/version/VPA2WJX5) +- [Resourceful Config](https://modrinth.com/mod/M1953qlQ/version/PlEObkl9) +- [Resourceful Lib](https://modrinth.com/mod/G1hIVOrD/version/eHrhVCDK) +- [Revelationary](https://modrinth.com/mod/eXrl5E3G/version/MlH70513) +- [Rhino](https://modrinth.com/mod/sk9knFPE/version/d6aWp117) +- [SwitchCraft Peripherals](https://modrinth.com/mod/OvQeJciX/version/1R3KY7Z1) +- [Simple Voice Chat](https://modrinth.com/mod/9eGKb6K1/version/Rd9uvDER) +- [spark](https://modrinth.com/mod/l6YH9Als/version/XGW2fviP) +- [Spectrum](https://modrinth.com/mod/3rc31Hgo/version/WRy5rVCt) +- [SuperMartijn642's Config Lib](https://modrinth.com/mod/LN9BxssP/version/Ur02nrUT) +- [SuperMartijn642's Core Lib](https://modrinth.com/mod/rOUBggPv/version/oCwsAaM0) +- [Tech Reborn](https://www.curseforge.com/minecraft/mc-mods/techreborn/files/4708962) +- [Tectonic](https://modrinth.com/mod/lWDHr9jE/version/PFg0zBtc) +- [Tom's Simple Storage Mod](https://modrinth.com/mod/XZNI4Cpy/version/FVJja9qr) +- [TooManyOrigins](https://modrinth.com/mod/xDjN28OB/version/KAadQBAC) +- [Traveler's Backpack](https://modrinth.com/mod/rlloIFEV/version/kf3NfFx1) +- [Trinkets](https://modrinth.com/mod/5aaWibi9/version/AHxQGtuC) +- [Turtlematic](https://modrinth.com/mod/UogK5QqE/version/ecYcJbxo) +- [UnlimitedPeripheralWorks](https://modrinth.com/mod/Sf7QBsRP/version/llME0vcm) +- [Valkyrien Skies](https://modrinth.com/mod/V5ujR2yw/version/wDYLclLS) +- [Vivecraft](https://modrinth.com/mod/wGoQDPN5/version/4NmmVOuV) +- [VMod](https://modrinth.com/mod/qS1ot7R2/version/woJ9q6zj) +- [WorldEdit](https://www.curseforge.com/minecraft/mc-mods/worldedit/files/4586218) +- [XXL Packets](https://modrinth.com/mod/SeCuopwJ/version/9CoQQYvj) +- [YUNG's API](https://modrinth.com/mod/Ua7DFN59/version/zPT7QfIk) ## Server Mods -- [Krypton](https://modrinth.com/mod/fQEb0iXm/version/vJQ7plH2) +- [Cardinal Components API](https://modrinth.com/mod/K01OU20C/version/qW85eawp) +- [Carpet](https://modrinth.com/mod/TQTTVgYE/version/K0Wj117C) +- [Create Track Map](https://modrinth.com/mod/gxoNIjg6/version/qoyYyg2G) +- [Image2Map](https://modrinth.com/mod/13RpG7dA/version/T71Apams) +- [Inventory Sorting](https://modrinth.com/mod/5ibSyLAz/version/tr2ZGtz4) +- [LuckPerms](https://modrinth.com/mod/Vebnzrzj/version/7PNj6nCm) +- [Neruina - Ticking Entity Fixer](https://modrinth.com/mod/1s5x833P/version/S95lnn83) +- [Packwiz Server Updater](https://modrinth.com/mod/gJUTDRJj/version/aomu0F84) +- [PassiveMobs](https://modrinth.com/mod/mjYxrwYd/version/oGmpvgRl) +- [RightClickHarvest](https://modrinth.com/mod/Cnejf5xM/version/4UWabEWo) +- [Styled Chat](https://modrinth.com/mod/doqSKB0e/version/7dmapSQA) +- [Styled Nicknames](https://modrinth.com/mod/DOk6Gcdi/version/9k8RQJkW) +- [Styled Player List](https://modrinth.com/mod/DQIfKUHf/version/4FqvobxB) +- [Vanish](https://modrinth.com/mod/UL4bJFDY/version/jtBda3vL) diff --git a/modpack-template_icon.png b/modpack-template_icon.png new file mode 100644 index 0000000..d81d8c4 Binary files /dev/null and b/modpack-template_icon.png differ diff --git a/vanillia_icon.png b/vanillia_icon.png deleted file mode 100644 index 05e1398..0000000 Binary files a/vanillia_icon.png and /dev/null differ