commit 6cb638b60ae0ab5e423c16f4a1248bc2d6d0d7fb Author: merith-xyz Date: Mon Sep 23 17:09:46 2024 -0700 base 1.19.2 archive diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7cfe169 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +## Modpack Updater Script Loose Files to Ignore ## +.build +.run +.server +.technic +*.mrpack +*.zip + +## Modded Folders/Files to Ignore ## +.minecraft/.* +.minecraft/essential +.minecraft/figura +.minecraft/ModTranslations +.minecraft/not-enough-crashes +.minecraft/patched_shaders +.minecraft/packwiz-installer.jar +.minecraft/packwiz.json + +## Minecraft Configs +.minecraft/options.* +!.minecraft/config/yosbr +!.minecraft/config/dashloader.json diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile new file mode 100644 index 0000000..f64ba8d --- /dev/null +++ b/.gitpod.Dockerfile @@ -0,0 +1,7 @@ +FROM gitpod/workspace-go + +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 diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..988b34c --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,5 @@ +image: + file: .gitpod.Dockerfile + +tasks: +- command: make update-packwiz diff --git a/.minecraft/bin/version.json b/.minecraft/bin/version.json new file mode 100644 index 0000000..eb388d6 --- /dev/null +++ b/.minecraft/bin/version.json @@ -0,0 +1,55 @@ +{ + "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/immersive_mc.toml b/.minecraft/config/yosbr/config/immersive_mc.toml new file mode 100644 index 0000000..73c1ef2 --- /dev/null +++ b/.minecraft/config/yosbr/config/immersive_mc.toml @@ -0,0 +1,101 @@ +#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/optionsviveprofiles.txt b/.minecraft/config/yosbr/optionsviveprofiles.txt new file mode 100644 index 0000000..ed678c7 --- /dev/null +++ b/.minecraft/config/yosbr/optionsviveprofiles.txt @@ -0,0 +1,159 @@ +{ + "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/icons/images.png.pw.toml b/.minecraft/icons/images.png.pw.toml new file mode 100644 index 0000000..98244b9 --- /dev/null +++ b/.minecraft/icons/images.png.pw.toml @@ -0,0 +1,7 @@ +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 new file mode 100644 index 0000000..3d723b1 --- /dev/null +++ b/.minecraft/import.txt @@ -0,0 +1,6 @@ +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 new file mode 100644 index 0000000..ef542b2 --- /dev/null +++ b/.minecraft/index.toml @@ -0,0 +1,646 @@ +hash-format = "sha256" + +[[files]] +file = "bin/version.json" +hash = "2077d601042d775f266b3813d0bfbd6e2767fe21e84fe60706e5ca278c793aad" + +[[files]] +file = "config/yosbr/config/immersive_mc.toml" +hash = "d3da1eb885172455f452c5ea443bc9690975053b6300e69f80003f5f42741176" + +[[files]] +file = "config/yosbr/optionsviveprofiles.txt" +hash = "37b97197b8e065c3525a80368af7f61ff573f099cf80ae231ff6cff77d37e2f7" + +[[files]] +file = "icons/images.png.pw.toml" +hash = "a779f12ed53f4af7c51b914dcc3722bb9b14508bf3b49b49408853f5ee78c52e" +metafile = true + +[[files]] +file = "import.txt" +hash = "22ffccaf8b140c6b95d83cc1ebf117d71bb4ff92c41c76a2ad5b7c43100447e4" + +[[files]] +file = "kubejs/assets/minecraft/lang/en_us.json" +hash = "24ddd9eb60ecd243f26e8a9538ac86e4463afdc3b64b858204f391b2dd79a48f" + +[[files]] +file = "kubejs/assets/minecraft/texts/splashes.txt" +hash = "80b5f7a5f872d1166b4c32bb5c686a44288472bd22f0ac09c6b5326aac68dd5e" + +[[files]] +file = "kubejs/config/client.properties" +hash = "0a027cde0445e9faf18c4a7d68f3ee764536537bcf4cf7f34016eea253d0fc9f" + +[[files]] +file = "kubejs/index.md" +hash = "8da1801c8c5accead7a59a22bbbf19c037b4f0eb556833f6c552f144770848a2" + +[[files]] +file = "kubejs/pack.mcmeta" +hash = "e49e821805ba66dc7ca0f9761aafccba0b78cc782a2e22cff4ce5f80e7a1273f" + +[[files]] +file = "modlist.md" +hash = "7e0f094685953cf24c3777151cf677bd346d47d57c3de25a21c7babd18f4845d" + +[[files]] +file = "modpack-template_icon.png" +hash = "50f74a7debb4a852e1384434500515f2478b8dcf0d71b75eba148ca34d89715c" + +[[files]] +file = "modpack.icon.png" +hash = "50f74a7debb4a852e1384434500515f2478b8dcf0d71b75eba148ca34d89715c" + +[[files]] +file = "mods/Pehkui-3.7.3+1.14.4-1.20.jar" +hash = "e300c9053c6fd4d6f76a956390a609348e1981a33d00801950b60891d085b3e9" + +[[files]] +file = "mods/additional-lanterns.pw.toml" +hash = "a8bb7119e936b06f1e1e1a27a4aa721c01514c304775eeea8961f44abbf94d2c" +metafile = true + +[[files]] +file = "mods/adorn.pw.toml" +hash = "0aa7e85b6c0cf8cc425a37350306f62b6dd119b3f384132ff3aa2e1141969251" +metafile = true + +[[files]] +file = "mods/ae2.pw.toml" +hash = "f5925000d468335e96f4510045d09fe755ac923be3fc37f0dc003fa7712a829d" +metafile = true + +[[files]] +file = "mods/almost-unified.pw.toml" +hash = "1c5271e8212e2bc88c12c644bfaf8deac0861b8ef8a38e6e852586733c6174b2" +metafile = true + +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "7916e9bf676dd9730f970893ff61fd25f43c563ff6133d1e7886366a3cd9e282" +metafile = true + +[[files]] +file = "mods/auto-plant-crops.pw.toml" +hash = "e2e8de903cb69eeda56526fea8a79512e1bcf77ad6259a5d7ed251fdd34f2538" +metafile = true + +[[files]] +file = "mods/balm.pw.toml" +hash = "0708223179ebe2bad131cfc063dde7cf65ec355c18a3c1392646142e46ea95f3" +metafile = true + +[[files]] +file = "mods/better-than-bunnies.pw.toml" +hash = "0a17146e461bc3d11dd9f78a3c053bea1dcec88bbafdf4703b093632b2d654c5" +metafile = true + +[[files]] +file = "mods/betterf3.pw.toml" +hash = "e8cd685b609577ab23e2a55ec3273a1ff9475daef52f0999b2c5d27f7c795f5c" +metafile = true + +[[files]] +file = "mods/bushier-flowers.pw.toml" +hash = "25784745306f13480d5072d167e672c0bae9bf9985b7497a58b887251e7dd447" +metafile = true + +[[files]] +file = "mods/calibrated.pw.toml" +hash = "f43867f954e0433033b2e10632db165d8ac1b2bdf3cc3cd48496d75c917dae4c" +metafile = true + +[[files]] +file = "mods/cardinal-components-api.pw.toml" +hash = "5d898bbdb655828c59223382f85016f8328884b3ff176b697c51e8dedaec68c1" +metafile = true + +[[files]] +file = "mods/carry-on.pw.toml" +hash = "7b88c7a3b3b561f74251880465e335454fca16afea67c65c8fcd5f542f86c407" +metafile = true + +[[files]] +file = "mods/cc-restitched.pw.toml" +hash = "6e8faa4779dca8bafd4cc91cad8f7fe425f6d3d08511463466c6c13b8ffa55dd" +metafile = true + +[[files]] +file = "mods/choicetheorems-overhauled-village-friends-and-foes-add-on.pw.toml" +hash = "8f25bfefb2cca53de16ed9b94c093b0340cb87e60e8d4b894ce922204b552478" +metafile = true + +[[files]] +file = "mods/chunk-loaders.pw.toml" +hash = "b4207bec27c7384998b4349abed959f81fb033b5bce212d44842b6b365484787" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "6ce97b65a78d66e0ae006105e63e2ccf8af6b3b266a2c5234f6ae7657b98220b" +metafile = true + +[[files]] +file = "mods/clutter.pw.toml" +hash = "6bc69f58076651ee7496db935ed20dbb0fa7215c7c6d483b5ce29ff2d6f714fb" +metafile = true + +[[files]] +file = "mods/completeconfig.pw.toml" +hash = "a206bc693d41eb72f431abfc5d4556f9e9bf7f0bb6237224b750df85aeddd434" +metafile = true + +[[files]] +file = "mods/compressed-items.pw.toml" +hash = "544d3ba2eb652c716aa49f6b4f92d7d0caa1077cf1011c824e31ce018bb19256" +metafile = true + +[[files]] +file = "mods/compressed.pw.toml" +hash = "b15fcbe32caf2cbb9ea4497e15f26f17efc6d63dcc00262b5d338dea3e70e6ce" +metafile = true + +[[files]] +file = "mods/create-enchantment-industry-fabric.pw.toml" +hash = "62e9839eec5185985f705ff962b6d098a60ec06b2856799adb8db27dd224f9de" +metafile = true + +[[files]] +file = "mods/create-fabric.pw.toml" +hash = "1458e4909039fdd41aeb1d7cc7c82fa6def77a48b29ab45f99a9248e05f1e8e1" +metafile = true + +[[files]] +file = "mods/create-renewable-ores.pw.toml" +hash = "fd20d186c194b41b945a5308ff42136965464d311a4b29d3b4f6866616860bae" +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" +metafile = true + +[[files]] +file = "mods/ferrite-core.pw.toml" +hash = "98da553a1ba2d41bfce3585198641c2d927c702d5403ebec82402ae51ddf707f" +metafile = true + +[[files]] +file = "mods/figura-0.1.01.19.2.jar" +hash = "1d3ed61bd7cd7af79a6beeaffc0aff7f297d043e8b2984ebc2594eb77cdb8490" + +[[files]] +file = "mods/flower-patch.pw.toml" +hash = "b99848264d9e3e43e8ac9d2f415198865fbb069518c409d59310445718c85587" +metafile = true + +[[files]] +file = "mods/forge-config-api-port.pw.toml" +hash = "3a68d8f694877589b9d29bd7b44b590a123007f28142d0deed1ba34c9b90b51c" +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" +metafile = true + +[[files]] +file = "mods/indium.pw.toml" +hash = "e8168531c092676d47cac3657bfc525f096f11ff5372ce6e322ad57778b81635" +metafile = true + +[[files]] +file = "mods/iris.pw.toml" +hash = "af3675c9022d8669af5486c58fa9a685189a579a772a4c2ea5705bbe29bb169d" +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" +metafile = true + +[[files]] +file = "mods/kubejs.pw.toml" +hash = "3acda3107c510ea1d42a7ef9667c2d5118310aa38fb9bcb2cf90f8e04ec32be6" +metafile = true + +[[files]] +file = "mods/lambdynamiclights.pw.toml" +hash = "9b628c73b749c901f12ba08b8304c161801903b1dd3fdbb6d4b93a9d42d25afa" +metafile = true + +[[files]] +file = "mods/leashable-players.pw.toml" +hash = "313e4bdded31016df321a12a991752ec1dd1554320d414850016cfd702429477" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "54a337d13450b35dfc931e7a5f3ed9fca1a1992ec51d3b1e4ea1cb5f7cd2d09c" +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" +metafile = true + +[[files]] +file = "mods/modmenu.pw.toml" +hash = "393604e3ebcaf78c516f4937de581723af575921ab82b389fed7733435be61cc" +metafile = true + +[[files]] +file = "mods/moonlight.pw.toml" +hash = "90f8d140be45787ddb039f62015362d54ead182ef6c40761067db709e1d349be" +metafile = true + +[[files]] +file = "mods/netherracked.pw.toml" +hash = "a234684269a509b1849cc79bab7f955880f7908c6740f90543459cc37ec61c27" +metafile = true + +[[files]] +file = "mods/no-chat-reports.pw.toml" +hash = "1aa7510ec1a3994273a20f8b341f676583b9ede2eaea3badd46deb7178d92a6c" +metafile = true + +[[files]] +file = "mods/no-telemetry.pw.toml" +hash = "5f9870a1b70f585f7ca5ca97d5369056f6f6ab84d9897a35b545b0311e69c213" +metafile = true + +[[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" +metafile = true + +[[files]] +file = "mods/patchouli.pw.toml" +hash = "2dab4b3cea2f1ce1505c3c7be55d8fb6123a7593435134f2c15eed18e6c07ddf" +metafile = true + +[[files]] +file = "mods/paucal.pw.toml" +hash = "03d4272f909720df400b6af4c90a93fc95e3a55c85935e7777724ba9f9bcb994" +metafile = true + +[[files]] +file = "mods/peripheralium.pw.toml" +hash = "ea3ba6d06a88da29ff2061b686d57f77a08bf87e88d41c48320ff3e6fa1e69a1" +metafile = true + +[[files]] +file = "mods/pride-furnaces.pw.toml" +hash = "75c61231e1266f9d007df24e2bc3995b6d42624f2c16a44af328a7c1a34994eb" +metafile = true + +[[files]] +file = "mods/puzzles-lib.pw.toml" +hash = "80e52c4c76edb7e19169870e10ac16e966396e5a8f1a430ca039f52ceea9e297" +metafile = true + +[[files]] +file = "mods/qkl.pw.toml" +hash = "78fe291bc3d50234209d5b80735b469044f4d858dc8d3ba5bc38d1e098cb786f" +metafile = true + +[[files]] +file = "mods/qsl.pw.toml" +hash = "7f16d61f278eb23f2778ebc55467391d06fd76a8710d5b857efb7762734fb281" +metafile = true + +[[files]] +file = "mods/quartz-elevator.pw.toml" +hash = "8caa7ac143e34732df295e0bd03b68841239172811da137e6429d2701f0410e4" +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" +metafile = true + +[[files]] +file = "mods/rhino.pw.toml" +hash = "f7957b69872ee26bdaa1a9db1f880c4d65eefde73ec291f30c0765fe6198b808" +metafile = true + +[[files]] +file = "mods/smoothboot-fabric.pw.toml" +hash = "971e8b0bef16bd6ce88c7f940b30fdc1debff7b715058f4d331d54beb58a4314" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "aa4dcf55ac3191b0b31437521714c1d28364c3396cf06ef07fa76a08488c1837" +metafile = true + +[[files]] +file = "mods/spark.pw.toml" +hash = "245599aeee8c2497af5588bcf1430a2753c9cd4827b7c8891dfbe9c578405038" +metafile = true + +[[files]] +file = "mods/structure-tools.pw.toml" +hash = "86deebcd3e0f2eaeefb90f8f151f8f7fc449f58b1db8070b60386444aa3124af" +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" +metafile = true + +[[files]] +file = "mods/toms-storage.pw.toml" +hash = "30a3e3f7f468a6b0c2d65fcaab7ff138881c0a921316fa721a5c3a1d77ec4bac" +metafile = true + +[[files]] +file = "mods/trinkets.pw.toml" +hash = "e4e021f4e9647d01496dfd9f4dbf77cf46575318bd54f40aac7d3b4996baecb8" +metafile = true + +[[files]] +file = "mods/turtlematic.pw.toml" +hash = "bb74c1d0b3d281ececdd10bd03bb811bdb44314379b0a0164f66006316706dda" +metafile = true + +[[files]] +file = "mods/universal-bone-meal.pw.toml" +hash = "1ada0b2942853c79cdaa88b2b253ab55b1f6eadfb475d0d4a8cf4ac5f3174b2a" +metafile = true + +[[files]] +file = "mods/unlimitedperipheralworks.pw.toml" +hash = "31becf469aea9f05cfe98345041f3e714e42d4dc672f8c6e37f8ab02ca06a8c0" +metafile = true + +[[files]] +file = "mods/vivecraft.pw.toml" +hash = "ab48141ab72021bfcc4bf68fd02572bd5c10a2d5f1fc7c35b25e45beed490c00" +metafile = true + +[[files]] +file = "mods/waystones.pw.toml" +hash = "e33fd461dcf4611ce9c93224766b828ec7252709042d8bd593316a7d90b80295" +metafile = true + +[[files]] +file = "mods/xaeros-minimap.pw.toml" +hash = "b1a2fbb24c590b91e32f570c5d202c9bd298e083409c8b71870db185c50fc8e9" +metafile = true + +[[files]] +file = "mods/xaeros-world-map.pw.toml" +hash = "d273a8d9829159697733da5a69d4a774377583ac18a00eaf9e3391f5d5ee1c15" +metafile = true + +[[files]] +file = "mods/yosbr.pw.toml" +hash = "6f6334f336a876088431df70e2bba6ac52ca2ddeb73a4880ce88d6954b09af00" +metafile = true + +[[files]] +file = "mods/yttr.pw.toml" +hash = "74257a39c616938aed0b5764b244780ff7aef3fd6f7b535a9603f9d9f4a6dded" +metafile = true + +[[files]] +file = "packwiz-installer-bootstrap.jar" +hash = "a8fbb24dc604278e97f4688e82d3d91a318b98efc08d5dbfcbcbcab6443d116c" diff --git a/.minecraft/kubejs/.gitignore b/.minecraft/kubejs/.gitignore new file mode 100644 index 0000000..9d8ec03 --- /dev/null +++ b/.minecraft/kubejs/.gitignore @@ -0,0 +1,4 @@ +config/common.properties +exported/ +en.json +README.txt diff --git a/.minecraft/kubejs/assets/minecraft/lang/en_us.json b/.minecraft/kubejs/assets/minecraft/lang/en_us.json new file mode 100644 index 0000000..6a7d723 --- /dev/null +++ b/.minecraft/kubejs/assets/minecraft/lang/en_us.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 alot of Class-Zs", + "commands.kill.success.single": "Gave Class-Zs to %s", + "commands.kill.success.multiple": "Gave Class-Zs to %s entities", + + // Misc Replacements to sort + "gui.socialInteractions.empty_hidden": "No Cuties hidden in chat", + "gui.socialInteractions.empty_blocked": "No blocked Cuties in chat", + + "spectatorMenu.teleport": "Teleport to Cutie", + "spectatorMenu.teleport.prompt": "Select a Cutie to teleport to", + + "lanServer.otherPlayers": "Settings for Other Cuties", + + "multiplayer.disconnect.invalid_player_data": "Invalid Cutie data", + "multiplayer.disconnect.invalid_player_movement": "Invalid move Cutie packet received", + + "soundCategory.player": "Cuties", + + "options.allowServerListing.tooltip": "Servers may list online Cuties as part of their public status.\nWith this option off your name will not show up in such lists.", + "options.hideMatchedNames.tooltip": "3rd-party Servers may send chat messages in non-standard formats.\nWith this option on: hidden Cuties will be matched based on chat sender names.", + + "key.playerlist": "List Cuties", + "key.spectatorOutlines": "Highlight Cuties (Spectators)", + + "block.minecraft.player_wall_head": "Cutie Wall Head", + "block.minecraft.player_head": "Cutie Head", + + "entity.minecraft.player": "Cutie", + + "stat.minecraft.player_kills": "Cutie Naps", + + "advMode.nearestPlayer": "Use \"@p\" to target nearest Cutie", + "advMode.randomPlayer": "Use \"@r\" to target random Cutie", + "advMode.allPlayers": "Use \"@a\" to target all Cuties", + "advMode.notAllowed": "Must be an opped Cutie in creative mode", + + "subtitles.entity.arrow.hit_player": "Cutie hit", + "subtitles.entity.player.death": "Cutie starts napping", + "subtitles.entity.player.hurt": "Cutie hurts", + "subtitles.entity.player.hurt_drown": "Cutie drowning", + "subtitles.entity.player.hurt_on_fire": "Cutie burns", + "subtitles.entity.player.levelup": "Cutie dings", + "subtitles.entity.player.freeze_hurt": "Cutie freezes", + "subtitles.item.chorus_fruit.teleport": "Cutie teleports", + + "argument.entity.selector.nearestPlayer": "Nearest Cutie", + "argument.entity.selector.randomPlayer": "Random Cutie", + "argument.entity.selector.allPlayers": "All Cuties", + "argument.entity.options.gamemode.description": "Cuties with gamemode", + "argument.entity.options.advancements.description": "Cuties with advancements", + + "commands.advancement.grant.one.to.many.success": "Granted the advancement %s to %s Cuties", + "commands.advancement.grant.one.to.many.failure": "Couldn't grant advancement %s to %s Cuties as they already have it", + "commands.advancement.grant.many.to.many.success": "Granted %s advancements to %s Cuties", + "commands.advancement.grant.many.to.many.failure": "Couldn't grant %s advancements to %s Cuties as they already have them", + "commands.advancement.grant.criterion.to.many.success": "Granted criterion '%s' of advancement %s to %s Cuties", + "commands.advancement.grant.criterion.to.many.failure": "Couldn't grant criterion '%s' of advancement %s to %s Cuties as they already have it", + "commands.advancement.revoke.one.to.many.success": "Revoked the advancement %s from %s Cuties", + "commands.advancement.revoke.one.to.many.failure": "Couldn't revoke advancement %s from %s Cuties as they don't have it", + "commands.advancement.revoke.many.to.many.success": "Revoked %s advancements from %s Cuties", + "commands.advancement.revoke.many.to.many.failure": "Couldn't revoke %s advancements from %s Cuties as they don't have them", + "commands.advancement.revoke.criterion.to.many.success": "Revoked criterion '%s' of advancement %s from %s Cuties", + "commands.advancement.revoke.criterion.to.many.failure": "Couldn't revoke criterion '%s' of advancement %s from %s Cuties as they don't have it", + + "commands.clear.success.single": "Removed %s items from Cutie %s", + "commands.clear.success.multiple": "Removed %s items from %s Cuties", + "commands.clear.test.single": "Found %s matching items on Cutie %s", + "commands.clear.test.multiple": "Found %s matching items on %s Cuties", + + "commands.experience.add.points.success.multiple": "Gave %s experience points to %s Cuties", + "commands.experience.add.levels.success.multiple": "Gave %s experience levels to %s Cuties", + "commands.experience.set.points.success.multiple": "Set %s experience points on %s Cuties", + "commands.experience.set.levels.success.multiple": "Set %s experience levels on %s Cuties", + + "commands.give.success.multiple": "Gave %s %s to %s Cuties", + + "commands.playsound.success.multiple": "Played sound %s to %s Cuties", + + "commands.list.players": "There are %s of a max of %s Cuties online: %s", + + "commands.setidletimeout.success": "The Cutie idle timeout is now %s minutes", + + "commands.bossbar.set.players.success.none": "Custom bossbar %s no longer has any Cuties", + "commands.bossbar.set.players.success.some": "Custom bossbar %s now has %s Cuties: %s", + "commands.bossbar.get.players.none": "Custom bossbar %s has no Cuties currently online", + "commands.bossbar.get.players.some": "Custom bossbar %s has %s Cuties currently online: %s", + + "commands.recipe.give.success.multiple": "Unlocked %s recipes for %s Cuties", + "commands.recipe.take.success.multiple": "Took %s recipes from %s Cuties", + + "commands.whitelist.none": "There are no whitelisted Cuties", + "commands.whitelist.list": "There are %s whitelisted Cuties: %s", + + "commands.spawnpoint.success.multiple": "Set spawn point to %s, %s, %s [%s] in %s for %s Cuties", + + "commands.spreadplayers.success.entities": "Spread %s Cuties around %s, %s with an average distance of %s blocks apart", + + "commands.banip.info": "This ban affects %s Cuties: %s", + + "commands.title.cleared.multiple": "Cleared titles for %s Cuties", + "commands.title.reset.multiple": "Reset title options for %s Cuties", + "commands.title.show.title.multiple": "Showing new title for %s Cuties", + "commands.title.show.subtitle.multiple": "Showing new subtitle for %s Cuties", + "commands.title.show.actionbar.multiple": "Showing new actionbar title for %s Cuties", + "commands.title.times.multiple": "Changed title display times for %s Cuties", + + "permissions.requires.player": "A Cutie is required to run this command here", + + "argument.player.toomany": "Only one Cutie is allowed, but the provided selector allows more than one", + "argument.player.entities": "Only Cuties may be affected by this command, but the provided selector includes entities", + + "argument.entity.notfound.player": "No Cutie was found", + + "argument.player.unknown": "That Cutie does not exist", + + "commands.banip.invalid": "Invalid IP address or unknown Cutie", + + "commands.ban.failed": "Nothing changed. The Cutie is already banned", + + "commands.bossbar.set.players.unchanged": "Nothing changed. Those Cuties are already on the bossbar with nobody to add or remove", + + "commands.deop.failed": "Nothing changed. The Cutie is not an operator", + + "commands.experience.set.points.invalid": "Cannot set experience points above the maximum points for the Cutie's current level", + + "commands.op.failed": "Nothing changed. The Cutie already is an operator", + + "commands.pardon.failed": "Nothing changed. The Cutie isn't banned", + + "commands.whitelist.add.failed": "Cutie is already whitelisted", + "commands.whitelist.remove.failed": "Cutie is not whitelisted", + + "commands.data.entity.invalid": "Unable to modify Cutie data", + + "clear.failed.single": "No items were found on Cutie %s", + "clear.failed.multiple": "No items were found on %s Cuties", + + "gamerule.doLimitedCrafting.description": "If enabled, Cuties will be able to craft only unlocked recipes", + "gamerule.forgiveDeadPlayers": "Forgive napping Cuties", + "gamerule.forgiveDeadPlayers.description": "Angered neutral mobs stop being angry when the targeted Cutie starts napping nearby.", + "gamerule.playersSleepingPercentage.description": "The percentage of Cuties who must be sleeping to skip the night.", + "gamerule.universalAnger.description": "Angered neutral Feralists attack any nearby Cutie, not just the Cutie that angered them. Works best if forgiveDeadPlayers is disabled.", + "gamerule.category.player": "Cutie", + + "sleep.players_sleeping": "%s/%s Cuties sleeping" +} \ No newline at end of file diff --git a/.minecraft/kubejs/assets/minecraft/texts/splashes.txt b/.minecraft/kubejs/assets/minecraft/texts/splashes.txt new file mode 100644 index 0000000..860f593 --- /dev/null +++ b/.minecraft/kubejs/assets/minecraft/texts/splashes.txt @@ -0,0 +1,34 @@ +Hello Cutie! +Remember to take your meds! +Do you have water nearby? +What a cute floret! +Plampt! +Have fun cutie! +Xenodruggies not included! +Remember to take breaks! +Digitalis says hello! +Also try Flowers and Vines! (or whatever the floret cut of Chutes and Ladders was called in Recovery) +Ask your Vet! +Ask your Owner! +Beeple Beeple Beeple! +More Teeth Than A Horse! +Blahaj Blast! +Your an adorable Floret +You look good in a Collar! +Say Please! +You're the best gamer! +Plant Computing! +You're a good floret! +Now in Hypnovision! +Distribute far and Wide! +Do you want to cuddle? +Doesn't use the W-word! +200% more cuddly! +Botanical! +Everybody do the Leaf! +Microgravity with style! +Floret fiction! +Class-A! +Prepare before spelunking! +Everything is Free! +There's five Independent developers! \ No newline at end of file diff --git a/.minecraft/kubejs/config/client.properties b/.minecraft/kubejs/config/client.properties new file mode 100644 index 0000000..11447ac --- /dev/null +++ b/.minecraft/kubejs/config/client.properties @@ -0,0 +1,15 @@ +#KubeJS Client Properties +#Mon Sep 26 19:27:11 PDT 2022 +backgroundColor=2b2b2b +barBorderColor=ECEFF4 +exportAtlases=false +menuBackgroundBrightness=64 +disableRecipeBook=false +title=FloretCraft +barColor=ECEFF4 +overrideColors=true +fmlLogColor=ECEFF4 +showTagNames=false +fmlMemoryColor=ECEFF4 +menuBackgroundScale=32.0 +menuInnerBackgroundBrightness=32 diff --git a/.minecraft/kubejs/index.md b/.minecraft/kubejs/index.md new file mode 100644 index 0000000..fd6100f --- /dev/null +++ b/.minecraft/kubejs/index.md @@ -0,0 +1,20 @@ +/assets/ + * functions exactly like the resourcepack/assets folder + +/client_scripts/ + * KubeJS Scripts that run on the client + * uknown the full capabilities, something to look into + +/config/ + * kubejs config, shouldnt need to change but can be changed + +/data/ + * functions exactly like the datapack/data folder + +/server_scripts/ + * these are scripts that function when *in an world* + * they can be used for recipie alteration or other things + +/startup_scripts/ + * these happen on game load + * They can be used to add, remove, or modify items \ No newline at end of file diff --git a/.minecraft/kubejs/pack.mcmeta b/.minecraft/kubejs/pack.mcmeta new file mode 100644 index 0000000..4562259 --- /dev/null +++ b/.minecraft/kubejs/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "description": "FloretSpeak!", + "pack_format": 7 + } +} \ No newline at end of file diff --git a/.minecraft/modpack-template_icon.png b/.minecraft/modpack-template_icon.png new file mode 100644 index 0000000..d81d8c4 Binary files /dev/null and b/.minecraft/modpack-template_icon.png differ diff --git a/.minecraft/modpack.icon.png b/.minecraft/modpack.icon.png new file mode 100644 index 0000000..d81d8c4 Binary files /dev/null and b/.minecraft/modpack.icon.png 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 new file mode 100644 index 0000000..0ec62f9 Binary files /dev/null and b/.minecraft/mods/Pehkui-3.7.3+1.14.4-1.20.jar differ diff --git a/.minecraft/mods/additional-lanterns.pw.toml b/.minecraft/mods/additional-lanterns.pw.toml new file mode 100644 index 0000000..1ba436d --- /dev/null +++ b/.minecraft/mods/additional-lanterns.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..a3c7e75 --- /dev/null +++ b/.minecraft/mods/adorn.pw.toml @@ -0,0 +1,13 @@ +name = "Adorn" +filename = "Adorn-3.9.1+1.19.2-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/E6FUtRJh/versions/4Af8VkZs/Adorn-3.9.1%2B1.19.2-fabric.jar" +hash-format = "sha1" +hash = "cec969be7bcd93e26ed127e057b68da80c687407" + +[update] +[update.modrinth] +mod-id = "E6FUtRJh" +version = "4Af8VkZs" diff --git a/.minecraft/mods/ae2.pw.toml b/.minecraft/mods/ae2.pw.toml new file mode 100644 index 0000000..9958250 --- /dev/null +++ b/.minecraft/mods/ae2.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..7c658cb --- /dev/null +++ b/.minecraft/mods/almost-unified.pw.toml @@ -0,0 +1,13 @@ +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/architectury-api.pw.toml b/.minecraft/mods/architectury-api.pw.toml new file mode 100644 index 0000000..d2da6c0 --- /dev/null +++ b/.minecraft/mods/architectury-api.pw.toml @@ -0,0 +1,13 @@ +name = "Architectury API" +filename = "architectury-6.5.85-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/HoIJp48v/architectury-6.5.85-fabric.jar" +hash-format = "sha1" +hash = "5795f772ea4a72049e38848eac80a005b01211d9" + +[update] +[update.modrinth] +mod-id = "lhGA9TYQ" +version = "HoIJp48v" diff --git a/.minecraft/mods/auto-plant-crops.pw.toml b/.minecraft/mods/auto-plant-crops.pw.toml new file mode 100644 index 0000000..badb322 --- /dev/null +++ b/.minecraft/mods/auto-plant-crops.pw.toml @@ -0,0 +1,13 @@ +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/balm.pw.toml b/.minecraft/mods/balm.pw.toml new file mode 100644 index 0000000..9e1d25e --- /dev/null +++ b/.minecraft/mods/balm.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..f118aea --- /dev/null +++ b/.minecraft/mods/better-than-bunnies.pw.toml @@ -0,0 +1,13 @@ +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/betterf3.pw.toml b/.minecraft/mods/betterf3.pw.toml new file mode 100644 index 0000000..e872054 --- /dev/null +++ b/.minecraft/mods/betterf3.pw.toml @@ -0,0 +1,13 @@ +name = "BetterF3" +filename = "BetterF3-4.0.0-Fabric-1.19.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/8shC1gFX/versions/RbNy07Bx/BetterF3-4.0.0-Fabric-1.19.2.jar" +hash-format = "sha1" +hash = "1bbc527d23b53e0aae4d5e1deddf92b1f394b94b" + +[update] +[update.modrinth] +mod-id = "8shC1gFX" +version = "RbNy07Bx" diff --git a/.minecraft/mods/bushier-flowers.pw.toml b/.minecraft/mods/bushier-flowers.pw.toml new file mode 100644 index 0000000..24a05e2 --- /dev/null +++ b/.minecraft/mods/bushier-flowers.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..a5a7f75 --- /dev/null +++ b/.minecraft/mods/calibrated.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..f0b0dcb --- /dev/null +++ b/.minecraft/mods/cardinal-components-api.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..729d995 --- /dev/null +++ b/.minecraft/mods/carry-on.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..5db7f5b --- /dev/null +++ b/.minecraft/mods/cc-restitched.pw.toml @@ -0,0 +1,13 @@ +name = "CC: Restitched" +filename = "cc-restitched-1.101.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/eldBwa5V/versions/1.101.2%2B1.19.1/cc-restitched-1.101.2.jar" +hash-format = "sha1" +hash = "428b306c317e38d5829972f1944c873858b740da" + +[update] +[update.modrinth] +mod-id = "eldBwa5V" +version = "3S6HU7nl" 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 new file mode 100644 index 0000000..563f21c --- /dev/null +++ b/.minecraft/mods/choicetheorems-overhauled-village-friends-and-foes-add-on.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..29ea26a --- /dev/null +++ b/.minecraft/mods/chunk-loaders.pw.toml @@ -0,0 +1,13 @@ +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/cloth-config.pw.toml b/.minecraft/mods/cloth-config.pw.toml new file mode 100644 index 0000000..bc83fc0 --- /dev/null +++ b/.minecraft/mods/cloth-config.pw.toml @@ -0,0 +1,14 @@ +name = "Cloth Config API" +filename = "cloth-config-8.2.88-fabric.jar" +side = "both" +pin = true + +[download] +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/EXrxCjl6/cloth-config-8.2.88-fabric.jar" +hash-format = "sha1" +hash = "4b93c69f22e9bdeeca201992e99632824b55f9cb" + +[update] +[update.modrinth] +mod-id = "9s6osm5g" +version = "EXrxCjl6" diff --git a/.minecraft/mods/clutter.pw.toml b/.minecraft/mods/clutter.pw.toml new file mode 100644 index 0000000..b00fed8 --- /dev/null +++ b/.minecraft/mods/clutter.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..e7ced14 --- /dev/null +++ b/.minecraft/mods/completeconfig.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..01ee7ee --- /dev/null +++ b/.minecraft/mods/compressed-items.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..8972965 --- /dev/null +++ b/.minecraft/mods/compressed.pw.toml @@ -0,0 +1,13 @@ +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/create-enchantment-industry-fabric.pw.toml b/.minecraft/mods/create-enchantment-industry-fabric.pw.toml new file mode 100644 index 0000000..0f71989 --- /dev/null +++ b/.minecraft/mods/create-enchantment-industry-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Create Enchantment Industry Fabric" +filename = "create_enchantment_industry-1.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 new file mode 100644 index 0000000..6f0ffb7 --- /dev/null +++ b/.minecraft/mods/create-fabric.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..047b400 --- /dev/null +++ b/.minecraft/mods/create-renewable-ores.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..8e29406 --- /dev/null +++ b/.minecraft/mods/createaddition.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..e18b379 --- /dev/null +++ b/.minecraft/mods/ct-overhaul-village.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..354855d --- /dev/null +++ b/.minecraft/mods/ctov-farmers-delight-compat.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..b0d6474 --- /dev/null +++ b/.minecraft/mods/ctov-waystone-compat.pw.toml @@ -0,0 +1,13 @@ +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/dashloader.pw.toml b/.minecraft/mods/dashloader.pw.toml new file mode 100644 index 0000000..a7d668b --- /dev/null +++ b/.minecraft/mods/dashloader.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..117e9de --- /dev/null +++ b/.minecraft/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..aad0f25 --- /dev/null +++ b/.minecraft/mods/dynamic_asset_generator.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..2fb03c3 --- /dev/null +++ b/.minecraft/mods/edibleflowers.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..b41abaf --- /dev/null +++ b/.minecraft/mods/emi.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..1fef71f --- /dev/null +++ b/.minecraft/mods/emiffect.pw.toml @@ -0,0 +1,13 @@ +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/excavated_variants.pw.toml b/.minecraft/mods/excavated_variants.pw.toml new file mode 100644 index 0000000..f184519 --- /dev/null +++ b/.minecraft/mods/excavated_variants.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..2af68d6 --- /dev/null +++ b/.minecraft/mods/exlines-furniture.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..c5d3779 --- /dev/null +++ b/.minecraft/mods/extra-mod-integrations.pw.toml @@ -0,0 +1,13 @@ +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/fabrictailor.pw.toml b/.minecraft/mods/fabrictailor.pw.toml new file mode 100644 index 0000000..2f0c90c --- /dev/null +++ b/.minecraft/mods/fabrictailor.pw.toml @@ -0,0 +1,13 @@ +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/farmers-delight-fabric.pw.toml b/.minecraft/mods/farmers-delight-fabric.pw.toml new file mode 100644 index 0000000..c754de7 --- /dev/null +++ b/.minecraft/mods/farmers-delight-fabric.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..29a3dce --- /dev/null +++ b/.minecraft/mods/ferrite-core.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore" +filename = "ferritecore-5.0.3-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/kwjHqfz7/ferritecore-5.0.3-fabric.jar" +hash-format = "sha1" +hash = "4a124f8205e39b84a156db2d1e435c5708328d7b" + +[update] +[update.modrinth] +mod-id = "uXXizFIs" +version = "kwjHqfz7" diff --git a/.minecraft/mods/figura-0.1.01.19.2.jar b/.minecraft/mods/figura-0.1.01.19.2.jar new file mode 100644 index 0000000..2b471d4 Binary files /dev/null and b/.minecraft/mods/figura-0.1.01.19.2.jar differ diff --git a/.minecraft/mods/flower-patch.pw.toml b/.minecraft/mods/flower-patch.pw.toml new file mode 100644 index 0000000..41b5065 --- /dev/null +++ b/.minecraft/mods/flower-patch.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..333ef50 --- /dev/null +++ b/.minecraft/mods/forge-config-api-port.pw.toml @@ -0,0 +1,13 @@ +name = "Forge Config API Port" +filename = "ForgeConfigAPIPort-v4.2.11-1.19.2-Fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ohNO6lps/versions/3VCgXZ79/ForgeConfigAPIPort-v4.2.11-1.19.2-Fabric.jar" +hash-format = "sha1" +hash = "00d05a6d57ee557ab216de5527e1434e3cf50c24" + +[update] +[update.modrinth] +mod-id = "ohNO6lps" +version = "3VCgXZ79" diff --git a/.minecraft/mods/friends-and-foes-quilt.pw.toml b/.minecraft/mods/friends-and-foes-quilt.pw.toml new file mode 100644 index 0000000..0574aed --- /dev/null +++ b/.minecraft/mods/friends-and-foes-quilt.pw.toml @@ -0,0 +1,13 @@ +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/geckolib.pw.toml b/.minecraft/mods/geckolib.pw.toml new file mode 100644 index 0000000..7457b7d --- /dev/null +++ b/.minecraft/mods/geckolib.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..a8f7316 --- /dev/null +++ b/.minecraft/mods/hex-casting.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..f9ac737 --- /dev/null +++ b/.minecraft/mods/hexbound.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..020b993 --- /dev/null +++ b/.minecraft/mods/horizontalportals.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..b06a16e --- /dev/null +++ b/.minecraft/mods/icarus.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..5c05021 --- /dev/null +++ b/.minecraft/mods/immersive-paintings.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..92825e5 --- /dev/null +++ b/.minecraft/mods/immersivemc.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..e5f6c08 --- /dev/null +++ b/.minecraft/mods/indium.pw.toml @@ -0,0 +1,13 @@ +name = "Indium" +filename = "indium-1.0.9+mc1.19.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/yTfou6df/indium-1.0.9%2Bmc1.19.2.jar" +hash-format = "sha1" +hash = "a74ab16af990cf55dd1a3b5c76eadfc9ca25e25e" + +[update] +[update.modrinth] +mod-id = "Orvt0mRa" +version = "yTfou6df" diff --git a/.minecraft/mods/iris.pw.toml b/.minecraft/mods/iris.pw.toml new file mode 100644 index 0000000..6cbd926 --- /dev/null +++ b/.minecraft/mods/iris.pw.toml @@ -0,0 +1,13 @@ +name = "Iris Shaders" +filename = "iris-mc1.19.2-1.6.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/9YEwbzW6/iris-mc1.19.2-1.6.4.jar" +hash-format = "sha1" +hash = "2420090afb4c08cc82614c26b82c6f3958f06ad8" + +[update] +[update.modrinth] +mod-id = "YL57xq9U" +version = "9YEwbzW6" diff --git a/.minecraft/mods/joy-of-painting.pw.toml b/.minecraft/mods/joy-of-painting.pw.toml new file mode 100644 index 0000000..c9037a6 --- /dev/null +++ b/.minecraft/mods/joy-of-painting.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..135f05e --- /dev/null +++ b/.minecraft/mods/kettle.pw.toml @@ -0,0 +1,13 @@ +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/ksyxis.pw.toml b/.minecraft/mods/ksyxis.pw.toml new file mode 100644 index 0000000..152efcb --- /dev/null +++ b/.minecraft/mods/ksyxis.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..e08971b --- /dev/null +++ b/.minecraft/mods/kubejs.pw.toml @@ -0,0 +1,13 @@ +name = "KubeJS" +filename = "kubejs-fabric-1902.6.1-build.337.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/umyGl7zF/versions/DurEi6ex/kubejs-fabric-1902.6.1-build.337.jar" +hash-format = "sha1" +hash = "a4b4a82e37a2c615cf260b8b23fbe6be8577859f" + +[update] +[update.modrinth] +mod-id = "umyGl7zF" +version = "DurEi6ex" diff --git a/.minecraft/mods/lambdynamiclights.pw.toml b/.minecraft/mods/lambdynamiclights.pw.toml new file mode 100644 index 0000000..b2cd57e --- /dev/null +++ b/.minecraft/mods/lambdynamiclights.pw.toml @@ -0,0 +1,13 @@ +name = "LambDynamicLights" +filename = "lambdynamiclights-2.2.0+1.19.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/yBW8D80W/versions/YQkZSlfq/lambdynamiclights-2.2.0%2B1.19.2.jar" +hash-format = "sha1" +hash = "a2f8ab8fc203a6b4a2d2a756ab5e74ac621ebfdd" + +[update] +[update.modrinth] +mod-id = "yBW8D80W" +version = "YQkZSlfq" diff --git a/.minecraft/mods/leashable-players.pw.toml b/.minecraft/mods/leashable-players.pw.toml new file mode 100644 index 0000000..4d18cb5 --- /dev/null +++ b/.minecraft/mods/leashable-players.pw.toml @@ -0,0 +1,13 @@ +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/lithium.pw.toml b/.minecraft/mods/lithium.pw.toml new file mode 100644 index 0000000..db3a1b5 --- /dev/null +++ b/.minecraft/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +name = "Lithium" +filename = "lithium-fabric-mc1.19.2-0.11.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/m6sVgAi6/lithium-fabric-mc1.19.2-0.11.1.jar" +hash-format = "sha1" +hash = "072a8bad252765e0f21a6f939cf2056fe437228e" + +[update] +[update.modrinth] +mod-id = "gvQqBUqZ" +version = "m6sVgAi6" diff --git a/.minecraft/mods/lovely_snails.pw.toml b/.minecraft/mods/lovely_snails.pw.toml new file mode 100644 index 0000000..25b6d74 --- /dev/null +++ b/.minecraft/mods/lovely_snails.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..423b140 --- /dev/null +++ b/.minecraft/mods/luckperms.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..2aab765 --- /dev/null +++ b/.minecraft/mods/many-flowers.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..3a92dd1 --- /dev/null +++ b/.minecraft/mods/mc-vr-api.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..7a37462 --- /dev/null +++ b/.minecraft/mods/mcperm.pw.toml @@ -0,0 +1,8 @@ +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 new file mode 100644 index 0000000..55cf208 --- /dev/null +++ b/.minecraft/mods/midnightlib.pw.toml @@ -0,0 +1,13 @@ +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/mobs-are-friends.pw.toml b/.minecraft/mods/mobs-are-friends.pw.toml new file mode 100644 index 0000000..10ebacb --- /dev/null +++ b/.minecraft/mods/mobs-are-friends.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..0779c07 --- /dev/null +++ b/.minecraft/mods/modmenu.pw.toml @@ -0,0 +1,13 @@ +name = "Mod Menu" +filename = "modmenu-4.2.0-beta.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/gSoPJyVn/modmenu-4.2.0-beta.2.jar" +hash-format = "sha1" +hash = "6e627ee1b31f5be89e14c85e888f47463d8da9c2" + +[update] +[update.modrinth] +mod-id = "mOgUt4GM" +version = "gSoPJyVn" diff --git a/.minecraft/mods/moonlight.pw.toml b/.minecraft/mods/moonlight.pw.toml new file mode 100644 index 0000000..9e572d5 --- /dev/null +++ b/.minecraft/mods/moonlight.pw.toml @@ -0,0 +1,13 @@ +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/netherracked.pw.toml b/.minecraft/mods/netherracked.pw.toml new file mode 100644 index 0000000..2f302da --- /dev/null +++ b/.minecraft/mods/netherracked.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..187cfcc --- /dev/null +++ b/.minecraft/mods/no-chat-reports.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..f3ff2b6 --- /dev/null +++ b/.minecraft/mods/no-telemetry.pw.toml @@ -0,0 +1,13 @@ +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/origins-minus.pw.toml b/.minecraft/mods/origins-minus.pw.toml new file mode 100644 index 0000000..8cbef86 --- /dev/null +++ b/.minecraft/mods/origins-minus.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..bf5c8a7 --- /dev/null +++ b/.minecraft/mods/origins.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..211efae --- /dev/null +++ b/.minecraft/mods/owo-lib.pw.toml @@ -0,0 +1,13 @@ +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/patchouli.pw.toml b/.minecraft/mods/patchouli.pw.toml new file mode 100644 index 0000000..56f9306 --- /dev/null +++ b/.minecraft/mods/patchouli.pw.toml @@ -0,0 +1,13 @@ +name = "Patchouli" +filename = "Patchouli-1.19.2-77-FABRIC.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nU0bVIaL/versions/NorgAU8F/Patchouli-1.19.2-77-FABRIC.jar" +hash-format = "sha1" +hash = "668cf78f543d43412453759961adeac4fabcafeb" + +[update] +[update.modrinth] +mod-id = "nU0bVIaL" +version = "NorgAU8F" diff --git a/.minecraft/mods/paucal.pw.toml b/.minecraft/mods/paucal.pw.toml new file mode 100644 index 0000000..3029e02 --- /dev/null +++ b/.minecraft/mods/paucal.pw.toml @@ -0,0 +1,13 @@ +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/peripheralium.pw.toml b/.minecraft/mods/peripheralium.pw.toml new file mode 100644 index 0000000..3aaa1f2 --- /dev/null +++ b/.minecraft/mods/peripheralium.pw.toml @@ -0,0 +1,13 @@ +name = "Peripheralium" +filename = "peripheralium-0.4.22-1.19.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vV2a9qrZ/versions/NKyztNfU/peripheralium-0.4.22-1.19.2.jar" +hash-format = "sha1" +hash = "04d6fb207f855923d04ee5a2c5f57638e8c568a2" + +[update] +[update.modrinth] +mod-id = "vV2a9qrZ" +version = "NKyztNfU" diff --git a/.minecraft/mods/pride-furnaces.pw.toml b/.minecraft/mods/pride-furnaces.pw.toml new file mode 100644 index 0000000..cdcd1aa --- /dev/null +++ b/.minecraft/mods/pride-furnaces.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..86636b4 --- /dev/null +++ b/.minecraft/mods/puzzles-lib.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..7dabd91 --- /dev/null +++ b/.minecraft/mods/qkl.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..9654444 --- /dev/null +++ b/.minecraft/mods/qsl.pw.toml @@ -0,0 +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" +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" +hash-format = "sha1" +hash = "25670c34698025b31db03d31913a547b81bd87cd" + +[update] +[update.modrinth] +mod-id = "qvIfYCYJ" +version = "BTCxVi75" diff --git a/.minecraft/mods/quartz-elevator.pw.toml b/.minecraft/mods/quartz-elevator.pw.toml new file mode 100644 index 0000000..1798b58 --- /dev/null +++ b/.minecraft/mods/quartz-elevator.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..ec48466 --- /dev/null +++ b/.minecraft/mods/reborncore.pw.toml @@ -0,0 +1,13 @@ +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/reinforced-barrels.pw.toml b/.minecraft/mods/reinforced-barrels.pw.toml new file mode 100644 index 0000000..c266ec5 --- /dev/null +++ b/.minecraft/mods/reinforced-barrels.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..660cba1 --- /dev/null +++ b/.minecraft/mods/reinforced-chests.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..12d9f3f --- /dev/null +++ b/.minecraft/mods/reinforced-shulker-boxes.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..2d1058f --- /dev/null +++ b/.minecraft/mods/removehud.pw.toml @@ -0,0 +1,13 @@ +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/repurposed-structures-fabric.pw.toml b/.minecraft/mods/repurposed-structures-fabric.pw.toml new file mode 100644 index 0000000..1d85191 --- /dev/null +++ b/.minecraft/mods/repurposed-structures-fabric.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..b3d84d0 --- /dev/null +++ b/.minecraft/mods/rhino.pw.toml @@ -0,0 +1,13 @@ +name = "Rhino" +filename = "rhino-fabric-1902.2.2-build.268.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/sk9knFPE/versions/BF7Q43Mc/rhino-fabric-1902.2.2-build.268.jar" +hash-format = "sha1" +hash = "2b6b583a14a49cfe8819ff8874dc23da6035ba74" + +[update] +[update.modrinth] +mod-id = "sk9knFPE" +version = "BF7Q43Mc" diff --git a/.minecraft/mods/smoothboot-fabric.pw.toml b/.minecraft/mods/smoothboot-fabric.pw.toml new file mode 100644 index 0000000..f358883 --- /dev/null +++ b/.minecraft/mods/smoothboot-fabric.pw.toml @@ -0,0 +1,13 @@ +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.pw.toml b/.minecraft/mods/sodium.pw.toml new file mode 100644 index 0000000..d921461 --- /dev/null +++ b/.minecraft/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-mc1.19.2-0.4.4+build.18.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/AANobbMI/versions/rAfhHfow/sodium-fabric-mc1.19.2-0.4.4%2Bbuild.18.jar" +hash-format = "sha1" +hash = "227648dc4f6a8604bafc282612a6de47eff70cd8" + +[update] +[update.modrinth] +mod-id = "AANobbMI" +version = "rAfhHfow" diff --git a/.minecraft/mods/spark.pw.toml b/.minecraft/mods/spark.pw.toml new file mode 100644 index 0000000..a44d0e1 --- /dev/null +++ b/.minecraft/mods/spark.pw.toml @@ -0,0 +1,13 @@ +name = "spark" +filename = "spark-1.10.37-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/l6YH9Als/versions/XhFbpH8f/spark-1.10.37-fabric.jar" +hash-format = "sha1" +hash = "11ca9a59e95b50a9cbfb3b1e14b8bfd7cfa7e31c" + +[update] +[update.modrinth] +mod-id = "l6YH9Als" +version = "XhFbpH8f" diff --git a/.minecraft/mods/structure-tools.pw.toml b/.minecraft/mods/structure-tools.pw.toml new file mode 100644 index 0000000..76939f5 --- /dev/null +++ b/.minecraft/mods/structure-tools.pw.toml @@ -0,0 +1,13 @@ +name = "st'ructure tools" +filename = "structure-tools-1.0.30.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uD5WhhmK/versions/1.0.30/structure-tools-1.0.30.jar" +hash-format = "sha1" +hash = "189c03feb71e8e30f699863e7acf7658725ee718" + +[update] +[update.modrinth] +mod-id = "uD5WhhmK" +version = "XWxHBdjK" diff --git a/.minecraft/mods/styled-chat.pw.toml b/.minecraft/mods/styled-chat.pw.toml new file mode 100644 index 0000000..6655f6d --- /dev/null +++ b/.minecraft/mods/styled-chat.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..79ddb2d --- /dev/null +++ b/.minecraft/mods/styled-nicknames.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..0990aa2 --- /dev/null +++ b/.minecraft/mods/styledplayerlist.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..3e0e393 --- /dev/null +++ b/.minecraft/mods/supermartijn642s-config-lib.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..aa1848e --- /dev/null +++ b/.minecraft/mods/supermartijn642s-core-lib.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..e204867 --- /dev/null +++ b/.minecraft/mods/supplementaries.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..7b07408 --- /dev/null +++ b/.minecraft/mods/switchy-inventories.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..b728565 --- /dev/null +++ b/.minecraft/mods/switchy-teleport.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..3eb7d58 --- /dev/null +++ b/.minecraft/mods/switchy.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..abbe5eb --- /dev/null +++ b/.minecraft/mods/switchykit.pw.toml @@ -0,0 +1,13 @@ +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/techreborn.pw.toml b/.minecraft/mods/techreborn.pw.toml new file mode 100644 index 0000000..7e8f41e --- /dev/null +++ b/.minecraft/mods/techreborn.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..ac91a66 --- /dev/null +++ b/.minecraft/mods/the-printer.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..65e82b2 --- /dev/null +++ b/.minecraft/mods/toms-storage.pw.toml @@ -0,0 +1,13 @@ +name = "Tom's Simple Storage Mod" +filename = "toms_storage_fabric-1.19-1.5.9.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/XZNI4Cpy/versions/mI1bA7bA/toms_storage_fabric-1.19-1.5.9.jar" +hash-format = "sha1" +hash = "4cfbbf31a871bc03958c8bbc9b892f9110757ab4" + +[update] +[update.modrinth] +mod-id = "XZNI4Cpy" +version = "mI1bA7bA" diff --git a/.minecraft/mods/trinkets.pw.toml b/.minecraft/mods/trinkets.pw.toml new file mode 100644 index 0000000..8b640e9 --- /dev/null +++ b/.minecraft/mods/trinkets.pw.toml @@ -0,0 +1,13 @@ +name = "Trinkets" +filename = "trinkets-3.4.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/5aaWibi9/versions/OLwsMJv4/trinkets-3.4.2.jar" +hash-format = "sha1" +hash = "83deb9f7ab28737a5d27a57e49fe105e9053804c" + +[update] +[update.modrinth] +mod-id = "5aaWibi9" +version = "OLwsMJv4" diff --git a/.minecraft/mods/turtlematic.pw.toml b/.minecraft/mods/turtlematic.pw.toml new file mode 100644 index 0000000..34ef3e3 --- /dev/null +++ b/.minecraft/mods/turtlematic.pw.toml @@ -0,0 +1,13 @@ +name = "Turtlematic" +filename = "turtlematic-0.5.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/UogK5QqE/versions/NJf9AL4b/turtlematic-0.5.4.jar" +hash-format = "sha1" +hash = "157fa3729232a465f21546b517e11e1c89238373" + +[update] +[update.modrinth] +mod-id = "UogK5QqE" +version = "NJf9AL4b" diff --git a/.minecraft/mods/universal-bone-meal.pw.toml b/.minecraft/mods/universal-bone-meal.pw.toml new file mode 100644 index 0000000..02c3fe9 --- /dev/null +++ b/.minecraft/mods/universal-bone-meal.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..b1da979 --- /dev/null +++ b/.minecraft/mods/unlimitedperipheralworks.pw.toml @@ -0,0 +1,13 @@ +name = "UnlimitedPeripheralWorks" +filename = "peripheralworks-0.2.9.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Sf7QBsRP/versions/HnSb69GB/peripheralworks-0.2.9.jar" +hash-format = "sha1" +hash = "8508628d80582489097affb2abe3f8034a30441a" + +[update] +[update.modrinth] +mod-id = "Sf7QBsRP" +version = "HnSb69GB" diff --git a/.minecraft/mods/vivecraft.pw.toml b/.minecraft/mods/vivecraft.pw.toml new file mode 100644 index 0000000..803c37f --- /dev/null +++ b/.minecraft/mods/vivecraft.pw.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..47e6a47 --- /dev/null +++ b/.minecraft/mods/waystones.pw.toml @@ -0,0 +1,13 @@ +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/xaeros-minimap.pw.toml b/.minecraft/mods/xaeros-minimap.pw.toml new file mode 100644 index 0000000..03a6667 --- /dev/null +++ b/.minecraft/mods/xaeros-minimap.pw.toml @@ -0,0 +1,13 @@ +name = "Xaero's Minimap" +filename = "Xaeros_Minimap_23.6.0_Fabric_1.19.1.jar" +side = "both" + +[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" + +[update] +[update.modrinth] +mod-id = "1bokaNcj" +version = "LKcX5Que" diff --git a/.minecraft/mods/xaeros-world-map.pw.toml b/.minecraft/mods/xaeros-world-map.pw.toml new file mode 100644 index 0000000..3aaec37 --- /dev/null +++ b/.minecraft/mods/xaeros-world-map.pw.toml @@ -0,0 +1,13 @@ +name = "Xaero's World Map" +filename = "XaerosWorldMap_1.31.0_Fabric_1.19.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/NcUtCpym/versions/st6Yi8FJ/XaerosWorldMap_1.31.0_Fabric_1.19.1.jar" +hash-format = "sha1" +hash = "e427b9f5e9705a6c31a3ed030e9acc4028a1ab9f" + +[update] +[update.modrinth] +mod-id = "NcUtCpym" +version = "st6Yi8FJ" diff --git a/.minecraft/mods/yosbr.pw.toml b/.minecraft/mods/yosbr.pw.toml new file mode 100644 index 0000000..679fe0d --- /dev/null +++ b/.minecraft/mods/yosbr.pw.toml @@ -0,0 +1,13 @@ +name = "Your Options Shall Be Respected (YOSBR)" +filename = "yosbr-0.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WwbubTsV/versions/KMOzdYko/yosbr-0.1.2.jar" +hash-format = "sha1" +hash = "f0340e9c0bc95d67f3f3e9c1cd79b61054af11f9" + +[update] +[update.modrinth] +mod-id = "WwbubTsV" +version = "KMOzdYko" diff --git a/.minecraft/mods/yttr.pw.toml b/.minecraft/mods/yttr.pw.toml new file mode 100644 index 0000000..50a9ed5 --- /dev/null +++ b/.minecraft/mods/yttr.pw.toml @@ -0,0 +1,13 @@ +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/pack.toml b/.minecraft/pack.toml new file mode 100644 index 0000000..2c4019e --- /dev/null +++ b/.minecraft/pack.toml @@ -0,0 +1,16 @@ +name = "Modpack Template" +author = "Merith.TK" +version = "1.0.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "e129cbf022fc7bc1cb8e74013ed32285a4f9588fc0a2c5862efe0cc38dab2d23" + +[versions] +minecraft = "1.19.2" +quilt = "0.19.2" + +[options] +acceptable-game-versions = ["1.19.2", "1.19.1", "1.19"] diff --git a/.minecraft/packwiz-installer-bootstrap.jar b/.minecraft/packwiz-installer-bootstrap.jar new file mode 100644 index 0000000..84b934c Binary files /dev/null and b/.minecraft/packwiz-installer-bootstrap.jar differ diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..3c577b0 --- /dev/null +++ b/LICENSE @@ -0,0 +1,24 @@ +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +For more information, please refer to \ No newline at end of file diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5b29ab7 --- /dev/null +++ b/Makefile @@ -0,0 +1,100 @@ +default: + @echo "No Default make command configured" + @echo "Please use either" + @echo " - make multimc" + @echo " - make curseforge" + @echo " - make modrinth" + @echo " - make technic" + @echo " - make server" + @echo " - make all" + @echo "" + @echo "Curseforge will make a curseforge import file" + @echo "" + @echo "Modrinth will make a modrinth import file" + @echo "" + @echo "Multimc will make a multimc zip file which contains" + @echo " the packwiz updater" + @echo "" + @echo "Technic will make a technic pack zip" + @echo "" + @echo "Server will make a server pack zip" + @echo " This will include the packwiz updater," + @echo " but will not be configured to run by default" + @echo "" + @echo "All will make all packs it can" + @echo "" + +PACKNAME := $(notdir $(CURDIR)) +PACKURL := $(shell pw detect) + +curseforge: refresh + -mkdir .build + @echo "Making Curseforge pack" + packwiz curseforge export --pack-file .minecraft/pack.toml + mv ./*.zip ./.build/${PACKNAME}-curseforge.zip + +modrinth: refresh + -mkdir .build + @echo "Making Modrinth pack" + packwiz modrinth export --pack-file .minecraft/pack.toml + mv ./*.mrpack ./.build/${PACKNAME}-modrinth.mrpack + +multimc: refresh + -mkdir .build + @echo "Making MultiMC pack" + 7z d .build/${PACKNAME}-multimc.zip ./* -r + 7z d .build/${PACKNAME}-multimc.zip ./.minecraft -r + @sed -i 's#{PACKURL}#${PACKURL}#' instance.cfg + 7z a .build/${PACKNAME}-multimc.zip ./* -r + 7z a .build/${PACKNAME}-multimc.zip ./.minecraft -r + 7z d .build/${PACKNAME}-multimc.zip ./.build ./.minecraft/mods ./.minecraft/pack.toml ./.minecraft/index.toml -r + @sed -i 's#${PACKURL}#{PACKURL}#' instance.cfg + + +technic: refresh + -mkdir .build + @echo "Making Technic pack" + -rm -rf .technic + -cp -r .minecraft .technic + cp ${PACKNAME}_icon.png .technic/icon.png + cd .technic && java -jar ../.minecraft/packwiz-installer-bootstrap.jar ../.minecraft/pack.toml && cd .. + -rm -rf .technic/packwiz* .technic/index.toml .technic/pack.toml .technic/mods/*.toml + 7z d .build/${PACKNAME}-technic.zip ./* ./.* -r + 7z a .build/${PACKNAME}-technic.zip ./.technic/* -r + +server: refresh + -mkdir .build + @echo "Making Server pack" + -rm -rf .server + -cp -r .minecraft .server + cp ${PACKNAME}_icon.png .server/server-icon.png + cd .server && java -jar ../.minecraft/packwiz-installer-bootstrap.jar -s server ../.minecraft/pack.toml && cd .. + 7z d .build/${PACKNAME}-server.zip ./* ./.* -r + 7z a .build/${PACKNAME}-server.zip ./.server/* -r + +preClean: refresh + -rm -rf .build + -rm -rf .server +postClean: refresh + -rm -rf .technic + -rm -rf .server + -git gc --aggressive --prune +clean: preClean postClean + +all: preClean curseforge modrinth multimc technic server postClean + +refresh: + cd .minecraft && packwiz refresh + +update-packwiz: + go install github.com/packwiz/packwiz@latest + go install github.com/Merith-TK/packwiz-wrapper/cmd/pw@main + clear + @echo "Packwiz has been Updated" + +run-server: + cd .minecraft && pw refresh && cd .. + -mkdir .run + echo "eula=true" > .run/eula.txt + cd .run && java -jar ../.minecraft/packwiz-installer-bootstrap.jar ../.minecraft/pack.toml -s server && cd .. + cd .run && java -Xmx2G -Xms2G -jar server.jar nogui && cd .. diff --git a/README.md b/README.md new file mode 100644 index 0000000..60cc3d9 --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +## Update Pack Template +This is a template modpack makers can use to easily release their modpack onto multiple platforms. +currently this template only supports +- Curseforge + - Please note recent API changes to curseforge have broken support for most mods from curseforge in the other three formats + - Multi/PolyMC requires users to download mods manually + - Technc requires modpack makers to download mods manually + - Modrinth just doesnt support it at all +- [Multi/PolyMC](https://polymc.org) +- Technic +- Modrinth + + +### How to use this? +[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](https://gitpod.io/from-referrer/) +- Modpack Makers + - Well first your going to need to install `busybox`, `git`, `go` `7zip`, and `make` on your computer, + - On Windows I personally reccomend getting all of these through [Scoop](https://scoop.sh/) + - After installing scoop, just run + - `scoop install busybox git go make 7zip` + - On Linux, + - Ubuntu/Debian + - `sudo apt install git p7zip make` + - golang needs the latest release, which is unfortunately not in the repos, please manually install it, there are plenty of guides online for this + - Arch + - please use an AUR helper such as `yay` + - `yay -Syu git go p7zip make` + + - after you install go, run this command to install packwiz + - `go install github.com/packwiz/packwiz@latest` + + - 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` + + - 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! + +- Modpack Users + - MultiMC + - Use Java 17, MC 1.16.5 runs just fine on forge AND fabric on java 17 diff --git a/instance.cfg b/instance.cfg new file mode 100644 index 0000000..1f0c6a4 --- /dev/null +++ b/instance.cfg @@ -0,0 +1,5 @@ +InstanceType=OneSix +iconKey=modpack.icon +name=Modpack Template +OverrideCommands=true +PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap.jar {PACKURL} \ No newline at end of file diff --git a/mmc-pack.json b/mmc-pack.json new file mode 100644 index 0000000..ce8cc05 --- /dev/null +++ b/mmc-pack.json @@ -0,0 +1 @@ +{"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 diff --git a/modlist.md b/modlist.md new file mode 100644 index 0000000..1334922 --- /dev/null +++ b/modlist.md @@ -0,0 +1,127 @@ +# Modlist + +## 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) + +## 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) + +## 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) + diff --git a/modpack-template_icon.png b/modpack-template_icon.png new file mode 100644 index 0000000..d81d8c4 Binary files /dev/null and b/modpack-template_icon.png differ