base 1.19.2 archive

This commit is contained in:
merith-xyz 2024-09-23 17:09:46 -07:00
commit eb5cb460a7
144 changed files with 3096 additions and 0 deletions

22
.gitignore vendored Normal file
View file

@ -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

7
.gitpod.Dockerfile vendored Normal file
View file

@ -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

5
.gitpod.yml Normal file
View file

@ -0,0 +1,5 @@
image:
file: .gitpod.Dockerfile
tasks:
- command: make update-packwiz

View file

@ -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"
}

View file

@ -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

View file

@ -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"
}
}
}
}

View file

@ -0,0 +1,7 @@
name = "images.png"
filename = "images.png"
[download]
url = "https://cdn.merith.xyz/images.png"
hash-format = "sha256"
hash = "5cd5505d772638d9d6df066eab662110d07636930e42dd2b79fe275c151ec490"

6
.minecraft/import.txt Normal file
View file

@ -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

642
.minecraft/index.toml Normal file
View file

@ -0,0 +1,642 @@
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 = "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"

4
.minecraft/kubejs/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
config/common.properties
exported/
en.json
README.txt

View file

@ -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"
}

View file

@ -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!

View file

@ -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

View file

@ -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

View file

@ -0,0 +1,6 @@
{
"pack": {
"description": "FloretSpeak!",
"pack_format": 7
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
.minecraft/modpack.icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

Binary file not shown.

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

Some files were not shown because too many files have changed in this diff Show more