diff --git a/.build/floret-modpack-modrinth.mrpack b/.build/floret-modpack-modrinth.mrpack new file mode 100644 index 0000000..5c4b7a4 Binary files /dev/null and b/.build/floret-modpack-modrinth.mrpack differ diff --git a/.gitignore b/.gitignore index 7cfe169..eda4407 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,32 @@ -## Modpack Updater Script Loose Files to Ignore ## -.build -.run -.server -.technic -*.mrpack -*.zip +## 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 -## Modded Folders/Files to Ignore ## -.minecraft/.* +## Ignore Modpack Updater Script loose files +.technic +*.zip +!.minecraft/.packwizignore + +## 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 diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index f64ba8d..4a1fa97 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 \ No newline at end of file +RUN sudo update-java-alternatives --set java-1.17.0-openjdk-amd64 diff --git a/.minecraft/.packwizignore b/.minecraft/.packwizignore new file mode 100644 index 0000000..005a914 --- /dev/null +++ b/.minecraft/.packwizignore @@ -0,0 +1,3 @@ +packwiz-installer-bootstrap.jar +kubejs/assets/minecraft/lang/en.json +kubejs/exported diff --git a/.minecraft/bin/version.json b/.minecraft/bin/version.json deleted file mode 100644 index eb388d6..0000000 --- a/.minecraft/bin/version.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "id": "1.19.3", - "inheritsFrom": "1.19.3", - "releaseTime": "2023-03-14T17:08:11+0000", - "time": "2023-03-14T17:08:11+0000", - "type": "release", - "minecraftArguments": "--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userType ${user_type} --versionType ${version_type}", - "libraries": [ - { - "name": "net.fabricmc:tiny-mappings-parser:0.3.0+build.17", - "url": "https://maven.fabricmc.net/" - }, - { - "name": "net.fabricmc:sponge-mixin:0.12.4+mixin.0.8.5", - "url": "https://maven.fabricmc.net/" - }, - { - "name": "net.fabricmc:tiny-remapper:0.8.2", - "url": "https://maven.fabricmc.net/" - }, - { - "name": "net.fabricmc:access-widener:2.1.0", - "url": "https://maven.fabricmc.net/" - }, - { - "name": "org.ow2.asm:asm:9.4", - "url": "https://maven.fabricmc.net/" - }, - { - "name": "org.ow2.asm:asm-analysis:9.4", - "url": "https://maven.fabricmc.net/" - }, - { - "name": "org.ow2.asm:asm-commons:9.4", - "url": "https://maven.fabricmc.net/" - }, - { - "name": "org.ow2.asm:asm-tree:9.4", - "url": "https://maven.fabricmc.net/" - }, - { - "name": "org.ow2.asm:asm-util:9.4", - "url": "https://maven.fabricmc.net/" - }, - { - "name": "net.fabricmc:intermediary:1.19.3", - "url": "https://maven.fabricmc.net/" - }, - { - "name": "net.fabricmc:fabric-loader:0.14.17", - "url": "https://maven.fabricmc.net/" - } - ], - "mainClass": "net.fabricmc.loader.impl.launch.knot.KnotClient" -} \ No newline at end of file diff --git a/.minecraft/config/yosbr/config/ViaFabric/viafabric.yml b/.minecraft/config/yosbr/config/ViaFabric/viafabric.yml new file mode 100644 index 0000000..c16d4fa --- /dev/null +++ b/.minecraft/config/yosbr/config/ViaFabric/viafabric.yml @@ -0,0 +1,18 @@ +# Disclaimer: +# +# It cannot be guaranteed that this mod is allowed on specific servers as it can possibly cause problems with anti-cheat plugins, (USE ONLY WITH CAUTION!) +# This option enables client-side transforming. (can also be enabled in-game) +enable-client-side: false +# This option sets the protocol version to be used when connecting to servers. (can also be changed in-game) +client-side-version: -1 +# Hides VIA button from multiplayer menu. +hide-button: false +# List of servers which ViaFabric will force disabling transforming on client-side. It can be overwritten by setting per-server version, +# +# This isn't always the address in multiplayer menu; It will use the SRV record pointer when present, Check the game log for the address. +# Uses https://wiki.vg/Mojang_API#Blocked_Servers format (mc.example.com, *.example.com, 192.168.0.1, 192.168.*) +client-side-force-disable: +- hypixel.net +- '*.hypixel.net' +- minemen.club +- '*.minemen.club' diff --git a/.minecraft/config/yosbr/config/better_loading_screen/config.json5 b/.minecraft/config/yosbr/config/better_loading_screen/config.json5 new file mode 100644 index 0000000..301cf7a --- /dev/null +++ b/.minecraft/config/yosbr/config/better_loading_screen/config.json5 @@ -0,0 +1,58 @@ +/* + Configuration for Better Loading Screen, + this file is automatically generated, and is formatted under JSON5. + + Custom Image Background: Place the image (Ideally 16:9) in config/better_loading_screen/background.png +*/ +{ + /* + Whether the memory usage bar should be drawn. + Default: true + */ + rendersMemoryBar: true, + /* + Whether the current hints on the top left should be drawn. + Default: true + */ + rendersHint: true, + /* + Renders the logo on the loading screen. + Default: true + */ + rendersLogo: true, + /* + Declares the background color of the loading screen. + Default: #EF323D + */ + backgroundColor: "#2b2b2b", + /* + Declares the bar color of the loading screen. + Default: #FFFFFF + */ + barColor: "#FFFFFF", + /* + Declares the bar frame color of the loading screen. + Default: #FFFFFF + */ + barFrameColor: "#FFFFFF", + /* + Declares the text color of the loading screen. + Default: #FFFFFF + */ + textColor: "#FFFFFF", + /* + Declares the logo color of the loading screen. + Default: #FFFFFF + */ + logoColor: "#FFFFFF", + /* + Detects KubeJS to grab the color from the KubeJS config. + Default: true + */ + detectKubeJS: true, + /* + Detects All The Tweaks to grab the background image. + Default: true + */ + detectAllTheTweaks: true, +} \ No newline at end of file diff --git a/.minecraft/config/yosbr/config/betterf3.json b/.minecraft/config/yosbr/config/betterf3.json new file mode 100644 index 0000000..0ee81a0 --- /dev/null +++ b/.minecraft/config/yosbr/config/betterf3.json @@ -0,0 +1,155 @@ +{ + "modules_left": [ + { + "name": "minecraft", + "name_color": 10506797, + "value_color": 43520, + "enabled": true, + "lines": { + "minecraft": true + } + }, + { + "name": "fps", + "color_high": 5635925, + "color_med": 16777045, + "color_low": 16733525, + "enabled": true, + "lines": { + "fps": true + } + }, + { + "name": "empty", + "enabled": true, + "lines": { + "nothing": true + } + }, + { + "name": "coords", + "name_color": 16733525, + "color_x": 16733525, + "color_y": 5635925, + "color_z": 5636095, + "enabled": true, + "lines": { + "player_coords": true, + "block_coords": false, + "chunk_relative_coords": false, + "chunk_coords": false + } + }, + { + "name": "location", + "name_color": 43520, + "value_color": 5636095, + "enabled": true, + "lines": { + "dimension": true, + "facing": false, + "rotation": false, + "light": true, + "light_server": true, + "highest_block": false, + "highest_block_server": false, + "biome": true, + "local_difficulty": false, + "days_played": true + } + }, + { + "name": "empty", + "enabled": true, + "lines": { + "nothing": true + } + }, + { + "name": "graphics", + "name_color": 16755200, + "value_color": 5636095, + "enabled": true, + "lines": { + "render_distance": true, + "graphics": true, + "clouds": true, + "biome_blend_radius": true, + "shader": true + } + }, + { + "name": "server", + "name_color": 11184810, + "value_color": 16777045, + "enabled": true, + "lines": { + "server_tick": true, + "packets_sent": true, + "packets_received": true + } + } + ], + "modules_right": [ + { + "name": "system", + "name_color": 16755200, + "value_color": 5636095, + "enabled": true, + "lines": { + "java_version": true, + "memory_usage": true, + "allocated_memory": true, + "cpu": true, + "display": true, + "gpu": true, + "opengl_version": true, + "gpu_driver": true + } + }, + { + "name": "miscright", + "name_color": 16645526, + "value_color": 5636095, + "enabled": false, + "lines": { + "misc_right": true + } + }, + { + "name": "empty", + "enabled": true, + "lines": { + "nothing": true + } + }, + { + "name": "target", + "name_color": 43775, + "value_color": 16777045, + "enabled": true, + "lines": { + "targeted_block": true, + "id_block": true, + "block_states": true, + "block_tags": true, + "blank": true, + "targeted_fluid": true, + "id_fluid": true, + "fluid_states": true, + "fluid_tags": true, + "blank2": true, + "targeted_entity": true + } + } + ], + "general": { + "disable_mod": false, + "space_modules": false, + "shadow_text": true, + "animations": true, + "animationSpeed": 1.0, + "fontScale": 1.0, + "background_color": 1867534416 + } +} \ No newline at end of file diff --git a/.minecraft/config/yosbr/config/bobby.conf b/.minecraft/config/yosbr/config/bobby.conf new file mode 100644 index 0000000..51df17f --- /dev/null +++ b/.minecraft/config/yosbr/config/bobby.conf @@ -0,0 +1,31 @@ +# Delete regions from the cache when they have not been loaded for X days. +# +# The cache for a given world is cleaned up whenever you disconnect from the server. +# Entire worlds are cleaned up when the game starts and you have not visited them for X days. +# +# Set to -1 to disabled. +# Set to 0 to clean up everything after every disconnect. +delete-unused-regions-after-days=-1 +enabled=true +# Changes the maximum value configurable for Render Distance. +# +# Requires Sodium. +max-render-distance=32 +# Do not load block entities (e.g. chests) in fake chunks. +# These need updating every tick which can add up. +# +# Enabled by default because the render distance for block entities is usually smaller than the server-view distance anyway. +no-block-entities=true +# Reduces the light levels in fake chunks so you can tell the difference from real ones. +taint-fake-chunks=false +# Delays the unloading of chunks which are outside your view distance. +# Saves you from having to reload all chunks when leaving the area for a short moment (e.g. cut scenes). +# Does not work across dimensions. +unload-delay-secs=60 +# Overwrites the view-distance of the integrated server. +# This allows Bobby to be useful in Singleplayer. +# +# Disabled when at 0. +# Bobby is active in singleplayer only if this is enabled. +# Requires re-log to en-/disable. +view-distance-overwrite=0 diff --git a/.minecraft/config/yosbr/config/hudtweaks.json b/.minecraft/config/yosbr/config/hudtweaks.json new file mode 100644 index 0000000..1a523af --- /dev/null +++ b/.minecraft/config/yosbr/config/hudtweaks.json @@ -0,0 +1,259 @@ +{ + "minecraft:hotbar": { + "xPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "yPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "xScale": 1.0, + "yScale": 1.0 + }, + "minecraft:title": { + "xPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "yPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "xScale": 1.0, + "yScale": 1.0 + }, + "minecraft:hunger": { + "forceDisplay": false, + "xPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "yPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "xScale": 1.0, + "yScale": 1.0 + }, + "minecraft:tooltip": { + "xPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "yPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "xScale": 1.0, + "yScale": 1.0 + }, + "minecraft:air": { + "xPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "yPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "xScale": 1.0, + "yScale": 1.0 + }, + "minecraft:subtitle": { + "xPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "yPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "xScale": 1.0, + "yScale": 1.0 + }, + "minecraft:armor": { + "xPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "yPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "xScale": 1.0, + "yScale": 1.0 + }, + "minecraft:expbar": { + "forceDisplay": false, + "xPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "yPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "xScale": 1.0, + "yScale": 1.0 + }, + "minecraft:mounthealth": { + "xPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "yPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "xScale": 1.0, + "yScale": 1.0 + }, + "minecraft:bossbar": { + "maxHeight": 0.33333334, + "xPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "yPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "xScale": 1.0, + "yScale": 1.0 + }, + "minecraft:actionbar": { + "xPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "yPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "xScale": 1.0, + "yScale": 1.0 + }, + "minecraft:health": { + "flipped": false, + "xPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "yPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "xScale": 1.0, + "yScale": 1.0 + }, + "minecraft:jumpbar": { + "xPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "yPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "xScale": 1.0, + "yScale": 1.0 + }, + "minecraft:statuseffects": { + "vertical": false, + "xPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "yPos": { + "posType": "default", + "parent": "minecraft:screen", + "anchorPos": 0.0, + "relativePos": 0.0, + "offset": 0.0 + }, + "xScale": 1.0, + "yScale": 1.0 + } +} \ No newline at end of file diff --git a/.minecraft/config/yosbr/config/immersive_mc.toml b/.minecraft/config/yosbr/config/immersive_mc.toml deleted file mode 100644 index 73c1ef2..0000000 --- a/.minecraft/config/yosbr/config/immersive_mc.toml +++ /dev/null @@ -1,101 +0,0 @@ -#Whether immersives on anvils should be allowed -anvil_immersion = true -#Whether immersives on brewing stands should be allowed -brewing_immersion = true -#Whether immersives on all types of chests should be allowed. Unless users enable right_click_chest, this is VR only. -chest_immersion = true -#Whether immersives on crafting tables should be allowed -crafting_immersion = true -#Whether immersives on furnaces should be allowed -furnace_immersion = true -#Whether immersives on jukeboxes should be allowed (VR only) -jukebox_immersion = true -#Allow VR users to grab items at a distance. -ranged_grab = true -#Whether VR users can physically push buttons -button_immersion = true -#Whether immersives on Enchanting Tables should be allowed -enchant_table_immersion = true -#Whether VR users can hold items above a campfire to cook them -campfire_immersion = true -#Whether VR users can physically toggle levers -lever_immersion = true -#Allow VR players to use a bag to manage their inventory -bag_inventory = true -#Whether VR users can adjust the delay of repeaters using their hands -repeater_immersion = true -#Whether VR users can open/close doors and fence gates using their hands -door_immersion = true -#Whether VR users can pet animals they've tamed (or animals that are tamed for all once tamed, like horses) -can_pet = true -#Whether VR users can equip armor by placing the armor on them -armor_immersion = true -#Whether VR users can feed animals using both hands -feed_animals = true -#Whether immersives on Shulker Boxes should be allowed -shulker_box_immersion = true -#Whether VR players can pet any living entity instead of just pets that they're owners of. Requires 'can_pet' to be enabled! -can_pet_any_living = true -#Whether VR users can use a more immersive shield. They only need to hold a shield in the direction to block, no need to right click! -immersive_shield = true -#Range in blocks that VR players can pick up items using ranged grab. Set to -1 to use Minecraft's pick range. -#Range: -1 ~ 12 -ranged_grab_range = 12 -#Whether immersives on beacons should be allowed -beacon_immersion = true -#Whether immersives on barrels should be allowed -barrel_immersion = true -#Whether VR users can throw items based on the speed of their hand -use_throwing = true -#Whether VR throwing users can throw up to 5% beyond the velocity of non-VR users depending on how hard they throw -allow_throwing_beyond_max = true -#Whether immersives on hoppers should be allowed. -hopper_immersion = true -#Whether immersives for smithing tables should be allowed. -smithing_table_immersion = true -#Allow users to crouch + right-click to bypass immersives. -crouch_bypass_immersion = false -#Do controller rumble for ImmersiveMC actions. -do_rumble = true -#Return items to oneself when walking away from immersives that items tend to not be stored in. -return_items = true -#Color for the bag as a base-10 RGB number. -#Range: 0 ~ 16777215 -bag_color = 11901820 -#Allows for right-clicking chests to use their immersive. Works outside of VR! -right_click_chest = false -#Makes the furnace immersive more centered instead of similar to the vanilla GUI -center_furnace = false -#Makes the brewing stand more centered instead of similar to the vanilla GUI -center_brewing = true -#Use lower-detailed bag -low_detail_bag = false -#The mode for the placement guide -#Range: 0 ~ 2 -placement_guide_mode = 1 -#Integer representation for the mode to use when placing items using ImmersiveMC -#Range: 0 ~ 3 -placement_mode = 0 -#Whether the item output of a crafting table should spin -spin_crafting_output = true -#Allow right-clicking immersives in VR, like how NonVR users do. -right_click_in_vr = false -#Enables compatability for 3D resource packs like Classic 3D (16x) -resource_pack_3d_compat = false -#Color for the item guides that help with item placement (aqua by default). -#Range: 0 ~ 4294967295 -item_guide_color = 855703551 -#Color for the item guides that help with item placement when hovered over (green by default). -#Range: 0 ~ 4294967295 -item_guide_selected_color = 855703296 -#Color for the particles shown when grabbing items from range (aqua by default). -#Range: 0 ~ 4294967295 -ranged_grab_color = 4278255615 -#Disable vanilla GUIs when their respective immersive is enabled -disable_vanilla_interactions = false -#Allow reaching behind you to grab your bag. Disables similar functionatliy from regular Vivecraft. -reach_behind_backpack = false -#!!!!DON'T TOUCH!!!! Version number for this configuration file! Do not change! It is used by ImmersiveMC to track config updates so it can automatically update your configuration files when needed! -#Range: > 1 -config_version = 2 - diff --git a/.minecraft/config/yosbr/config/inventoryhud.json b/.minecraft/config/yosbr/config/inventoryhud.json new file mode 100644 index 0000000..998ce84 --- /dev/null +++ b/.minecraft/config/yosbr/config/inventoryhud.json @@ -0,0 +1,71 @@ +{ + "inv_toggle": true, + "inv_mini": false, + "inv_vert": false, + "inv_alpha": 0, + "inv_hide_b_g": false, + "inv_aminated": false, + "pot_toggle": true, + "pot_alpha": 100, + "pot_gap": 0, + "pot_mini": false, + "bar_duration": 300, + "pot_hor": true, + "arm_toggle": true, + "arm_above": 100, + "arm_view": "percentage", + "move_all": true, + "show_empty": true, + "show_armor": true, + "show_main": true, + "show_off": true, + "show_arrows": true, + "show_inv": true, + "arm_bars": true, + "arm_scale": 100, + "show_count": false, + "inv_x": 160, + "inv_y": 52, + "inv_val": "BOTTOM", + "inv_hal": "RIGHT", + "pot_x": 30, + "pot_y": 0, + "pot_val": "CENTER", + "pot_hal": "LEFT", + "arm_x": 0, + "arm_y": 70, + "arm_val": "BOTTOM", + "arm_hal": "MIDDLE", + "helm_x": 103, + "helm_y": 54, + "chest_x": 103, + "chest_y": 37, + "leg_x": -103, + "leg_y": 54, + "boots_x": -103, + "boots_y": 37, + "main_x": 103, + "main_y": 71, + "off_x": -103, + "off_y": 71, + "arr_x": 103, + "arr_y": 20, + "inv_icon_x": -103, + "inv_icon_y": 20, + "helm_hal": "MIDDLE", + "chest_hal": "MIDDLE", + "leg_hal": "MIDDLE", + "boots_hal": "MIDDLE", + "main_hal": "MIDDLE", + "off_hal": "MIDDLE", + "arr_hal": "MIDDLE", + "inv_icon_hal": "MIDDLE", + "helm_val": "BOTTOM", + "chest_val": "BOTTOM", + "leg_val": "BOTTOM", + "boots_val": "BOTTOM", + "main_val": "BOTTOM", + "off_val": "BOTTOM", + "arr_val": "BOTTOM", + "inv_icon_val": "BOTTOM" +} \ No newline at end of file diff --git a/.minecraft/config/yosbr/config/iris.properties b/.minecraft/config/yosbr/config/iris.properties new file mode 100644 index 0000000..18a83c1 --- /dev/null +++ b/.minecraft/config/yosbr/config/iris.properties @@ -0,0 +1,5 @@ +#This file stores configuration options for Iris, such as the currently active shaderpack +#Sun Jan 16 15:06:30 PST 2022 +maxShadowRenderDistance=32 +shaderPack= +enableShaders=true diff --git a/.minecraft/config/yosbr/config/minecraftcapes.json b/.minecraft/config/yosbr/config/minecraftcapes.json new file mode 100644 index 0000000..0c6b739 --- /dev/null +++ b/.minecraft/config/yosbr/config/minecraftcapes.json @@ -0,0 +1,4 @@ +{ + "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 new file mode 100644 index 0000000..b44cc7c --- /dev/null +++ b/.minecraft/config/yosbr/config/replaymod.json @@ -0,0 +1,65 @@ +{ + "core": { + "notifications": true + }, + "advanced": { + "recordingPath": "./.replay/recordings/", + "cachePath": "./.replay/cache/", + "renderPath": "./.replay/videos/", + "skipPostRenderGui": false, + "askForOpenEye": true, + "skipPostScreenshotGui": false, + "fullBrightness": "replaymod.gui.settings.fullbrightness.gamma", + "fullBrightness_valid_values": [ + "replaymod.gui.settings.fullbrightness.gamma", + "replaymod.gui.settings.fullbrightness.nightvision", + "replaymod.gui.settings.fullbrightness.both" + ] + }, + "recording": { + "recordSingleplayer": false, + "recordServer": false, + "indicator": false, + "autoStartRecording": false, + "autoPostProcess": true, + "renameDialog": true + }, + "replay": { + "showChat": true, + "showServerIPs": true, + "camera": "replaymod.camera.classic", + "camera_valid_values": [ + "replaymod.camera.classic", + "replaymod.camera.vanilla" + ], + "mainMenuButton": "DEFAULT", + "mainMenuButton_valid_values": [ + "BIG", + "DEFAULT", + "TOP_LEFT", + "TOP_RIGHT", + "LEFT_OF_SINGLEPLAYER", + "RIGHT_OF_SINGLEPLAYER", + "LEFT_OF_MULTIPLAYER", + "RIGHT_OF_MULTIPLAYER", + "LEFT_OF_REALMS", + "RIGHT_OF_REALMS", + "LEFT_OF_MODS", + "RIGHT_OF_MODS" + ] + }, + "render": { + "frameTimeFromWorldTime": false + }, + "simplepathing": { + "pathpreview": true, + "autosync": true, + "timelineLength": 1800, + "interpolator": "replaymod.gui.editkeyframe.interpolator.catmullrom.name", + "interpolator_valid_values": [ + "replaymod.gui.editkeyframe.interpolator.catmullrom.name", + "replaymod.gui.editkeyframe.interpolator.cubic.name", + "replaymod.gui.editkeyframe.interpolator.linear.name" + ] + } +} \ No newline at end of file diff --git a/.minecraft/config/yosbr/config/roughlyenoughitems/config.json5 b/.minecraft/config/yosbr/config/roughlyenoughitems/config.json5 new file mode 100644 index 0000000..245ea2e --- /dev/null +++ b/.minecraft/config/yosbr/config/roughlyenoughitems/config.json5 @@ -0,0 +1,155 @@ +{ + "basics": { + "favorites": [], + // Declares whether cheating mode is on. + "cheating": false, + "favoritesEnabled": true, + "keyBindings": { + "recipeKeybind": { + "keyCode": "key.keyboard.r", + "modifier": 2 + }, + "usageKeybind": { + "keyCode": "key.keyboard.u", + "modifier": 2 + }, + "hideKeybind": { + "keyCode": "key.keyboard.o", + "modifier": 2 + }, + "previousPageKeybind": { + "keyCode": "key.keyboard.unknown", + "modifier": 0 + }, + "nextPageKeybind": { + "keyCode": "key.keyboard.unknown", + "modifier": 0 + }, + "focusSearchFieldKeybind": { + "keyCode": "key.keyboard.unknown", + "modifier": 0 + }, + "copyRecipeIdentifierKeybind": { + "keyCode": "key.mouse.middle", + "modifier": 0 + }, + "favoriteKeybind": { + "keyCode": "key.keyboard.a", + "modifier": 2 + }, + "exportImageKeybind": { + "keyCode": "key.keyboard.f8", + "modifier": 0 + }, + "previousScreenKeybind": { + "keyCode": "key.keyboard.backspace", + "modifier": 0 + } + }, + // Declares whether REI is visible. + "overlayVisible": true, + "cheatingStyle": "GRAB", + "motion": { + "favoritesAnimation": true + } + }, + "advanced": { + "filtering": { + "shouldFilterDisplays": true, + "filteringRules": [ + "{id:\"roughlyenoughitems:manual\",rule:{}}" + ], + "filteredStacks": [] + }, + "enableJeiCompatibilityLayer": true, + "tooltips": { + // Declares whether REI should append mod names to entries. + "appendModNames": true, + // Declares whether favorites tooltip should be displayed. + "displayFavoritesTooltip": false + }, + "layout": { + // The ordering of the items on the entry panel. + "entryPanelOrdering": "REGISTRY_ASCENDING", + // Declares the maximum amount of recipes displayed in a page if possible. + "maxRecipesPerPage": 8, + // Declares the maximum amount of recipes displayed in a page if possible. + "maxRecipesPageHeight": 300, + // Declares whether entry rendering time should be debugged. + "debugRenderTimeRequired": false, + // Merges displays with equal contents under 1 display. + "mergeDisplayUnderOne": true + }, + "accessibility": { + "entrySize": 1.0, + // Declares the position of the entry panel. + "displayPanelLocation": "RIGHT", + // Declares whether scrolled entry panel should snap to rows. + "snapToRows": false, + // Declares how the scrollbar in composite screen should act. + "compositeScrollBarPermanent": false, + "toastDisplayedOnCopyIdentifier": true, + // Declares whether REI should use compact tabs for categories. + "useCompactTabs": true + }, + "search": { + // Declares whether search time should be debugged. + "debugSearchTimeRequired": false, + // Declares whether REI should search async. + "asyncSearch": true, + // Declares how many entries should be grouped one async search. + "asyncSearchPartitionSize": 100, + "tooltipSearch": "ALWAYS", + "tagSearch": "PREFIX", + "identifierSearch": "ALWAYS", + "modSearch": "PREFIX" + }, + "commands": { + // Declares the command used to change gamemode. + "gamemodeCommand": "/gamemode {gamemode}", + // Declares the command used in servers to cheat items. + "giveCommand": "/give {player_name} {item_identifier}{nbt} {count}", + // Declares the command used to change weather. + "weatherCommand": "/weather {weather}" + }, + "miscellaneous": { + // Declares whether arrows in containers should be clickable. + "clickableRecipeArrows": true, + "registerRecipesInAnotherThread": true, + "newFastEntryRendering": true + } + }, + "appearance": { + "recipeScreenType": "COMPOSITE", + // Declares the appearance of REI windows. + "theme": "LIGHT", + "layout": { + // Declares the position of the search field. + "searchFieldLocation": "CENTER", + // Declares the position of the config button. + "configButtonLocation": "LOWER", + // Declares whether the craftable filter button is enabled. + "enableCraftableOnlyButton": false + }, + // Declares the appearance of recipe's border. + "recipeBorder": "DEFAULT", + // Declares whether entry panel is scrolled. + "scrollingEntryListWidget": false, + "horizontalEntriesBoundaries": 1.0, + "verticalEntriesBoundaries": 1.0, + "horizontalEntriesBoundariesColumns": 50, + "verticalEntriesBoundariesRows": 1000, + "favoritesHorizontalEntriesBoundaries": 1.0, + "favoritesHorizontalEntriesBoundariesColumns": 50, + "syntaxHighlightingMode": "COLORFUL" + }, + "functionality": { + // Declares whether REI should remove the recipe book. + "disableRecipeBook": false, + // Declares whether mob effects should be on the left side instead of the right side. + "leftSideMobEffects": false, + // Declares whether subsets is enabled. + "isSubsetsEnabled": false, + "allowInventoryHighlighting": true + } +} \ No newline at end of file diff --git a/.minecraft/config/yosbr/config/stendhal/stendhal.properties b/.minecraft/config/yosbr/config/stendhal/stendhal.properties new file mode 100644 index 0000000..f2d4a43 --- /dev/null +++ b/.minecraft/config/yosbr/config/stendhal/stendhal.properties @@ -0,0 +1,11 @@ +### Stendhal Configuration File ### + +# Toggle on or off the chat unicode buttons +chatutils.symbols.toggle=true + +# Choose the position of the chat unicode buttons +chatutils.symbols.position=right + +# Give the amount of unicode buttons to display. 0 = all (might not show properly on your screen) +chatutils.symbols.amount=20 + diff --git a/.minecraft/config/yosbr/config/xaerominimap.txt b/.minecraft/config/yosbr/config/xaerominimap.txt new file mode 100644 index 0000000..124666d --- /dev/null +++ b/.minecraft/config/yosbr/config/xaerominimap.txt @@ -0,0 +1,103 @@ +#CONFIG ONLY OPTIONS +ignoreUpdate:0 +settingsButton:false +allowWrongWorldTeleportation:false +differentiateByServerAddress:true +debugEntityIcons:false +debugEntityVariantIds:false +#INGAME SETTINGS (DO NOT EDIT!) +updateNotification:true +minimap:true +caveMaps:2 +caveZoom:1 +showWaypoints:true +showIngameWaypoints:true +displayRedstone:true +deathpoints:true +oldDeathpoints:true +distance:1 +showCoords:true +lockNorth:false +zoom:0 +minimapSize:0 +chunkGrid:-1 +slimeChunks:false +mapSafeMode:false +minimapOpacity:100.0 +waypointsIngameIconScale:0 +waypointsIngameDistanceScale:0 +waypointsIngameNameScale:0 +waypointsIngameCloseScale:1.0 +antiAliasing:true +blockColours:0 +lighting:true +dotsStyle:0 +dotNameScale:1.0 +compassOverWaypoints:false +showBiome:false +showFlowers:true +keepWaypointNames:true +waypointsDistanceExp:0 +waypointsDistanceMin:0.0 +defaultWaypointTPCommandFormat:/tp @s {x} {y} {z} +defaultWaypointTPCommandRotationFormat:/tp @s {x} {y} {z} {yaw} ~ +arrowScale:1.5 +arrowColour:0 +smoothDots:true +worldMap:true +terrainDepth:true +terrainSlopes:2 +mainEntityAs:0 +blockTransparency:true +waypointOpacityIngame:80 +waypointOpacityMap:90 +hideWorldNames:1 +openSlimeSettings:true +alwaysShowDistance:false +showLightLevel:0 +renderLayerIndex:1 +crossDimensionalTp:true +showTime:0 +biomeColorsVanillaMode:false +lookingAtAngle:10 +lookingAtAngleVertical:180 +centeredEnlarged:false +zoomedOutEnlarged:false +minimapTextAlign:0 +showAngles:false +waypointsMutualEdit:true +compassLocation:1 +compassScale:1 +caveMapsDepth:30 +hideWaypointCoordinates:false +renderAllSets:false +playerArrowOpacity:100 +waypointsBottom:false +minimapShape:0 +lightOverlayType:0 +lightOverlayMaxLight:7 +lightOverlayMinLight:0 +lightOverlayColor:13 +uiScale:0 +bossHealthPushBox:1 +potionEffectPushBox:1 +minimapFrame:0 +minimapFrameColor:9 +compassColor:9 +northCompassColor:-1 +showDimensionName:false +displayMultipleWaypointInfo:1 +entityRadar:true +adjustHeightForCarpetLikeBlocks:true +autoConvertWaypointDistanceToKmThreshold:10000 +waypointDistancePrecision:1 +mainDotSize:2 +partialYTeleportation:true +deleteReachedDeathpoints:true +hideMinimapUnderScreen:true +interface:dummy:0:36:true:false:false:false +interface:dummy:0:10000:true:false:false:false +interface:dummy:0:0:false:false:true:false +interface:dummy:0:36:true:false:false:false +interface:gui.xaero_minimap:84:129:false:false:true:true +#WAYPOINTS HAVE BEEN MOVED TO /XaeroWaypoints diff --git a/.minecraft/config/yosbr/config/xaerominimap_entities.json b/.minecraft/config/yosbr/config/xaerominimap_entities.json new file mode 100644 index 0000000..d3a1ade --- /dev/null +++ b/.minecraft/config/yosbr/config/xaerominimap_entities.json @@ -0,0 +1,151 @@ +{ + "hardInclude": "anything", + "includeList": [], + "excludeMode": "ONLY", + "excludeList": [ + "minecraft:item_frame" + ], + "name": "gui.xaero_entity_category_root", + "protection": true, + "settingOverrides": { + "displayed": true, + "heightBasedFade": true, + "renderOrder": 0.0, + "heightLimit": 20.0, + "names": 0.0, + "color": 13.0, + "displayNameWhenIconFails": true, + "entityNumber": 1000.0, + "alwaysDisplayNametags": false, + "dotSize": 2.0, + "icons": 1.0, + "iconScale": 1.0 + }, + "subCategories": [ + { + "hardInclude": "living", + "includeList": [], + "excludeMode": "ONLY", + "excludeList": [ + "minecraft:armor_stand" + ], + "name": "gui.xaero_entity_category_living", + "protection": true, + "settingOverrides": { + "renderOrder": 2.0, + "color": 14.0 + }, + "subCategories": [ + { + "hardInclude": "players", + "includeList": [], + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_players", + "protection": true, + "settingOverrides": { + "renderOrder": 6.0, + "color": 15.0 + }, + "subCategories": [ + { + "hardInclude": "same-team", + "includeList": [], + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_same_team", + "protection": true, + "settingOverrides": {}, + "subCategories": [] + }, + { + "hardInclude": "anything", + "includeList": [], + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_other_teams", + "protection": true, + "settingOverrides": { + "renderOrder": 7.0 + }, + "subCategories": [] + } + ] + }, + { + "hardInclude": "hostile", + "includeList": [], + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_hostile", + "protection": true, + "settingOverrides": { + "renderOrder": 3.0 + }, + "subCategories": [ + { + "hardInclude": "tamed", + "includeList": [], + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_hostile_tamed", + "protection": true, + "settingOverrides": { + "renderOrder": 5.0 + }, + "subCategories": [] + } + ] + }, + { + "hardInclude": "anything", + "includeList": [], + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_friendly", + "protection": true, + "settingOverrides": {}, + "subCategories": [ + { + "hardInclude": "tamed", + "includeList": [], + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_friendly_tamed", + "protection": true, + "settingOverrides": { + "renderOrder": 4.0 + }, + "subCategories": [] + } + ] + } + ] + }, + { + "hardInclude": "items", + "includeList": [], + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_items", + "protection": true, + "settingOverrides": { + "renderOrder": 1.0, + "color": 12.0 + }, + "subCategories": [] + }, + { + "hardInclude": "anything", + "includeList": [], + "excludeMode": "ONLY", + "excludeList": [], + "name": "gui.xaero_entity_category_other_entities", + "protection": true, + "settingOverrides": { + "color": 5.0 + }, + "subCategories": [] + } + ] +} \ No newline at end of file diff --git a/.minecraft/config/yosbr/config/xaeropatreon.txt b/.minecraft/config/yosbr/config/xaeropatreon.txt new file mode 100644 index 0000000..da260c5 --- /dev/null +++ b/.minecraft/config/yosbr/config/xaeropatreon.txt @@ -0,0 +1 @@ +showCapes:true diff --git a/.minecraft/config/yosbr/config/xaeroworldmap.txt b/.minecraft/config/yosbr/config/xaeroworldmap.txt new file mode 100644 index 0000000..c229027 --- /dev/null +++ b/.minecraft/config/yosbr/config/xaeroworldmap.txt @@ -0,0 +1,32 @@ +ignoreUpdate:0 +updateNotification:true +differentiateByServerAddress:true +netherlikeCaveMapAllowed:true +debug:false +lighting:true +colours:0 +loadChunks:true +updateChunks:true +terrainSlopes:2 +terrainDepth:true +footsteps:true +flowers:true +compression:false +coordinates:true +biomeColorsVanillaMode:false +waypoints:true +renderArrow:true +displayZoom:true +worldmapWaypointsScale:1.0 +openMapAnimation:true +reloadVersion:0 +reloadEverything:false +zoomButtons:true +waypointBackgrounds:true +detectAmbiguousY:true +showDisabledWaypoints:false +closeWaypointsWhenHopping:true +adjustHeightForCarpetLikeBlocks:true +onlyCurrentMapWaypoints:false +minZoomForLocalWaypoints:0.0 +globalVersion:1 diff --git a/.minecraft/config/yosbr/options.amecsapi.txt b/.minecraft/config/yosbr/options.amecsapi.txt new file mode 100644 index 0000000..52a7bd9 --- /dev/null +++ b/.minecraft/config/yosbr/options.amecsapi.txt @@ -0,0 +1,121 @@ +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 new file mode 100644 index 0000000..6522bb1 --- /dev/null +++ b/.minecraft/config/yosbr/options.txt @@ -0,0 +1,166 @@ +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/optionsviveprofiles.txt b/.minecraft/config/yosbr/optionsviveprofiles.txt deleted file mode 100644 index ed678c7..0000000 --- a/.minecraft/config/yosbr/optionsviveprofiles.txt +++ /dev/null @@ -1,159 +0,0 @@ -{ - "selectedProfile": "Default", - "Profiles": { - "Default": { - "Vr": { - "mrMovingCamOffsetZ": "0.0", - "smoothTick": "false", - "mrMovingCamOffsetY": "0.0", - "mrMovingCamOffsetX": "0.0", - "sneakThreshold": "0.4", - "crawlThreshold": "0.82", - "physicalKeyboardScale": "1.0", - "keyboardKeys": "`1234567890-=qwertyuiop[]\\asdfghjkl;':\"zxcvbnm,./?<>", - "RADIALALT_4": "", - "RADIALALT_3": "", - "RADIALALT_2": "", - "RADIALALT_1": "", - "RADIALALT_0": "", - "weaponCollisionNew": "AUTO", - "vrTouchHotbar": "true", - "mixedRealityKeyColor": "0,0,0", - "useCrosshairOcclusion": "true", - "displayMirrorMode": "CROPPED", - "vrFixedCamrotW": "0.962", - "realisticJumpEnabled": "true", - "vrFixedCamrotZ": "0.041", - "realisticRowEnabled": "true", - "vrFixedCamrotY": "0.239", - "vrFixedCamrotX": "0.125", - "low_health_indicator": "true", - "version": "0", - "originOffset": "0.0,0.0,0.0", - "mixedRealityAlphaMask": "false", - "handCameraResScale": "1.0", - "forceHardwareDetection": "0", - "handCameraFov": "70.0", - "realisticClimbEnabled": "true", - "forceStandingFreeMove": "false", - "inertiaFactor": "NORMAL", - "reverseHands": "false", - "keyboardKeysShift": "~!@#$%^&*()_+QWERTYUIOP{}|ASDFGHJKL;':\"ZXCVBNM,./?<>", - "thirdPersonItems": "false", - "worldScale": "1.0", - "mixedRealityFov": "40.0", - "hudDistance": "1.25", - "stencilOn": "true", - "hudPitchOffset": "-2.0", - "vehicleRotation": "true", - "autoSprint": "true", - "xSensitivity": "1.0", - "teleportLimitHoriz": "16", - "monoFOV": "0.0", - "physicalKeyboard": "true", - "autoOpenKeyboard": "false", - "teleportLimitDown": "4", - "realisticSwimEnabled": "true", - "ySensitivity": "1.0", - "teleportLimitUp": "1", - "stereoProviderPluginID": "openvr", - "RADIALALT_7": "", - "RADIALALT_6": "", - "RADIALALT_5": "", - "allowAdvancedBindings": "false", - "mrMovingCamOffsetRotW": "1.0", - "seatedHudAltMode": "true", - "insideBlockSolidColor": "false", - "radialModeHold": "true", - "mrMovingCamOffsetRotZ": "0.0", - "headHudScale": "1.0", - "autoSprintThreshold": "0.9", - "mrMovingCamOffsetRotX": "0.0", - "mrMovingCamOffsetRotY": "0.0", - "chatNotifications": "NONE", - "QUICKCOMMAND_9": "take this!", - "renderBlockOutlineMode": "ALWAYS", - "firstRun": "false", - "QUICKCOMMAND_1": "/gamemode creative", - "menuBackground": "false", - "QUICKCOMMAND_2": "/help", - "QUICKCOMMAND_3": "/home", - "simulateFalling": "true", - "QUICKCOMMAND_4": "/sethome", - "badStereoProviderPluginID": "", - "QUICKCOMMAND_5": "/spawn", - "QUICKCOMMAND_6": "hi!", - "realisticSneakEnabled": "true", - "QUICKCOMMAND_7": "bye!", - "guiAppearOverBlock": "true", - "QUICKCOMMAND_8": "follow me!", - "analogMovement": "true", - "bcbOn": "true", - "hrtfSelection": "0", - "menuCrosshairScale": "1.0", - "QUICKCOMMAND_0": "/gamemode survival", - "headToHmdLength": "0.10000000149011612", - "seatedhmd": "false", - "chatNotificationSound": "block.note_block.bell", - "jumpThreshold": "0.05", - "movementSpeedMultiplier": "1.0", - "seated": "false", - "physicalKeyboardTheme": "DEFAULT", - "rightclickDelay": "VANILLA", - "limitedTeleport": "true", - "manualCalibration": "-1.0", - "allowCrawling": "true", - "smoothRunTickCount": "20", - "bowMode": "ON", - "physicalGuiEnabled": "false", - "allowStandingOriginOffset": "false", - "hudYawOffset": "0.0", - "crosshairScalesWithDistance": "false", - "fovReductionMin": "0.25", - "autoCalibration": "-1.0", - "renderInGameCrosshairMode": "ALWAYS", - "worldRotation": "45.0", - "alwaysSimulateKeyboard": "false", - "externalCameraAngleOrder": "XZY", - "keyholeX": "15.0", - "mixedRealityRenderCameraModel": "true", - "vrFixedCamposX": "-1.0", - "vrFixedCamposY": "2.4", - "fovRedutioncOffset": "0.1", - "vrFixedCamposZ": "2.7", - "RADIAL_2": "vivecraft.key.rotateRight", - "RADIAL_3": "key.pickItem", - "QUICKCOMMAND_11": "praise the sun!", - "RADIAL_0": "key.drop", - "QUICKCOMMAND_10": "thank you!", - "RADIAL_1": "key.chat", - "RADIAL_6": "vivecraft.key.rotateLeft", - "RADIAL_7": "vivecraft.key.quickTorch", - "RADIAL_4": "vivecraft.key.toggleHandheldCam", - "mixedRealityRenderHands": "false", - "hudOpacity": "1.0", - "RADIAL_5": "vivecraft.key.togglePlayerList", - "vrWorldRotationIncrement": "45.0", - "hudOcclusion": "true", - "mixedRealityUndistorted": "true", - "mixedRealityUnityLike": "true", - "vrFreeMoveMode": "HMD", - "walkMultiplier": "1.0", - "fovReduction": "false", - "menuAlwaysFollowFace": "false", - "vrHudLockMode": "WRIST", - "menuWorldSelection": "BOTH", - "backpackSwitching": "true", - "useFsaa": "false", - "renderScaleFactor": "1.0", - "shaderGUIRender": "AFTER_SHADER", - "disableFun": "false", - "displayMirrorLeftEye": "false", - "crosshairScale": "1.0", - "hideGUI": "false", - "walkUpBlocks": "false", - "seatedFreeMove": "false" - } - } - } -} \ No newline at end of file diff --git a/.minecraft/config/yosbr/servers.dat b/.minecraft/config/yosbr/servers.dat new file mode 100644 index 0000000..6cb0631 Binary files /dev/null and b/.minecraft/config/yosbr/servers.dat differ diff --git a/.minecraft/icons/images.png.pw.toml b/.minecraft/icons/images.png.pw.toml deleted file mode 100644 index 98244b9..0000000 --- a/.minecraft/icons/images.png.pw.toml +++ /dev/null @@ -1,7 +0,0 @@ -name = "images.png" -filename = "images.png" - -[download] -url = "https://cdn.merith.xyz/images.png" -hash-format = "sha256" -hash = "5cd5505d772638d9d6df066eab662110d07636930e42dd2b79fe275c151ec490" diff --git a/.minecraft/import.txt b/.minecraft/import.txt deleted file mode 100644 index 3d723b1..0000000 --- a/.minecraft/import.txt +++ /dev/null @@ -1,6 +0,0 @@ -https://modrinth.com/mod/create-enchantment-industry-fabric -https://modrinth.com/mod/chunk-loaders -https://modrinth.com/datapack/create-renewable-ores -https://modrinth.com/mod/clutter -https://modrinth.com/mod/emiffect -https://modrinth.com/mod/icarus diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 552e781..439bb9b 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -1,25 +1,92 @@ hash-format = "sha256" [[files]] -file = "bin/version.json" -hash = "2077d601042d775f266b3813d0bfbd6e2767fe21e84fe60706e5ca278c793aad" +file = "config/yosbr/config/ViaFabric/viafabric.yml" +hash = "1cb60349c6377e6026c0e30e9360b730ddaee72ce6e07616ba29053623c96ac4" [[files]] -file = "config/yosbr/config/immersive_mc.toml" -hash = "d3da1eb885172455f452c5ea443bc9690975053b6300e69f80003f5f42741176" +file = "config/yosbr/config/better_loading_screen/config.json5" +hash = "e7bcd6b8ffe84983245a81801d8a6c969ef3434517a6487a22d36619040e5b56" [[files]] -file = "config/yosbr/optionsviveprofiles.txt" -hash = "37b97197b8e065c3525a80368af7f61ff573f099cf80ae231ff6cff77d37e2f7" +file = "config/yosbr/config/betterf3.json" +hash = "8254cc98fc6b737bac12f0e368d8918169fb1c2cf6116961cff1bc7d465ee316" [[files]] -file = "icons/images.png.pw.toml" -hash = "a779f12ed53f4af7c51b914dcc3722bb9b14508bf3b49b49408853f5ee78c52e" -metafile = true +file = "config/yosbr/config/bobby.conf" +hash = "b53c14bbef682afb9ad89d42e06c06f093d63923661bb685f6686011f71bbb53" [[files]] -file = "import.txt" -hash = "22ffccaf8b140c6b95d83cc1ebf117d71bb4ff92c41c76a2ad5b7c43100447e4" +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" @@ -27,7 +94,19 @@ hash = "24ddd9eb60ecd243f26e8a9538ac86e4463afdc3b64b858204f391b2dd79a48f" [[files]] file = "kubejs/assets/minecraft/texts/splashes.txt" -hash = "80b5f7a5f872d1166b4c32bb5c686a44288472bd22f0ac09c6b5326aac68dd5e" +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" [[files]] file = "kubejs/config/client.properties" @@ -42,601 +121,385 @@ file = "kubejs/pack.mcmeta" hash = "e49e821805ba66dc7ca0f9761aafccba0b78cc782a2e22cff4ce5f80e7a1273f" [[files]] -file = "modpack-template_icon.png" -hash = "50f74a7debb4a852e1384434500515f2478b8dcf0d71b75eba148ca34d89715c" +file = "kubejs/server_scripts/script.js" +hash = "cd5375c75b6453eea519b595dd510982bb3fca6b6c3c3145a4b7d1a856df4683" [[files]] -file = "modpack.icon.png" -hash = "50f74a7debb4a852e1384434500515f2478b8dcf0d71b75eba148ca34d89715c" +file = "kubejs/startup_scripts/script.js" +hash = "849597780f489579d0c3af2b80d9d1209b152be22e2c270c9085623bbf0a5aea" [[files]] -file = "mods/Pehkui-3.7.3+1.14.4-1.20.jar" -hash = "e300c9053c6fd4d6f76a956390a609348e1981a33d00801950b60891d085b3e9" - -[[files]] -file = "mods/additional-lanterns.pw.toml" -hash = "a8bb7119e936b06f1e1e1a27a4aa721c01514c304775eeea8961f44abbf94d2c" +file = "mods/ad-astra-fabric.pw.toml" +hash = "6401feb0ee57da86cdb306985fb03b15a8b58bbb294853477d19b52100098097" metafile = true [[files]] file = "mods/adorn.pw.toml" -hash = "0aa7e85b6c0cf8cc425a37350306f62b6dd119b3f384132ff3aa2e1141969251" +hash = "5e5cd9403870724d633b352ebec5a0440eb1d5369feec48378b844e2179c4000" metafile = true [[files]] -file = "mods/ae2.pw.toml" -hash = "f5925000d468335e96f4510045d09fe755ac923be3fc37f0dc003fa7712a829d" -metafile = true - -[[files]] -file = "mods/almost-unified.pw.toml" -hash = "1c5271e8212e2bc88c12c644bfaf8deac0861b8ef8a38e6e852586733c6174b2" +file = "mods/antighost.pw.toml" +hash = "567dea83368027d9051051a50e777ef5650f9b5ae74d8a8c5cf1fb5abb74c6d5" metafile = true [[files]] file = "mods/architectury-api.pw.toml" -hash = "7916e9bf676dd9730f970893ff61fd25f43c563ff6133d1e7886366a3cd9e282" +hash = "a010c1bde6ac0dba1ece21416d99525b0cd20ed23625cea5d04a734b024e200e" metafile = true [[files]] -file = "mods/auto-plant-crops.pw.toml" -hash = "e2e8de903cb69eeda56526fea8a79512e1bcf77ad6259a5d7ed251fdd34f2538" +file = "mods/badstdout.pw.toml" +hash = "893c68376d94e2385584cc798e205eecf8de15d79e352bdebc5bc487a2200c19" metafile = true [[files]] -file = "mods/balm.pw.toml" -hash = "0708223179ebe2bad131cfc063dde7cf65ec355c18a3c1392646142e46ea95f3" -metafile = true - -[[files]] -file = "mods/better-than-bunnies.pw.toml" -hash = "0a17146e461bc3d11dd9f78a3c053bea1dcec88bbafdf4703b093632b2d654c5" +file = "mods/bettercommandblockui.pw.toml" +hash = "362dfac8a009e53a1cf8e2676d8d7584a64a887ed83ab815d50b1e6c878524e1" metafile = true [[files]] file = "mods/betterf3.pw.toml" -hash = "e8cd685b609577ab23e2a55ec3273a1ff9475daef52f0999b2c5d27f7c795f5c" +hash = "628c921ed428851da53ed2b47cabab1d83bc7cdfa773de9f860445a03f878ee8" metafile = true [[files]] -file = "mods/bushier-flowers.pw.toml" -hash = "25784745306f13480d5072d167e672c0bae9bf9985b7497a58b887251e7dd447" +file = "mods/blockmeter.pw.toml" +hash = "70b87f6693a428b4338eed43edf29cd5d39773b1911d5e4851dce7ba025e5699" metafile = true [[files]] -file = "mods/calibrated.pw.toml" -hash = "f43867f954e0433033b2e10632db165d8ac1b2bdf3cc3cd48496d75c917dae4c" +file = "mods/blur-fabric.pw.toml" +hash = "f781e21b5f5ac35b6b9be2a8219dcce459ad7564581c2f9a1c83059b48c82efc" metafile = true [[files]] -file = "mods/cardinal-components-api.pw.toml" -hash = "5d898bbdb655828c59223382f85016f8328884b3ff176b697c51e8dedaec68c1" +file = "mods/bobby.pw.toml" +hash = "4491272cf1fb2adb67386c5432b4358197dc1516981460d8e0dcae972b9fe437" metafile = true [[files]] -file = "mods/carry-on.pw.toml" -hash = "7b88c7a3b3b561f74251880465e335454fca16afea67c65c8fcd5f542f86c407" +file = "mods/botania.pw.toml" +hash = "37a75aa36e869ed6aeac736e5718e2e43c3381f16707ac1fdaab8a2b7c3da9c8" metafile = true [[files]] file = "mods/cc-restitched.pw.toml" -hash = "6e8faa4779dca8bafd4cc91cad8f7fe425f6d3d08511463466c6c13b8ffa55dd" +hash = "9278183949339092056837d262aeb4dec44f788d1e126609ca2704b9f2251f63" metafile = true [[files]] -file = "mods/choicetheorems-overhauled-village-friends-and-foes-add-on.pw.toml" -hash = "8f25bfefb2cca53de16ed9b94c093b0340cb87e60e8d4b894ce922204b552478" +file = "mods/charmonium.pw.toml" +hash = "367815925e45cbd7c3e6e33712038edf20f6139a6a98f460215a28f106a91be8" metafile = true [[files]] -file = "mods/chunk-loaders.pw.toml" -hash = "b4207bec27c7384998b4349abed959f81fb033b5bce212d44842b6b365484787" +file = "mods/chunky.pw.toml" +hash = "28bb1d5f48456c9c78599e37c8c52e2a87fd30ef90bb7fcb1db24a6abd40d697" +metafile = true + +[[files]] +file = "mods/cit-resewn.pw.toml" +hash = "8a3b58552083779e461ff3ac406f81bb1b7057974f161cba2a090a5b2f73a205" +metafile = true + +[[files]] +file = "mods/cleardespawn.pw.toml" +hash = "5fff3a1b73d64be6d5fb9c1ede4421d3090d974f53009e9d6661cd7a3d77a670" metafile = true [[files]] file = "mods/cloth-config.pw.toml" -hash = "6ce97b65a78d66e0ae006105e63e2ccf8af6b3b266a2c5234f6ae7657b98220b" +hash = "77bd9b9ae2bf78481ba939cc78e5e4c0d9528516aa791305eecb39eb56e13125" metafile = true [[files]] -file = "mods/clutter.pw.toml" -hash = "6bc69f58076651ee7496db935ed20dbb0fa7215c7c6d483b5ce29ff2d6f714fb" +file = "mods/clumps.toml" +hash = "c889a9718156003d2c5e63df9b73954d9fa8134ad71ba3c41dcb2378a642f79d" + +[[files]] +file = "mods/continuity.pw.toml" +hash = "b508bb6b509b96b2e297e94ca2ce365623730b938f32c74d49c574a7ef1ecb24" metafile = true [[files]] -file = "mods/completeconfig.pw.toml" -hash = "a206bc693d41eb72f431abfc5d4556f9e9bf7f0bb6237224b750df85aeddd434" +file = "mods/conveyor-belts.pw.toml" +hash = "1edf54c409cf8a86e61cee0068f0b6c590ac77e90a6e6295a0423999fad596cc" metafile = true [[files]] -file = "mods/compressed-items.pw.toml" -hash = "544d3ba2eb652c716aa49f6b4f92d7d0caa1077cf1011c824e31ce018bb19256" +file = "mods/cyberanner-ironchest.pw.toml" +hash = "442b4c789dc6f30c4819c1a816e05024b53434320a4f9f80c6c6e3abb268d6db" metafile = true [[files]] -file = "mods/compressed.pw.toml" -hash = "b15fcbe32caf2cbb9ea4497e15f26f17efc6d63dcc00262b5d338dea3e70e6ce" +file = "mods/entityculling.pw.toml" +hash = "1e3d4b62d2b1224356261ca5f9aece724ed2cc6c8f31c77d64867e6bc173ee9d" metafile = true [[files]] -file = "mods/create-enchantment-industry-fabric.pw.toml" -hash = "62e9839eec5185985f705ff962b6d098a60ec06b2856799adb8db27dd224f9de" +file = "mods/essential.pw.toml" +hash = "1c849e3a6103fd2f1a97218eafcbf0deff72ac78e756afd6c7230833c6d5fbbf" metafile = true [[files]] -file = "mods/create-fabric.pw.toml" -hash = "1458e4909039fdd41aeb1d7cc7c82fa6def77a48b29ab45f99a9248e05f1e8e1" +file = "mods/fabric-language-kotlin.pw.toml" +hash = "dfebd8072576c75a939f56cab83cabdf3c5828da7cdb814e97c272e6c0b8d006" metafile = true [[files]] -file = "mods/create-renewable-ores.pw.toml" -hash = "fd20d186c194b41b945a5308ff42136965464d311a4b29d3b4f6866616860bae" +file = "mods/fabricae-ex-nihilo.pw.toml" +hash = "491f03fcc7d589345865f07ea90ffa4a2eb0c20b3019bfda2d799077ae2fc872" metafile = true [[files]] -file = "mods/createaddition.pw.toml" -hash = "c974107e5aca82929bfaf886bcb5cbc646a9fb57def7fcdf7c6dd90ee7d3787f" -metafile = true - -[[files]] -file = "mods/ct-overhaul-village.pw.toml" -hash = "7f569940a5ff22da0d824925fcc7803f753bda4310dde1dbf4781f1f244acd55" -metafile = true - -[[files]] -file = "mods/ctov-farmers-delight-compat.pw.toml" -hash = "ca49eb80ed805480d1b4fa4dd81efe4fc83f52428b1d30a4b9f3327b9bc009f7" -metafile = true - -[[files]] -file = "mods/ctov-waystone-compat.pw.toml" -hash = "44ce2ad2b79963adb91a517e8bd96188c53b0a6e738f0749683d1ab2ee8ad2d9" -metafile = true - -[[files]] -file = "mods/dashloader.pw.toml" -hash = "4fb938b3b07afc32216c63ba982ba25e28f4d0e63ddecdd26bea4e6dfa77b0fc" -metafile = true - -[[files]] -file = "mods/dynamic-fps.pw.toml" -hash = "0ada4f3b91ee6a4cd40c8e9bcb69a3d59c24ff3940762efca9253b269af1eb25" -metafile = true - -[[files]] -file = "mods/dynamic_asset_generator.pw.toml" -hash = "a5556be936ce9a6ca6d36f63cbe3e5e4dae20e222517016de83ed3de2a9fd890" -metafile = true - -[[files]] -file = "mods/edibleflowers.pw.toml" -hash = "913f109d8f6b8f7355b33ef53be3232fcd3dc951ee9923f5b17bd6cf1034924b" -metafile = true - -[[files]] -file = "mods/emi.pw.toml" -hash = "a58b458f4d1fbf67b65fe673c04fa3d8c3013a6ef728e7553b6c52364d5c73a4" -metafile = true - -[[files]] -file = "mods/emiffect.pw.toml" -hash = "031d16eb940b9005939d24390f98f321afcbfb001a835f36c1874dd5d5cd4258" -metafile = true - -[[files]] -file = "mods/excavated_variants.pw.toml" -hash = "c00fde57f8d17d69aa20f0185775373dd02f9cc036cac4f84755f7fea946edb1" -metafile = true - -[[files]] -file = "mods/exlines-furniture.pw.toml" -hash = "cbbbe8225b8879dc70025279dc194c8ed00a4654bcfe76079f23ccf247f206d5" -metafile = true - -[[files]] -file = "mods/extra-mod-integrations.pw.toml" -hash = "b155e4825310c1bbc065259a400e49b15d9930e21de0a874b03577cfca4ac772" -metafile = true - -[[files]] -file = "mods/fabrictailor.pw.toml" -hash = "b3e1f7b080b5c4a2e3de434a6873d84ba5bd357dff99268d45db4a79fb6d43b9" -metafile = true - -[[files]] -file = "mods/farmers-delight-fabric.pw.toml" -hash = "ee9ec8acfb96b060f3caae3172651436f8388c39db630ba9a7112b8d0f290746" +file = "mods/fabrishot.pw.toml" +hash = "75d8979ac6cdc549e71d3ff2f6fee6f809c17e96d6c37692d9b06568ad1aae1f" metafile = true [[files]] file = "mods/ferrite-core.pw.toml" -hash = "98da553a1ba2d41bfce3585198641c2d927c702d5403ebec82402ae51ddf707f" +hash = "f19e328fe42f91d1b65e244ee5bcf70f1e5305a27278945098ea85af82e05d0d" metafile = true [[files]] -file = "mods/figura-0.1.01.19.2.jar" -hash = "1d3ed61bd7cd7af79a6beeaffc0aff7f297d043e8b2984ebc2594eb77cdb8490" - -[[files]] -file = "mods/flower-patch.pw.toml" -hash = "b99848264d9e3e43e8ac9d2f415198865fbb069518c409d59310445718c85587" +file = "mods/first-person-model.pw.toml" +hash = "88621af32c04014ec3296102eeaa90128606ddeab3021e75569ee70a8165d6a2" metafile = true [[files]] file = "mods/forge-config-api-port.pw.toml" -hash = "3a68d8f694877589b9d29bd7b44b590a123007f28142d0deed1ba34c9b90b51c" +hash = "d3caf0b1837490d2b0169fa8e0ff485158c70200c23dbdefead7912d47e5fc70" metafile = true [[files]] -file = "mods/friends-and-foes-quilt.pw.toml" -hash = "186208fde5fad57e5b7ca16f3301e05f16380509d86a5bac1419c6a690232ecf" -metafile = true - -[[files]] -file = "mods/geckolib.pw.toml" -hash = "0497a92235c08a5ace339102c702d17e529c0770b3a340bdecebe321e3213888" -metafile = true - -[[files]] -file = "mods/hex-casting.pw.toml" -hash = "53e83e4a46fa1fc9f865fc1dd458b256f3f3083cdeabdee417834d83e3b1b739" -metafile = true - -[[files]] -file = "mods/hexbound.pw.toml" -hash = "afdcf02d5f6720324601d805bef79370751a7206b1a71d5f0841dcb656bdc4a4" -metafile = true - -[[files]] -file = "mods/horizontalportals.pw.toml" -hash = "5ad01fb7812ed7e2c2a9767c1511475db76625b888087dcdc67791a21f01b081" -metafile = true - -[[files]] -file = "mods/icarus.pw.toml" -hash = "2045ed4e0218b8f51e318199cf2fe818bc5fa4b347a956552d88932c1f0095a3" -metafile = true - -[[files]] -file = "mods/immersive-paintings.pw.toml" -hash = "7633f2b06ec5fa608b6293978d6781efa713e0a497a3214174e98f935408c3dd" -metafile = true - -[[files]] -file = "mods/immersivemc.pw.toml" -hash = "6bdf540a091387bed43d2f1aae1100f1512c5b33f8c5edf3c5aaa3e84c53cd51" +file = "mods/furnacemk2.pw.toml" +hash = "33ee34352b36cde9ede96ce136850d14b9bf2ffda3aa7d7026522201f56d9781" metafile = true [[files]] file = "mods/indium.pw.toml" -hash = "e8168531c092676d47cac3657bfc525f096f11ff5372ce6e322ad57778b81635" +hash = "f5751b1f49dfd5d0a78a4573b334651748e02e65dfe093774ab0d0c0886d950c" metafile = true +[[files]] +file = "mods/inspecio.pw.toml" +hash = "7baba0d5b6448760f7a0ad285c82633842efeeda7714571daa477486a4899c50" +metafile = true + +[[files]] +file = "mods/inventory-hud-forge.toml" +hash = "9c36ffd3a5c2636db0b7f5cd5098a6b9ee37c871ff8f1f390a7dff4ad856561b" + [[files]] file = "mods/iris.pw.toml" -hash = "af3675c9022d8669af5486c58fa9a685189a579a772a4c2ea5705bbe29bb169d" +hash = "689beb7c10f85f12f08d2b5198e02c8ef72bf3a5372e390d76c7412cbc807296" metafile = true [[files]] -file = "mods/joy-of-painting.pw.toml" -hash = "3a18abe31426a5abe8a607794c0d22cbb726d9c1696ef9a21edded0ff26f85a1" -metafile = true - -[[files]] -file = "mods/kettle.pw.toml" -hash = "94865ef86f229df1ce78a22498f41779fd56313c6e7c8efe678f7253c56c09db" -metafile = true - -[[files]] -file = "mods/ksyxis.pw.toml" -hash = "2ea587bc28af997f2b93de69af32b8ba0120ce8a2c0e95624a0c55051eb25041" +file = "mods/krypton.pw.toml" +hash = "2ba02e1c71f4c0d17965ce874fe0099ea7d94733733a187b28b9f1c0c3faff09" metafile = true [[files]] file = "mods/kubejs.pw.toml" -hash = "3acda3107c510ea1d42a7ef9667c2d5118310aa38fb9bcb2cf90f8e04ec32be6" +hash = "6e8c74eb9814008e9461ec86b2359e3d946f7a180c040674eaee4ba0a7ace2e7" +metafile = true + +[[files]] +file = "mods/lambdabettergrass.pw.toml" +hash = "080d4789738ae0015c0a1fc76ffc3f6487f55dc5877b3de1c3b458b544efe362" metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" -hash = "9b628c73b749c901f12ba08b8304c161801903b1dd3fdbb6d4b93a9d42d25afa" +hash = "158c40f09b2ed4fe14f5f2925751796fe11f6baee7e1ac7f35931ad831631a3d" metafile = true [[files]] -file = "mods/leashable-players.pw.toml" -hash = "313e4bdded31016df321a12a991752ec1dd1554320d414850016cfd702429477" +file = "mods/light-overlay.pw.toml" +hash = "37ad562c7bf81aef61c19e2db4ebc8044a6272c0d9d739d31ff30097cd02aaa9" metafile = true [[files]] file = "mods/lithium.pw.toml" -hash = "54a337d13450b35dfc931e7a5f3ed9fca1a1992ec51d3b1e4ea1cb5f7cd2d09c" +hash = "83541b1d3e1e936638a6938eb505bf0f508c13aed7f8416af8d064ffc7cda4dc" metafile = true [[files]] -file = "mods/lovely_snails.pw.toml" -hash = "afdc2fafab3adf523bd090b86a2216828e1d0171b69d8bd835ec050fd9853ce4" -metafile = true - -[[files]] -file = "mods/luckperms.pw.toml" -hash = "b3501a7f76745c70f319a487ab71d553e43558c732890daa1abed779e194d09c" -metafile = true - -[[files]] -file = "mods/many-flowers.pw.toml" -hash = "0a593ae45791efb886104f1ce39093c3f9db1dedde62ca2ef3416f6a25cecfe7" -metafile = true - -[[files]] -file = "mods/mc-vr-api.pw.toml" -hash = "1f98f7f144867bd20881c6e21fec892523948856a4abe4d862636ff756a1b7e7" -metafile = true - -[[files]] -file = "mods/mcperm.pw.toml" -hash = "fbf654eb6b0efb870a2e3823ef0d5b5b607774db021fdd80dfc4398d55da901e" -metafile = true - -[[files]] -file = "mods/midnightlib.pw.toml" -hash = "9421355a24881292851803d45726a5aebce4c5a5863793d7d373565b4fceb1eb" -metafile = true - -[[files]] -file = "mods/mobs-are-friends.pw.toml" -hash = "8692aba4650c3ca117a2b44fcd5444549f9447a009129e29557109bc9b98313e" +file = "mods/minecraftcapes.pw.toml" +hash = "a2040094501ce0d3771f3a5619008da48492d497ab32293a6b49fc2842cb78b5" metafile = true [[files]] file = "mods/modmenu.pw.toml" -hash = "393604e3ebcaf78c516f4937de581723af575921ab82b389fed7733435be61cc" +hash = "37b69a71c010cb7e4d10a84a7c0e44373566ddb19aaaf4428ff2bb9ade0692e1" metafile = true [[files]] -file = "mods/moonlight.pw.toml" -hash = "90f8d140be45787ddb039f62015362d54ead182ef6c40761067db709e1d349be" +file = "mods/mouse-wheelie.pw.toml" +hash = "c00114ebbbdf5b001d7a81f9508a6c6675fab5e7cff89de3cc7d763e7ab33427" metafile = true [[files]] -file = "mods/netherracked.pw.toml" -hash = "a234684269a509b1849cc79bab7f955880f7908c6740f90543459cc37ec61c27" +file = "mods/not-enough-animations.pw.toml" +hash = "0fe0d6fbfb0055d698f2d4418e49be65492176601b0066d8bcd1b61f7d231e8f" metafile = true [[files]] -file = "mods/no-chat-reports.pw.toml" -hash = "1aa7510ec1a3994273a20f8b341f676583b9ede2eaea3badd46deb7178d92a6c" +file = "mods/ok-zoomer.pw.toml" +hash = "d240a40073a8ae5c5f56b4c3cde5d78951ca71dc5b8279f0405f346a537659b7" metafile = true [[files]] -file = "mods/no-telemetry.pw.toml" -hash = "5f9870a1b70f585f7ca5ca97d5369056f6f6ab84d9897a35b545b0311e69c213" -metafile = true +file = "mods/open-auth-mod.toml" +hash = "7cdd4ee28ad83e2fff101a24764e26bbf254174df201b1db90640a6aaf62a8e4" [[files]] -file = "mods/origins-minus.pw.toml" -hash = "6b31a91a652ddcd77f2aa5e9c5310af822e34509be8254765ef4acc13d166fd6" -metafile = true - -[[files]] -file = "mods/origins.pw.toml" -hash = "862b429a623762ef0469eb2a409b9450a9b70071cf9bffabca654b97f7528424" -metafile = true - -[[files]] -file = "mods/owo-lib.pw.toml" -hash = "d6a99e144be13fb3d0865925bf73357a2ff82f4114929cc2f35930eb21f3c7e9" +file = "mods/paradise-lost.pw.toml" +hash = "53d666e5ab53bc32b1785323486c8513dc0ea9bcae7aec1de686232f6dc02dc4" metafile = true [[files]] file = "mods/patchouli.pw.toml" -hash = "2dab4b3cea2f1ce1505c3c7be55d8fb6123a7593435134f2c15eed18e6c07ddf" +hash = "efc2a5c84648fe9d84aaaae5ecdd352f3fff2a81857e53806f6a67d6e67dd845" metafile = true [[files]] -file = "mods/paucal.pw.toml" -hash = "03d4272f909720df400b6af4c90a93fc95e3a55c85935e7777724ba9f9bcb994" -metafile = true +file = "mods/paxi-fabric.toml" +hash = "e91d14a362664545a26b48f004636bdef52c68d311bab72b0bfe03224ec61987" [[files]] file = "mods/peripheralium.pw.toml" -hash = "ea3ba6d06a88da29ff2061b686d57f77a08bf87e88d41c48320ff3e6fa1e69a1" +hash = "f6ffa5ba4f78f500531d3ab579eba9f3e1c3a5e56c2d59df897d94e0e5aeff03" metafile = true [[files]] -file = "mods/pride-furnaces.pw.toml" -hash = "75c61231e1266f9d007df24e2bc3995b6d42624f2c16a44af328a7c1a34994eb" +file = "mods/perspective-mod-redux.pw.toml" +hash = "c65714d41e881c9149122eb89435ea85fde6ebd01ad2e63a1cf9ffad7f1f3e83" metafile = true [[files]] -file = "mods/puzzles-lib.pw.toml" -hash = "80e52c4c76edb7e19169870e10ac16e966396e5a8f1a430ca039f52ceea9e297" -metafile = true - -[[files]] -file = "mods/qkl.pw.toml" -hash = "78fe291bc3d50234209d5b80735b469044f4d858dc8d3ba5bc38d1e098cb786f" +file = "mods/plasmo-voice.pw.toml" +hash = "364bbca879792e3c5103a217313d6c70028017ac0e72af9f65af2116b2edf770" metafile = true [[files]] file = "mods/qsl.pw.toml" -hash = "7f16d61f278eb23f2778ebc55467391d06fd76a8710d5b857efb7762734fb281" +hash = "b592c521fc03cb0c5a086094a107882f5354cbfbfb220e1ee1edc183e87d3197" metafile = true [[files]] -file = "mods/quartz-elevator.pw.toml" -hash = "8caa7ac143e34732df295e0bd03b68841239172811da137e6429d2701f0410e4" +file = "mods/reeses-sodium-options.pw.toml" +hash = "2ece972fd1306a38ca278d9da23656c73bc103df57709a4bdac0a0271a646f34" metafile = true [[files]] -file = "mods/reborncore.pw.toml" -hash = "e4badf81eabfe1f6cd95e36bc8e3d4a63281f7c97406be76437c2ef49e189f99" -metafile = true - -[[files]] -file = "mods/reinforced-barrels.pw.toml" -hash = "65c5f9436a550a224a16dd25482a7282f7421fea6f5308913705af59842a264a" -metafile = true - -[[files]] -file = "mods/reinforced-chests.pw.toml" -hash = "ef25a480535daa14950ad983c552cfcfc06e56ff4345fbbec00d7df56f49868b" -metafile = true - -[[files]] -file = "mods/reinforced-shulker-boxes.pw.toml" -hash = "a86baaf3977b9b61422968a87bf4b4c0814e8f02704e0ea844ee8ba7a5e3ea5f" -metafile = true - -[[files]] -file = "mods/removehud.pw.toml" -hash = "48533ae582b6cd01635fb04492c22885cf4f6dcb78baf9e38cca711f3d228cc6" -metafile = true - -[[files]] -file = "mods/repurposed-structures-fabric.pw.toml" -hash = "b5bb732948dcabfbb3727d124aa0f2b846bc0b883d98476c96d4badb757a048d" +file = "mods/replaymod.pw.toml" +hash = "e45a54758362129811e23cebfbc195ab1998c435c7632a95371e1c01469e564c" metafile = true [[files]] file = "mods/rhino.pw.toml" -hash = "f7957b69872ee26bdaa1a9db1f880c4d65eefde73ec291f30c0765fe6198b808" +hash = "fc68b56f92ecea5ec9da5d543440fe1719f76ab813bf97c1e665878ae9357d24" metafile = true [[files]] -file = "mods/smoothboot-fabric.pw.toml" -hash = "971e8b0bef16bd6ce88c7f940b30fdc1debff7b715058f4d331d54beb58a4314" +file = "mods/roughly-enough-items.pw.toml" +hash = "5e98198bbc6e9dcdbabfa02da042032bbe42c4c6e75488e279d7babb23296999" +metafile = true + +[[files]] +file = "mods/scout.pw.toml" +hash = "e8c692016e60846e8308fcc0af7bda4f899f9cd1185aaf79acd45d7917dff958" +metafile = true + +[[files]] +file = "mods/simple-copper-pipes.pw.toml" +hash = "170110b1d61aa21a3bae68230a87a40b791a0621015dad9cc1b8cf3308814335" +metafile = true + +[[files]] +file = "mods/sodium-extra.pw.toml" +hash = "39269eb45ca79786c4eac3ede212feb85ccd90fe3e25ca0e4ab7e9fc1270d96e" metafile = true [[files]] file = "mods/sodium.pw.toml" -hash = "aa4dcf55ac3191b0b31437521714c1d28364c3396cf06ef07fa76a08488c1837" +hash = "d1480fd38a1ac53311baa2d57b92556834372f6ac04c355169441df9a59a161c" metafile = true [[files]] file = "mods/spark.pw.toml" -hash = "245599aeee8c2497af5588bcf1430a2753c9cd4827b7c8891dfbe9c578405038" +hash = "b55d9d1ea5b5cadde5973123c0c644065f905afff5ea8d3d24c6d6564a7470cd" +metafile = true + +[[files]] +file = "mods/starlight.pw.toml" +hash = "722031c0ae5d2de71783d6c4bfbf1c5cd25c65e55cb42d8bb4f7cadf478c4368" +metafile = true + +[[files]] +file = "mods/stendhal.pw.toml" +hash = "c963c276410d4216cbadaf6224171c629954cb0149055297b356c0c132e4c8b3" metafile = true [[files]] file = "mods/structure-tools.pw.toml" -hash = "86deebcd3e0f2eaeefb90f8f151f8f7fc449f58b1db8070b60386444aa3124af" +hash = "2b71a3596b3a870c6425da762ceee94c7851ac9818947b28b233b6a08331d95a" metafile = true [[files]] -file = "mods/styled-chat.pw.toml" -hash = "70da594f4eadb175c7eedd58ec67caeffb71ac5fc8c503fcddf04e545e78e590" -metafile = true - -[[files]] -file = "mods/styled-nicknames.pw.toml" -hash = "d0cd4b1f936b73cbe367ccc74c325688bb5aa1e87e41f571124a22c3b361c2c1" -metafile = true - -[[files]] -file = "mods/styledplayerlist.pw.toml" -hash = "d2accfdeb772987301d7517f93e081a276e5ae7610caf1f213a2012204699358" -metafile = true - -[[files]] -file = "mods/supermartijn642s-config-lib.pw.toml" -hash = "c843b306eb159ceaafb0243d26be9607444da0b59fd787ae5cfb8c8597c90bed" -metafile = true - -[[files]] -file = "mods/supermartijn642s-core-lib.pw.toml" -hash = "46e8cbe62a4aeb2689e0d7c5d23f70c3f02d4a63a3abdd13df6ef15aaf259f47" -metafile = true - -[[files]] -file = "mods/supplementaries.pw.toml" -hash = "8dab797219b7e7127e1324a3e8f929d22017e90373c68aa8afda970f33b838dc" -metafile = true - -[[files]] -file = "mods/switchy-inventories.pw.toml" -hash = "618e124f8a7a25ea380deb3d13e677ca816d8bc066553d50bbaef9c47a289da6" -metafile = true - -[[files]] -file = "mods/switchy-teleport.pw.toml" -hash = "45cfb1774eee4ece0713fa6351538bb20f6d380a8caa33cc354af825c77f2765" -metafile = true - -[[files]] -file = "mods/switchy.pw.toml" -hash = "8efbbcaf43b503de4579a88b6c688e3bd88e1d431b0bc9ea0658ce7508cd0aea" -metafile = true - -[[files]] -file = "mods/switchykit.pw.toml" -hash = "899a8fd91b062153a42a7a37a86e48bc455c28b926f2a0bef6a5c6b4313091ef" -metafile = true - -[[files]] -file = "mods/techreborn.pw.toml" -hash = "7d4ce0df929ce3534b5b35222a00ee370eb578a7c2acf976a59d6c3614087335" -metafile = true - -[[files]] -file = "mods/the-printer.pw.toml" -hash = "3c8cbd8de0b19a7aab4cf478ca8ed01c2961487afe74cbf8d1b152cb0233bf80" +file = "mods/sync-fabric.pw.toml" +hash = "d8f9204d437530ca3fc1734b327080162f1bbd630ea945e3d5846d2fe511dac0" metafile = true [[files]] file = "mods/toms-storage.pw.toml" -hash = "30a3e3f7f468a6b0c2d65fcaab7ff138881c0a921316fa721a5c3a1d77ec4bac" +hash = "0c0d90c3ef2e8354560e2c2d606813f073a946451939d5cc03cf08a031b2ec7c" metafile = true [[files]] file = "mods/trinkets.pw.toml" -hash = "e4e021f4e9647d01496dfd9f4dbf77cf46575318bd54f40aac7d3b4996baecb8" +hash = "49f5590e6160266691eaca6948b33a3a2763e590ed4bcf90189f13650066c84e" metafile = true [[files]] file = "mods/turtlematic.pw.toml" -hash = "bb74c1d0b3d281ececdd10bd03bb811bdb44314379b0a0164f66006316706dda" -metafile = true - -[[files]] -file = "mods/universal-bone-meal.pw.toml" -hash = "1ada0b2942853c79cdaa88b2b253ab55b1f6eadfb475d0d4a8cf4ac5f3174b2a" +hash = "8d543e147cab5ac2cefe28466d6acc8b37abda3f058b46e6596fcd9c5751a630" metafile = true [[files]] file = "mods/unlimitedperipheralworks.pw.toml" -hash = "31becf469aea9f05cfe98345041f3e714e42d4dc672f8c6e37f8ab02ca06a8c0" +hash = "f62645a1c84a32aafe4c60d966c3b23cc7460f846b312b3b8c2e7a0bddf3e186" metafile = true [[files]] -file = "mods/vivecraft.pw.toml" -hash = "ab48141ab72021bfcc4bf68fd02572bd5c10a2d5f1fc7c35b25e45beed490c00" +file = "mods/viafabric.pw.toml" +hash = "950c28a3c1f22ab36f936ebbb6095e0e5432ec19c2938761d44b99a4c01a9bd0" metafile = true [[files]] -file = "mods/waystones.pw.toml" -hash = "e33fd461dcf4611ce9c93224766b828ec7252709042d8bd593316a7d90b80295" +file = "mods/wiredredstone.pw.toml" +hash = "506d7dedae346cdad3e6dbf8b2c538a13123ab057267244e8193b52d939d7bbb" metafile = true [[files]] file = "mods/xaeros-minimap.pw.toml" -hash = "b1a2fbb24c590b91e32f570c5d202c9bd298e083409c8b71870db185c50fc8e9" +hash = "31f63492eb5997c554f44a18e3221b8d90532fd0731215fa9948c49e83778d83" metafile = true [[files]] file = "mods/xaeros-world-map.pw.toml" -hash = "d273a8d9829159697733da5a69d4a774377583ac18a00eaf9e3391f5d5ee1c15" +hash = "281f8835df770ee31d49005c6f1fed976db81250a2d6b08538c78a1993d5e637" metafile = true [[files]] file = "mods/yosbr.pw.toml" -hash = "6f6334f336a876088431df70e2bba6ac52ca2ddeb73a4880ce88d6954b09af00" +hash = "7c2712882baa2ed177b9b961cc1052b857f11ed1455609f9e9f01332c0317f12" metafile = true [[files]] -file = "mods/yttr.pw.toml" -hash = "74257a39c616938aed0b5764b244780ff7aef3fd6f7b535a9603f9d9f4a6dded" +file = "mods/yungs-api-fabric.pw.toml" +hash = "b5e74fec582f1dc10fda86a3c41c00821f15471285c2570c7c9ace3316a438be" metafile = true - -[[files]] -file = "packwiz-installer-bootstrap.jar" -hash = "a8fbb24dc604278e97f4688e82d3d91a318b98efc08d5dbfcbcbcab6443d116c" diff --git a/.minecraft/kubejs/README.md b/.minecraft/kubejs/README.md new file mode 100644 index 0000000..6c069b3 --- /dev/null +++ b/.minecraft/kubejs/README.md @@ -0,0 +1,2 @@ +## FloretCraft +An Resourcepack and Kubejs Pack combination for adorable little florets! \ 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 new file mode 100644 index 0000000..58a8d4b Binary files /dev/null and b/.minecraft/kubejs/assets/kubejs/textures/block/example_block.png differ diff --git a/.minecraft/kubejs/assets/kubejs/textures/item/example_item.png b/.minecraft/kubejs/assets/kubejs/textures/item/example_item.png new file mode 100644 index 0000000..bbb5bf7 Binary files /dev/null and b/.minecraft/kubejs/assets/kubejs/textures/item/example_item.png differ diff --git a/.minecraft/kubejs/assets/minecraft/lang/en_fl.json b/.minecraft/kubejs/assets/minecraft/lang/en_fl.json new file mode 100644 index 0000000..84d4397 --- /dev/null +++ b/.minecraft/kubejs/assets/minecraft/lang/en_fl.json @@ -0,0 +1,194 @@ +{ + "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/texts/splashes.txt b/.minecraft/kubejs/assets/minecraft/texts/splashes.txt index 860f593..74a6fd7 100644 --- a/.minecraft/kubejs/assets/minecraft/texts/splashes.txt +++ b/.minecraft/kubejs/assets/minecraft/texts/splashes.txt @@ -31,4 +31,137 @@ Floret fiction! Class-A! Prepare before spelunking! Everything is Free! -There's five Independent developers! \ No newline at end of file +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 new file mode 100644 index 0000000..6f127fd Binary files /dev/null and b/.minecraft/kubejs/assets/minecraft/textures/gui/title/background/panorama_overlay.png differ diff --git a/.minecraft/kubejs/assets/vanilla-tweaks-assets.txt b/.minecraft/kubejs/assets/vanilla-tweaks-assets.txt new file mode 100644 index 0000000..d02c2ce --- /dev/null +++ b/.minecraft/kubejs/assets/vanilla-tweaks-assets.txt @@ -0,0 +1,4 @@ +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 new file mode 100644 index 0000000..f6813fe --- /dev/null +++ b/.minecraft/kubejs/client_scripts/script.js @@ -0,0 +1,8 @@ +// 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/server_scripts/script.js b/.minecraft/kubejs/server_scripts/script.js new file mode 100644 index 0000000..5cbf241 --- /dev/null +++ b/.minecraft/kubejs/server_scripts/script.js @@ -0,0 +1,20 @@ +// 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 new file mode 100644 index 0000000..5f1aafa --- /dev/null +++ b/.minecraft/kubejs/startup_scripts/script.js @@ -0,0 +1,13 @@ +// 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/modpack-template_icon.png b/.minecraft/modpack-template_icon.png deleted file mode 100644 index d81d8c4..0000000 Binary files a/.minecraft/modpack-template_icon.png and /dev/null differ diff --git a/.minecraft/modpack.icon.png b/.minecraft/modpack.icon.png deleted file mode 100644 index d81d8c4..0000000 Binary files a/.minecraft/modpack.icon.png and /dev/null differ diff --git a/.minecraft/mods/Pehkui-3.7.3+1.14.4-1.20.jar b/.minecraft/mods/Pehkui-3.7.3+1.14.4-1.20.jar deleted file mode 100644 index 0ec62f9..0000000 Binary files a/.minecraft/mods/Pehkui-3.7.3+1.14.4-1.20.jar and /dev/null differ diff --git a/.minecraft/mods/ad-astra-fabric.pw.toml b/.minecraft/mods/ad-astra-fabric.pw.toml new file mode 100644 index 0000000..79fd424 --- /dev/null +++ b/.minecraft/mods/ad-astra-fabric.pw.toml @@ -0,0 +1,13 @@ +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/additional-lanterns.pw.toml b/.minecraft/mods/additional-lanterns.pw.toml deleted file mode 100644 index 1ba436d..0000000 --- a/.minecraft/mods/additional-lanterns.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Additional Lanterns" -filename = "additionallanterns-1.0.5-fabric-mc1.19.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/jXNvTKds/versions/5ZpLLzu6/additionallanterns-1.0.5-fabric-mc1.19.2.jar" -hash-format = "sha1" -hash = "cb49478a5bb6bd24ff98e74ef92a908a5be3d85b" - -[update] -[update.modrinth] -mod-id = "jXNvTKds" -version = "5ZpLLzu6" diff --git a/.minecraft/mods/adorn.pw.toml b/.minecraft/mods/adorn.pw.toml index a3c7e75..5f5d882 100644 --- a/.minecraft/mods/adorn.pw.toml +++ b/.minecraft/mods/adorn.pw.toml @@ -1,13 +1,13 @@ name = "Adorn" -filename = "Adorn-3.9.1+1.19.2-fabric.jar" +filename = "Adorn-3.5.0+1.18.2-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/E6FUtRJh/versions/4Af8VkZs/Adorn-3.9.1%2B1.19.2-fabric.jar" +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 = "cec969be7bcd93e26ed127e057b68da80c687407" +hash = "54dc846236010b1e22bfdb6b7d06a669f6ccfb5a" [update] [update.modrinth] mod-id = "E6FUtRJh" -version = "4Af8VkZs" +version = "6N5U8wzl" diff --git a/.minecraft/mods/ae2.pw.toml b/.minecraft/mods/ae2.pw.toml deleted file mode 100644 index 9958250..0000000 --- a/.minecraft/mods/ae2.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Applied Energistics 2" -filename = "appliedenergistics2-fabric-12.9.6.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/XxWD5pD3/versions/lePuKDdy/appliedenergistics2-fabric-12.9.6.jar" -hash-format = "sha1" -hash = "d5ece23b783ba8df0ff832b3e6dd23375148aad4" - -[update] -[update.modrinth] -mod-id = "XxWD5pD3" -version = "lePuKDdy" diff --git a/.minecraft/mods/almost-unified.pw.toml b/.minecraft/mods/almost-unified.pw.toml deleted file mode 100644 index 7c658cb..0000000 --- a/.minecraft/mods/almost-unified.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Almost Unified" -filename = "almostunified-fabric-1.19.2-0.5.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/sdaSaQEz/versions/TbGxfXN7/almostunified-fabric-1.19.2-0.5.0.jar" -hash-format = "sha1" -hash = "ba8fccd1b41daa3025ef6b2257fb5280869f82de" - -[update] -[update.modrinth] -mod-id = "sdaSaQEz" -version = "TbGxfXN7" diff --git a/.minecraft/mods/antighost.pw.toml b/.minecraft/mods/antighost.pw.toml new file mode 100644 index 0000000..2342e05 --- /dev/null +++ b/.minecraft/mods/antighost.pw.toml @@ -0,0 +1,13 @@ +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/architectury-api.pw.toml b/.minecraft/mods/architectury-api.pw.toml index d2da6c0..4d4d326 100644 --- a/.minecraft/mods/architectury-api.pw.toml +++ b/.minecraft/mods/architectury-api.pw.toml @@ -1,13 +1,13 @@ name = "Architectury API" -filename = "architectury-6.5.85-fabric.jar" +filename = "architectury-4.9.84-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/HoIJp48v/architectury-6.5.85-fabric.jar" +url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/foPbHoIn/architectury-4.9.84-fabric.jar" hash-format = "sha1" -hash = "5795f772ea4a72049e38848eac80a005b01211d9" +hash = "ee6d6ac3e96e0894537d34ec9ed4b80f1a59e95e" [update] [update.modrinth] mod-id = "lhGA9TYQ" -version = "HoIJp48v" +version = "foPbHoIn" diff --git a/.minecraft/mods/auto-plant-crops.pw.toml b/.minecraft/mods/auto-plant-crops.pw.toml deleted file mode 100644 index badb322..0000000 --- a/.minecraft/mods/auto-plant-crops.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Auto Plant Crops" -filename = "auto-plant-crops-1.1.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/EnpfhLw4/versions/CavC0Mqe/auto-plant-crops-1.1.1.jar" -hash-format = "sha1" -hash = "92eac47609849e3028fa31fc7048fbb75bef948a" - -[update] -[update.modrinth] -mod-id = "EnpfhLw4" -version = "CavC0Mqe" diff --git a/.minecraft/mods/badstdout.pw.toml b/.minecraft/mods/badstdout.pw.toml new file mode 100644 index 0000000..261d984 --- /dev/null +++ b/.minecraft/mods/badstdout.pw.toml @@ -0,0 +1,13 @@ +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/balm.pw.toml b/.minecraft/mods/balm.pw.toml deleted file mode 100644 index 9e1d25e..0000000 --- a/.minecraft/mods/balm.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Balm" -filename = "balm-fabric-1.19.2-4.5.7.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/XYqAzGqP/balm-fabric-1.19.2-4.5.7.jar" -hash-format = "sha1" -hash = "0ee92ca2faa297d266bd2ea90b377e5958da6b1f" - -[update] -[update.modrinth] -mod-id = "MBAkmtvl" -version = "XYqAzGqP" diff --git a/.minecraft/mods/better-than-bunnies.pw.toml b/.minecraft/mods/better-than-bunnies.pw.toml deleted file mode 100644 index f118aea..0000000 --- a/.minecraft/mods/better-than-bunnies.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Better Than Bunnies" -filename = "BetterThanBunnies-1.19.2-Fabric-1.3.0.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/xbR6jaoJ/versions/AK5n3xun/BetterThanBunnies-1.19.2-Fabric-1.3.0.jar" -hash-format = "sha1" -hash = "0533eb662b55eeee965810ce3271c992e2586fd0" - -[update] -[update.modrinth] -mod-id = "xbR6jaoJ" -version = "AK5n3xun" diff --git a/.minecraft/mods/bettercommandblockui.pw.toml b/.minecraft/mods/bettercommandblockui.pw.toml new file mode 100644 index 0000000..0302f9f --- /dev/null +++ b/.minecraft/mods/bettercommandblockui.pw.toml @@ -0,0 +1,13 @@ +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/betterf3.pw.toml b/.minecraft/mods/betterf3.pw.toml index e872054..7a03781 100644 --- a/.minecraft/mods/betterf3.pw.toml +++ b/.minecraft/mods/betterf3.pw.toml @@ -1,13 +1,13 @@ name = "BetterF3" -filename = "BetterF3-4.0.0-Fabric-1.19.2.jar" +filename = "BetterF3-1.2.5-Fabric-1.18.2.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/8shC1gFX/versions/RbNy07Bx/BetterF3-4.0.0-Fabric-1.19.2.jar" +url = "https://cdn.modrinth.com/data/8shC1gFX/versions/1.2.5.1/BetterF3-1.2.5-Fabric-1.18.2.jar" hash-format = "sha1" -hash = "1bbc527d23b53e0aae4d5e1deddf92b1f394b94b" +hash = "457734b8099afbda9218c59aa6f197e2a2cc8d65" [update] [update.modrinth] mod-id = "8shC1gFX" -version = "RbNy07Bx" +version = "EWqUNavR" diff --git a/.minecraft/mods/blockmeter.pw.toml b/.minecraft/mods/blockmeter.pw.toml new file mode 100644 index 0000000..1cc1aa4 --- /dev/null +++ b/.minecraft/mods/blockmeter.pw.toml @@ -0,0 +1,18 @@ +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 new file mode 100644 index 0000000..24c7e45 --- /dev/null +++ b/.minecraft/mods/blur-fabric.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..a5c27dd --- /dev/null +++ b/.minecraft/mods/bobby.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..8ab1bb8 --- /dev/null +++ b/.minecraft/mods/botania.pw.toml @@ -0,0 +1,13 @@ +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/bushier-flowers.pw.toml b/.minecraft/mods/bushier-flowers.pw.toml deleted file mode 100644 index 24a05e2..0000000 --- a/.minecraft/mods/bushier-flowers.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Bushier Flowers" -filename = "bushierflowers-0.0.1-1.19.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/OK421ZCh/versions/SzjJbESR/bushierflowers-0.0.1-1.19.2.jar" -hash-format = "sha1" -hash = "46f3db852d82932e296f60104d456baaada68836" - -[update] -[update.modrinth] -mod-id = "OK421ZCh" -version = "SzjJbESR" diff --git a/.minecraft/mods/calibrated.pw.toml b/.minecraft/mods/calibrated.pw.toml deleted file mode 100644 index a5a7f75..0000000 --- a/.minecraft/mods/calibrated.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Calibrated Access" -filename = "calibrated-1.2.1-hotfix.1+1.19.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/pUSRRdVF/versions/Oj0nE6A5/calibrated-1.2.1-hotfix.1%2B1.19.jar" -hash-format = "sha1" -hash = "c608e62f8a045e6256b4b24111668f29487b40e7" - -[update] -[update.modrinth] -mod-id = "pUSRRdVF" -version = "Oj0nE6A5" diff --git a/.minecraft/mods/cardinal-components-api.pw.toml b/.minecraft/mods/cardinal-components-api.pw.toml deleted file mode 100644 index f0b0dcb..0000000 --- a/.minecraft/mods/cardinal-components-api.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Cardinal Components API" -filename = "cardinal-components-api-5.0.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/K01OU20C/versions/tPfCTMiZ/cardinal-components-api-5.0.2.jar" -hash-format = "sha1" -hash = "2ca37fd1372f48d39154aea952a9db148d1db9e5" - -[update] -[update.modrinth] -mod-id = "K01OU20C" -version = "tPfCTMiZ" diff --git a/.minecraft/mods/carry-on.pw.toml b/.minecraft/mods/carry-on.pw.toml deleted file mode 100644 index 729d995..0000000 --- a/.minecraft/mods/carry-on.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Carry On" -filename = "carryon-fabric-1.19.2-2.1.0.20.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/joEfVgkn/versions/nc5Z9l3C/carryon-fabric-1.19.2-2.1.0.20.jar" -hash-format = "sha1" -hash = "b951432f9419732d5b443687713f02be7b2ca2c9" - -[update] -[update.modrinth] -mod-id = "joEfVgkn" -version = "nc5Z9l3C" diff --git a/.minecraft/mods/cc-restitched.pw.toml b/.minecraft/mods/cc-restitched.pw.toml index 5db7f5b..2684cf0 100644 --- a/.minecraft/mods/cc-restitched.pw.toml +++ b/.minecraft/mods/cc-restitched.pw.toml @@ -1,13 +1,13 @@ name = "CC: Restitched" -filename = "cc-restitched-1.101.2.jar" +filename = "cc-restitched-1.100.8.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/eldBwa5V/versions/1.101.2%2B1.19.1/cc-restitched-1.101.2.jar" +url = "https://cdn.modrinth.com/data/eldBwa5V/versions/1.100.8%2B1.18.2/cc-restitched-1.100.8.jar" hash-format = "sha1" -hash = "428b306c317e38d5829972f1944c873858b740da" +hash = "3c2291e1b3b7bcc238a2c38522afc274c5f83525" [update] [update.modrinth] mod-id = "eldBwa5V" -version = "3S6HU7nl" +version = "FbQHIk33" diff --git a/.minecraft/mods/charmonium.pw.toml b/.minecraft/mods/charmonium.pw.toml new file mode 100644 index 0000000..46ec721 --- /dev/null +++ b/.minecraft/mods/charmonium.pw.toml @@ -0,0 +1,13 @@ +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/choicetheorems-overhauled-village-friends-and-foes-add-on.pw.toml b/.minecraft/mods/choicetheorems-overhauled-village-friends-and-foes-add-on.pw.toml deleted file mode 100644 index 563f21c..0000000 --- a/.minecraft/mods/choicetheorems-overhauled-village-friends-and-foes-add-on.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ChoiceTheorem's Overhauled Village - Friends and Foes Add-on" -filename = "choicetheorems-overhauled-village-friends-and-foes-add-on-1.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/kawJN2LZ/versions/AzkfLDLD/choicetheorems-overhauled-village-friends-and-foes-add-on-1.1.jar" -hash-format = "sha1" -hash = "6258af6a6480f1db1591ab843a2cfc5ebfc7a3ff" - -[update] -[update.modrinth] -mod-id = "kawJN2LZ" -version = "AzkfLDLD" diff --git a/.minecraft/mods/chunk-loaders.pw.toml b/.minecraft/mods/chunk-loaders.pw.toml deleted file mode 100644 index 29ea26a..0000000 --- a/.minecraft/mods/chunk-loaders.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Chunk Loaders" -filename = "chunkloaders-1.2.6-fabric-mc1.19.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/t1VgucWo/versions/GT3mrXK3/chunkloaders-1.2.6-fabric-mc1.19.2.jar" -hash-format = "sha1" -hash = "a59f0eb5daeb5b53a3346688c61903e66c426c99" - -[update] -[update.modrinth] -mod-id = "t1VgucWo" -version = "GT3mrXK3" diff --git a/.minecraft/mods/chunky.pw.toml b/.minecraft/mods/chunky.pw.toml new file mode 100644 index 0000000..8c04511 --- /dev/null +++ b/.minecraft/mods/chunky.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..41f757d --- /dev/null +++ b/.minecraft/mods/cit-resewn.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..a541a21 --- /dev/null +++ b/.minecraft/mods/cleardespawn.pw.toml @@ -0,0 +1,13 @@ +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 bc83fc0..a46924d 100644 --- a/.minecraft/mods/cloth-config.pw.toml +++ b/.minecraft/mods/cloth-config.pw.toml @@ -1,14 +1,13 @@ name = "Cloth Config API" -filename = "cloth-config-8.2.88-fabric.jar" +filename = "cloth-config-6.3.81-fabric.jar" side = "both" -pin = true [download] -url = "https://cdn.modrinth.com/data/9s6osm5g/versions/EXrxCjl6/cloth-config-8.2.88-fabric.jar" +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/gPqHXnrg/cloth-config-6.3.81-fabric.jar" hash-format = "sha1" -hash = "4b93c69f22e9bdeeca201992e99632824b55f9cb" +hash = "f6501a0b48872d2d14da55796f16f582a83bef7b" [update] [update.modrinth] mod-id = "9s6osm5g" -version = "EXrxCjl6" +version = "gPqHXnrg" diff --git a/.minecraft/mods/clumps.toml b/.minecraft/mods/clumps.toml new file mode 100644 index 0000000..a8ad453 --- /dev/null +++ b/.minecraft/mods/clumps.toml @@ -0,0 +1,13 @@ +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/clutter.pw.toml b/.minecraft/mods/clutter.pw.toml deleted file mode 100644 index b00fed8..0000000 --- a/.minecraft/mods/clutter.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Clutter" -filename = "clutter-1.19.2-0.2.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/KZAmykow/versions/LsSXw1tA/clutter-1.19.2-0.2.1.jar" -hash-format = "sha1" -hash = "c9c2d8e3faa2f6178fcdfd365fc3c3f33f122233" - -[update] -[update.modrinth] -mod-id = "KZAmykow" -version = "LsSXw1tA" diff --git a/.minecraft/mods/completeconfig.pw.toml b/.minecraft/mods/completeconfig.pw.toml deleted file mode 100644 index e7ced14..0000000 --- a/.minecraft/mods/completeconfig.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "CompleteConfig" -filename = "completeconfig-2.1.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/GtqG8z1h/versions/u6LwMxu3/completeconfig-2.1.0.jar" -hash-format = "sha1" -hash = "705cbe0beaee191088de4fc3d25745130eb57dbc" - -[update] -[update.modrinth] -mod-id = "GtqG8z1h" -version = "u6LwMxu3" diff --git a/.minecraft/mods/compressed-items.pw.toml b/.minecraft/mods/compressed-items.pw.toml deleted file mode 100644 index 01ee7ee..0000000 --- a/.minecraft/mods/compressed-items.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Compressed Items" -filename = "compressed_items-1.19.2-1.0.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/oSvtANfg/versions/uC7wWsDE/compressed_items-1.19.2-1.0.1.jar" -hash-format = "sha1" -hash = "ada3905e10f3a3d180e39efa129e3f0f767771a0" - -[update] -[update.modrinth] -mod-id = "oSvtANfg" -version = "uC7wWsDE" diff --git a/.minecraft/mods/compressed.pw.toml b/.minecraft/mods/compressed.pw.toml deleted file mode 100644 index 8972965..0000000 --- a/.minecraft/mods/compressed.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Compressed" -filename = "compressed-1.19.2-1.8.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/kCbTXhEt/versions/nNWVVtEj/compressed-1.19.2-1.8.0.jar" -hash-format = "sha1" -hash = "439b6883e8f51dcd42db4fb6f675468842789bb5" - -[update] -[update.modrinth] -mod-id = "kCbTXhEt" -version = "nNWVVtEj" diff --git a/.minecraft/mods/continuity.pw.toml b/.minecraft/mods/continuity.pw.toml new file mode 100644 index 0000000..f935bed --- /dev/null +++ b/.minecraft/mods/continuity.pw.toml @@ -0,0 +1,13 @@ +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/conveyor-belts.pw.toml b/.minecraft/mods/conveyor-belts.pw.toml new file mode 100644 index 0000000..ea7fa16 --- /dev/null +++ b/.minecraft/mods/conveyor-belts.pw.toml @@ -0,0 +1,13 @@ +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-enchantment-industry-fabric.pw.toml b/.minecraft/mods/create-enchantment-industry-fabric.pw.toml deleted file mode 100644 index 0f71989..0000000 --- a/.minecraft/mods/create-enchantment-industry-fabric.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Create Enchantment Industry Fabric" -filename = "create_enchantment_industry-1.0.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/AEZO385x/versions/2JdzS4Rx/create_enchantment_industry-1.0.0.jar" -hash-format = "sha1" -hash = "74077847170b33b3cc23519d092737c0ed173eb8" - -[update] -[update.modrinth] -mod-id = "AEZO385x" -version = "2JdzS4Rx" diff --git a/.minecraft/mods/create-fabric.pw.toml b/.minecraft/mods/create-fabric.pw.toml deleted file mode 100644 index 6f0ffb7..0000000 --- a/.minecraft/mods/create-fabric.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Create Fabric" -filename = "create-fabric-0.5.1-b-build.1089+mc1.19.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/wKEEi1qX/create-fabric-0.5.1-b-build.1089%2Bmc1.19.2.jar" -hash-format = "sha1" -hash = "32e7620588a82e6465c6176833d6735d2e3a4a4c" - -[update] -[update.modrinth] -mod-id = "Xbc0uyRg" -version = "wKEEi1qX" diff --git a/.minecraft/mods/create-renewable-ores.pw.toml b/.minecraft/mods/create-renewable-ores.pw.toml deleted file mode 100644 index 047b400..0000000 --- a/.minecraft/mods/create-renewable-ores.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Create Renewable Ores" -filename = "create-renewable-ores-1.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/dYMXOl0s/versions/yyGfx9wl/create-renewable-ores-1.jar" -hash-format = "sha1" -hash = "6e0f5641054019f6b3a59ece55bae7225b77da4d" - -[update] -[update.modrinth] -mod-id = "dYMXOl0s" -version = "yyGfx9wl" diff --git a/.minecraft/mods/createaddition.pw.toml b/.minecraft/mods/createaddition.pw.toml deleted file mode 100644 index 8e29406..0000000 --- a/.minecraft/mods/createaddition.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Create Crafts & Additions" -filename = "createaddition-fabric+1.19.2-20230723a.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/kU1G12Nn/versions/s1jbxOUy/createaddition-fabric%2B1.19.2-20230723a.jar" -hash-format = "sha1" -hash = "9f69e9ffb80b479df765102528ff917f91670c90" - -[update] -[update.modrinth] -mod-id = "kU1G12Nn" -version = "s1jbxOUy" diff --git a/.minecraft/mods/ct-overhaul-village.pw.toml b/.minecraft/mods/ct-overhaul-village.pw.toml deleted file mode 100644 index e18b379..0000000 --- a/.minecraft/mods/ct-overhaul-village.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ChoiceTheorem's Overhauled Village" -filename = "ctov-3.2.5.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/fgmhI8kH/versions/tnyL873R/ctov-3.2.5.jar" -hash-format = "sha1" -hash = "37af788a1fff11ecc9facacb06ca708902f742ca" - -[update] -[update.modrinth] -mod-id = "fgmhI8kH" -version = "tnyL873R" diff --git a/.minecraft/mods/ctov-farmers-delight-compat.pw.toml b/.minecraft/mods/ctov-farmers-delight-compat.pw.toml deleted file mode 100644 index 354855d..0000000 --- a/.minecraft/mods/ctov-farmers-delight-compat.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ChoiceTheorem's Overhauled Village - Farmer Delight Add-on" -filename = "ctov-farmers-delight-compat-1.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/CdRC4fyI/versions/Q9CAeSaW/ctov-farmers-delight-compat-1.2.jar" -hash-format = "sha1" -hash = "f7c473f5190bf01b0b0d49a89e08f5b6fe649f95" - -[update] -[update.modrinth] -mod-id = "CdRC4fyI" -version = "Q9CAeSaW" diff --git a/.minecraft/mods/ctov-waystone-compat.pw.toml b/.minecraft/mods/ctov-waystone-compat.pw.toml deleted file mode 100644 index b0d6474..0000000 --- a/.minecraft/mods/ctov-waystone-compat.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ChoiceTheorem's Overhauled Village - Waystone Add-on" -filename = "ctov-waystone-compat-1.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/70yluNSI/versions/dhfJy800/ctov-waystone-compat-1.0.jar" -hash-format = "sha1" -hash = "5a905ed226c664c4de30197568f7207c0bc40a78" - -[update] -[update.modrinth] -mod-id = "70yluNSI" -version = "dhfJy800" diff --git a/.minecraft/mods/cyberanner-ironchest.pw.toml b/.minecraft/mods/cyberanner-ironchest.pw.toml new file mode 100644 index 0000000..ab0b6fd --- /dev/null +++ b/.minecraft/mods/cyberanner-ironchest.pw.toml @@ -0,0 +1,13 @@ +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/dashloader.pw.toml b/.minecraft/mods/dashloader.pw.toml deleted file mode 100644 index a7d668b..0000000 --- a/.minecraft/mods/dashloader.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "DashLoader" -filename = "dashloader-4.1.3+1.19.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/ZfQ3kTvR/versions/DsPMHgmj/dashloader-4.1.3%2B1.19.jar" -hash-format = "sha1" -hash = "6e7a6748dcffaaa4e118dd61e43390de960336f9" - -[update] -[update.modrinth] -mod-id = "ZfQ3kTvR" -version = "DsPMHgmj" diff --git a/.minecraft/mods/dynamic-fps.pw.toml b/.minecraft/mods/dynamic-fps.pw.toml deleted file mode 100644 index 117e9de..0000000 --- a/.minecraft/mods/dynamic-fps.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Dynamic FPS" -filename = "dynamic-fps-2.2.0.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/2.2.0/dynamic-fps-2.2.0.jar" -hash-format = "sha1" -hash = "8d264374dc08df87777fb51b94c781476c315bb5" - -[update] -[update.modrinth] -mod-id = "LQ3K71Q1" -version = "g9FOSLTq" diff --git a/.minecraft/mods/dynamic_asset_generator.pw.toml b/.minecraft/mods/dynamic_asset_generator.pw.toml deleted file mode 100644 index aad0f25..0000000 --- a/.minecraft/mods/dynamic_asset_generator.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Dynamic Asset Generator" -filename = "dynamic_asset_generator-quilt-1.19.2-1.2.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/83pFEQVb/versions/L0GthGHl/dynamic_asset_generator-quilt-1.19.2-1.2.0.jar" -hash-format = "sha1" -hash = "2630645aa76e7b7f81e421bb0f574a5e43c2eea1" - -[update] -[update.modrinth] -mod-id = "83pFEQVb" -version = "L0GthGHl" diff --git a/.minecraft/mods/edibleflowers.pw.toml b/.minecraft/mods/edibleflowers.pw.toml deleted file mode 100644 index 2fb03c3..0000000 --- a/.minecraft/mods/edibleflowers.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "EdibleFlowers" -filename = "edibleflowers-1.0.0+1.19.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/HEyD8vjF/versions/BADEssx2/edibleflowers-1.0.0%2B1.19.2.jar" -hash-format = "sha1" -hash = "36211f6c9c2ad064197223209aead70c316422de" - -[update] -[update.modrinth] -mod-id = "HEyD8vjF" -version = "BADEssx2" diff --git a/.minecraft/mods/emi.pw.toml b/.minecraft/mods/emi.pw.toml deleted file mode 100644 index b41abaf..0000000 --- a/.minecraft/mods/emi.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "EMI" -filename = "emi-1.0.15+1.19.2+fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/CAr87JlY/emi-1.0.15%2B1.19.2%2Bfabric.jar" -hash-format = "sha1" -hash = "d29b191b07e6dfc410a2207939b65d9114aca407" - -[update] -[update.modrinth] -mod-id = "fRiHVvU7" -version = "CAr87JlY" diff --git a/.minecraft/mods/emiffect.pw.toml b/.minecraft/mods/emiffect.pw.toml deleted file mode 100644 index 1fef71f..0000000 --- a/.minecraft/mods/emiffect.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "EMIffect" -filename = "emiffect-0.1.5+mc1.19.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/705gWllI/versions/v3qtCp4n/emiffect-0.1.5%2Bmc1.19.2.jar" -hash-format = "sha1" -hash = "f88afc914655b94528cdbf46abbc221b74f692d2" - -[update] -[update.modrinth] -mod-id = "705gWllI" -version = "v3qtCp4n" diff --git a/.minecraft/mods/entityculling.pw.toml b/.minecraft/mods/entityculling.pw.toml new file mode 100644 index 0000000..74e9b8f --- /dev/null +++ b/.minecraft/mods/entityculling.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..716e38f --- /dev/null +++ b/.minecraft/mods/essential.pw.toml @@ -0,0 +1,13 @@ +name = "ESSENTIAL Mod" +filename = "Essential-fabric_1-18-2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/k2ZPuTBm/versions/1.0.0/Essential-fabric_1-18-2.jar" +hash-format = "sha1" +hash = "5c383c8fd994f6963de85840f2ae75c5b6be9925" + +[update] +[update.modrinth] +mod-id = "k2ZPuTBm" +version = "ynwHfHh0" diff --git a/.minecraft/mods/excavated_variants.pw.toml b/.minecraft/mods/excavated_variants.pw.toml deleted file mode 100644 index f184519..0000000 --- a/.minecraft/mods/excavated_variants.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Excavated Variants" -filename = "excavated_variants-quilt-1.19.2-1.0.3.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/IZaMGxb0/versions/jQZwE950/excavated_variants-quilt-1.19.2-1.0.3.jar" -hash-format = "sha1" -hash = "cab787444960c539661fbdb98065b7fa3f77a46d" - -[update] -[update.modrinth] -mod-id = "IZaMGxb0" -version = "jQZwE950" diff --git a/.minecraft/mods/exlines-furniture.pw.toml b/.minecraft/mods/exlines-furniture.pw.toml deleted file mode 100644 index 2af68d6..0000000 --- a/.minecraft/mods/exlines-furniture.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Exline's Furniture" -filename = "exlinefurniture-fabric-1.19.2-v2.3.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/CQ7pGNKT/versions/T3LhlouH/exlinefurniture-fabric-1.19.2-v2.3.2.jar" -hash-format = "sha1" -hash = "a6de0e3f0b07072be2c1c5590c1a9889d3193606" - -[update] -[update.modrinth] -mod-id = "CQ7pGNKT" -version = "T3LhlouH" diff --git a/.minecraft/mods/extra-mod-integrations.pw.toml b/.minecraft/mods/extra-mod-integrations.pw.toml deleted file mode 100644 index c5d3779..0000000 --- a/.minecraft/mods/extra-mod-integrations.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "EMI Addon: Extra Mod Integrations" -filename = "extra-mod-integrations-0.1.2+1.19.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/bpRHnWUb/versions/PonhJfmU/extra-mod-integrations-0.1.2%2B1.19.2.jar" -hash-format = "sha1" -hash = "3dd2303380584195a3abb8556bff3187ec0f7cd7" - -[update] -[update.modrinth] -mod-id = "bpRHnWUb" -version = "PonhJfmU" diff --git a/.minecraft/mods/fabric-language-kotlin.pw.toml b/.minecraft/mods/fabric-language-kotlin.pw.toml new file mode 100644 index 0000000..c6980ea --- /dev/null +++ b/.minecraft/mods/fabric-language-kotlin.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric Language Kotlin" +filename = "fabric-language-kotlin-1.8.4+kotlin.1.7.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/allNCj2E/fabric-language-kotlin-1.8.4%2Bkotlin.1.7.20.jar" +hash-format = "sha1" +hash = "f66781e06aaace31c370238554aeb99d1ec6bc98" + +[update] +[update.modrinth] +mod-id = "Ha28R6CL" +version = "allNCj2E" diff --git a/.minecraft/mods/fabricae-ex-nihilo.pw.toml b/.minecraft/mods/fabricae-ex-nihilo.pw.toml new file mode 100644 index 0000000..95341e5 --- /dev/null +++ b/.minecraft/mods/fabricae-ex-nihilo.pw.toml @@ -0,0 +1,13 @@ +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/fabrictailor.pw.toml b/.minecraft/mods/fabrictailor.pw.toml deleted file mode 100644 index 2f0c90c..0000000 --- a/.minecraft/mods/fabrictailor.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Fabric Tailor" -filename = "fabrictailor-2.0.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/g8w1NapE/versions/vosWnCNv/fabrictailor-2.0.1.jar" -hash-format = "sha1" -hash = "9a8b5e66e7b5178278ec8866a55189013e34b4f6" - -[update] -[update.modrinth] -mod-id = "g8w1NapE" -version = "vosWnCNv" diff --git a/.minecraft/mods/fabrishot.pw.toml b/.minecraft/mods/fabrishot.pw.toml new file mode 100644 index 0000000..d34136f --- /dev/null +++ b/.minecraft/mods/fabrishot.pw.toml @@ -0,0 +1,13 @@ +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/farmers-delight-fabric.pw.toml b/.minecraft/mods/farmers-delight-fabric.pw.toml deleted file mode 100644 index c754de7..0000000 --- a/.minecraft/mods/farmers-delight-fabric.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Farmer's Delight [Fabric]" -filename = "farmers-delight-fabric-1.19.2-1.3.10.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/4EakbH8e/versions/Zlgy4hSU/farmers-delight-fabric-1.19.2-1.3.10.jar" -hash-format = "sha1" -hash = "e332b0b0324581a63d2ce4866bbca80258d67f15" - -[update] -[update.modrinth] -mod-id = "4EakbH8e" -version = "Zlgy4hSU" diff --git a/.minecraft/mods/ferrite-core.pw.toml b/.minecraft/mods/ferrite-core.pw.toml index 29a3dce..0b20d68 100644 --- a/.minecraft/mods/ferrite-core.pw.toml +++ b/.minecraft/mods/ferrite-core.pw.toml @@ -1,13 +1,13 @@ name = "FerriteCore" -filename = "ferritecore-5.0.3-fabric.jar" +filename = "ferritecore-4.2.1-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/uXXizFIs/versions/kwjHqfz7/ferritecore-5.0.3-fabric.jar" +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/4.2.1/ferritecore-4.2.1-fabric.jar" hash-format = "sha1" -hash = "4a124f8205e39b84a156db2d1e435c5708328d7b" +hash = "d5d047374981d614c2a53422be751dc1491f9cd0" [update] [update.modrinth] mod-id = "uXXizFIs" -version = "kwjHqfz7" +version = "776Z5oW9" diff --git a/.minecraft/mods/figura-0.1.01.19.2.jar b/.minecraft/mods/figura-0.1.01.19.2.jar deleted file mode 100644 index 2b471d4..0000000 Binary files a/.minecraft/mods/figura-0.1.01.19.2.jar and /dev/null differ diff --git a/.minecraft/mods/first-person-model.pw.toml b/.minecraft/mods/first-person-model.pw.toml new file mode 100644 index 0000000..2deb8d4 --- /dev/null +++ b/.minecraft/mods/first-person-model.pw.toml @@ -0,0 +1,13 @@ +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/flower-patch.pw.toml b/.minecraft/mods/flower-patch.pw.toml deleted file mode 100644 index 41b5065..0000000 --- a/.minecraft/mods/flower-patch.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Flower Patch" -filename = "FlowerPatch-fabric-1.19.2-2.0.3.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/8hbo1O1M/versions/XG9JFous/FlowerPatch-fabric-1.19.2-2.0.3.jar" -hash-format = "sha1" -hash = "3aa0e1fa1b9c723bc5789170cd2a435758bbb8c1" - -[update] -[update.modrinth] -mod-id = "8hbo1O1M" -version = "XG9JFous" diff --git a/.minecraft/mods/forge-config-api-port.pw.toml b/.minecraft/mods/forge-config-api-port.pw.toml index 333ef50..8e71b81 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-v4.2.11-1.19.2-Fabric.jar" +filename = "ForgeConfigAPIPort-v3.2.4-1.18.2-Fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/ohNO6lps/versions/3VCgXZ79/ForgeConfigAPIPort-v4.2.11-1.19.2-Fabric.jar" +url = "https://cdn.modrinth.com/data/ohNO6lps/versions/XGKEYlsw/ForgeConfigAPIPort-v3.2.4-1.18.2-Fabric.jar" hash-format = "sha1" -hash = "00d05a6d57ee557ab216de5527e1434e3cf50c24" +hash = "3e040c22d7015a855360128cfcc23e194b9e3b19" [update] [update.modrinth] mod-id = "ohNO6lps" -version = "3VCgXZ79" +version = "XGKEYlsw" diff --git a/.minecraft/mods/friends-and-foes-quilt.pw.toml b/.minecraft/mods/friends-and-foes-quilt.pw.toml deleted file mode 100644 index 0574aed..0000000 --- a/.minecraft/mods/friends-and-foes-quilt.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Friends&Foes (Quilt)" -filename = "friendsandfoes-quilt-mc1.19.2-1.8.5.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/NxP9xmhw/versions/TpcyWvmc/friendsandfoes-quilt-mc1.19.2-1.8.5.jar" -hash-format = "sha1" -hash = "c9cd33f11f2014b73607328cbd878d8e0e6a98a6" - -[update] -[update.modrinth] -mod-id = "NxP9xmhw" -version = "TpcyWvmc" diff --git a/.minecraft/mods/furnacemk2.pw.toml b/.minecraft/mods/furnacemk2.pw.toml new file mode 100644 index 0000000..b34f9e9 --- /dev/null +++ b/.minecraft/mods/furnacemk2.pw.toml @@ -0,0 +1,13 @@ +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/geckolib.pw.toml b/.minecraft/mods/geckolib.pw.toml deleted file mode 100644 index 7457b7d..0000000 --- a/.minecraft/mods/geckolib.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Geckolib" -filename = "geckolib-quilt-1.19-3.1.41.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/YaWDUJEE/geckolib-quilt-1.19-3.1.41.jar" -hash-format = "sha1" -hash = "010e78434664d9d8843cc05e15d0378a52a1811e" - -[update] -[update.modrinth] -mod-id = "8BmcQJ2H" -version = "YaWDUJEE" diff --git a/.minecraft/mods/hex-casting.pw.toml b/.minecraft/mods/hex-casting.pw.toml deleted file mode 100644 index a8f7316..0000000 --- a/.minecraft/mods/hex-casting.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Hex Casting" -filename = "hexcasting-fabric-1.19.2-0.10.3.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/nTW3yKrm/versions/IbghSN93/hexcasting-fabric-1.19.2-0.10.3.jar" -hash-format = "sha1" -hash = "19702b82d52069b41f702317ba877818e1346716" - -[update] -[update.modrinth] -mod-id = "nTW3yKrm" -version = "IbghSN93" diff --git a/.minecraft/mods/hexbound.pw.toml b/.minecraft/mods/hexbound.pw.toml deleted file mode 100644 index f9ac737..0000000 --- a/.minecraft/mods/hexbound.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Hexbound" -filename = "hexbound-0.1.4+1.19.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/PHgo4bVw/versions/lMV5GwZJ/hexbound-0.1.4%2B1.19.2.jar" -hash-format = "sha1" -hash = "3c53677452fb71afb365dd3cb6e77edce4625443" - -[update] -[update.modrinth] -mod-id = "PHgo4bVw" -version = "lMV5GwZJ" diff --git a/.minecraft/mods/horizontalportals.pw.toml b/.minecraft/mods/horizontalportals.pw.toml deleted file mode 100644 index 020b993..0000000 --- a/.minecraft/mods/horizontalportals.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Horizontal Portals" -filename = "FractalPortals_Fabric-1.19-1.5.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/H37bFFWD/versions/1.19-1.5.2/FractalPortals_Fabric-1.19-1.5.2.jar" -hash-format = "sha1" -hash = "5ad18d05096c126c2423f72b8cba0c272111ff17" - -[update] -[update.modrinth] -mod-id = "H37bFFWD" -version = "bymWOvxQ" diff --git a/.minecraft/mods/icarus.pw.toml b/.minecraft/mods/icarus.pw.toml deleted file mode 100644 index b06a16e..0000000 --- a/.minecraft/mods/icarus.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Icarus" -filename = "icarus-1.14.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/Dw7M6XKW/versions/IFD7Mtvp/icarus-1.14.jar" -hash-format = "sha1" -hash = "3ebdb5578036b5833e3c842a7a147fe7696dd334" - -[update] -[update.modrinth] -mod-id = "Dw7M6XKW" -version = "IFD7Mtvp" diff --git a/.minecraft/mods/immersive-paintings.pw.toml b/.minecraft/mods/immersive-paintings.pw.toml deleted file mode 100644 index 5c05021..0000000 --- a/.minecraft/mods/immersive-paintings.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Immersive Paintings" -filename = "immersive_paintings-0.6.1+1.19.2-fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/6txNkua3/versions/ghx2A5jA/immersive_paintings-0.6.1%2B1.19.2-fabric.jar" -hash-format = "sha1" -hash = "b2c5d469c87e3eaef5123dd8dd1ffc15fc2f3cd1" - -[update] -[update.modrinth] -mod-id = "6txNkua3" -version = "ghx2A5jA" diff --git a/.minecraft/mods/immersivemc.pw.toml b/.minecraft/mods/immersivemc.pw.toml deleted file mode 100644 index 92825e5..0000000 --- a/.minecraft/mods/immersivemc.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ImmersiveMC" -filename = "immersivemc-1.4.0-beta1.1-1.19.2-fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/XJ9is6vj/versions/q1Zgpjlm/immersivemc-1.4.0-beta1.1-1.19.2-fabric.jar" -hash-format = "sha1" -hash = "5cd929f1ff38ccaff662349c8d1a717f44776b8c" - -[update] -[update.modrinth] -mod-id = "XJ9is6vj" -version = "q1Zgpjlm" diff --git a/.minecraft/mods/indium.pw.toml b/.minecraft/mods/indium.pw.toml index e5f6c08..d490eb1 100644 --- a/.minecraft/mods/indium.pw.toml +++ b/.minecraft/mods/indium.pw.toml @@ -1,13 +1,13 @@ name = "Indium" -filename = "indium-1.0.9+mc1.19.2.jar" +filename = "indium-1.0.7+mc1.18.2.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/yTfou6df/indium-1.0.9%2Bmc1.19.2.jar" +url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/1.0.7+mc1.18.2/indium-1.0.7%2Bmc1.18.2.jar" hash-format = "sha1" -hash = "a74ab16af990cf55dd1a3b5c76eadfc9ca25e25e" +hash = "5f5e0910181572f844171ed4f2f11e23f3c68af6" [update] [update.modrinth] mod-id = "Orvt0mRa" -version = "yTfou6df" +version = "H45YVREb" diff --git a/.minecraft/mods/inspecio.pw.toml b/.minecraft/mods/inspecio.pw.toml new file mode 100644 index 0000000..6f2f2fe --- /dev/null +++ b/.minecraft/mods/inspecio.pw.toml @@ -0,0 +1,13 @@ +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/inventory-hud-forge.toml b/.minecraft/mods/inventory-hud-forge.toml new file mode 100644 index 0000000..9f78435 --- /dev/null +++ b/.minecraft/mods/inventory-hud-forge.toml @@ -0,0 +1,13 @@ +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/iris.pw.toml b/.minecraft/mods/iris.pw.toml index 6cbd926..24b86c9 100644 --- a/.minecraft/mods/iris.pw.toml +++ b/.minecraft/mods/iris.pw.toml @@ -1,13 +1,13 @@ name = "Iris Shaders" -filename = "iris-mc1.19.2-1.6.4.jar" +filename = "iris-mc1.18.2-1.4.0.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/YL57xq9U/versions/9YEwbzW6/iris-mc1.19.2-1.6.4.jar" +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/1BCkW8RE/iris-mc1.18.2-1.4.0.jar" hash-format = "sha1" -hash = "2420090afb4c08cc82614c26b82c6f3958f06ad8" +hash = "85580ef71ce123d7333e94539aa1a2c55010565b" [update] [update.modrinth] mod-id = "YL57xq9U" -version = "9YEwbzW6" +version = "1BCkW8RE" diff --git a/.minecraft/mods/joy-of-painting.pw.toml b/.minecraft/mods/joy-of-painting.pw.toml deleted file mode 100644 index c9037a6..0000000 --- a/.minecraft/mods/joy-of-painting.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Joy of Painting" -filename = "xercapaint-fabric-1.19.2-1.0.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/YOs4tZea/versions/eRyM7HKZ/xercapaint-fabric-1.19.2-1.0.2.jar" -hash-format = "sha1" -hash = "eb14e5209595e5fd2b206f2e610ccd40e708fd3d" - -[update] -[update.modrinth] -mod-id = "YOs4tZea" -version = "eRyM7HKZ" diff --git a/.minecraft/mods/kettle.pw.toml b/.minecraft/mods/kettle.pw.toml deleted file mode 100644 index 135f05e..0000000 --- a/.minecraft/mods/kettle.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Kettle" -filename = "kettle-2.2.1+1.19.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/SRCaBfKA/versions/nZpbP0V2/kettle-2.2.1%2B1.19.2.jar" -hash-format = "sha1" -hash = "b03741f2011884228370dcb0c4cfa8fd82423396" - -[update] -[update.modrinth] -mod-id = "SRCaBfKA" -version = "nZpbP0V2" diff --git a/.minecraft/mods/krypton.pw.toml b/.minecraft/mods/krypton.pw.toml new file mode 100644 index 0000000..53526d0 --- /dev/null +++ b/.minecraft/mods/krypton.pw.toml @@ -0,0 +1,13 @@ +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/ksyxis.pw.toml b/.minecraft/mods/ksyxis.pw.toml deleted file mode 100644 index 152efcb..0000000 --- a/.minecraft/mods/ksyxis.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Ksyxis" -filename = "Ksyxis-1.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/2ecVyZ49/versions/1.1/Ksyxis-1.1.jar" -hash-format = "sha1" -hash = "09852cf9267f9f40796552571cad7021ff3d3d9e" - -[update] -[update.modrinth] -mod-id = "2ecVyZ49" -version = "uEeD9JQx" diff --git a/.minecraft/mods/kubejs.pw.toml b/.minecraft/mods/kubejs.pw.toml index e08971b..280b89d 100644 --- a/.minecraft/mods/kubejs.pw.toml +++ b/.minecraft/mods/kubejs.pw.toml @@ -1,13 +1,13 @@ name = "KubeJS" -filename = "kubejs-fabric-1902.6.1-build.337.jar" +filename = "kubejs-fabric-1802.5.5-build.550.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/umyGl7zF/versions/DurEi6ex/kubejs-fabric-1902.6.1-build.337.jar" +url = "https://cdn.modrinth.com/data/umyGl7zF/versions/8mbTmr71/kubejs-fabric-1802.5.5-build.550.jar" hash-format = "sha1" -hash = "a4b4a82e37a2c615cf260b8b23fbe6be8577859f" +hash = "1bbb6642641e7a604263df03df7e83ff1bcfe4be" [update] [update.modrinth] mod-id = "umyGl7zF" -version = "DurEi6ex" +version = "8mbTmr71" diff --git a/.minecraft/mods/lambdabettergrass.pw.toml b/.minecraft/mods/lambdabettergrass.pw.toml new file mode 100644 index 0000000..dd8d9a3 --- /dev/null +++ b/.minecraft/mods/lambdabettergrass.pw.toml @@ -0,0 +1,13 @@ +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 b2cd57e..863b35c 100644 --- a/.minecraft/mods/lambdynamiclights.pw.toml +++ b/.minecraft/mods/lambdynamiclights.pw.toml @@ -1,13 +1,13 @@ name = "LambDynamicLights" -filename = "lambdynamiclights-2.2.0+1.19.2.jar" +filename = "lambdynamiclights-2.1.0+1.17.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/yBW8D80W/versions/YQkZSlfq/lambdynamiclights-2.2.0%2B1.19.2.jar" +url = "https://cdn.modrinth.com/data/yBW8D80W/versions/2.1.0+1.17/lambdynamiclights-2.1.0+1.17.jar" hash-format = "sha1" -hash = "a2f8ab8fc203a6b4a2d2a756ab5e74ac621ebfdd" +hash = "5f1f59c0ff6d54fc7ec1d42eb347a2f6987d234c" [update] [update.modrinth] mod-id = "yBW8D80W" -version = "YQkZSlfq" +version = "zhBXhMhZ" diff --git a/.minecraft/mods/leashable-players.pw.toml b/.minecraft/mods/leashable-players.pw.toml deleted file mode 100644 index 4d18cb5..0000000 --- a/.minecraft/mods/leashable-players.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Leashable Players" -filename = "leashmod-1.0.5.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/BKyMf6XK/versions/LSg1OLKw/leashmod-1.0.5.jar" -hash-format = "sha1" -hash = "28e93f8e7b115ec6218b9c41f490c3f9f9675aae" - -[update] -[update.modrinth] -mod-id = "BKyMf6XK" -version = "LSg1OLKw" diff --git a/.minecraft/mods/light-overlay.pw.toml b/.minecraft/mods/light-overlay.pw.toml new file mode 100644 index 0000000..78a786b --- /dev/null +++ b/.minecraft/mods/light-overlay.pw.toml @@ -0,0 +1,19 @@ +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 index db3a1b5..99f3798 100644 --- a/.minecraft/mods/lithium.pw.toml +++ b/.minecraft/mods/lithium.pw.toml @@ -1,13 +1,13 @@ name = "Lithium" -filename = "lithium-fabric-mc1.19.2-0.11.1.jar" +filename = "lithium-fabric-mc1.18.2-0.7.10.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/m6sVgAi6/lithium-fabric-mc1.19.2-0.11.1.jar" +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 = "072a8bad252765e0f21a6f939cf2056fe437228e" +hash = "d5c19c3d4edb4228652adcc8abb94f9bd80a634c" [update] [update.modrinth] mod-id = "gvQqBUqZ" -version = "m6sVgAi6" +version = "pHl1Vi6k" diff --git a/.minecraft/mods/lovely_snails.pw.toml b/.minecraft/mods/lovely_snails.pw.toml deleted file mode 100644 index 25b6d74..0000000 --- a/.minecraft/mods/lovely_snails.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Lovely Snails" -filename = "lovely_snails-1.1.0+1.19.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/hBVVhStr/versions/1.1.0%2B1.19/lovely_snails-1.1.0%2B1.19.jar" -hash-format = "sha1" -hash = "f6bcc157728fb8b79246e1a15f7a078fa34e346a" - -[update] -[update.modrinth] -mod-id = "hBVVhStr" -version = "GKMTxDBr" diff --git a/.minecraft/mods/luckperms.pw.toml b/.minecraft/mods/luckperms.pw.toml deleted file mode 100644 index 423b140..0000000 --- a/.minecraft/mods/luckperms.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "LuckPerms" -filename = "LuckPerms-Fabric-5.4.66.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/Vebnzrzj/versions/Ws97yOyp/LuckPerms-Fabric-5.4.66.jar" -hash-format = "sha1" -hash = "eb2bd1cda5f9f9fe5d46a4fe9b6faf52ae5d1ae6" - -[update] -[update.modrinth] -mod-id = "Vebnzrzj" -version = "Ws97yOyp" diff --git a/.minecraft/mods/many-flowers.pw.toml b/.minecraft/mods/many-flowers.pw.toml deleted file mode 100644 index 2aab765..0000000 --- a/.minecraft/mods/many-flowers.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Many Flowers" -filename = "ManyFlowers-1.19.2-2.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/QUH6A4xu/versions/pwOJ9HJn/ManyFlowers-1.19.2-2.2.jar" -hash-format = "sha1" -hash = "b925209ee1709af5387dc351a30644dbbbbeb0b0" - -[update] -[update.modrinth] -mod-id = "QUH6A4xu" -version = "pwOJ9HJn" diff --git a/.minecraft/mods/mc-vr-api.pw.toml b/.minecraft/mods/mc-vr-api.pw.toml deleted file mode 100644 index 3a92dd1..0000000 --- a/.minecraft/mods/mc-vr-api.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "MC VR API" -filename = "vrapi-3.0.6-1.19.2-fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/B3INNxum/versions/RX8bVxEn/vrapi-3.0.6-1.19.2-fabric.jar" -hash-format = "sha1" -hash = "0cd4e00463f61173d46857f99c13ede00af50226" - -[update] -[update.modrinth] -mod-id = "B3INNxum" -version = "RX8bVxEn" diff --git a/.minecraft/mods/mcperm.pw.toml b/.minecraft/mods/mcperm.pw.toml deleted file mode 100644 index 7a37462..0000000 --- a/.minecraft/mods/mcperm.pw.toml +++ /dev/null @@ -1,8 +0,0 @@ -name = "mcperm" -filename = "minecraft-command-permissions-1.6.1.jar" -side = "server" - -[download] -url = "https://github.com/lucko/minecraft-command-permissions-fabric/releases/download/v1.6.1/minecraft-command-permissions-1.6.1.jar" -hash-format = "sha1" -hash = "3931d704c01c18eee610595959b71857ebd455f2" diff --git a/.minecraft/mods/midnightlib.pw.toml b/.minecraft/mods/midnightlib.pw.toml deleted file mode 100644 index 55cf208..0000000 --- a/.minecraft/mods/midnightlib.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "MidnightLib" -filename = "midnightlib-quilt-1.0.0-patch1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/codAaoxh/versions/hxPiYWhh/midnightlib-quilt-1.0.0-patch1.jar" -hash-format = "sha1" -hash = "7b128ae80b9aeb4d9ae5d901ce6ecaece25b1fd4" - -[update] -[update.modrinth] -mod-id = "codAaoxh" -version = "hxPiYWhh" diff --git a/.minecraft/mods/minecraftcapes.pw.toml b/.minecraft/mods/minecraftcapes.pw.toml new file mode 100644 index 0000000..0b0106f --- /dev/null +++ b/.minecraft/mods/minecraftcapes.pw.toml @@ -0,0 +1,13 @@ +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/mobs-are-friends.pw.toml b/.minecraft/mods/mobs-are-friends.pw.toml deleted file mode 100644 index 10ebacb..0000000 --- a/.minecraft/mods/mobs-are-friends.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Mobs are Friends" -filename = "mods_are_friends-1.0.0+1.19.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/wcol1CVQ/versions/w583DII3/mods_are_friends-1.0.0%2B1.19.2.jar" -hash-format = "sha1" -hash = "f3a22ccbee54d053f2072f2b53ce439e7a068c45" - -[update] -[update.modrinth] -mod-id = "wcol1CVQ" -version = "w583DII3" diff --git a/.minecraft/mods/modmenu.pw.toml b/.minecraft/mods/modmenu.pw.toml index 0779c07..c71fe83 100644 --- a/.minecraft/mods/modmenu.pw.toml +++ b/.minecraft/mods/modmenu.pw.toml @@ -1,13 +1,13 @@ name = "Mod Menu" -filename = "modmenu-4.2.0-beta.2.jar" -side = "both" +filename = "modmenu-3.2.3.jar" +side = "client" [download] -url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/gSoPJyVn/modmenu-4.2.0-beta.2.jar" +url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/3.2.3/modmenu-3.2.3.jar" hash-format = "sha1" -hash = "6e627ee1b31f5be89e14c85e888f47463d8da9c2" +hash = "463fecec40447519a9a32c1c178a962799583add" [update] [update.modrinth] mod-id = "mOgUt4GM" -version = "gSoPJyVn" +version = "cx9D94fU" diff --git a/.minecraft/mods/moonlight.pw.toml b/.minecraft/mods/moonlight.pw.toml deleted file mode 100644 index 9e572d5..0000000 --- a/.minecraft/mods/moonlight.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Moonlight Lib" -filename = "moonlight-1.19.2-2.2.43-fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/twkfQtEc/versions/kP7srLfi/moonlight-1.19.2-2.2.43-fabric.jar" -hash-format = "sha1" -hash = "955da23df4ffbf53d8812292f42775f33a77792c" - -[update] -[update.modrinth] -mod-id = "twkfQtEc" -version = "kP7srLfi" diff --git a/.minecraft/mods/mouse-wheelie.pw.toml b/.minecraft/mods/mouse-wheelie.pw.toml new file mode 100644 index 0000000..6a1e746 --- /dev/null +++ b/.minecraft/mods/mouse-wheelie.pw.toml @@ -0,0 +1,13 @@ +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/netherracked.pw.toml b/.minecraft/mods/netherracked.pw.toml deleted file mode 100644 index 2f302da..0000000 --- a/.minecraft/mods/netherracked.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Netherracked" -filename = "netherracked-1.0.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/vNFbVrF1/versions/9jKreMJ3/netherracked-1.0.0.jar" -hash-format = "sha1" -hash = "f8eeaa21d0d569b0d8ba30a85795e8d556422ae2" - -[update] -[update.modrinth] -mod-id = "vNFbVrF1" -version = "9jKreMJ3" diff --git a/.minecraft/mods/no-chat-reports.pw.toml b/.minecraft/mods/no-chat-reports.pw.toml deleted file mode 100644 index 187cfcc..0000000 --- a/.minecraft/mods/no-chat-reports.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "No Chat Reports" -filename = "NoChatReports-FABRIC-1.19.2-v1.13.12.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/YuX53PIA/NoChatReports-FABRIC-1.19.2-v1.13.12.jar" -hash-format = "sha1" -hash = "298232cc392f0240191ea62c9cd4d2ff4a99ba97" - -[update] -[update.modrinth] -mod-id = "qQyHxfxd" -version = "YuX53PIA" diff --git a/.minecraft/mods/no-telemetry.pw.toml b/.minecraft/mods/no-telemetry.pw.toml deleted file mode 100644 index f3ff2b6..0000000 --- a/.minecraft/mods/no-telemetry.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "No Telemetry" -filename = "no-telemetry-1.7.0.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/hg77g4Pw/versions/l9SfLZDA/no-telemetry-1.7.0.jar" -hash-format = "sha1" -hash = "6caa14083d087d0fc0b6af47d0e5d27196816150" - -[update] -[update.modrinth] -mod-id = "hg77g4Pw" -version = "l9SfLZDA" diff --git a/.minecraft/mods/not-enough-animations.pw.toml b/.minecraft/mods/not-enough-animations.pw.toml new file mode 100644 index 0000000..583794a --- /dev/null +++ b/.minecraft/mods/not-enough-animations.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..f7bf0d7 --- /dev/null +++ b/.minecraft/mods/ok-zoomer.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..161ff73 --- /dev/null +++ b/.minecraft/mods/open-auth-mod.toml @@ -0,0 +1,8 @@ +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-minus.pw.toml b/.minecraft/mods/origins-minus.pw.toml deleted file mode 100644 index 8cbef86..0000000 --- a/.minecraft/mods/origins-minus.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Origins Minus" -filename = "origins-minus-2.0.6.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/gbOL9is1/versions/orM7pQiD/origins-minus-2.0.6.jar" -hash-format = "sha1" -hash = "71b531ec63e2836cedf296620590b0f73a610ba6" - -[update] -[update.modrinth] -mod-id = "gbOL9is1" -version = "orM7pQiD" diff --git a/.minecraft/mods/origins.pw.toml b/.minecraft/mods/origins.pw.toml deleted file mode 100644 index bf5c8a7..0000000 --- a/.minecraft/mods/origins.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Origins" -filename = "Origins-1.19.2-1.7.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/3BeIrqZR/versions/FxSutbg1/Origins-1.19.2-1.7.1.jar" -hash-format = "sha1" -hash = "b1410b30daeb585da247d0c48a3a9fe2f650fede" - -[update] -[update.modrinth] -mod-id = "3BeIrqZR" -version = "FxSutbg1" diff --git a/.minecraft/mods/owo-lib.pw.toml b/.minecraft/mods/owo-lib.pw.toml deleted file mode 100644 index 211efae..0000000 --- a/.minecraft/mods/owo-lib.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "oωo (owo-lib)" -filename = "owo-lib-0.9.3+1.19.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/ccKDOlHs/versions/yGLYmVnT/owo-lib-0.9.3%2B1.19.jar" -hash-format = "sha1" -hash = "86a14dfac6a05d8ee78a331a2ce2a06382e1a271" - -[update] -[update.modrinth] -mod-id = "ccKDOlHs" -version = "yGLYmVnT" diff --git a/.minecraft/mods/paradise-lost.pw.toml b/.minecraft/mods/paradise-lost.pw.toml new file mode 100644 index 0000000..d35466c --- /dev/null +++ b/.minecraft/mods/paradise-lost.pw.toml @@ -0,0 +1,13 @@ +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/patchouli.pw.toml b/.minecraft/mods/patchouli.pw.toml index 56f9306..b0b8557 100644 --- a/.minecraft/mods/patchouli.pw.toml +++ b/.minecraft/mods/patchouli.pw.toml @@ -1,13 +1,13 @@ name = "Patchouli" -filename = "Patchouli-1.19.2-77-FABRIC.jar" +filename = "Patchouli-1.18.2-71-FABRIC.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nU0bVIaL/versions/NorgAU8F/Patchouli-1.19.2-77-FABRIC.jar" +url = "https://cdn.modrinth.com/data/nU0bVIaL/versions/1.18.2-71-fabric/Patchouli-1.18.2-71-FABRIC.jar" hash-format = "sha1" -hash = "668cf78f543d43412453759961adeac4fabcafeb" +hash = "8aa052ad5ede21de1e1ba99490a844b5af00ca63" [update] [update.modrinth] mod-id = "nU0bVIaL" -version = "NorgAU8F" +version = "x2hqKA51" diff --git a/.minecraft/mods/paucal.pw.toml b/.minecraft/mods/paucal.pw.toml deleted file mode 100644 index 3029e02..0000000 --- a/.minecraft/mods/paucal.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "PAUCAL" -filename = "paucal-fabric-1.19.2-0.5.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/TZo2wHFe/versions/zrxHAQQ7/paucal-fabric-1.19.2-0.5.0.jar" -hash-format = "sha1" -hash = "429dbbae298ebca0e7c51ca1c0bfdd07dcbf8271" - -[update] -[update.modrinth] -mod-id = "TZo2wHFe" -version = "zrxHAQQ7" diff --git a/.minecraft/mods/paxi-fabric.toml b/.minecraft/mods/paxi-fabric.toml new file mode 100644 index 0000000..cf46f85 --- /dev/null +++ b/.minecraft/mods/paxi-fabric.toml @@ -0,0 +1,13 @@ +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/peripheralium.pw.toml b/.minecraft/mods/peripheralium.pw.toml index 3aaa1f2..fb6b32d 100644 --- a/.minecraft/mods/peripheralium.pw.toml +++ b/.minecraft/mods/peripheralium.pw.toml @@ -1,13 +1,13 @@ name = "Peripheralium" -filename = "peripheralium-0.4.22-1.19.2.jar" +filename = "Peripheralium-0.1.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/vV2a9qrZ/versions/NKyztNfU/peripheralium-0.4.22-1.19.2.jar" +url = "https://cdn.modrinth.com/data/vV2a9qrZ/versions/0.1.1/Peripheralium-0.1.1.jar" hash-format = "sha1" -hash = "04d6fb207f855923d04ee5a2c5f57638e8c568a2" +hash = "84d947b731ccf16c16fab7b0dfa8438716b952d1" [update] [update.modrinth] mod-id = "vV2a9qrZ" -version = "NKyztNfU" +version = "hKPdIGhq" diff --git a/.minecraft/mods/perspective-mod-redux.pw.toml b/.minecraft/mods/perspective-mod-redux.pw.toml new file mode 100644 index 0000000..2b932a6 --- /dev/null +++ b/.minecraft/mods/perspective-mod-redux.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..b44ddc3 --- /dev/null +++ b/.minecraft/mods/plasmo-voice.pw.toml @@ -0,0 +1,18 @@ +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/pride-furnaces.pw.toml b/.minecraft/mods/pride-furnaces.pw.toml deleted file mode 100644 index cdcd1aa..0000000 --- a/.minecraft/mods/pride-furnaces.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Pride Furnaces" -filename = "pride-furnaces-1.0.1+1.19.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/rJz2nAvZ/versions/HNvfXnwt/pride-furnaces-1.0.1%2B1.19.jar" -hash-format = "sha1" -hash = "2a037ae96250505f5bc9b6fbfa02460402f20abe" - -[update] -[update.modrinth] -mod-id = "rJz2nAvZ" -version = "HNvfXnwt" diff --git a/.minecraft/mods/puzzles-lib.pw.toml b/.minecraft/mods/puzzles-lib.pw.toml deleted file mode 100644 index 86636b4..0000000 --- a/.minecraft/mods/puzzles-lib.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Puzzles Lib" -filename = "PuzzlesLib-v4.4.3-1.19.2-Fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/QAGBst4M/versions/hYKHLRZ3/PuzzlesLib-v4.4.3-1.19.2-Fabric.jar" -hash-format = "sha1" -hash = "923d176f11ebc6c1c086db5f51206d5950841733" - -[update] -[update.modrinth] -mod-id = "QAGBst4M" -version = "hYKHLRZ3" diff --git a/.minecraft/mods/qkl.pw.toml b/.minecraft/mods/qkl.pw.toml deleted file mode 100644 index 7dabd91..0000000 --- a/.minecraft/mods/qkl.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Quilt Kotlin Libraries (QKL)" -filename = "quilt-kotlin-libraries-1.0.2+kt.1.8.0+flk.1.9.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/lwVhp9o5/versions/4Ag1YF4s/quilt-kotlin-libraries-1.0.2%2Bkt.1.8.0%2Bflk.1.9.0.jar" -hash-format = "sha1" -hash = "7f68f8252573b5b76e1bdb30a8fe31f8237ddf83" - -[update] -[update.modrinth] -mod-id = "lwVhp9o5" -version = "4Ag1YF4s" diff --git a/.minecraft/mods/qsl.pw.toml b/.minecraft/mods/qsl.pw.toml index 9654444..9363cd5 100644 --- a/.minecraft/mods/qsl.pw.toml +++ b/.minecraft/mods/qsl.pw.toml @@ -1,13 +1,13 @@ -name = "Quilted Fabric API (QFAPI) / Quilt Standard Libraries (QSL)" -filename = "qfapi-4.0.0-beta.30_qsl-3.0.0-beta.29_fapi-0.76.0_mc-1.19.2.jar" +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/BTCxVi75/qfapi-4.0.0-beta.30_qsl-3.0.0-beta.29_fapi-0.76.0_mc-1.19.2.jar" +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 = "25670c34698025b31db03d31913a547b81bd87cd" +hash = "e1ef43e89ed516a7be4234a53a005950112fafe5" [update] [update.modrinth] mod-id = "qvIfYCYJ" -version = "BTCxVi75" +version = "VJj4Lc8d" diff --git a/.minecraft/mods/quartz-elevator.pw.toml b/.minecraft/mods/quartz-elevator.pw.toml deleted file mode 100644 index 1798b58..0000000 --- a/.minecraft/mods/quartz-elevator.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Quartz Elevator" -filename = "quartz-elevator-2.1.5+1.19.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/O9C0qdu8/versions/NchXZfKL/quartz-elevator-2.1.5%2B1.19.jar" -hash-format = "sha1" -hash = "139eaa3e464a686aa75f9d669e437e398a3b9368" - -[update] -[update.modrinth] -mod-id = "O9C0qdu8" -version = "NchXZfKL" diff --git a/.minecraft/mods/reborncore.pw.toml b/.minecraft/mods/reborncore.pw.toml deleted file mode 100644 index ec48466..0000000 --- a/.minecraft/mods/reborncore.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Reborn Core" -filename = "RebornCore-5.4.0.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "b67da5d00389709460d02c880c4c64c593924e64" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4102771 -project-id = 237903 diff --git a/.minecraft/mods/reeses-sodium-options.pw.toml b/.minecraft/mods/reeses-sodium-options.pw.toml new file mode 100644 index 0000000..e20127e --- /dev/null +++ b/.minecraft/mods/reeses-sodium-options.pw.toml @@ -0,0 +1,13 @@ +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/reinforced-barrels.pw.toml b/.minecraft/mods/reinforced-barrels.pw.toml deleted file mode 100644 index c266ec5..0000000 --- a/.minecraft/mods/reinforced-barrels.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Reinforced Barrels" -filename = "reinforced-barrels-2.3.0+1.19.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/Tx85779b/versions/4WaYqVk9/reinforced-barrels-2.3.0%2B1.19.jar" -hash-format = "sha1" -hash = "f1c283dcc92737dcf27a14d958be3e7458e56a17" - -[update] -[update.modrinth] -mod-id = "Tx85779b" -version = "4WaYqVk9" diff --git a/.minecraft/mods/reinforced-chests.pw.toml b/.minecraft/mods/reinforced-chests.pw.toml deleted file mode 100644 index 660cba1..0000000 --- a/.minecraft/mods/reinforced-chests.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Reinforced Chests" -filename = "reinforced-chests-2.2.0+1.19.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/FWtAXlpg/versions/LPxyKOQ6/reinforced-chests-2.2.0%2B1.19.jar" -hash-format = "sha1" -hash = "6309a52fabebd983acc5a0541e24f74f61118e78" - -[update] -[update.modrinth] -mod-id = "FWtAXlpg" -version = "LPxyKOQ6" diff --git a/.minecraft/mods/reinforced-shulker-boxes.pw.toml b/.minecraft/mods/reinforced-shulker-boxes.pw.toml deleted file mode 100644 index 12d9f3f..0000000 --- a/.minecraft/mods/reinforced-shulker-boxes.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Reinforced Shulker Boxes" -filename = "reinforced-shulker-boxes-2.2.0+1.19.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/xlOwuSdN/versions/WIvEx3e9/reinforced-shulker-boxes-2.2.0%2B1.19.jar" -hash-format = "sha1" -hash = "3f9d686d2d8cd7bd8b1850cbedace0d7f2f9ff07" - -[update] -[update.modrinth] -mod-id = "xlOwuSdN" -version = "WIvEx3e9" diff --git a/.minecraft/mods/removehud.pw.toml b/.minecraft/mods/removehud.pw.toml deleted file mode 100644 index 2d1058f..0000000 --- a/.minecraft/mods/removehud.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "RemoveHUD" -filename = "removehud-1.2.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/MiPOIx6b/versions/tPJWw1RH/removehud-1.2.2.jar" -hash-format = "sha1" -hash = "134a6a68eae7785bf8c98198f61f2525ed5e9715" - -[update] -[update.modrinth] -mod-id = "MiPOIx6b" -version = "tPJWw1RH" diff --git a/.minecraft/mods/replaymod.pw.toml b/.minecraft/mods/replaymod.pw.toml new file mode 100644 index 0000000..1e8da02 --- /dev/null +++ b/.minecraft/mods/replaymod.pw.toml @@ -0,0 +1,13 @@ +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/repurposed-structures-fabric.pw.toml b/.minecraft/mods/repurposed-structures-fabric.pw.toml deleted file mode 100644 index 1d85191..0000000 --- a/.minecraft/mods/repurposed-structures-fabric.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Repurposed Structures - Quilt/Fabric" -filename = "repurposed_structures_quilt-6.3.24+1.19.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/muf0XoRe/versions/Wv3yQoAh/repurposed_structures_quilt-6.3.24%2B1.19.2.jar" -hash-format = "sha1" -hash = "70e094988616b2083a91dc302ebc1edd05495393" - -[update] -[update.modrinth] -mod-id = "muf0XoRe" -version = "Wv3yQoAh" diff --git a/.minecraft/mods/rhino.pw.toml b/.minecraft/mods/rhino.pw.toml index b3d84d0..494c971 100644 --- a/.minecraft/mods/rhino.pw.toml +++ b/.minecraft/mods/rhino.pw.toml @@ -1,13 +1,13 @@ name = "Rhino" -filename = "rhino-fabric-1902.2.2-build.268.jar" +filename = "rhino-fabric-1802.2.1-build.240.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/sk9knFPE/versions/BF7Q43Mc/rhino-fabric-1902.2.2-build.268.jar" +url = "https://cdn.modrinth.com/data/sk9knFPE/versions/torEfDK1/rhino-fabric-1802.2.1-build.240.jar" hash-format = "sha1" -hash = "2b6b583a14a49cfe8819ff8874dc23da6035ba74" +hash = "b01eb4fd446b279409ce6738139305222365519a" [update] [update.modrinth] mod-id = "sk9knFPE" -version = "BF7Q43Mc" +version = "torEfDK1" diff --git a/.minecraft/mods/roughly-enough-items.pw.toml b/.minecraft/mods/roughly-enough-items.pw.toml new file mode 100644 index 0000000..b9580a5 --- /dev/null +++ b/.minecraft/mods/roughly-enough-items.pw.toml @@ -0,0 +1,13 @@ +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/scout.pw.toml b/.minecraft/mods/scout.pw.toml new file mode 100644 index 0000000..053a051 --- /dev/null +++ b/.minecraft/mods/scout.pw.toml @@ -0,0 +1,13 @@ +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/simple-copper-pipes.pw.toml b/.minecraft/mods/simple-copper-pipes.pw.toml new file mode 100644 index 0000000..ab734a9 --- /dev/null +++ b/.minecraft/mods/simple-copper-pipes.pw.toml @@ -0,0 +1,13 @@ +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/smoothboot-fabric.pw.toml b/.minecraft/mods/smoothboot-fabric.pw.toml deleted file mode 100644 index f358883..0000000 --- a/.minecraft/mods/smoothboot-fabric.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Smooth Boot (Fabric)" -filename = "smoothboot-fabric-1.19-1.7.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/FWumhS4T/versions/1.19-1.7.1/smoothboot-fabric-1.19-1.7.1.jar" -hash-format = "sha1" -hash = "8414cbce145a5f48102e6cc811dfd1459afe44f3" - -[update] -[update.modrinth] -mod-id = "FWumhS4T" -version = "r8xRVPEI" diff --git a/.minecraft/mods/sodium-extra.pw.toml b/.minecraft/mods/sodium-extra.pw.toml new file mode 100644 index 0000000..a1249a8 --- /dev/null +++ b/.minecraft/mods/sodium-extra.pw.toml @@ -0,0 +1,13 @@ +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 d921461..509b7f1 100644 --- a/.minecraft/mods/sodium.pw.toml +++ b/.minecraft/mods/sodium.pw.toml @@ -1,13 +1,13 @@ name = "Sodium" -filename = "sodium-fabric-mc1.19.2-0.4.4+build.18.jar" +filename = "sodium-fabric-mc1.18.2-0.4.1+build.15.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/AANobbMI/versions/rAfhHfow/sodium-fabric-mc1.19.2-0.4.4%2Bbuild.18.jar" +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" hash-format = "sha1" -hash = "227648dc4f6a8604bafc282612a6de47eff70cd8" +hash = "f839863a6be7014b8d80058ea1f361521148d049" [update] [update.modrinth] mod-id = "AANobbMI" -version = "rAfhHfow" +version = "74Y5Z8fo" diff --git a/.minecraft/mods/spark.pw.toml b/.minecraft/mods/spark.pw.toml index a44d0e1..07e4384 100644 --- a/.minecraft/mods/spark.pw.toml +++ b/.minecraft/mods/spark.pw.toml @@ -1,13 +1,13 @@ name = "spark" -filename = "spark-1.10.37-fabric.jar" +filename = "spark-1.9.11-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/l6YH9Als/versions/XhFbpH8f/spark-1.10.37-fabric.jar" +url = "https://cdn.modrinth.com/data/l6YH9Als/versions/1.9.11-fabric/spark-1.9.11-fabric.jar" hash-format = "sha1" -hash = "11ca9a59e95b50a9cbfb3b1e14b8bfd7cfa7e31c" +hash = "f3e6578c000c4bf8d9ae3f1d3753b8c55477b590" [update] [update.modrinth] mod-id = "l6YH9Als" -version = "XhFbpH8f" +version = "JjikdHMk" diff --git a/.minecraft/mods/starlight.pw.toml b/.minecraft/mods/starlight.pw.toml new file mode 100644 index 0000000..3a50489 --- /dev/null +++ b/.minecraft/mods/starlight.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..fb0be6a --- /dev/null +++ b/.minecraft/mods/stendhal.pw.toml @@ -0,0 +1,13 @@ +name = "Stendhal" +filename = "stendhal-1.3.3-1.18.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/BWloQ9jK/versions/1.3.3/stendhal-1.3.3-1.18.jar" +hash-format = "sha1" +hash = "a6a47235fadde3e28d27111d72ccc0d61988ee50" + +[update] +[update.modrinth] +mod-id = "BWloQ9jK" +version = "cSzSbcvJ" diff --git a/.minecraft/mods/structure-tools.pw.toml b/.minecraft/mods/structure-tools.pw.toml index 76939f5..a54eaae 100644 --- a/.minecraft/mods/structure-tools.pw.toml +++ b/.minecraft/mods/structure-tools.pw.toml @@ -1,13 +1,13 @@ name = "st'ructure tools" -filename = "structure-tools-1.0.30.jar" +filename = "structure-tools-1.0.22.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/uD5WhhmK/versions/1.0.30/structure-tools-1.0.30.jar" +url = "https://cdn.modrinth.com/data/uD5WhhmK/versions/1.0.22/structure-tools-1.0.22.jar" hash-format = "sha1" -hash = "189c03feb71e8e30f699863e7acf7658725ee718" +hash = "3ae828251c6158668ebda7be9c394b1b406c1424" [update] [update.modrinth] mod-id = "uD5WhhmK" -version = "XWxHBdjK" +version = "Steux2ks" diff --git a/.minecraft/mods/styled-chat.pw.toml b/.minecraft/mods/styled-chat.pw.toml deleted file mode 100644 index 6655f6d..0000000 --- a/.minecraft/mods/styled-chat.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Styled Chat" -filename = "styled-chat-2.0.3+1.19.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/doqSKB0e/versions/RRZC8TnY/styled-chat-2.0.3%2B1.19.2.jar" -hash-format = "sha1" -hash = "570a1f41971a644e66117ed7bc229b59ef553e0f" - -[update] -[update.modrinth] -mod-id = "doqSKB0e" -version = "RRZC8TnY" diff --git a/.minecraft/mods/styled-nicknames.pw.toml b/.minecraft/mods/styled-nicknames.pw.toml deleted file mode 100644 index 79ddb2d..0000000 --- a/.minecraft/mods/styled-nicknames.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Styled Nicknames" -filename = "styled-nicknames-1.1.2+1.19.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/DOk6Gcdi/versions/1.1.2%2B1.19/styled-nicknames-1.1.2%2B1.19.jar" -hash-format = "sha1" -hash = "19805f210d7e17909e192082ac82e76ae75865bc" - -[update] -[update.modrinth] -mod-id = "DOk6Gcdi" -version = "LCCWv7f2" diff --git a/.minecraft/mods/styledplayerlist.pw.toml b/.minecraft/mods/styledplayerlist.pw.toml deleted file mode 100644 index 0990aa2..0000000 --- a/.minecraft/mods/styledplayerlist.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Styled Player List" -filename = "styledplayerlist-2.2.2+1.19.1.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/DQIfKUHf/versions/2.2.2%2B1.19.1/styledplayerlist-2.2.2%2B1.19.1.jar" -hash-format = "sha1" -hash = "18a15df61877a7e513219238e474b8b6053ab38f" - -[update] -[update.modrinth] -mod-id = "DQIfKUHf" -version = "92EZUM0l" diff --git a/.minecraft/mods/supermartijn642s-config-lib.pw.toml b/.minecraft/mods/supermartijn642s-config-lib.pw.toml deleted file mode 100644 index 3e0e393..0000000 --- a/.minecraft/mods/supermartijn642s-config-lib.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "SuperMartijn642's Config Lib" -filename = "supermartijn642configlib-1.1.7-fabric-mc1.19.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/LN9BxssP/versions/RFbUW7MX/supermartijn642configlib-1.1.7-fabric-mc1.19.jar" -hash-format = "sha1" -hash = "4277af11c67792032eb9d376dd811b2d14adc0eb" - -[update] -[update.modrinth] -mod-id = "LN9BxssP" -version = "RFbUW7MX" diff --git a/.minecraft/mods/supermartijn642s-core-lib.pw.toml b/.minecraft/mods/supermartijn642s-core-lib.pw.toml deleted file mode 100644 index aa1848e..0000000 --- a/.minecraft/mods/supermartijn642s-core-lib.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "SuperMartijn642's Core Lib" -filename = "supermartijn642corelib-1.1.12-fabric-mc1.19.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/rOUBggPv/versions/WWLFyESr/supermartijn642corelib-1.1.12-fabric-mc1.19.2.jar" -hash-format = "sha1" -hash = "e30bfe7b02e7ecd2c1b247aa0a05868346f6d867" - -[update] -[update.modrinth] -mod-id = "rOUBggPv" -version = "WWLFyESr" diff --git a/.minecraft/mods/supplementaries.pw.toml b/.minecraft/mods/supplementaries.pw.toml deleted file mode 100644 index e204867..0000000 --- a/.minecraft/mods/supplementaries.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Supplementaries" -filename = "supplementaries-1.19.2-2.3.20-fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/fFEIiSDQ/versions/J3r1J6t6/supplementaries-1.19.2-2.3.20-fabric.jar" -hash-format = "sha1" -hash = "9a4e3ddd0ef49fd65c2bbdd0def81eca45e920cf" - -[update] -[update.modrinth] -mod-id = "fFEIiSDQ" -version = "J3r1J6t6" diff --git a/.minecraft/mods/switchy-inventories.pw.toml b/.minecraft/mods/switchy-inventories.pw.toml deleted file mode 100644 index 7b07408..0000000 --- a/.minecraft/mods/switchy-inventories.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Switchy Inventories" -filename = "switchy-inventories-1.5.5+1.19.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/ZLlbzi9I/versions/SB9fp0SP/switchy-inventories-1.5.5%2B1.19.jar" -hash-format = "sha1" -hash = "10dbefa6173e52ed1fc22cad979bcb1a7aa98e3e" - -[update] -[update.modrinth] -mod-id = "ZLlbzi9I" -version = "SB9fp0SP" diff --git a/.minecraft/mods/switchy-teleport.pw.toml b/.minecraft/mods/switchy-teleport.pw.toml deleted file mode 100644 index b728565..0000000 --- a/.minecraft/mods/switchy-teleport.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Switchy Teleport" -filename = "switchy-teleport-1.2.2+1.19.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/W1foSJDS/versions/9s1ONeoq/switchy-teleport-1.2.2%2B1.19.2.jar" -hash-format = "sha1" -hash = "41712eadbf9d056dbca75bf085cc47f5bb7d1b45" - -[update] -[update.modrinth] -mod-id = "W1foSJDS" -version = "9s1ONeoq" diff --git a/.minecraft/mods/switchy.pw.toml b/.minecraft/mods/switchy.pw.toml deleted file mode 100644 index 3eb7d58..0000000 --- a/.minecraft/mods/switchy.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Switchy" -filename = "switchy-2.4.1+1.19.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/ss0QuCRx/versions/fSWrBqWe/switchy-2.4.1%2B1.19.jar" -hash-format = "sha1" -hash = "015b2b1207536580ddcb3548f7b6003f7a11d68f" - -[update] -[update.modrinth] -mod-id = "ss0QuCRx" -version = "fSWrBqWe" diff --git a/.minecraft/mods/switchykit.pw.toml b/.minecraft/mods/switchykit.pw.toml deleted file mode 100644 index abbe5eb..0000000 --- a/.minecraft/mods/switchykit.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "SwitchyKit" -filename = "switchykit-1.2.0.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/qETWTIDe/versions/6fHTilqA/switchykit-1.2.0.jar" -hash-format = "sha1" -hash = "5136db2a706c0d0369ba3b69a7abfaa91bc65b6c" - -[update] -[update.modrinth] -mod-id = "qETWTIDe" -version = "6fHTilqA" diff --git a/.minecraft/mods/sync-fabric.pw.toml b/.minecraft/mods/sync-fabric.pw.toml new file mode 100644 index 0000000..55708a1 --- /dev/null +++ b/.minecraft/mods/sync-fabric.pw.toml @@ -0,0 +1,13 @@ +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 deleted file mode 100644 index 7e8f41e..0000000 --- a/.minecraft/mods/techreborn.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Tech Reborn" -filename = "TechReborn-5.4.0.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "e3fd881c9288a87b557f3150b1f5b357ec05f10a" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4102770 -project-id = 233564 diff --git a/.minecraft/mods/the-printer.pw.toml b/.minecraft/mods/the-printer.pw.toml deleted file mode 100644 index ac91a66..0000000 --- a/.minecraft/mods/the-printer.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "The Printer" -filename = "theprinter-1.4.2+1.19.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/u8LBQOAl/versions/odmwlCOD/theprinter-1.4.2%2B1.19.jar" -hash-format = "sha1" -hash = "dbafff87cdedbaedbb51a45440da328f83f78713" - -[update] -[update.modrinth] -mod-id = "u8LBQOAl" -version = "odmwlCOD" diff --git a/.minecraft/mods/toms-storage.pw.toml b/.minecraft/mods/toms-storage.pw.toml index 65e82b2..528d4a0 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.19-1.5.9.jar" +filename = "toms_storage_fabric-1.18.2-1.4.3.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/XZNI4Cpy/versions/mI1bA7bA/toms_storage_fabric-1.19-1.5.9.jar" +url = "https://cdn.modrinth.com/data/XZNI4Cpy/versions/D6WrGoAd/toms_storage_fabric-1.18.2-1.4.3.jar" hash-format = "sha1" -hash = "4cfbbf31a871bc03958c8bbc9b892f9110757ab4" +hash = "15e0e9ab5cb2a282bc3005c7c4c3bddd9ba7fc68" [update] [update.modrinth] mod-id = "XZNI4Cpy" -version = "mI1bA7bA" +version = "D6WrGoAd" diff --git a/.minecraft/mods/trinkets.pw.toml b/.minecraft/mods/trinkets.pw.toml index 8b640e9..d7a6248 100644 --- a/.minecraft/mods/trinkets.pw.toml +++ b/.minecraft/mods/trinkets.pw.toml @@ -1,13 +1,13 @@ name = "Trinkets" -filename = "trinkets-3.4.2.jar" +filename = "trinkets-3.3.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/5aaWibi9/versions/OLwsMJv4/trinkets-3.4.2.jar" +url = "https://cdn.modrinth.com/data/5aaWibi9/versions/3.3.1/trinkets-3.3.1.jar" hash-format = "sha1" -hash = "83deb9f7ab28737a5d27a57e49fe105e9053804c" +hash = "1f6784a63d0c4cfe6caacf7b7a93ddd9f0b4e491" [update] [update.modrinth] mod-id = "5aaWibi9" -version = "OLwsMJv4" +version = "XqLNMi9J" diff --git a/.minecraft/mods/turtlematic.pw.toml b/.minecraft/mods/turtlematic.pw.toml index 34ef3e3..32bbeb4 100644 --- a/.minecraft/mods/turtlematic.pw.toml +++ b/.minecraft/mods/turtlematic.pw.toml @@ -1,13 +1,13 @@ name = "Turtlematic" -filename = "turtlematic-0.5.4.jar" +filename = "turtlematic-0.4.3.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/UogK5QqE/versions/NJf9AL4b/turtlematic-0.5.4.jar" +url = "https://cdn.modrinth.com/data/UogK5QqE/versions/0.4.3/turtlematic-0.4.3.jar" hash-format = "sha1" -hash = "157fa3729232a465f21546b517e11e1c89238373" +hash = "098c722166656a0ffa277baf0285638907ef4779" [update] [update.modrinth] mod-id = "UogK5QqE" -version = "NJf9AL4b" +version = "d0swwYuN" diff --git a/.minecraft/mods/universal-bone-meal.pw.toml b/.minecraft/mods/universal-bone-meal.pw.toml deleted file mode 100644 index 02c3fe9..0000000 --- a/.minecraft/mods/universal-bone-meal.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Universal Bone Meal" -filename = "UniversalBoneMeal-v4.2.0-1.19.2-Fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/66VIiT1y/versions/39MqXGHf/UniversalBoneMeal-v4.2.0-1.19.2-Fabric.jar" -hash-format = "sha1" -hash = "b97c08698d7a48135a0369e2dc24b08ae8858c37" - -[update] -[update.modrinth] -mod-id = "66VIiT1y" -version = "39MqXGHf" diff --git a/.minecraft/mods/unlimitedperipheralworks.pw.toml b/.minecraft/mods/unlimitedperipheralworks.pw.toml index b1da979..8f3846e 100644 --- a/.minecraft/mods/unlimitedperipheralworks.pw.toml +++ b/.minecraft/mods/unlimitedperipheralworks.pw.toml @@ -1,13 +1,13 @@ name = "UnlimitedPeripheralWorks" -filename = "peripheralworks-0.2.9.jar" +filename = "peripheralworks-0.1.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Sf7QBsRP/versions/HnSb69GB/peripheralworks-0.2.9.jar" +url = "https://cdn.modrinth.com/data/Sf7QBsRP/versions/0.1.2/peripheralworks-0.1.2.jar" hash-format = "sha1" -hash = "8508628d80582489097affb2abe3f8034a30441a" +hash = "8b189a4fb3397f264256fb37cbd6070e5f555d6d" [update] [update.modrinth] mod-id = "Sf7QBsRP" -version = "HnSb69GB" +version = "wAXpKQ13" diff --git a/.minecraft/mods/viafabric.pw.toml b/.minecraft/mods/viafabric.pw.toml new file mode 100644 index 0000000..b9f2478 --- /dev/null +++ b/.minecraft/mods/viafabric.pw.toml @@ -0,0 +1,13 @@ +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 deleted file mode 100644 index 803c37f..0000000 --- a/.minecraft/mods/vivecraft.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Vivecraft" -filename = "vivecraft-1.19.2-0.0.15-fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/wGoQDPN5/versions/4hA4xhWQ/vivecraft-1.19.2-0.0.15-fabric.jar" -hash-format = "sha1" -hash = "b48f5552cfe31eeab1e30cc9e89d9e7200be485a" - -[update] -[update.modrinth] -mod-id = "wGoQDPN5" -version = "4hA4xhWQ" diff --git a/.minecraft/mods/waystones.pw.toml b/.minecraft/mods/waystones.pw.toml deleted file mode 100644 index 47e6a47..0000000 --- a/.minecraft/mods/waystones.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Waystones" -filename = "waystones-fabric-1.19.2-11.4.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/LOpKHB2A/versions/H960jslF/waystones-fabric-1.19.2-11.4.1.jar" -hash-format = "sha1" -hash = "288de1837318252272890a528f2bcbcd33738dd0" - -[update] -[update.modrinth] -mod-id = "LOpKHB2A" -version = "H960jslF" diff --git a/.minecraft/mods/wiredredstone.pw.toml b/.minecraft/mods/wiredredstone.pw.toml new file mode 100644 index 0000000..8db7ccd --- /dev/null +++ b/.minecraft/mods/wiredredstone.pw.toml @@ -0,0 +1,13 @@ +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/xaeros-minimap.pw.toml b/.minecraft/mods/xaeros-minimap.pw.toml index 03a6667..2824abd 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_23.6.0_Fabric_1.19.1.jar" -side = "both" +filename = "Xaeros_Minimap_22.15.1_Fabric_1.18.2.jar" +side = "client" [download] -url = "https://cdn.modrinth.com/data/1bokaNcj/versions/LKcX5Que/Xaeros_Minimap_23.6.0_Fabric_1.19.1.jar" hash-format = "sha1" -hash = "f17928cebc286d769fab858b9db4e22d52b9ed50" +hash = "0e89ffb26fe6ac57b45636ef4bb330bf76a8a385" +mode = "metadata:curseforge" [update] -[update.modrinth] -mod-id = "1bokaNcj" -version = "LKcX5Que" +[update.curseforge] +file-id = 4012612 +project-id = 263420 diff --git a/.minecraft/mods/xaeros-world-map.pw.toml b/.minecraft/mods/xaeros-world-map.pw.toml index 3aaec37..7a0d1b7 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.31.0_Fabric_1.19.1.jar" -side = "both" +filename = "XaerosWorldMap_1.28.0_Fabric_1.18.2.jar" +side = "client" [download] -url = "https://cdn.modrinth.com/data/NcUtCpym/versions/st6Yi8FJ/XaerosWorldMap_1.31.0_Fabric_1.19.1.jar" hash-format = "sha1" -hash = "e427b9f5e9705a6c31a3ed030e9acc4028a1ab9f" +hash = "b61fd8f879832702d45c86bbfb11a43342601b48" +mode = "metadata:curseforge" [update] -[update.modrinth] -mod-id = "NcUtCpym" -version = "st6Yi8FJ" +[update.curseforge] +file-id = 4010417 +project-id = 317780 diff --git a/.minecraft/mods/yosbr.pw.toml b/.minecraft/mods/yosbr.pw.toml index 679fe0d..c16b4fa 100644 --- a/.minecraft/mods/yosbr.pw.toml +++ b/.minecraft/mods/yosbr.pw.toml @@ -1,13 +1,13 @@ name = "Your Options Shall Be Respected (YOSBR)" -filename = "yosbr-0.1.2.jar" +filename = "yosbr-0.1.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/WwbubTsV/versions/KMOzdYko/yosbr-0.1.2.jar" +url = "https://cdn.modrinth.com/data/WwbubTsV/versions/0.1.1/yosbr-0.1.1.jar" hash-format = "sha1" -hash = "f0340e9c0bc95d67f3f3e9c1cd79b61054af11f9" +hash = "0643830cab952fc96872702e681b863b550c8530" [update] [update.modrinth] mod-id = "WwbubTsV" -version = "KMOzdYko" +version = "dStXfyg3" diff --git a/.minecraft/mods/yttr.pw.toml b/.minecraft/mods/yttr.pw.toml deleted file mode 100644 index 50a9ed5..0000000 --- a/.minecraft/mods/yttr.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Yttr" -filename = "yttr-7.638+1.19.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/ZCLrWdGm/versions/ic0rXb1F/yttr-7.638%2B1.19.2.jar" -hash-format = "sha1" -hash = "a1601c42cffdcb183184116f31c6ca1d35193fd7" - -[update] -[update.modrinth] -mod-id = "ZCLrWdGm" -version = "ic0rXb1F" diff --git a/.minecraft/mods/yungs-api-fabric.pw.toml b/.minecraft/mods/yungs-api-fabric.pw.toml new file mode 100644 index 0000000..3050c76 --- /dev/null +++ b/.minecraft/mods/yungs-api-fabric.pw.toml @@ -0,0 +1,13 @@ +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/pack.toml b/.minecraft/pack.toml index dc83c97..7351abc 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -1,16 +1,16 @@ -name = "Modpack Template" +name = "Floret Minecraft" author = "Merith.TK" -version = "1.0.0" +version = "1.2.1" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "b20fcf0f90e008ecad6b7aea83e5efdb08258e496c076c62282f9c55c44c0bb1" +hash = "ddc6558caa529cb29581dcdacab6ec101c32bfc88e4971fdb848393a902db07a" [versions] -minecraft = "1.19.2" -quilt = "0.19.2" +minecraft = "1.18.2" +quilt = "0.17.4" [options] -acceptable-game-versions = ["1.19.2", "1.19.1", "1.19"] +acceptable-game-versions = ["1.18.2"] diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 3c577b0..0000000 --- a/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -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 5b29ab7..e7a3601 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ default: @echo "" PACKNAME := $(notdir $(CURDIR)) -PACKURL := $(shell pw detect) +PACKURL := $(shell pw detectLocal) curseforge: refresh -mkdir .build diff --git a/README.md b/README.md index 60cc3d9..9088482 100644 --- a/README.md +++ b/README.md @@ -1,42 +1,136 @@ -## 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? +# Floret Minecraft +(forked from Vanillia Minecraft for the sheer perfomance benifits) [![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` - - 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` +### Download +[MultiMC/PolyMC](https://gitlab.com/Merith-TK/vanillia-modpack/-/archive/main/vanillia-modpack-main.zip) - - 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! +## Disclaimer +I am not responsible for server bans, please check with server admins before using this modpack, especially on hypixel -- Modpack Users - - MultiMC - - Use Java 17, MC 1.16.5 runs just fine on forge AND fabric on java 17 +## 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 diff --git a/mmc-pack.json b/mmc-pack.json index ce8cc05..8c26b1a 100644 --- a/mmc-pack.json +++ b/mmc-pack.json @@ -1 +1,51 @@ -{"components":[{"cachedName":"Minecraft","cachedRequires":[{"suggests":"3.3.1","uid":"org.lwjgl3"}],"cachedVersion":"1.19.2","uid":"net.minecraft","version":"1.19.2"},{"cachedName":"LWJGL 3","cachedVersion":"3.3.1","cachedVolatile":true,"dependencyOnly":true,"uid":"org.lwjgl3","version":"3.3.1"},{"uid":"org.quiltmc.quilt-loader","version":"0.19.2"},{"cachedName":"Intermediary Mappings","cachedRequires":[{"equals":"1.19.2","uid":"net.minecraft"}],"cachedVersion":"1.19.2","cachedVolatile":true,"dependencyOnly":true,"uid":"net.fabricmc.intermediary","version":"1.19.2"}],"formatVersion":1} \ No newline at end of file +{ + "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 +} diff --git a/modlist.md b/modlist.md index 1334922..8b4b536 100644 --- a/modlist.md +++ b/modlist.md @@ -2,126 +2,82 @@ ## Client Mods -- [Better Than Bunnies](https://modrinth.com/mod/xbR6jaoJ/version/AK5n3xun) -- [BetterF3](https://modrinth.com/mod/8shC1gFX/version/RbNy07Bx) -- [DashLoader](https://modrinth.com/mod/ZfQ3kTvR/version/DsPMHgmj) -- [Dynamic FPS](https://modrinth.com/mod/LQ3K71Q1/version/g9FOSLTq) -- [EMIffect](https://modrinth.com/mod/705gWllI/version/v3qtCp4n) -- [Indium](https://modrinth.com/mod/Orvt0mRa/version/yTfou6df) -- [Iris Shaders](https://modrinth.com/mod/YL57xq9U/version/9YEwbzW6) -- [LambDynamicLights](https://modrinth.com/mod/yBW8D80W/version/YQkZSlfq) -- [No Telemetry](https://modrinth.com/mod/hg77g4Pw/version/l9SfLZDA) -- [RemoveHUD](https://modrinth.com/mod/MiPOIx6b/version/tPJWw1RH) -- [Sodium](https://modrinth.com/mod/AANobbMI/version/rAfhHfow) +- [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) ## Shared Mods -- [Additional Lanterns](https://modrinth.com/mod/jXNvTKds/version/5ZpLLzu6) -- [Adorn](https://modrinth.com/mod/E6FUtRJh/version/4Af8VkZs) -- [Applied Energistics 2](https://modrinth.com/mod/XxWD5pD3/version/lePuKDdy) -- [Almost Unified](https://modrinth.com/mod/sdaSaQEz/version/TbGxfXN7) -- [Architectury API](https://modrinth.com/mod/lhGA9TYQ/version/HoIJp48v) -- [Auto Plant Crops](https://modrinth.com/mod/EnpfhLw4/version/CavC0Mqe) -- [Balm](https://modrinth.com/mod/MBAkmtvl/version/XYqAzGqP) -- [Bushier Flowers](https://modrinth.com/mod/OK421ZCh/version/SzjJbESR) -- [Calibrated Access](https://modrinth.com/mod/pUSRRdVF/version/Oj0nE6A5) -- [Cardinal Components API](https://modrinth.com/mod/K01OU20C/version/tPfCTMiZ) -- [Carry On](https://modrinth.com/mod/joEfVgkn/version/nc5Z9l3C) -- [CC: Restitched](https://modrinth.com/mod/eldBwa5V/version/3S6HU7nl) -- [ChoiceTheorem's Overhauled Village - Friends and Foes Add-on](https://modrinth.com/mod/kawJN2LZ/version/AzkfLDLD) -- [Chunk Loaders](https://modrinth.com/mod/t1VgucWo/version/GT3mrXK3) -- [Cloth Config API](https://modrinth.com/mod/9s6osm5g/version/EXrxCjl6) -- [Clutter](https://modrinth.com/mod/KZAmykow/version/LsSXw1tA) -- [CompleteConfig](https://modrinth.com/mod/GtqG8z1h/version/u6LwMxu3) -- [Compressed Items](https://modrinth.com/mod/oSvtANfg/version/uC7wWsDE) -- [Compressed](https://modrinth.com/mod/kCbTXhEt/version/nNWVVtEj) -- [Create Enchantment Industry Fabric](https://modrinth.com/mod/AEZO385x/version/2JdzS4Rx) -- [Create Fabric](https://modrinth.com/mod/Xbc0uyRg/version/wKEEi1qX) -- [Create Crafts & Additions](https://modrinth.com/mod/kU1G12Nn/version/s1jbxOUy) -- [ChoiceTheorem's Overhauled Village](https://modrinth.com/mod/fgmhI8kH/version/tnyL873R) -- [ChoiceTheorem's Overhauled Village - Farmer Delight Add-on](https://modrinth.com/mod/CdRC4fyI/version/Q9CAeSaW) -- [ChoiceTheorem's Overhauled Village - Waystone Add-on](https://modrinth.com/mod/70yluNSI/version/dhfJy800) -- [Dynamic Asset Generator](https://modrinth.com/mod/83pFEQVb/version/L0GthGHl) -- [EdibleFlowers](https://modrinth.com/mod/HEyD8vjF/version/BADEssx2) -- [EMI](https://modrinth.com/mod/fRiHVvU7/version/CAr87JlY) -- [Excavated Variants](https://modrinth.com/mod/IZaMGxb0/version/jQZwE950) -- [Exline's Furniture](https://modrinth.com/mod/CQ7pGNKT/version/T3LhlouH) -- [EMI Addon: Extra Mod Integrations](https://modrinth.com/mod/bpRHnWUb/version/PonhJfmU) -- [Fabric Tailor](https://modrinth.com/mod/g8w1NapE/version/vosWnCNv) -- [Farmer's Delight [Fabric]](https://modrinth.com/mod/4EakbH8e/version/Zlgy4hSU) -- [FerriteCore](https://modrinth.com/mod/uXXizFIs/version/kwjHqfz7) -- [Flower Patch](https://modrinth.com/mod/8hbo1O1M/version/XG9JFous) -- [Forge Config API Port](https://modrinth.com/mod/ohNO6lps/version/3VCgXZ79) -- [Friends&Foes (Quilt)](https://modrinth.com/mod/NxP9xmhw/version/TpcyWvmc) -- [Geckolib](https://modrinth.com/mod/8BmcQJ2H/version/YaWDUJEE) -- [Hex Casting](https://modrinth.com/mod/nTW3yKrm/version/IbghSN93) -- [Hexbound](https://modrinth.com/mod/PHgo4bVw/version/lMV5GwZJ) -- [Horizontal Portals](https://modrinth.com/mod/H37bFFWD/version/bymWOvxQ) -- [Icarus](https://modrinth.com/mod/Dw7M6XKW/version/IFD7Mtvp) -- [Immersive Paintings](https://modrinth.com/mod/6txNkua3/version/ghx2A5jA) -- [ImmersiveMC](https://modrinth.com/mod/XJ9is6vj/version/q1Zgpjlm) -- [Joy of Painting](https://modrinth.com/mod/YOs4tZea/version/eRyM7HKZ) -- [Kettle](https://modrinth.com/mod/SRCaBfKA/version/nZpbP0V2) -- [Ksyxis](https://modrinth.com/mod/2ecVyZ49/version/uEeD9JQx) -- [KubeJS](https://modrinth.com/mod/umyGl7zF/version/DurEi6ex) -- [Leashable Players](https://modrinth.com/mod/BKyMf6XK/version/LSg1OLKw) -- [Lithium](https://modrinth.com/mod/gvQqBUqZ/version/m6sVgAi6) -- [Lovely Snails](https://modrinth.com/mod/hBVVhStr/version/GKMTxDBr) -- [Many Flowers](https://modrinth.com/mod/QUH6A4xu/version/pwOJ9HJn) -- [MC VR API](https://modrinth.com/mod/B3INNxum/version/RX8bVxEn) -- [MidnightLib](https://modrinth.com/mod/codAaoxh/version/hxPiYWhh) -- [Mobs are Friends](https://modrinth.com/mod/wcol1CVQ/version/w583DII3) -- [Mod Menu](https://modrinth.com/mod/mOgUt4GM/version/gSoPJyVn) -- [Moonlight Lib](https://modrinth.com/mod/twkfQtEc/version/kP7srLfi) -- [Netherracked](https://modrinth.com/mod/vNFbVrF1/version/9jKreMJ3) -- [No Chat Reports](https://modrinth.com/mod/qQyHxfxd/version/YuX53PIA) -- [Origins Minus](https://modrinth.com/mod/gbOL9is1/version/orM7pQiD) -- [Origins](https://modrinth.com/mod/3BeIrqZR/version/FxSutbg1) -- [oωo (owo-lib)](https://modrinth.com/mod/ccKDOlHs/version/yGLYmVnT) -- [Patchouli](https://modrinth.com/mod/nU0bVIaL/version/NorgAU8F) -- [PAUCAL](https://modrinth.com/mod/TZo2wHFe/version/zrxHAQQ7) -- [Peripheralium](https://modrinth.com/mod/vV2a9qrZ/version/NKyztNfU) -- [Pride Furnaces](https://modrinth.com/mod/rJz2nAvZ/version/HNvfXnwt) -- [Puzzles Lib](https://modrinth.com/mod/QAGBst4M/version/hYKHLRZ3) -- [Quilt Kotlin Libraries (QKL)](https://modrinth.com/mod/lwVhp9o5/version/4Ag1YF4s) -- [Quilted Fabric API (QFAPI) / Quilt Standard Libraries (QSL)](https://modrinth.com/mod/qvIfYCYJ/version/BTCxVi75) -- [Quartz Elevator](https://modrinth.com/mod/O9C0qdu8/version/NchXZfKL) -- [Reborn Core](https://www.curseforge.com/minecraft/mc-mods/reborncore/files/4102771) -- [Reinforced Barrels](https://modrinth.com/mod/Tx85779b/version/4WaYqVk9) -- [Reinforced Chests](https://modrinth.com/mod/FWtAXlpg/version/LPxyKOQ6) -- [Reinforced Shulker Boxes](https://modrinth.com/mod/xlOwuSdN/version/WIvEx3e9) -- [Repurposed Structures - Quilt/Fabric](https://modrinth.com/mod/muf0XoRe/version/Wv3yQoAh) -- [Rhino](https://modrinth.com/mod/sk9knFPE/version/BF7Q43Mc) -- [Smooth Boot (Fabric)](https://modrinth.com/mod/FWumhS4T/version/r8xRVPEI) -- [spark](https://modrinth.com/mod/l6YH9Als/version/XhFbpH8f) -- [st'ructure tools](https://modrinth.com/mod/uD5WhhmK/version/XWxHBdjK) -- [Styled Chat](https://modrinth.com/mod/doqSKB0e/version/RRZC8TnY) -- [Styled Nicknames](https://modrinth.com/mod/DOk6Gcdi/version/LCCWv7f2) -- [SuperMartijn642's Config Lib](https://modrinth.com/mod/LN9BxssP/version/RFbUW7MX) -- [SuperMartijn642's Core Lib](https://modrinth.com/mod/rOUBggPv/version/WWLFyESr) -- [Supplementaries](https://modrinth.com/mod/fFEIiSDQ/version/J3r1J6t6) -- [Switchy Inventories](https://modrinth.com/mod/ZLlbzi9I/version/SB9fp0SP) -- [Switchy Teleport](https://modrinth.com/mod/W1foSJDS/version/9s1ONeoq) -- [Switchy](https://modrinth.com/mod/ss0QuCRx/version/fSWrBqWe) -- [Tech Reborn](https://www.curseforge.com/minecraft/mc-mods/techreborn/files/4102770) -- [The Printer](https://modrinth.com/mod/u8LBQOAl/version/odmwlCOD) -- [Tom's Simple Storage Mod](https://modrinth.com/mod/XZNI4Cpy/version/mI1bA7bA) -- [Trinkets](https://modrinth.com/mod/5aaWibi9/version/OLwsMJv4) -- [Turtlematic](https://modrinth.com/mod/UogK5QqE/version/NJf9AL4b) -- [Universal Bone Meal](https://modrinth.com/mod/66VIiT1y/version/39MqXGHf) -- [UnlimitedPeripheralWorks](https://modrinth.com/mod/Sf7QBsRP/version/HnSb69GB) -- [Vivecraft](https://modrinth.com/mod/wGoQDPN5/version/4hA4xhWQ) -- [Waystones](https://modrinth.com/mod/LOpKHB2A/version/H960jslF) -- [Xaero's Minimap](https://modrinth.com/mod/1bokaNcj/version/LKcX5Que) -- [Xaero's World Map](https://modrinth.com/mod/NcUtCpym/version/st6Yi8FJ) -- [Your Options Shall Be Respected (YOSBR)](https://modrinth.com/mod/WwbubTsV/version/KMOzdYko) -- [Yttr](https://modrinth.com/mod/ZCLrWdGm/version/ic0rXb1F) +- [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) ## Server Mods -- [Create Renewable Ores](https://modrinth.com/mod/dYMXOl0s/version/yyGfx9wl) -- [LuckPerms](https://modrinth.com/mod/Vebnzrzj/version/Ws97yOyp) -- [mcperm](https://github.com/lucko/minecraft-command-permissions-fabric/releases/download/v1.6.1/minecraft-command-permissions-1.6.1.jar) -- [Styled Player List](https://modrinth.com/mod/DQIfKUHf/version/92EZUM0l) -- [SwitchyKit](https://modrinth.com/mod/qETWTIDe/version/6fHTilqA) +- [Krypton](https://modrinth.com/mod/fQEb0iXm/version/vJQ7plH2) diff --git a/modpack-template_icon.png b/modpack-template_icon.png deleted file mode 100644 index d81d8c4..0000000 Binary files a/modpack-template_icon.png and /dev/null differ diff --git a/vanillia_icon.png b/vanillia_icon.png new file mode 100644 index 0000000..05e1398 Binary files /dev/null and b/vanillia_icon.png differ