Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
217759f578 | |||
3a6b398dc6 |
233 changed files with 1967 additions and 2147 deletions
35
.gitignore
vendored
35
.gitignore
vendored
|
@ -1,22 +1,21 @@
|
|||
## Modpack Updater Script Loose Files to Ignore ##
|
||||
.build
|
||||
.run
|
||||
.server
|
||||
.technic
|
||||
*.mrpack
|
||||
*.zip
|
||||
## Prevent Vanillia Minecraft folders from being tracked
|
||||
.minecraft/coremods
|
||||
.minecraft/logs
|
||||
.minecraft/resourcepacks
|
||||
.minecraft/saves
|
||||
.minecraft/screenshots
|
||||
.minecraft/server-resource-packs
|
||||
.minecraft/texturepacks
|
||||
.minecraft/realms_persistence.json
|
||||
|
||||
## Modded Folders/Files to Ignore ##
|
||||
.minecraft/.*
|
||||
.minecraft/essential
|
||||
.minecraft/figura
|
||||
.minecraft/ModTranslations
|
||||
.minecraft/not-enough-crashes
|
||||
.minecraft/patched_shaders
|
||||
## Ignore Modpack Updater Script loose files
|
||||
.technic
|
||||
.build
|
||||
./*.zip
|
||||
./*.mrpack
|
||||
|
||||
## Add your modded folders/files to ignore here
|
||||
.minecraft/packwiz-installer.jar
|
||||
.minecraft/packwiz.json
|
||||
|
||||
## Minecraft Configs
|
||||
.minecraft/options.*
|
||||
!.minecraft/config/yosbr
|
||||
!.minecraft/config/dashloader.json
|
||||
.server
|
|
@ -1,55 +0,0 @@
|
|||
{
|
||||
"id": "1.19.3",
|
||||
"inheritsFrom": "1.19.3",
|
||||
"releaseTime": "2023-03-14T17:08:11+0000",
|
||||
"time": "2023-03-14T17:08:11+0000",
|
||||
"type": "release",
|
||||
"minecraftArguments": "--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userType ${user_type} --versionType ${version_type}",
|
||||
"libraries": [
|
||||
{
|
||||
"name": "net.fabricmc:tiny-mappings-parser:0.3.0+build.17",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "net.fabricmc:sponge-mixin:0.12.4+mixin.0.8.5",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "net.fabricmc:tiny-remapper:0.8.2",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "net.fabricmc:access-widener:2.1.0",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "org.ow2.asm:asm:9.4",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "org.ow2.asm:asm-analysis:9.4",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "org.ow2.asm:asm-commons:9.4",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "org.ow2.asm:asm-tree:9.4",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "org.ow2.asm:asm-util:9.4",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "net.fabricmc:intermediary:1.19.3",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "net.fabricmc:fabric-loader:0.14.17",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
}
|
||||
],
|
||||
"mainClass": "net.fabricmc.loader.impl.launch.knot.KnotClient"
|
||||
}
|
5
.minecraft/config/flywheel.json
Normal file
5
.minecraft/config/flywheel.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"backend": "OFF",
|
||||
"debugNormals": false,
|
||||
"limitUpdates": true
|
||||
}
|
14
.minecraft/config/paxi/datapacks/moon-gazer.pw.toml
Normal file
14
.minecraft/config/paxi/datapacks/moon-gazer.pw.toml
Normal file
|
@ -0,0 +1,14 @@
|
|||
name = "Origins: Moon Gazer"
|
||||
filename = "Moon Gazer.zip"
|
||||
side = "both"
|
||||
pin = true
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/cqUHD0Wb/versions/56DprMDW/Moon%20Gazer.zip"
|
||||
hash-format = "sha1"
|
||||
hash = "4a8ea23de3c220f14fb63c70b0cc9aa5765d85fc"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "cqUHD0Wb"
|
||||
version = "56DprMDW"
|
|
@ -0,0 +1,14 @@
|
|||
name = "Origins: Player Scale"
|
||||
filename = "scaleorigins.zip"
|
||||
side = "both"
|
||||
pin = true
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9JpuntRB/versions/XstccxXY/scaleorigins.zip"
|
||||
hash-format = "sha1"
|
||||
hash = "e3552440ab1fb8641a07c73a8668062341f62b9b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9JpuntRB"
|
||||
version = "XstccxXY"
|
|
@ -1,101 +0,0 @@
|
|||
#Whether immersives on anvils should be allowed
|
||||
anvil_immersion = true
|
||||
#Whether immersives on brewing stands should be allowed
|
||||
brewing_immersion = true
|
||||
#Whether immersives on all types of chests should be allowed. Unless users enable right_click_chest, this is VR only.
|
||||
chest_immersion = true
|
||||
#Whether immersives on crafting tables should be allowed
|
||||
crafting_immersion = true
|
||||
#Whether immersives on furnaces should be allowed
|
||||
furnace_immersion = true
|
||||
#Whether immersives on jukeboxes should be allowed (VR only)
|
||||
jukebox_immersion = true
|
||||
#Allow VR users to grab items at a distance.
|
||||
ranged_grab = true
|
||||
#Whether VR users can physically push buttons
|
||||
button_immersion = true
|
||||
#Whether immersives on Enchanting Tables should be allowed
|
||||
enchant_table_immersion = true
|
||||
#Whether VR users can hold items above a campfire to cook them
|
||||
campfire_immersion = true
|
||||
#Whether VR users can physically toggle levers
|
||||
lever_immersion = true
|
||||
#Allow VR players to use a bag to manage their inventory
|
||||
bag_inventory = true
|
||||
#Whether VR users can adjust the delay of repeaters using their hands
|
||||
repeater_immersion = true
|
||||
#Whether VR users can open/close doors and fence gates using their hands
|
||||
door_immersion = true
|
||||
#Whether VR users can pet animals they've tamed (or animals that are tamed for all once tamed, like horses)
|
||||
can_pet = true
|
||||
#Whether VR users can equip armor by placing the armor on them
|
||||
armor_immersion = true
|
||||
#Whether VR users can feed animals using both hands
|
||||
feed_animals = true
|
||||
#Whether immersives on Shulker Boxes should be allowed
|
||||
shulker_box_immersion = true
|
||||
#Whether VR players can pet any living entity instead of just pets that they're owners of. Requires 'can_pet' to be enabled!
|
||||
can_pet_any_living = true
|
||||
#Whether VR users can use a more immersive shield. They only need to hold a shield in the direction to block, no need to right click!
|
||||
immersive_shield = true
|
||||
#Range in blocks that VR players can pick up items using ranged grab. Set to -1 to use Minecraft's pick range.
|
||||
#Range: -1 ~ 12
|
||||
ranged_grab_range = 12
|
||||
#Whether immersives on beacons should be allowed
|
||||
beacon_immersion = true
|
||||
#Whether immersives on barrels should be allowed
|
||||
barrel_immersion = true
|
||||
#Whether VR users can throw items based on the speed of their hand
|
||||
use_throwing = true
|
||||
#Whether VR throwing users can throw up to 5% beyond the velocity of non-VR users depending on how hard they throw
|
||||
allow_throwing_beyond_max = true
|
||||
#Whether immersives on hoppers should be allowed.
|
||||
hopper_immersion = true
|
||||
#Whether immersives for smithing tables should be allowed.
|
||||
smithing_table_immersion = true
|
||||
#Allow users to crouch + right-click to bypass immersives.
|
||||
crouch_bypass_immersion = false
|
||||
#Do controller rumble for ImmersiveMC actions.
|
||||
do_rumble = true
|
||||
#Return items to oneself when walking away from immersives that items tend to not be stored in.
|
||||
return_items = true
|
||||
#Color for the bag as a base-10 RGB number.
|
||||
#Range: 0 ~ 16777215
|
||||
bag_color = 11901820
|
||||
#Allows for right-clicking chests to use their immersive. Works outside of VR!
|
||||
right_click_chest = false
|
||||
#Makes the furnace immersive more centered instead of similar to the vanilla GUI
|
||||
center_furnace = false
|
||||
#Makes the brewing stand more centered instead of similar to the vanilla GUI
|
||||
center_brewing = true
|
||||
#Use lower-detailed bag
|
||||
low_detail_bag = false
|
||||
#The mode for the placement guide
|
||||
#Range: 0 ~ 2
|
||||
placement_guide_mode = 1
|
||||
#Integer representation for the mode to use when placing items using ImmersiveMC
|
||||
#Range: 0 ~ 3
|
||||
placement_mode = 0
|
||||
#Whether the item output of a crafting table should spin
|
||||
spin_crafting_output = true
|
||||
#Allow right-clicking immersives in VR, like how NonVR users do.
|
||||
right_click_in_vr = false
|
||||
#Enables compatability for 3D resource packs like Classic 3D (16x)
|
||||
resource_pack_3d_compat = false
|
||||
#Color for the item guides that help with item placement (aqua by default).
|
||||
#Range: 0 ~ 4294967295
|
||||
item_guide_color = 855703551
|
||||
#Color for the item guides that help with item placement when hovered over (green by default).
|
||||
#Range: 0 ~ 4294967295
|
||||
item_guide_selected_color = 855703296
|
||||
#Color for the particles shown when grabbing items from range (aqua by default).
|
||||
#Range: 0 ~ 4294967295
|
||||
ranged_grab_color = 4278255615
|
||||
#Disable vanilla GUIs when their respective immersive is enabled
|
||||
disable_vanilla_interactions = false
|
||||
#Allow reaching behind you to grab your bag. Disables similar functionatliy from regular Vivecraft.
|
||||
reach_behind_backpack = false
|
||||
#!!!!DON'T TOUCH!!!! Version number for this configuration file! Do not change! It is used by ImmersiveMC to track config updates so it can automatically update your configuration files when needed!
|
||||
#Range: > 1
|
||||
config_version = 2
|
||||
|
|
@ -1,159 +0,0 @@
|
|||
{
|
||||
"selectedProfile": "Default",
|
||||
"Profiles": {
|
||||
"Default": {
|
||||
"Vr": {
|
||||
"mrMovingCamOffsetZ": "0.0",
|
||||
"smoothTick": "false",
|
||||
"mrMovingCamOffsetY": "0.0",
|
||||
"mrMovingCamOffsetX": "0.0",
|
||||
"sneakThreshold": "0.4",
|
||||
"crawlThreshold": "0.82",
|
||||
"physicalKeyboardScale": "1.0",
|
||||
"keyboardKeys": "`1234567890-=qwertyuiop[]\\asdfghjkl;':\"zxcvbnm,./?<>",
|
||||
"RADIALALT_4": "",
|
||||
"RADIALALT_3": "",
|
||||
"RADIALALT_2": "",
|
||||
"RADIALALT_1": "",
|
||||
"RADIALALT_0": "",
|
||||
"weaponCollisionNew": "AUTO",
|
||||
"vrTouchHotbar": "true",
|
||||
"mixedRealityKeyColor": "0,0,0",
|
||||
"useCrosshairOcclusion": "true",
|
||||
"displayMirrorMode": "CROPPED",
|
||||
"vrFixedCamrotW": "0.962",
|
||||
"realisticJumpEnabled": "true",
|
||||
"vrFixedCamrotZ": "0.041",
|
||||
"realisticRowEnabled": "true",
|
||||
"vrFixedCamrotY": "0.239",
|
||||
"vrFixedCamrotX": "0.125",
|
||||
"low_health_indicator": "true",
|
||||
"version": "0",
|
||||
"originOffset": "0.0,0.0,0.0",
|
||||
"mixedRealityAlphaMask": "false",
|
||||
"handCameraResScale": "1.0",
|
||||
"forceHardwareDetection": "0",
|
||||
"handCameraFov": "70.0",
|
||||
"realisticClimbEnabled": "true",
|
||||
"forceStandingFreeMove": "false",
|
||||
"inertiaFactor": "NORMAL",
|
||||
"reverseHands": "false",
|
||||
"keyboardKeysShift": "~!@#$%^&*()_+QWERTYUIOP{}|ASDFGHJKL;':\"ZXCVBNM,./?<>",
|
||||
"thirdPersonItems": "false",
|
||||
"worldScale": "1.0",
|
||||
"mixedRealityFov": "40.0",
|
||||
"hudDistance": "1.25",
|
||||
"stencilOn": "true",
|
||||
"hudPitchOffset": "-2.0",
|
||||
"vehicleRotation": "true",
|
||||
"autoSprint": "true",
|
||||
"xSensitivity": "1.0",
|
||||
"teleportLimitHoriz": "16",
|
||||
"monoFOV": "0.0",
|
||||
"physicalKeyboard": "true",
|
||||
"autoOpenKeyboard": "false",
|
||||
"teleportLimitDown": "4",
|
||||
"realisticSwimEnabled": "true",
|
||||
"ySensitivity": "1.0",
|
||||
"teleportLimitUp": "1",
|
||||
"stereoProviderPluginID": "openvr",
|
||||
"RADIALALT_7": "",
|
||||
"RADIALALT_6": "",
|
||||
"RADIALALT_5": "",
|
||||
"allowAdvancedBindings": "false",
|
||||
"mrMovingCamOffsetRotW": "1.0",
|
||||
"seatedHudAltMode": "true",
|
||||
"insideBlockSolidColor": "false",
|
||||
"radialModeHold": "true",
|
||||
"mrMovingCamOffsetRotZ": "0.0",
|
||||
"headHudScale": "1.0",
|
||||
"autoSprintThreshold": "0.9",
|
||||
"mrMovingCamOffsetRotX": "0.0",
|
||||
"mrMovingCamOffsetRotY": "0.0",
|
||||
"chatNotifications": "NONE",
|
||||
"QUICKCOMMAND_9": "take this!",
|
||||
"renderBlockOutlineMode": "ALWAYS",
|
||||
"firstRun": "false",
|
||||
"QUICKCOMMAND_1": "/gamemode creative",
|
||||
"menuBackground": "false",
|
||||
"QUICKCOMMAND_2": "/help",
|
||||
"QUICKCOMMAND_3": "/home",
|
||||
"simulateFalling": "true",
|
||||
"QUICKCOMMAND_4": "/sethome",
|
||||
"badStereoProviderPluginID": "",
|
||||
"QUICKCOMMAND_5": "/spawn",
|
||||
"QUICKCOMMAND_6": "hi!",
|
||||
"realisticSneakEnabled": "true",
|
||||
"QUICKCOMMAND_7": "bye!",
|
||||
"guiAppearOverBlock": "true",
|
||||
"QUICKCOMMAND_8": "follow me!",
|
||||
"analogMovement": "true",
|
||||
"bcbOn": "true",
|
||||
"hrtfSelection": "0",
|
||||
"menuCrosshairScale": "1.0",
|
||||
"QUICKCOMMAND_0": "/gamemode survival",
|
||||
"headToHmdLength": "0.10000000149011612",
|
||||
"seatedhmd": "false",
|
||||
"chatNotificationSound": "block.note_block.bell",
|
||||
"jumpThreshold": "0.05",
|
||||
"movementSpeedMultiplier": "1.0",
|
||||
"seated": "false",
|
||||
"physicalKeyboardTheme": "DEFAULT",
|
||||
"rightclickDelay": "VANILLA",
|
||||
"limitedTeleport": "true",
|
||||
"manualCalibration": "-1.0",
|
||||
"allowCrawling": "true",
|
||||
"smoothRunTickCount": "20",
|
||||
"bowMode": "ON",
|
||||
"physicalGuiEnabled": "false",
|
||||
"allowStandingOriginOffset": "false",
|
||||
"hudYawOffset": "0.0",
|
||||
"crosshairScalesWithDistance": "false",
|
||||
"fovReductionMin": "0.25",
|
||||
"autoCalibration": "-1.0",
|
||||
"renderInGameCrosshairMode": "ALWAYS",
|
||||
"worldRotation": "45.0",
|
||||
"alwaysSimulateKeyboard": "false",
|
||||
"externalCameraAngleOrder": "XZY",
|
||||
"keyholeX": "15.0",
|
||||
"mixedRealityRenderCameraModel": "true",
|
||||
"vrFixedCamposX": "-1.0",
|
||||
"vrFixedCamposY": "2.4",
|
||||
"fovRedutioncOffset": "0.1",
|
||||
"vrFixedCamposZ": "2.7",
|
||||
"RADIAL_2": "vivecraft.key.rotateRight",
|
||||
"RADIAL_3": "key.pickItem",
|
||||
"QUICKCOMMAND_11": "praise the sun!",
|
||||
"RADIAL_0": "key.drop",
|
||||
"QUICKCOMMAND_10": "thank you!",
|
||||
"RADIAL_1": "key.chat",
|
||||
"RADIAL_6": "vivecraft.key.rotateLeft",
|
||||
"RADIAL_7": "vivecraft.key.quickTorch",
|
||||
"RADIAL_4": "vivecraft.key.toggleHandheldCam",
|
||||
"mixedRealityRenderHands": "false",
|
||||
"hudOpacity": "1.0",
|
||||
"RADIAL_5": "vivecraft.key.togglePlayerList",
|
||||
"vrWorldRotationIncrement": "45.0",
|
||||
"hudOcclusion": "true",
|
||||
"mixedRealityUndistorted": "true",
|
||||
"mixedRealityUnityLike": "true",
|
||||
"vrFreeMoveMode": "HMD",
|
||||
"walkMultiplier": "1.0",
|
||||
"fovReduction": "false",
|
||||
"menuAlwaysFollowFace": "false",
|
||||
"vrHudLockMode": "WRIST",
|
||||
"menuWorldSelection": "BOTH",
|
||||
"backpackSwitching": "true",
|
||||
"useFsaa": "false",
|
||||
"renderScaleFactor": "1.0",
|
||||
"shaderGUIRender": "AFTER_SHADER",
|
||||
"disableFun": "false",
|
||||
"displayMirrorLeftEye": "false",
|
||||
"crosshairScale": "1.0",
|
||||
"hideGUI": "false",
|
||||
"walkUpBlocks": "false",
|
||||
"seatedFreeMove": "false"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
name = "images.png"
|
||||
filename = "images.png"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.merith.xyz/images.png"
|
||||
hash-format = "sha256"
|
||||
hash = "5cd5505d772638d9d6df066eab662110d07636930e42dd2b79fe275c151ec490"
|
|
@ -1,6 +0,0 @@
|
|||
https://modrinth.com/mod/create-enchantment-industry-fabric
|
||||
https://modrinth.com/mod/chunk-loaders
|
||||
https://modrinth.com/datapack/create-renewable-ores
|
||||
https://modrinth.com/mod/clutter
|
||||
https://modrinth.com/mod/emiffect
|
||||
https://modrinth.com/mod/icarus
|
|
@ -1,640 +1,691 @@
|
|||
hash-format = "sha256"
|
||||
|
||||
[[files]]
|
||||
file = "bin/version.json"
|
||||
hash = "2077d601042d775f266b3813d0bfbd6e2767fe21e84fe60706e5ca278c793aad"
|
||||
file = "config/flywheel.json"
|
||||
hash = "085e0ea22bd592a73d7e400b3fed9dd3eb838f0d9ed3a85ecd106cfd5b60513c"
|
||||
|
||||
[[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"
|
||||
file = "config/paxi/datapacks/moon-gazer.pw.toml"
|
||||
hash = "4a0edf03923fb5e7fa2003934711b58df752c772c43b088bc5a6b54a4243bba0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "import.txt"
|
||||
hash = "22ffccaf8b140c6b95d83cc1ebf117d71bb4ff92c41c76a2ad5b7c43100447e4"
|
||||
file = "config/paxi/datapacks/origins-player-scale.pw.toml"
|
||||
hash = "cea5e7aa6a8daa54ea257246e3a3a24510e6b165186f8f081750969fe2eb74b7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/assets/minecraft/lang/en_us.json"
|
||||
hash = "24ddd9eb60ecd243f26e8a9538ac86e4463afdc3b64b858204f391b2dd79a48f"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/assets/minecraft/texts/splashes.txt"
|
||||
hash = "80b5f7a5f872d1166b4c32bb5c686a44288472bd22f0ac09c6b5326aac68dd5e"
|
||||
file = "kubejs/README.txt"
|
||||
hash = "989f3737ae4621b8ff6730bce4cbeeee756921e7e510e0c281c8a350501d98af"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/config/client.properties"
|
||||
hash = "0a027cde0445e9faf18c4a7d68f3ee764536537bcf4cf7f34016eea253d0fc9f"
|
||||
hash = "e770deaf8c4c248940b57b5e46bd93bd95cac1fb3519dde2490a867e61726de5"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/index.md"
|
||||
hash = "8da1801c8c5accead7a59a22bbbf19c037b4f0eb556833f6c552f144770848a2"
|
||||
file = "kubejs/config/common.properties"
|
||||
hash = "3b2152d2209b2539c9b8ab1843761e9faa1ea53cbb2109c85412f8aa8db8c356"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/pack.mcmeta"
|
||||
hash = "e49e821805ba66dc7ca0f9761aafccba0b78cc782a2e22cff4ce5f80e7a1273f"
|
||||
file = "kubejs/data/minecraft/tags/blocks/features_cannot_replace.json"
|
||||
hash = "da83cb788cae4ba9f5ff4bd5d9ec0c8ec354ad52b67cf80cf5b3d1479853a5c3"
|
||||
|
||||
[[files]]
|
||||
file = "modpack-template_icon.png"
|
||||
hash = "50f74a7debb4a852e1384434500515f2478b8dcf0d71b75eba148ca34d89715c"
|
||||
file = "kubejs/data/spectrum/tags/blocks/decay/failing_safe.json"
|
||||
hash = "9d4fd3672752e47bbeead5367423d5806ac05741c8885f245a53d45be56975c1"
|
||||
|
||||
[[files]]
|
||||
file = "modpack.icon.png"
|
||||
hash = "50f74a7debb4a852e1384434500515f2478b8dcf0d71b75eba148ca34d89715c"
|
||||
file = "kubejs/data/spectrum/tags/blocks/decay/ruin_safe.json"
|
||||
hash = "7f518e70bd9fbd2859dbe57fb40ad7c7d6e10021dbeaacee40a92333b8f00d11"
|
||||
|
||||
[[files]]
|
||||
file = "mods/Pehkui-3.7.3+1.14.4-1.20.jar"
|
||||
hash = "e300c9053c6fd4d6f76a956390a609348e1981a33d00801950b60891d085b3e9"
|
||||
|
||||
[[files]]
|
||||
file = "mods/additional-lanterns.pw.toml"
|
||||
hash = "a8bb7119e936b06f1e1e1a27a4aa721c01514c304775eeea8961f44abbf94d2c"
|
||||
file = "mods/ad-astra.pw.toml"
|
||||
hash = "034718706cd7bc9baca522753dc62e779d5025ecf7a6a9b9c1d0a2b18b73d967"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/adorn.pw.toml"
|
||||
hash = "0aa7e85b6c0cf8cc425a37350306f62b6dd119b3f384132ff3aa2e1141969251"
|
||||
file = "mods/additional-redstone.pw.toml"
|
||||
hash = "b5ee269d8d20fdfa8ea97f27b72fecf7da1cede9316e330e1441a5b24771698b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ae2.pw.toml"
|
||||
hash = "f5925000d468335e96f4510045d09fe755ac923be3fc37f0dc003fa7712a829d"
|
||||
file = "mods/advanced-reborn.pw.toml"
|
||||
hash = "a78b735153d0504ae41243d82fa961ca5fd05bb8f728d41ab70293002dd79d95"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/almost-unified.pw.toml"
|
||||
hash = "1c5271e8212e2bc88c12c644bfaf8deac0861b8ef8a38e6e852586733c6174b2"
|
||||
file = "mods/altorigingui.pw.toml"
|
||||
hash = "9c5d0f1adf081043b74cd306ba4dee43182c837c06fd35619cf676ee838e44fd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/amecs.pw.toml"
|
||||
hash = "d66bc9c3f81429f138de5eae6226dce25f620f90df864bf7f0f9121708bf0bcc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/appleskin.pw.toml"
|
||||
hash = "0d72044f88935675985397478ca839878bfbf03feab46e9667e81d4c955ae68d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/architectury-api.pw.toml"
|
||||
hash = "7916e9bf676dd9730f970893ff61fd25f43c563ff6133d1e7886366a3cd9e282"
|
||||
hash = "0cbcd58c49decc0ecbccd330fcc8326e3b8769e22e1740e229f09541acf3df7f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/auto-plant-crops.pw.toml"
|
||||
hash = "e2e8de903cb69eeda56526fea8a79512e1bcf77ad6259a5d7ed251fdd34f2538"
|
||||
file = "mods/athena-ctm.pw.toml"
|
||||
hash = "e09ceae04e73831b93c43e6a1f12da063fc24e1074f39fab1e00234a8de8a1e2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/balm.pw.toml"
|
||||
hash = "0708223179ebe2bad131cfc063dde7cf65ec355c18a3c1392646142e46ea95f3"
|
||||
file = "mods/axiom.pw.toml"
|
||||
hash = "37f4a7eb7fd5dcd37eccf8ad0ccac3658c3589126a37d3da685181c0a55cb004"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/better-than-bunnies.pw.toml"
|
||||
hash = "0a17146e461bc3d11dd9f78a3c053bea1dcec88bbafdf4703b093632b2d654c5"
|
||||
file = "mods/bclib.pw.toml"
|
||||
hash = "d71225c33f2287ca8c0f61483a8d9da35c80a69cb14f252dceaf0e504435bb7f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/bellsandwhistles.pw.toml"
|
||||
hash = "e0939ffb6b7b49dde8f936cd83f6f4881238f71bbdf14afe3b22b364b7e8cfbe"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/betterend.pw.toml"
|
||||
hash = "bd5f853537d50e0b156f5a5cb4ca557771aa0828ccf46b22b31a3aa549d615ed"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/betterf3.pw.toml"
|
||||
hash = "e8cd685b609577ab23e2a55ec3273a1ff9475daef52f0999b2c5d27f7c795f5c"
|
||||
hash = "5e3ee3550327d6b3545abc363325056c9fc09fb4d48a841e32da2da54c7f74c9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/bushier-flowers.pw.toml"
|
||||
hash = "25784745306f13480d5072d167e672c0bae9bf9985b7497a58b887251e7dd447"
|
||||
file = "mods/betternether.pw.toml"
|
||||
hash = "d1a9663f1984c580facd4f217dc45ef1df0030776c0c773e03b573469405e052"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/calibrated.pw.toml"
|
||||
hash = "f43867f954e0433033b2e10632db165d8ac1b2bdf3cc3cd48496d75c917dae4c"
|
||||
file = "mods/botarium.pw.toml"
|
||||
hash = "43fe767a08365fa6c049c8e35323f6fd1a0aa4602725126e460ae6fd514888be"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/building-wands.pw.toml"
|
||||
hash = "29885615b9a13b46a8c0e2da012b0f51f1eeea35d6fcb58d74fe094c959f4400"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cardinal-components-api.pw.toml"
|
||||
hash = "5d898bbdb655828c59223382f85016f8328884b3ff176b697c51e8dedaec68c1"
|
||||
hash = "b3503cb0b7eae56e27e1d7980882795c0b81f4750ec9b140beb996a9d7c0dfb3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/carry-on.pw.toml"
|
||||
hash = "7b88c7a3b3b561f74251880465e335454fca16afea67c65c8fcd5f542f86c407"
|
||||
file = "mods/carpet.pw.toml"
|
||||
hash = "8c47daba91f742d52311a9df66bae3296246ecba7ca6f1650579e5739d152d0f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cc-restitched.pw.toml"
|
||||
hash = "6e8faa4779dca8bafd4cc91cad8f7fe425f6d3d08511463466c6c13b8ffa55dd"
|
||||
file = "mods/cc-tweaked.pw.toml"
|
||||
hash = "a513a1a5d73374f5c0efbfb6f41caea77b34af0198810f40bfde1687263b2199"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/choicetheorems-overhauled-village-friends-and-foes-add-on.pw.toml"
|
||||
hash = "8f25bfefb2cca53de16ed9b94c093b0340cb87e60e8d4b894ce922204b552478"
|
||||
file = "mods/cc-vs.pw.toml"
|
||||
hash = "1a011359112fdb78c7aa5bbdcb6b2c0b3fae0407296042e7d18cf8b7c406df21"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/chunk-loaders.pw.toml"
|
||||
hash = "b4207bec27c7384998b4349abed959f81fb033b5bce212d44842b6b365484787"
|
||||
file = "mods/cccbridge.pw.toml"
|
||||
hash = "d94da74c5f4dce9b7b6586f04b3bfe99ff2b2b5298258b8ab9b111c1c126bb67"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/chipped.pw.toml"
|
||||
hash = "8cc8ae82b42d7da756faa8d03bc3073bac5d4c494606d926cd238e3a9c5d7352"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cloth-config.pw.toml"
|
||||
hash = "6ce97b65a78d66e0ae006105e63e2ccf8af6b3b266a2c5234f6ae7657b98220b"
|
||||
hash = "a89dfcc985612a275975d4823a24fc3dceb244bacb2e8f81bd459283bf1b9fe9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/clutter.pw.toml"
|
||||
hash = "6bc69f58076651ee7496db935ed20dbb0fa7215c7c6d483b5ce29ff2d6f714fb"
|
||||
file = "mods/clumps.pw.toml"
|
||||
hash = "54b6de813db1fc2774b4002898fa89f902a7efeb33a05197cf7bfda498f6b94e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/completeconfig.pw.toml"
|
||||
hash = "a206bc693d41eb72f431abfc5d4556f9e9bf7f0bb6237224b750df85aeddd434"
|
||||
file = "mods/controlify.pw.toml"
|
||||
hash = "c0de5bba506e240a13775eae2a7fcf27734848fc460ddd5f106b9b32756e9aeb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/compressed-items.pw.toml"
|
||||
hash = "544d3ba2eb652c716aa49f6b4f92d7d0caa1077cf1011c824e31ce018bb19256"
|
||||
file = "mods/controlling.pw.toml"
|
||||
hash = "0360f47c1afd7385518db9df5d809344e1bcdc163e940a8744ee61b6d745b6ce"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/compressed.pw.toml"
|
||||
hash = "b15fcbe32caf2cbb9ea4497e15f26f17efc6d63dcc00262b5d338dea3e70e6ce"
|
||||
file = "mods/create-deco.pw.toml"
|
||||
hash = "0372b9ea1233cf516f205bed50c4014bfb4e806406657b8f803409a71d81d88a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/create-enchantment-industry-fabric.pw.toml"
|
||||
hash = "62e9839eec5185985f705ff962b6d098a60ec06b2856799adb8db27dd224f9de"
|
||||
hash = "da0b1e65c3bb9f9eabfbaf4242b3adf22267752adb3824fe62b24077cf458340"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/create-fabric.pw.toml"
|
||||
hash = "1458e4909039fdd41aeb1d7cc7c82fa6def77a48b29ab45f99a9248e05f1e8e1"
|
||||
hash = "26394151533372bce2229f31c8df7f65e2deb751cc823f317cd30682381acc8f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/create-renewable-ores.pw.toml"
|
||||
hash = "fd20d186c194b41b945a5308ff42136965464d311a4b29d3b4f6866616860bae"
|
||||
file = "mods/create-ore-excavation.pw.toml"
|
||||
hash = "102eec6363f711986f22f402338b0d23818227d7137c95c83b6eca419228a555"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/create-steam-n-rails.pw.toml"
|
||||
hash = "4fac0263f4d5e5b8810969b6a04b64ee2396cd42232fd16bcadf7e8e7ae96d90"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/create-structures.pw.toml"
|
||||
hash = "f0323722f66e5b288875294fb083404998a5891751e9460c1f4a4f44626bcc2c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/create-track-map.pw.toml"
|
||||
hash = "93adce5ea0a86dc042dfac4ae7f2f7068e159b57426cd4de2c7db35615f74e28"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/createaddition.pw.toml"
|
||||
hash = "c974107e5aca82929bfaf886bcb5cbc646a9fb57def7fcdf7c6dd90ee7d3787f"
|
||||
hash = "b5a83b1ca240286be1aa97b3c3dd96c2e481dc0332dc2541f900cded4a719a82"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ct-overhaul-village.pw.toml"
|
||||
hash = "7f569940a5ff22da0d824925fcc7803f753bda4310dde1dbf4781f1f244acd55"
|
||||
file = "mods/dark-loading-screen.pw.toml"
|
||||
hash = "97ca0b01ac6888486402018e7c95ec3b219a89c3338a416fd25418def5f51fa1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ctov-farmers-delight-compat.pw.toml"
|
||||
hash = "ca49eb80ed805480d1b4fa4dd81efe4fc83f52428b1d30a4b9f3327b9bc009f7"
|
||||
file = "mods/ducky-periphs.pw.toml"
|
||||
hash = "ad0b1c92bf3db21f58b6c609e2da6cd303afedda9973000456e7e3886f906e89"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ctov-waystone-compat.pw.toml"
|
||||
hash = "44ce2ad2b79963adb91a517e8bd96188c53b0a6e738f0749683d1ab2ee8ad2d9"
|
||||
file = "mods/elytra-slot.pw.toml"
|
||||
hash = "1d327c7422c097ddef659468a367b195e299f1e40068bf95c2cd2ee6462faa67"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/dashloader.pw.toml"
|
||||
hash = "4fb938b3b07afc32216c63ba982ba25e28f4d0e63ddecdd26bea4e6dfa77b0fc"
|
||||
file = "mods/elytra-trims-extensions.pw.toml"
|
||||
hash = "85d7d0d6eb78d82ceffd489da4afbf05d0b38640b649cf577bff0b9c70f113e3"
|
||||
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"
|
||||
file = "mods/elytra-trims.pw.toml"
|
||||
hash = "1ef3c7d64edfb38f5ca9bb3d0a3ed1eee10f486edfef1853bf75614fcd24c104"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/emi.pw.toml"
|
||||
hash = "a58b458f4d1fbf67b65fe673c04fa3d8c3013a6ef728e7553b6c52364d5c73a4"
|
||||
hash = "c92aa4834e99ae94b24d6bd8057ca9fde061103b617051e0049ff20110b66267"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/emiffect.pw.toml"
|
||||
hash = "031d16eb940b9005939d24390f98f321afcbfb001a835f36c1874dd5d5cd4258"
|
||||
file = "mods/essential.pw.toml"
|
||||
hash = "840569174909b2633d950dbab94a59ed7d406f703f9b79d98709ccdd6f67b1ba"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/excavated_variants.pw.toml"
|
||||
hash = "c00fde57f8d17d69aa20f0185775373dd02f9cc036cac4f84755f7fea946edb1"
|
||||
file = "mods/eureka.pw.toml"
|
||||
hash = "b9776960dcc40b4688a1ef1129932694cc8a5b7248c057284022446ac19101cf"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/exlines-furniture.pw.toml"
|
||||
hash = "cbbbe8225b8879dc70025279dc194c8ed00a4654bcfe76079f23ccf247f206d5"
|
||||
file = "mods/explorers-compass.pw.toml"
|
||||
hash = "d5dd2ff45974aaf530fb0d6233cb64c55d220a6279a438e81ee45eca320412c5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/extra-mod-integrations.pw.toml"
|
||||
hash = "b155e4825310c1bbc065259a400e49b15d9930e21de0a874b03577cfca4ac772"
|
||||
file = "mods/extended-drawers.pw.toml"
|
||||
hash = "06859e85abd86899e44b38c090d53f5804550aca2a23924fbb6bb1867d0b859a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabrictailor.pw.toml"
|
||||
hash = "b3e1f7b080b5c4a2e3de434a6873d84ba5bd357dff99268d45db4a79fb6d43b9"
|
||||
file = "mods/extra-origins.pw.toml"
|
||||
hash = "8c7ce4d65712393c9cb64ad3130aaea3cde54e3d9a6e0ed3b340e38d8078174e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/farmers-delight-fabric.pw.toml"
|
||||
hash = "ee9ec8acfb96b060f3caae3172651436f8388c39db630ba9a7112b8d0f290746"
|
||||
file = "mods/fabric-api.pw.toml"
|
||||
hash = "f957e7280d9bae7569829edcaff25b0ba05ddb029d24f4ea53bdfb0a79615fad"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabric-language-kotlin.pw.toml"
|
||||
hash = "e602bc6bb7b5ca5e4fb2351e285cd715ea5f7a4b4f83ffa6e137319e89e41a68"
|
||||
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"
|
||||
hash = "39a6a39433b1b104bfafafcd60a8171f866daa2ebefffd64df822d0e69288e3a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/forge-config-api-port.pw.toml"
|
||||
hash = "3a68d8f694877589b9d29bd7b44b590a123007f28142d0deed1ba34c9b90b51c"
|
||||
hash = "129bb8b135edc60038f021b693f5b88a0067b722f326e0d6067112243774289b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/friends-and-foes-quilt.pw.toml"
|
||||
hash = "186208fde5fad57e5b7ca16f3301e05f16380509d86a5bac1419c6a690232ecf"
|
||||
file = "mods/friends-and-foes.pw.toml"
|
||||
hash = "d7f4e76eab79a1e5d438f44234fc4c75a4827196fed01eddfd851096491b1d31"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/geckolib.pw.toml"
|
||||
hash = "0497a92235c08a5ace339102c702d17e529c0770b3a340bdecebe321e3213888"
|
||||
file = "mods/fwaystones.pw.toml"
|
||||
hash = "8afe478f0e3b3d0609ea7efac63d9312302ab8261fffc964b9ad5d7b3d9eafc6"
|
||||
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"
|
||||
file = "mods/image2map.pw.toml"
|
||||
hash = "cf74fc839a410d76ef5468b2d0d48f1f8d6db6669651fe7694e02c305a6e1fde"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/immersivemc.pw.toml"
|
||||
hash = "6bdf540a091387bed43d2f1aae1100f1512c5b33f8c5edf3c5aaa3e84c53cd51"
|
||||
hash = "e3676022676fd25253ac6c9bc69d17c4863f8d07506f80e1be584f4899008b6d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/indium.pw.toml"
|
||||
hash = "e8168531c092676d47cac3657bfc525f096f11ff5372ce6e322ad57778b81635"
|
||||
hash = "e416b18eebf514dea2014cf5c7fd3ee8493934a0b4e937509f15172ad271fde2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/integrated-circuit.pw.toml"
|
||||
hash = "ed901aa99358c93e181d7b4e3a6f2b7fa567584abc43ac79678d241e8f580cf0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/inventory-sorting.pw.toml"
|
||||
hash = "cacd5a91708f799da27924f237b9252d05438de1f9b4e3e978bf3894e8574df0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/iris.pw.toml"
|
||||
hash = "af3675c9022d8669af5486c58fa9a685189a579a772a4c2ea5705bbe29bb169d"
|
||||
hash = "bea7422cbe82074a7e6306cdcd0ab8941cce0e86e439fcbffd3d9930de3e32a3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/joy-of-painting.pw.toml"
|
||||
hash = "3a18abe31426a5abe8a607794c0d22cbb726d9c1696ef9a21edded0ff26f85a1"
|
||||
file = "mods/item-alchemy.pw.toml"
|
||||
hash = "86b06a3e64e9dd1f0271741bde83a0e3c41e5359f249cf78a8af4163b3ff4d8d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/kettle.pw.toml"
|
||||
hash = "94865ef86f229df1ce78a22498f41779fd56313c6e7c8efe678f7253c56c09db"
|
||||
file = "mods/itemswapper.pw.toml"
|
||||
hash = "e61f43300796c115920c31eed47b86a2e93193fd03c703919077bfe8e6ee6fb2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ksyxis.pw.toml"
|
||||
hash = "2ea587bc28af997f2b93de69af32b8ba0120ce8a2c0e95624a0c55051eb25041"
|
||||
file = "mods/jade.pw.toml"
|
||||
hash = "9ed18369fbabb887d04cf9eeb7027cd0f52158cff74aa0a3f6d009f9d96ab974"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/jamlib.pw.toml"
|
||||
hash = "4a37864ebe44ddf66f7a127683adc76515d3dc97f8d8dba6fe362c43a1f39464"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/jei.pw.toml"
|
||||
hash = "5f568fc8e711adb72f3e1022fdd2db90e845b28c273e0b2937c0a1edf821e59f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/konkrete.pw.toml"
|
||||
hash = "b0487d5437a636e61b353c70699994de1fd1aca903853d9366860cbbcfca5fd2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/kubejs.pw.toml"
|
||||
hash = "3acda3107c510ea1d42a7ef9667c2d5118310aa38fb9bcb2cf90f8e04ec32be6"
|
||||
hash = "ad0f19d7f8555cf97e9704af45238d83df7fff161eca3b08af92050963eaa1a6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lambdynamiclights.pw.toml"
|
||||
hash = "9b628c73b749c901f12ba08b8304c161801903b1dd3fdbb6d4b93a9d42d25afa"
|
||||
hash = "a626674fc1092afe5ccc6cbf4856c09119e42395494f1c3862eed2ab17da0221"
|
||||
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"
|
||||
file = "mods/lootr.pw.toml"
|
||||
hash = "996bf4e23ceb3ebe203859eda250fddf210babc15b5683fe585159a9398e4d70"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/luckperms.pw.toml"
|
||||
hash = "b3501a7f76745c70f319a487ab71d553e43558c732890daa1abed779e194d09c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/many-flowers.pw.toml"
|
||||
hash = "0a593ae45791efb886104f1ce39093c3f9db1dedde62ca2ef3416f6a25cecfe7"
|
||||
hash = "7826b93c7f36611fbd9190481774daa349fa403875f8522d0ca4302e1345bd40"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mc-vr-api.pw.toml"
|
||||
hash = "1f98f7f144867bd20881c6e21fec892523948856a4abe4d862636ff756a1b7e7"
|
||||
hash = "c70f9bd5ab2923111bca4b105527132de0372db03cba4ae5e62b7ae75736052d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mcperm.pw.toml"
|
||||
hash = "fbf654eb6b0efb870a2e3823ef0d5b5b607774db021fdd80dfc4398d55da901e"
|
||||
file = "mods/mcpitanlibarch.pw.toml"
|
||||
hash = "f68b8ebead2ce9859d357117e846cafbab9003f997c1be04dee11ec94474aa38"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/midnightlib.pw.toml"
|
||||
hash = "9421355a24881292851803d45726a5aebce4c5a5863793d7d373565b4fceb1eb"
|
||||
file = "mods/melody.pw.toml"
|
||||
hash = "57dc365bf7be6358709c450e95e12cd4f48b84d7ea146e8bb7cf5ced1d0abafb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mobs-are-friends.pw.toml"
|
||||
hash = "8692aba4650c3ca117a2b44fcd5444549f9447a009129e29557109bc9b98313e"
|
||||
file = "mods/moborigins.pw.toml"
|
||||
hash = "8686717834b2c99c73a0224befd70389e2a0183cbbc61850c901aa5aad19d96c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/modmenu.pw.toml"
|
||||
hash = "393604e3ebcaf78c516f4937de581723af575921ab82b389fed7733435be61cc"
|
||||
hash = "4cd171d3f5f3e1d2948cb1b0062e742a5e85110c9e9a668f9aed5b0cebcb9c97"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/moonlight.pw.toml"
|
||||
hash = "90f8d140be45787ddb039f62015362d54ead182ef6c40761067db709e1d349be"
|
||||
file = "mods/moving-elevators.pw.toml"
|
||||
hash = "fb564341f08a05e7acf3ba88d09de369de6cab31765ecb0ad0cf52fa362c98b5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/netherracked.pw.toml"
|
||||
hash = "a234684269a509b1849cc79bab7f955880f7908c6740f90543459cc37ec61c27"
|
||||
file = "mods/natures-compass.pw.toml"
|
||||
hash = "5ec7e0e8cb5d8cd6b09f49f9a8eff32a4f7c8f95af37e076644f15ea0011583f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/no-chat-reports.pw.toml"
|
||||
hash = "1aa7510ec1a3994273a20f8b341f676583b9ede2eaea3badd46deb7178d92a6c"
|
||||
file = "mods/neruina.pw.toml"
|
||||
hash = "faefe3ad13a2d7315292919de7baca1abaac6f74be7cf3dc57a0deea31878cf5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/no-telemetry.pw.toml"
|
||||
hash = "5f9870a1b70f585f7ca5ca97d5369056f6f6ab84d9897a35b545b0311e69c213"
|
||||
file = "mods/origins-classes.pw.toml"
|
||||
hash = "f5065276e57a561d2701826d93e120a28fd9a60002c2714e5a53d3313646efba"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/origins-minus.pw.toml"
|
||||
hash = "6b31a91a652ddcd77f2aa5e9c5310af822e34509be8254765ef4acc13d166fd6"
|
||||
file = "mods/origins-extra-keybinds-fabric.pw.toml"
|
||||
hash = "7806898bdc3d3fb6fad6d088627cefb2842ae49a882ea099989bc7793b0924a0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/origins.pw.toml"
|
||||
hash = "862b429a623762ef0469eb2a409b9450a9b70071cf9bffabca654b97f7528424"
|
||||
hash = "e09b4e3348ee5e8b836e40ea4745bf3ab0d584512e31166ab34a219c437a736a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/owo-lib.pw.toml"
|
||||
hash = "d6a99e144be13fb3d0865925bf73357a2ff82f4114929cc2f35930eb21f3c7e9"
|
||||
hash = "28b3e0806647eb166e942cf6552993bb6d666949c53f0d51927bdfb063cb6cc4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/packwiz-server-updater.pw.toml"
|
||||
hash = "d013302f28b40676734df3b6fed35c1e0748c3452ed26508343a6d9656533ff1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/passivemobs.pw.toml"
|
||||
hash = "ef86242293c2463ca654890428384c5de8f1d67580dd8fc9813c1c1ff4fe5ff4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/patchouli.pw.toml"
|
||||
hash = "2dab4b3cea2f1ce1505c3c7be55d8fb6123a7593435134f2c15eed18e6c07ddf"
|
||||
hash = "89e5cab6f92dbcfd6c2c058fc9381869fde193a431c284dbb828833e881cd344"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/paucal.pw.toml"
|
||||
hash = "03d4272f909720df400b6af4c90a93fc95e3a55c85935e7777724ba9f9bcb994"
|
||||
file = "mods/paxi.pw.toml"
|
||||
hash = "e1434c282fc8d1d6d681838689200f09ffb94a7d3db112de72050597cbd70210"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/pehkui.pw.toml"
|
||||
hash = "993380cf705a99319f426d7c43f92ef6076adf2bfdbcd53a065b7d6dea4a565c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/peripheralium.pw.toml"
|
||||
hash = "ea3ba6d06a88da29ff2061b686d57f77a08bf87e88d41c48320ff3e6fa1e69a1"
|
||||
hash = "742e78218a61690111250f6df25c84e0385813957b269129faa9524414edaae7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/pride-furnaces.pw.toml"
|
||||
hash = "75c61231e1266f9d007df24e2bc3995b6d42624f2c16a44af328a7c1a34994eb"
|
||||
file = "mods/plethora-peripherals.pw.toml"
|
||||
hash = "634e9ad89419dd15aeffcaabe46396d00753e8bcb68a7e2c318061100a5ec10f"
|
||||
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"
|
||||
file = "mods/polymorph.pw.toml"
|
||||
hash = "5f90796765960f0fd2983895ceb3f345bd723ff826d24b4f291fa6256f4ce002"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/reborncore.pw.toml"
|
||||
hash = "e4badf81eabfe1f6cd95e36bc8e3d4a63281f7c97406be76437c2ef49e189f99"
|
||||
hash = "adf39f52030ad2042392dcf00752c15042c86bb16ba823a10e15e333565ba1b1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/redstonepen.pw.toml"
|
||||
hash = "4e94000ecc7bd209eec3cb8537062acc68b10319501c8543dcc7db86fea9c6c5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/rei.pw.toml"
|
||||
hash = "15e35bfc32d9f7bdd9df0eee666ff2ac37df1759b3a8c45d0720488a047bfe3d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/reinforced-barrels.pw.toml"
|
||||
hash = "65c5f9436a550a224a16dd25482a7282f7421fea6f5308913705af59842a264a"
|
||||
hash = "a302e6874a731ab5f1a0073b346505152c8b2a215ac8ae67a01e0a1631ec569a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/reinforced-chests.pw.toml"
|
||||
hash = "ef25a480535daa14950ad983c552cfcfc06e56ff4345fbbec00d7df56f49868b"
|
||||
hash = "9c672efa939b3ee31e4290942c3042f985fd6473a6c5831e33ac7aa91cd0635b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/reinforced-shulker-boxes.pw.toml"
|
||||
hash = "a86baaf3977b9b61422968a87bf4b4c0814e8f02704e0ea844ee8ba7a5e3ea5f"
|
||||
hash = "2d8a93af767bb965505d115af079b716fff82e67f5672f91dad22efd6df885e2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/removehud.pw.toml"
|
||||
hash = "48533ae582b6cd01635fb04492c22885cf4f6dcb78baf9e38cca711f3d228cc6"
|
||||
file = "mods/resourceful-config.pw.toml"
|
||||
hash = "4d4bcf62b73bcc53dbb6d9edfe0ed84b4ad9c267a37807c0c653486add6f89a8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/repurposed-structures-fabric.pw.toml"
|
||||
hash = "b5bb732948dcabfbb3727d124aa0f2b846bc0b883d98476c96d4badb757a048d"
|
||||
file = "mods/resourceful-lib.pw.toml"
|
||||
hash = "ed3cf45b08dcd6ba3259a7adcc1940fbccfbf4ade1da616d3c4244f17c7f74b2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/resourcify.pw.toml"
|
||||
hash = "87f02ba7f8194999c141d6d994c3b2f4e40f90fb347e017d0070964582b3e102"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/revelationary.pw.toml"
|
||||
hash = "c3e4cce180fa406e5c44bde59b1f2f23ddc970394079768f774fc007b700f156"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/rhino.pw.toml"
|
||||
hash = "f7957b69872ee26bdaa1a9db1f880c4d65eefde73ec291f30c0765fe6198b808"
|
||||
hash = "f3dbbcc93a34c8ba38b2e5a1ab3d5e898099d420ded6bd14ac01e0a7386b3b9a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/smoothboot-fabric.pw.toml"
|
||||
hash = "971e8b0bef16bd6ce88c7f940b30fdc1debff7b715058f4d331d54beb58a4314"
|
||||
file = "mods/rightclickharvest.pw.toml"
|
||||
hash = "e6d365b3adae4ea6000f80601cf0e35e5ddccb56b38faed9aa086008c0bd64e1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/rrls.pw.toml"
|
||||
hash = "e96bb13c530a62100ad228f1c59f0fc37ceb91ec3e622a0a5d0e32cbe5d95424"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sc-peripherals.pw.toml"
|
||||
hash = "666bb36c42a08f6f34ac4ed954f95222ba690a6380062b740b602abe8f21901c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/searchables.pw.toml"
|
||||
hash = "5d694c42e5e6759807f1f5756de3dd24f098517143b8d8aac5721b7d5cf502b1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/simple-voice-chat.pw.toml"
|
||||
hash = "9dc261013aeb469fb039c3dd47271351f339cfaf95f8c95a7c4053062d605255"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sodium.pw.toml"
|
||||
hash = "aa4dcf55ac3191b0b31437521714c1d28364c3396cf06ef07fa76a08488c1837"
|
||||
hash = "cd49906a91e2ff1c11acba79192d609c232f2f73d82cc6a646e7338c8e76aa8a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/spark.pw.toml"
|
||||
hash = "245599aeee8c2497af5588bcf1430a2753c9cd4827b7c8891dfbe9c578405038"
|
||||
hash = "96e3771cd09bb4a808d1c1fcb5a050efdc2ffb4efe7b584407ed54c46c0388d9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/structure-tools.pw.toml"
|
||||
hash = "86deebcd3e0f2eaeefb90f8f151f8f7fc449f58b1db8070b60386444aa3124af"
|
||||
file = "mods/spectrum.pw.toml"
|
||||
hash = "daf95f05ddb1f2a44d0a20916fb59d32ee11b97e2e99424191356992805c905c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/stendhal.pw.toml"
|
||||
hash = "f891cc32728a13dec5d8763f86b926498eb745b3bd80676120292bacd03e51ab"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/styled-chat.pw.toml"
|
||||
hash = "70da594f4eadb175c7eedd58ec67caeffb71ac5fc8c503fcddf04e545e78e590"
|
||||
hash = "18cb5a5474406d7af310b53c93a983ffa608b03213f9d325e81dff3239566eb1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/styled-nicknames.pw.toml"
|
||||
hash = "d0cd4b1f936b73cbe367ccc74c325688bb5aa1e87e41f571124a22c3b361c2c1"
|
||||
hash = "274b84b0e258d26e57d647506d0d1995da1fd82cecbedbe98caeedd45faa4d23"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/styledplayerlist.pw.toml"
|
||||
hash = "d2accfdeb772987301d7517f93e081a276e5ae7610caf1f213a2012204699358"
|
||||
hash = "27c9ee50e624c436e1bb6fe4bbeff166f5c6564e9f9a846ffef22e54a200c603"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/supermartijn642s-config-lib.pw.toml"
|
||||
hash = "c843b306eb159ceaafb0243d26be9607444da0b59fd787ae5cfb8c8597c90bed"
|
||||
hash = "075b0a946ee6bc32d2eadde90257bdf53d09493978b3b7add5af49716691799e"
|
||||
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"
|
||||
hash = "515c7bc565f95c472aa347085937d4f96e02498ac68b15158a723fe876a3d3fb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/techreborn.pw.toml"
|
||||
hash = "7d4ce0df929ce3534b5b35222a00ee370eb578a7c2acf976a59d6c3614087335"
|
||||
hash = "e08ed79fafeb21ca809e76f4b328ecff1d30f2cfae62687087310eafd74b9cbd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/the-printer.pw.toml"
|
||||
hash = "3c8cbd8de0b19a7aab4cf478ca8ed01c2961487afe74cbf8d1b152cb0233bf80"
|
||||
file = "mods/tectonic.pw.toml"
|
||||
hash = "52ae7d824d0e2856df296db16f108d4843a7e1fea3b1769e4678f2e5b6dd991e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/toms-storage.pw.toml"
|
||||
hash = "30a3e3f7f468a6b0c2d65fcaab7ff138881c0a921316fa721a5c3a1d77ec4bac"
|
||||
hash = "d974525d8d9c00ec85ceb7bb1da54139d003178a4c3e96c363cd87cad36ac727"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/toomanyorigins.pw.toml"
|
||||
hash = "5f02aa4795328ad31ed138bd77e8c908a46d453ffc103711a85f7477947c18ad"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/travelersbackpack.pw.toml"
|
||||
hash = "c8b62279ce25dc287020134e4e3438d3a06fec88aacd402db2d893efae7182c2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/trinkets.pw.toml"
|
||||
hash = "e4e021f4e9647d01496dfd9f4dbf77cf46575318bd54f40aac7d3b4996baecb8"
|
||||
hash = "07619668821f2aad9dbd40084ad80f25595d8715a9ef204a4a9629225729a7d9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/turtlematic.pw.toml"
|
||||
hash = "bb74c1d0b3d281ececdd10bd03bb811bdb44314379b0a0164f66006316706dda"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/universal-bone-meal.pw.toml"
|
||||
hash = "1ada0b2942853c79cdaa88b2b253ab55b1f6eadfb475d0d4a8cf4ac5f3174b2a"
|
||||
hash = "10406ceb652b089dd757560a06f70189f967c9594bc694706106b96786b342a5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/unlimitedperipheralworks.pw.toml"
|
||||
hash = "31becf469aea9f05cfe98345041f3e714e42d4dc672f8c6e37f8ab02ca06a8c0"
|
||||
hash = "bd59204f2c5c87ca2cfd5ea291d1cf89d18e1e6f281eeeb4f0f2ea7b08d0bb9a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/valkyrien-skies.pw.toml"
|
||||
hash = "acc29f4d30641c8138744b8c15cad479e17c601567de64b19ddb82aff37b3ad1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/vanish.pw.toml"
|
||||
hash = "62c6f6daa96b1a9a12e2a05550e9afa527b6467cfa63906b4bcff9c27dbcee89"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/vivecraft.pw.toml"
|
||||
hash = "ab48141ab72021bfcc4bf68fd02572bd5c10a2d5f1fc7c35b25e45beed490c00"
|
||||
hash = "cf9edaa1400db33a8e66730c7d0cca5f70c83242982c0aa46b7e03328e6290ae"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/waystones.pw.toml"
|
||||
hash = "e33fd461dcf4611ce9c93224766b828ec7252709042d8bd593316a7d90b80295"
|
||||
file = "mods/vmod.pw.toml"
|
||||
hash = "70239d7fb35a57a87ac0464eaadc68104149c71bbd20495c29d7c8e0db871b2d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/worldedit.pw.toml"
|
||||
hash = "bd1dc13316e2aa9b56c89e7e974057f8da8d6bbfe707ba4210109fc612b782e3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-minimap.pw.toml"
|
||||
hash = "b1a2fbb24c590b91e32f570c5d202c9bd298e083409c8b71870db185c50fc8e9"
|
||||
hash = "4c176f305e2b3c52b47c58d252a0e46e4a8d4b89043385090dae3e40e91ba0f9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-world-map.pw.toml"
|
||||
hash = "d273a8d9829159697733da5a69d4a774377583ac18a00eaf9e3391f5d5ee1c15"
|
||||
hash = "d71dabaf362ddbae6f8fd3a8bb648b20b57bde93a1a59232c98da9e5403203d6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yosbr.pw.toml"
|
||||
hash = "6f6334f336a876088431df70e2bba6ac52ca2ddeb73a4880ce88d6954b09af00"
|
||||
file = "mods/xxl-packets.pw.toml"
|
||||
hash = "6f4ce82de5399daf1dd136b34550cbd0b1bee4f68c4118233472af41c7e6d45e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yttr.pw.toml"
|
||||
hash = "74257a39c616938aed0b5764b244780ff7aef3fd6f7b535a9603f9d9f4a6dded"
|
||||
file = "mods/yacl.pw.toml"
|
||||
hash = "34108efa4206b09f00d088be089236914a6fb04852aae5b6ce6293412ed6a6f7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yungs-api.pw.toml"
|
||||
hash = "5aa508141e85bc3e7e94e9a6df06fa50365623af4b83f94540a81433bb0df318"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
|
4
.minecraft/kubejs/.gitignore
vendored
4
.minecraft/kubejs/.gitignore
vendored
|
@ -1,4 +0,0 @@
|
|||
config/common.properties
|
||||
exported/
|
||||
en.json
|
||||
README.txt
|
15
.minecraft/kubejs/README.txt
Normal file
15
.minecraft/kubejs/README.txt
Normal file
|
@ -0,0 +1,15 @@
|
|||
Find out more info on the website: https://kubejs.com/
|
||||
|
||||
Directory information:
|
||||
|
||||
assets - Acts as a resource pack, you can put any client resources in here, like textures, models, etc. Example: assets/kubejs/textures/item/test_item.png
|
||||
data - Acts as a datapack, you can put any server resources in here, like loot tables, functions, etc. Example: data/kubejs/loot_tables/blocks/test_block.json
|
||||
|
||||
startup_scripts - Scripts that get loaded once during game startup - Used for adding items and other things that can only happen while the game is loading (Can be reloaded with /kubejs reload_startup_scripts, but it may not work!)
|
||||
server_scripts - Scripts that get loaded every time server resources reload - Used for modifying recipes, tags, loot tables, and handling server events (Can be reloaded with /reload)
|
||||
client_scripts - Scripts that get loaded every time client resources reload - Used for JEI events, tooltips and other client side things (Can be reloaded with F3+T)
|
||||
|
||||
config - KubeJS config storage. This is also the only directory that scripts can access other than world directory
|
||||
exported - Data dumps like texture atlases end up here
|
||||
|
||||
You can find type-specific logs in logs/kubejs/ directory
|
|
@ -1,194 +0,0 @@
|
|||
{
|
||||
"language.name": "English Floret!",
|
||||
"language.region": "Affini Compact",
|
||||
"language.code": "en_fl",
|
||||
|
||||
"block.minecraft.bed.no_sleep": "Sorry, cutie! It's not bedtime yet!",
|
||||
"block.minecraft.bed.too_far_away": "Cutie the bed is too far for you to to lay down!",
|
||||
"block.minecraft.bed.not_safe": "Sorry, cutie! there are feralists nearby!",
|
||||
"block.minecraft.spawn.not_valid": "Whoops! Make sure to take a nap the next time you get the chance, cutie~",
|
||||
"block.minecraft.set_spawn": "Welcome Home, Cutie",
|
||||
|
||||
// Change Title Screen text to be more floret friendly
|
||||
"title.singleplayer": "Quiet Space",
|
||||
"menu.singleplayer": "Quiet Space",
|
||||
|
||||
"title.multiplayer": "Play with Friends",
|
||||
"menu.multiplayer": "Play with Friends",
|
||||
|
||||
"title.online": "Overnet Realms",
|
||||
"menu.online": "Overnet Realms",
|
||||
|
||||
// Make words floret safe
|
||||
// censor the word dirt
|
||||
"block.minecraft.dirt": "D**t",
|
||||
"block.minecraft.coarse_dirt": "Coarse D**t",
|
||||
"block.minecraft.dirt_path": "D**t Path",
|
||||
"block.minecraft.rooted_dirt": "Rooted D**t",
|
||||
|
||||
|
||||
// Make death messages floret friendly
|
||||
// Death Screen
|
||||
"deathScreen.respawn": "Naptime!",
|
||||
"deathScreen.title": "Oh no! You're too tired and need a nap!",
|
||||
"deathScreen.quit.confirm": "Bye bye friend! Come again soon!",
|
||||
|
||||
// Death Messages
|
||||
"death.attack.lightningBolt": "%1$s got scared by the thunder and wants to go home!",
|
||||
"death.attack.lightningBolt.player": "%1$s and %2$s were out in the storm! %1$s got scared and went home! ",
|
||||
"death.attack.freeze": "%1$s got cold and needed a hug!",
|
||||
"death.fell.accident.vines": "%1$s 's affini decided it was time for a nap!",
|
||||
"death.fell.accident.weeping_vines": "%1$s 's affini decided it was naptime!",
|
||||
"death.fell.accident.twisting_vines": "%1$s fell off some vines! And was safely caught by their loving plant.",
|
||||
"death.fell.accident.scaffolding": "%1$s nearly feel off some scaffolding! They need a nap!",
|
||||
"death.fell.accident.other_climbable": "%1$s felt too tired to keep climbing and needed a nap",
|
||||
"death.fell.accident.generic": "%1$s 's Affini has decided it's time for a nap!",
|
||||
|
||||
"death.attack.magic": "%1$s was given Class-Zs",
|
||||
"death.attack.magic.player": "%1$s was given Class-Zs whilst trying to play with %2$s",
|
||||
"death.attack.even_more_magic": "%1$s was given alot of Class-Zs",
|
||||
"commands.kill.success.single": "Gave Class-Zs to %s",
|
||||
"commands.kill.success.multiple": "Gave Class-Zs to %s entities",
|
||||
|
||||
// Misc Replacements to sort
|
||||
"gui.socialInteractions.empty_hidden": "No Cuties hidden in chat",
|
||||
"gui.socialInteractions.empty_blocked": "No blocked Cuties in chat",
|
||||
|
||||
"spectatorMenu.teleport": "Teleport to Cutie",
|
||||
"spectatorMenu.teleport.prompt": "Select a Cutie to teleport to",
|
||||
|
||||
"lanServer.otherPlayers": "Settings for Other Cuties",
|
||||
|
||||
"multiplayer.disconnect.invalid_player_data": "Invalid Cutie data",
|
||||
"multiplayer.disconnect.invalid_player_movement": "Invalid move Cutie packet received",
|
||||
|
||||
"soundCategory.player": "Cuties",
|
||||
|
||||
"options.allowServerListing.tooltip": "Servers may list online Cuties as part of their public status.\nWith this option off your name will not show up in such lists.",
|
||||
"options.hideMatchedNames.tooltip": "3rd-party Servers may send chat messages in non-standard formats.\nWith this option on: hidden Cuties will be matched based on chat sender names.",
|
||||
|
||||
"key.playerlist": "List Cuties",
|
||||
"key.spectatorOutlines": "Highlight Cuties (Spectators)",
|
||||
|
||||
"block.minecraft.player_wall_head": "Cutie Wall Head",
|
||||
"block.minecraft.player_head": "Cutie Head",
|
||||
|
||||
"entity.minecraft.player": "Cutie",
|
||||
|
||||
"stat.minecraft.player_kills": "Cutie Naps",
|
||||
|
||||
"advMode.nearestPlayer": "Use \"@p\" to target nearest Cutie",
|
||||
"advMode.randomPlayer": "Use \"@r\" to target random Cutie",
|
||||
"advMode.allPlayers": "Use \"@a\" to target all Cuties",
|
||||
"advMode.notAllowed": "Must be an opped Cutie in creative mode",
|
||||
|
||||
"subtitles.entity.arrow.hit_player": "Cutie hit",
|
||||
"subtitles.entity.player.death": "Cutie starts napping",
|
||||
"subtitles.entity.player.hurt": "Cutie hurts",
|
||||
"subtitles.entity.player.hurt_drown": "Cutie drowning",
|
||||
"subtitles.entity.player.hurt_on_fire": "Cutie burns",
|
||||
"subtitles.entity.player.levelup": "Cutie dings",
|
||||
"subtitles.entity.player.freeze_hurt": "Cutie freezes",
|
||||
"subtitles.item.chorus_fruit.teleport": "Cutie teleports",
|
||||
|
||||
"argument.entity.selector.nearestPlayer": "Nearest Cutie",
|
||||
"argument.entity.selector.randomPlayer": "Random Cutie",
|
||||
"argument.entity.selector.allPlayers": "All Cuties",
|
||||
"argument.entity.options.gamemode.description": "Cuties with gamemode",
|
||||
"argument.entity.options.advancements.description": "Cuties with advancements",
|
||||
|
||||
"commands.advancement.grant.one.to.many.success": "Granted the advancement %s to %s Cuties",
|
||||
"commands.advancement.grant.one.to.many.failure": "Couldn't grant advancement %s to %s Cuties as they already have it",
|
||||
"commands.advancement.grant.many.to.many.success": "Granted %s advancements to %s Cuties",
|
||||
"commands.advancement.grant.many.to.many.failure": "Couldn't grant %s advancements to %s Cuties as they already have them",
|
||||
"commands.advancement.grant.criterion.to.many.success": "Granted criterion '%s' of advancement %s to %s Cuties",
|
||||
"commands.advancement.grant.criterion.to.many.failure": "Couldn't grant criterion '%s' of advancement %s to %s Cuties as they already have it",
|
||||
"commands.advancement.revoke.one.to.many.success": "Revoked the advancement %s from %s Cuties",
|
||||
"commands.advancement.revoke.one.to.many.failure": "Couldn't revoke advancement %s from %s Cuties as they don't have it",
|
||||
"commands.advancement.revoke.many.to.many.success": "Revoked %s advancements from %s Cuties",
|
||||
"commands.advancement.revoke.many.to.many.failure": "Couldn't revoke %s advancements from %s Cuties as they don't have them",
|
||||
"commands.advancement.revoke.criterion.to.many.success": "Revoked criterion '%s' of advancement %s from %s Cuties",
|
||||
"commands.advancement.revoke.criterion.to.many.failure": "Couldn't revoke criterion '%s' of advancement %s from %s Cuties as they don't have it",
|
||||
|
||||
"commands.clear.success.single": "Removed %s items from Cutie %s",
|
||||
"commands.clear.success.multiple": "Removed %s items from %s Cuties",
|
||||
"commands.clear.test.single": "Found %s matching items on Cutie %s",
|
||||
"commands.clear.test.multiple": "Found %s matching items on %s Cuties",
|
||||
|
||||
"commands.experience.add.points.success.multiple": "Gave %s experience points to %s Cuties",
|
||||
"commands.experience.add.levels.success.multiple": "Gave %s experience levels to %s Cuties",
|
||||
"commands.experience.set.points.success.multiple": "Set %s experience points on %s Cuties",
|
||||
"commands.experience.set.levels.success.multiple": "Set %s experience levels on %s Cuties",
|
||||
|
||||
"commands.give.success.multiple": "Gave %s %s to %s Cuties",
|
||||
|
||||
"commands.playsound.success.multiple": "Played sound %s to %s Cuties",
|
||||
|
||||
"commands.list.players": "There are %s of a max of %s Cuties online: %s",
|
||||
|
||||
"commands.setidletimeout.success": "The Cutie idle timeout is now %s minutes",
|
||||
|
||||
"commands.bossbar.set.players.success.none": "Custom bossbar %s no longer has any Cuties",
|
||||
"commands.bossbar.set.players.success.some": "Custom bossbar %s now has %s Cuties: %s",
|
||||
"commands.bossbar.get.players.none": "Custom bossbar %s has no Cuties currently online",
|
||||
"commands.bossbar.get.players.some": "Custom bossbar %s has %s Cuties currently online: %s",
|
||||
|
||||
"commands.recipe.give.success.multiple": "Unlocked %s recipes for %s Cuties",
|
||||
"commands.recipe.take.success.multiple": "Took %s recipes from %s Cuties",
|
||||
|
||||
"commands.whitelist.none": "There are no whitelisted Cuties",
|
||||
"commands.whitelist.list": "There are %s whitelisted Cuties: %s",
|
||||
|
||||
"commands.spawnpoint.success.multiple": "Set spawn point to %s, %s, %s [%s] in %s for %s Cuties",
|
||||
|
||||
"commands.spreadplayers.success.entities": "Spread %s Cuties around %s, %s with an average distance of %s blocks apart",
|
||||
|
||||
"commands.banip.info": "This ban affects %s Cuties: %s",
|
||||
|
||||
"commands.title.cleared.multiple": "Cleared titles for %s Cuties",
|
||||
"commands.title.reset.multiple": "Reset title options for %s Cuties",
|
||||
"commands.title.show.title.multiple": "Showing new title for %s Cuties",
|
||||
"commands.title.show.subtitle.multiple": "Showing new subtitle for %s Cuties",
|
||||
"commands.title.show.actionbar.multiple": "Showing new actionbar title for %s Cuties",
|
||||
"commands.title.times.multiple": "Changed title display times for %s Cuties",
|
||||
|
||||
"permissions.requires.player": "A Cutie is required to run this command here",
|
||||
|
||||
"argument.player.toomany": "Only one Cutie is allowed, but the provided selector allows more than one",
|
||||
"argument.player.entities": "Only Cuties may be affected by this command, but the provided selector includes entities",
|
||||
|
||||
"argument.entity.notfound.player": "No Cutie was found",
|
||||
|
||||
"argument.player.unknown": "That Cutie does not exist",
|
||||
|
||||
"commands.banip.invalid": "Invalid IP address or unknown Cutie",
|
||||
|
||||
"commands.ban.failed": "Nothing changed. The Cutie is already banned",
|
||||
|
||||
"commands.bossbar.set.players.unchanged": "Nothing changed. Those Cuties are already on the bossbar with nobody to add or remove",
|
||||
|
||||
"commands.deop.failed": "Nothing changed. The Cutie is not an operator",
|
||||
|
||||
"commands.experience.set.points.invalid": "Cannot set experience points above the maximum points for the Cutie's current level",
|
||||
|
||||
"commands.op.failed": "Nothing changed. The Cutie already is an operator",
|
||||
|
||||
"commands.pardon.failed": "Nothing changed. The Cutie isn't banned",
|
||||
|
||||
"commands.whitelist.add.failed": "Cutie is already whitelisted",
|
||||
"commands.whitelist.remove.failed": "Cutie is not whitelisted",
|
||||
|
||||
"commands.data.entity.invalid": "Unable to modify Cutie data",
|
||||
|
||||
"clear.failed.single": "No items were found on Cutie %s",
|
||||
"clear.failed.multiple": "No items were found on %s Cuties",
|
||||
|
||||
"gamerule.doLimitedCrafting.description": "If enabled, Cuties will be able to craft only unlocked recipes",
|
||||
"gamerule.forgiveDeadPlayers": "Forgive napping Cuties",
|
||||
"gamerule.forgiveDeadPlayers.description": "Angered neutral mobs stop being angry when the targeted Cutie starts napping nearby.",
|
||||
"gamerule.playersSleepingPercentage.description": "The percentage of Cuties who must be sleeping to skip the night.",
|
||||
"gamerule.universalAnger.description": "Angered neutral Feralists attack any nearby Cutie, not just the Cutie that angered them. Works best if forgiveDeadPlayers is disabled.",
|
||||
"gamerule.category.player": "Cutie",
|
||||
|
||||
"sleep.players_sleeping": "%s/%s Cuties sleeping"
|
||||
}
|
|
@ -1,34 +0,0 @@
|
|||
Hello Cutie!
|
||||
Remember to take your meds!
|
||||
Do you have water nearby?
|
||||
What a cute floret!
|
||||
Plampt!
|
||||
Have fun cutie!
|
||||
Xenodruggies not included!
|
||||
Remember to take breaks!
|
||||
Digitalis says hello!
|
||||
Also try Flowers and Vines! (or whatever the floret cut of Chutes and Ladders was called in Recovery)
|
||||
Ask your Vet!
|
||||
Ask your Owner!
|
||||
Beeple Beeple Beeple!
|
||||
More Teeth Than A Horse!
|
||||
Blahaj Blast!
|
||||
Your an adorable Floret
|
||||
You look good in a Collar!
|
||||
Say Please!
|
||||
You're the best gamer!
|
||||
Plant Computing!
|
||||
You're a good floret!
|
||||
Now in Hypnovision!
|
||||
Distribute far and Wide!
|
||||
Do you want to cuddle?
|
||||
Doesn't use the W-word!
|
||||
200% more cuddly!
|
||||
Botanical!
|
||||
Everybody do the Leaf!
|
||||
Microgravity with style!
|
||||
Floret fiction!
|
||||
Class-A!
|
||||
Prepare before spelunking!
|
||||
Everything is Free!
|
||||
There's five Independent developers!
|
|
@ -1,15 +1,16 @@
|
|||
#KubeJS Client Properties
|
||||
#Mon Sep 26 19:27:11 PDT 2022
|
||||
#Sat Mar 30 08:04:03 PDT 2024
|
||||
backgroundColor=2b2b2b
|
||||
barBorderColor=ECEFF4
|
||||
exportAtlases=false
|
||||
menuBackgroundBrightness=64
|
||||
disableRecipeBook=false
|
||||
title=FloretCraft
|
||||
barColor=ECEFF4
|
||||
overrideColors=true
|
||||
blurScaledPackIcon=true
|
||||
disableRecipeBook=false
|
||||
exportAtlases=false
|
||||
fmlLogColor=ECEFF4
|
||||
showTagNames=false
|
||||
fmlMemoryColor=ECEFF4
|
||||
menuBackgroundBrightness=64
|
||||
menuBackgroundScale=32.0
|
||||
menuInnerBackgroundBrightness=32
|
||||
overrideColors=false
|
||||
showTagNames=false
|
||||
title=FlortMC
|
||||
|
|
13
.minecraft/kubejs/config/common.properties
Normal file
13
.minecraft/kubejs/config/common.properties
Normal file
|
@ -0,0 +1,13 @@
|
|||
#KubeJS Common Properties
|
||||
#Sat Mar 30 08:03:56 PDT 2024
|
||||
allowAsyncStreams=true
|
||||
announceReload=true
|
||||
creativeModeTabIcon=minecraft\:purple_dye
|
||||
hideServerScriptErrors=false
|
||||
ignoreCustomUniqueRecipeIds=false
|
||||
matchJsonRecipes=true
|
||||
packmode=
|
||||
saveDevPropertiesInConfig=false
|
||||
serverOnly=false
|
||||
startupErrorGUI=true
|
||||
startupErrorReportUrl=
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"spectrum:slate_noxwood_planks",
|
||||
"spectrum:slate_noxwood_stairs",
|
||||
"spectrum:slate_noxwood_slab",
|
||||
"spectrum:slate_noxwood_fence",
|
||||
"spectrum:slate_noxwood_fence_gate",
|
||||
"spectrum:slate_noxwood_beam",
|
||||
"spectrum:slate_noxwood_amphora",
|
||||
"spectrum:ebony_noxwood_planks",
|
||||
"spectrum:ebony_noxwood_stairs",
|
||||
"spectrum:ebony_noxwood_slab",
|
||||
"spectrum:ebony_noxwood_fence",
|
||||
"spectrum:ebony_noxwood_fence_gate",
|
||||
"spectrum:ebony_noxwood_beam",
|
||||
"spectrum:ebony_noxwood_amphora",
|
||||
"spectrum:ivory_noxwood_planks",
|
||||
"spectrum:ivory_noxwood_stairs",
|
||||
"spectrum:ivory_noxwood_slab",
|
||||
"spectrum:ivory_noxwood_fence",
|
||||
"spectrum:ivory_noxwood_fence_gate",
|
||||
"spectrum:ivory_noxwood_beam",
|
||||
"spectrum:ivory_noxwood_amphora",
|
||||
"spectrum:chestnut_noxwood_planks",
|
||||
"spectrum:chestnut_noxwood_stairs",
|
||||
"spectrum:chestnut_noxwood_slab",
|
||||
"spectrum:chestnut_noxwood_fence",
|
||||
"spectrum:chestnut_noxwood_fence_gate",
|
||||
"spectrum:chestnut_noxwood_beam",
|
||||
"spectrum:chestnut_noxwood_amphora",
|
||||
"#spectrum:colored_planks",
|
||||
"#spectrum:colored_stairs",
|
||||
"#spectrum:colored_fences",
|
||||
"#spectrum:colored_fence_gates",
|
||||
"#spectrum:colored_slabs"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"#spectrum:decay/forfeiture_safe",
|
||||
"minecraft:air",
|
||||
"minecraft:cave_air",
|
||||
"minecraft:light",
|
||||
"spectrum:wand_light",
|
||||
"minecraft:bedrock",
|
||||
"spectrum:bedrock_storage_block",
|
||||
"minecraft:snow"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"#minecraft:mineable/axe",
|
||||
"#minecraft:mineable/hoe",
|
||||
"#minecraft:mineable/pickaxe",
|
||||
"#minecraft:mineable/shovel"
|
||||
]
|
||||
}
|
|
@ -1,20 +0,0 @@
|
|||
/assets/
|
||||
* functions exactly like the resourcepack/assets folder
|
||||
|
||||
/client_scripts/
|
||||
* KubeJS Scripts that run on the client
|
||||
* uknown the full capabilities, something to look into
|
||||
|
||||
/config/
|
||||
* kubejs config, shouldnt need to change but can be changed
|
||||
|
||||
/data/
|
||||
* functions exactly like the datapack/data folder
|
||||
|
||||
/server_scripts/
|
||||
* these are scripts that function when *in an world*
|
||||
* they can be used for recipie alteration or other things
|
||||
|
||||
/startup_scripts/
|
||||
* these happen on game load
|
||||
* They can be used to add, remove, or modify items
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"pack": {
|
||||
"description": "FloretSpeak!",
|
||||
"pack_format": 7
|
||||
}
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 32 KiB |
Binary file not shown.
13
.minecraft/mods/ad-astra.pw.toml
Normal file
13
.minecraft/mods/ad-astra.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Ad Astra"
|
||||
filename = "ad_astra-fabric-1.20.1-1.15.18.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/3ufwT9JF/versions/MxqFxL9C/ad_astra-fabric-1.20.1-1.15.18.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d93d7a03c15a642fa88c84d67bdca0d90a011efe"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "3ufwT9JF"
|
||||
version = "MxqFxL9C"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Additional Lanterns"
|
||||
filename = "additionallanterns-1.0.5-fabric-mc1.19.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/jXNvTKds/versions/5ZpLLzu6/additionallanterns-1.0.5-fabric-mc1.19.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "cb49478a5bb6bd24ff98e74ef92a908a5be3d85b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "jXNvTKds"
|
||||
version = "5ZpLLzu6"
|
13
.minecraft/mods/additional-redstone.pw.toml
Normal file
13
.minecraft/mods/additional-redstone.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Additional Redstone"
|
||||
filename = "additionalredstone-fabric-1.20.1-1.1.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/hhraLneG/versions/4lkprnNO/additionalredstone-fabric-1.20.1-1.1.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "2dcd770c4fa5ff6057de172bace8c77b89329dae"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "hhraLneG"
|
||||
version = "4lkprnNO"
|
|
@ -1,13 +0,0 @@
|
|||
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"
|
13
.minecraft/mods/advanced-reborn.pw.toml
Normal file
13
.minecraft/mods/advanced-reborn.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Advanced Reborn"
|
||||
filename = "AdvancedReborn-1.20.1-1.2.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ir8okcEA/versions/L2HOKlCc/AdvancedReborn-1.20.1-1.2.8.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8e2effc1ef846f965ded32b6670987dbd225ef78"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ir8okcEA"
|
||||
version = "L2HOKlCc"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Applied Energistics 2"
|
||||
filename = "appliedenergistics2-fabric-12.9.6.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/XxWD5pD3/versions/lePuKDdy/appliedenergistics2-fabric-12.9.6.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d5ece23b783ba8df0ff832b3e6dd23375148aad4"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "XxWD5pD3"
|
||||
version = "lePuKDdy"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Almost Unified"
|
||||
filename = "almostunified-fabric-1.19.2-0.5.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/sdaSaQEz/versions/TbGxfXN7/almostunified-fabric-1.19.2-0.5.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "ba8fccd1b41daa3025ef6b2257fb5280869f82de"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "sdaSaQEz"
|
||||
version = "TbGxfXN7"
|
13
.minecraft/mods/altorigingui.pw.toml
Normal file
13
.minecraft/mods/altorigingui.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Alternate Origin GUI"
|
||||
filename = "altorigingui-1.20.1-1.0.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ldWHqZwQ/versions/2Xvkw6un/altorigingui-1.20.1-1.0.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "23426753bc7a0ab84c1627b059aee3717a2bf3f9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ldWHqZwQ"
|
||||
version = "2Xvkw6un"
|
13
.minecraft/mods/amecs.pw.toml
Normal file
13
.minecraft/mods/amecs.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Amecs"
|
||||
filename = "amecs-1.3.10+mc.1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/rcLriA4v/versions/HuXAp0GB/amecs-1.3.10%2Bmc.1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1eff33308da62b47e5767875b28cdd436da77e2c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "rcLriA4v"
|
||||
version = "HuXAp0GB"
|
13
.minecraft/mods/appleskin.pw.toml
Normal file
13
.minecraft/mods/appleskin.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "AppleSkin"
|
||||
filename = "appleskin-fabric-mc1.20.1-2.5.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/xcauwnEB/appleskin-fabric-mc1.20.1-2.5.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d0f11243f79c071416bbcee781ae93eb57a0283c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "EsAfCjCV"
|
||||
version = "xcauwnEB"
|
|
@ -1,13 +1,13 @@
|
|||
name = "Architectury API"
|
||||
filename = "architectury-6.5.85-fabric.jar"
|
||||
filename = "architectury-9.2.14-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/HoIJp48v/architectury-6.5.85-fabric.jar"
|
||||
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/WbL7MStR/architectury-9.2.14-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "5795f772ea4a72049e38848eac80a005b01211d9"
|
||||
hash = "4fa65e32dbf63a871a30fe8ec6fbff9a4b8d007d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "lhGA9TYQ"
|
||||
version = "HoIJp48v"
|
||||
version = "WbL7MStR"
|
||||
|
|
13
.minecraft/mods/athena-ctm.pw.toml
Normal file
13
.minecraft/mods/athena-ctm.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Athena"
|
||||
filename = "athena-fabric-1.20.1-3.1.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/b1ZV3DIJ/versions/mXJWSwbJ/athena-fabric-1.20.1-3.1.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "53014ceff1e10085609c16adbe246df51113bfe9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "b1ZV3DIJ"
|
||||
version = "mXJWSwbJ"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Auto Plant Crops"
|
||||
filename = "auto-plant-crops-1.1.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/EnpfhLw4/versions/CavC0Mqe/auto-plant-crops-1.1.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "92eac47609849e3028fa31fc7048fbb75bef948a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "EnpfhLw4"
|
||||
version = "CavC0Mqe"
|
17
.minecraft/mods/axiom.pw.toml
Normal file
17
.minecraft/mods/axiom.pw.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
name = "Axiom"
|
||||
filename = "Axiom-2.8.1-for-MC1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/N6n5dqoA/versions/JJt0NDC2/Axiom-2.8.1-for-MC1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "39ec1eb855d67f2343a8f03225f3836d680f57a8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "N6n5dqoA"
|
||||
version = "JJt0NDC2"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "world edit on steroids."
|
|
@ -1,13 +0,0 @@
|
|||
name = "Balm"
|
||||
filename = "balm-fabric-1.19.2-4.5.7.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/XYqAzGqP/balm-fabric-1.19.2-4.5.7.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "0ee92ca2faa297d266bd2ea90b377e5958da6b1f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "MBAkmtvl"
|
||||
version = "XYqAzGqP"
|
13
.minecraft/mods/bclib.pw.toml
Normal file
13
.minecraft/mods/bclib.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "BCLib"
|
||||
filename = "bclib-3.0.14.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/BgNRHReB/versions/TPC86Pyz/bclib-3.0.14.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "34be724165bfe1207542f26551b10925d099eee1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "BgNRHReB"
|
||||
version = "TPC86Pyz"
|
13
.minecraft/mods/bellsandwhistles.pw.toml
Normal file
13
.minecraft/mods/bellsandwhistles.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Create: Bells & Whistles"
|
||||
filename = "bellsandwhistles-0.4.5+1.20.1-FABRIC.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/gJ5afkVv/versions/m0GUubvz/bellsandwhistles-0.4.5%2B1.20.1-FABRIC.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "70e97c2ff786b8df7f354a37442ae36f4df35dc3"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "gJ5afkVv"
|
||||
version = "m0GUubvz"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Better Than Bunnies"
|
||||
filename = "BetterThanBunnies-1.19.2-Fabric-1.3.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/xbR6jaoJ/versions/AK5n3xun/BetterThanBunnies-1.19.2-Fabric-1.3.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "0533eb662b55eeee965810ce3271c992e2586fd0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "xbR6jaoJ"
|
||||
version = "AK5n3xun"
|
13
.minecraft/mods/betterend.pw.toml
Normal file
13
.minecraft/mods/betterend.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "BetterEnd"
|
||||
filename = "better-end-4.0.11.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/gc8OEnCC/versions/7QwyTILr/better-end-4.0.11.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1e54364d63245a51e66e414ca73efbac9e05f11d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "gc8OEnCC"
|
||||
version = "7QwyTILr"
|
|
@ -1,13 +1,13 @@
|
|||
name = "BetterF3"
|
||||
filename = "BetterF3-4.0.0-Fabric-1.19.2.jar"
|
||||
filename = "BetterF3-7.0.2-Fabric-1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/8shC1gFX/versions/RbNy07Bx/BetterF3-4.0.0-Fabric-1.19.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/8shC1gFX/versions/7WkFnw9F/BetterF3-7.0.2-Fabric-1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1bbc527d23b53e0aae4d5e1deddf92b1f394b94b"
|
||||
hash = "ed0383ed8c68e1d1cbfc61267afee028d8a4d7fe"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "8shC1gFX"
|
||||
version = "RbNy07Bx"
|
||||
version = "7WkFnw9F"
|
||||
|
|
13
.minecraft/mods/betternether.pw.toml
Normal file
13
.minecraft/mods/betternether.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "BetterNether"
|
||||
filename = "better-nether-9.0.10.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/MpzVLzy5/versions/IG7kgtJH/better-nether-9.0.10.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "7247c4b3f319f828205fc9f195261c46a24280ec"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "MpzVLzy5"
|
||||
version = "IG7kgtJH"
|
13
.minecraft/mods/botarium.pw.toml
Normal file
13
.minecraft/mods/botarium.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Botarium"
|
||||
filename = "botarium-fabric-1.20.1-2.3.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/2u6LRnMa/versions/5a8eybLl/botarium-fabric-1.20.1-2.3.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "ffd8b8ec111c5942b30aded4e3ba4f2429023f0e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "2u6LRnMa"
|
||||
version = "5a8eybLl"
|
13
.minecraft/mods/building-wands.pw.toml
Normal file
13
.minecraft/mods/building-wands.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Building Wands"
|
||||
filename = "BuildingWands-mc1.20.1-2.6.9-release.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/XkisZUfp/versions/mLBi7a8x/BuildingWands-mc1.20.1-2.6.9-release.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "31e4375395f23b6b3e535d0442f3082cfd94c9fc"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "XkisZUfp"
|
||||
version = "mLBi7a8x"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Bushier Flowers"
|
||||
filename = "bushierflowers-0.0.1-1.19.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/OK421ZCh/versions/SzjJbESR/bushierflowers-0.0.1-1.19.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "46f3db852d82932e296f60104d456baaada68836"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "OK421ZCh"
|
||||
version = "SzjJbESR"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Calibrated Access"
|
||||
filename = "calibrated-1.2.1-hotfix.1+1.19.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/pUSRRdVF/versions/Oj0nE6A5/calibrated-1.2.1-hotfix.1%2B1.19.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "c608e62f8a045e6256b4b24111668f29487b40e7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "pUSRRdVF"
|
||||
version = "Oj0nE6A5"
|
|
@ -1,13 +1,13 @@
|
|||
name = "Cardinal Components API"
|
||||
filename = "cardinal-components-api-5.0.2.jar"
|
||||
side = "both"
|
||||
filename = "cardinal-components-api-5.2.2.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/K01OU20C/versions/tPfCTMiZ/cardinal-components-api-5.0.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/K01OU20C/versions/qW85eawp/cardinal-components-api-5.2.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "2ca37fd1372f48d39154aea952a9db148d1db9e5"
|
||||
hash = "b049c6342185dae10607d6c1fe2fd792db189582"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "K01OU20C"
|
||||
version = "tPfCTMiZ"
|
||||
version = "qW85eawp"
|
||||
|
|
13
.minecraft/mods/carpet.pw.toml
Normal file
13
.minecraft/mods/carpet.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Carpet"
|
||||
filename = "fabric-carpet-1.20-1.4.112+v230608.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/TQTTVgYE/versions/K0Wj117C/fabric-carpet-1.20-1.4.112%2Bv230608.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "29faa4d1c22509b67a6d66b2a8c9d3b5aa483b65"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "TQTTVgYE"
|
||||
version = "K0Wj117C"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Carry On"
|
||||
filename = "carryon-fabric-1.19.2-2.1.0.20.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/joEfVgkn/versions/nc5Z9l3C/carryon-fabric-1.19.2-2.1.0.20.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b951432f9419732d5b443687713f02be7b2ca2c9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "joEfVgkn"
|
||||
version = "nc5Z9l3C"
|
|
@ -1,13 +0,0 @@
|
|||
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"
|
13
.minecraft/mods/cc-tweaked.pw.toml
Normal file
13
.minecraft/mods/cc-tweaked.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "CC: Tweaked"
|
||||
filename = "cc-tweaked-1.20.1-fabric-1.110.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/gu7yAYhd/versions/ekffpGYP/cc-tweaked-1.20.1-fabric-1.110.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4a9c26751b8a07ab99e682281c9cb6b78af86d29"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "gu7yAYhd"
|
||||
version = "ekffpGYP"
|
13
.minecraft/mods/cc-vs.pw.toml
Normal file
13
.minecraft/mods/cc-vs.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "CC: VS"
|
||||
filename = "cc_vs-1.20.1-fabric-0.0.9.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/bvgy8HrZ/versions/c7b3Rnp5/cc_vs-1.20.1-fabric-0.0.9.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "6bb4dc8d87c501ae6e434aecec5747020d51b897"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "bvgy8HrZ"
|
||||
version = "c7b3Rnp5"
|
13
.minecraft/mods/cccbridge.pw.toml
Normal file
13
.minecraft/mods/cccbridge.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "CC:C Bridge"
|
||||
filename = "cccbridge-mc1.20.1-fabric-v1.6.2b.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fXt291FO/versions/57pJUQQM/cccbridge-mc1.20.1-fabric-v1.6.2b.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "7de4610e10b8bde87badb77a94ee2e57abbc0fa9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fXt291FO"
|
||||
version = "57pJUQQM"
|
13
.minecraft/mods/chipped.pw.toml
Normal file
13
.minecraft/mods/chipped.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Chipped"
|
||||
filename = "Chipped-fabric-1.20.1-3.0.6.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/BAscRYKm/versions/Fy1PKYtc/Chipped-fabric-1.20.1-3.0.6.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "96f392370790ff17d48270b7473b1578d4b0e2fe"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "BAscRYKm"
|
||||
version = "Fy1PKYtc"
|
|
@ -1,13 +0,0 @@
|
|||
name = "ChoiceTheorem's Overhauled Village - Friends and Foes Add-on"
|
||||
filename = "choicetheorems-overhauled-village-friends-and-foes-add-on-1.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/kawJN2LZ/versions/AzkfLDLD/choicetheorems-overhauled-village-friends-and-foes-add-on-1.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "6258af6a6480f1db1591ab843a2cfc5ebfc7a3ff"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "kawJN2LZ"
|
||||
version = "AzkfLDLD"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Chunk Loaders"
|
||||
filename = "chunkloaders-1.2.6-fabric-mc1.19.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/t1VgucWo/versions/GT3mrXK3/chunkloaders-1.2.6-fabric-mc1.19.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a59f0eb5daeb5b53a3346688c61903e66c426c99"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "t1VgucWo"
|
||||
version = "GT3mrXK3"
|
|
@ -1,14 +1,13 @@
|
|||
name = "Cloth Config API"
|
||||
filename = "cloth-config-8.2.88-fabric.jar"
|
||||
filename = "cloth-config-11.1.118-fabric.jar"
|
||||
side = "both"
|
||||
pin = true
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/EXrxCjl6/cloth-config-8.2.88-fabric.jar"
|
||||
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/J3FLptsi/cloth-config-11.1.118-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4b93c69f22e9bdeeca201992e99632824b55f9cb"
|
||||
hash = "f669f899d707b9e9acf1c239b0ae6b2c8be95361"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9s6osm5g"
|
||||
version = "EXrxCjl6"
|
||||
version = "J3FLptsi"
|
||||
|
|
13
.minecraft/mods/clumps.pw.toml
Normal file
13
.minecraft/mods/clumps.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Clumps"
|
||||
filename = "Clumps-fabric-1.20.1-12.0.0.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Wnxd13zP/versions/hefSwtn6/Clumps-fabric-1.20.1-12.0.0.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a20cfe0b0ee0b897887f81c4919af9d220ba22e7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Wnxd13zP"
|
||||
version = "hefSwtn6"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Clutter"
|
||||
filename = "clutter-1.19.2-0.2.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/KZAmykow/versions/LsSXw1tA/clutter-1.19.2-0.2.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "c9c2d8e3faa2f6178fcdfd365fc3c3f33f122233"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "KZAmykow"
|
||||
version = "LsSXw1tA"
|
|
@ -1,13 +0,0 @@
|
|||
name = "CompleteConfig"
|
||||
filename = "completeconfig-2.1.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/GtqG8z1h/versions/u6LwMxu3/completeconfig-2.1.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "705cbe0beaee191088de4fc3d25745130eb57dbc"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "GtqG8z1h"
|
||||
version = "u6LwMxu3"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Compressed Items"
|
||||
filename = "compressed_items-1.19.2-1.0.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/oSvtANfg/versions/uC7wWsDE/compressed_items-1.19.2-1.0.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "ada3905e10f3a3d180e39efa129e3f0f767771a0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "oSvtANfg"
|
||||
version = "uC7wWsDE"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Compressed"
|
||||
filename = "compressed-1.19.2-1.8.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/kCbTXhEt/versions/nNWVVtEj/compressed-1.19.2-1.8.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "439b6883e8f51dcd42db4fb6f675468842789bb5"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "kCbTXhEt"
|
||||
version = "nNWVVtEj"
|
13
.minecraft/mods/controlify.pw.toml
Normal file
13
.minecraft/mods/controlify.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Controlify"
|
||||
filename = "Controlify-2.0.0-beta.8+1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/DOUdJVEm/versions/naETXOxy/Controlify-2.0.0-beta.8%2B1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b7f653dc9d58bb318ff8e5eaa2268613f360357b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "DOUdJVEm"
|
||||
version = "naETXOxy"
|
13
.minecraft/mods/controlling.pw.toml
Normal file
13
.minecraft/mods/controlling.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Controlling"
|
||||
filename = "Controlling-fabric-1.20.1-12.0.2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/xv94TkTM/versions/6ipZLQSK/Controlling-fabric-1.20.1-12.0.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8d6badebb7f2aea04793c92174dafa946b13f1e9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "xv94TkTM"
|
||||
version = "6ipZLQSK"
|
13
.minecraft/mods/create-deco.pw.toml
Normal file
13
.minecraft/mods/create-deco.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Create Deco"
|
||||
filename = "createdeco-2.0.2-1.20.1-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/sMvUb4Rb/versions/GsxgfeNu/createdeco-2.0.2-1.20.1-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b7b525c64cde199d1ab12fee7f1171812a283646"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "sMvUb4Rb"
|
||||
version = "GsxgfeNu"
|
|
@ -1,13 +1,13 @@
|
|||
name = "Create Enchantment Industry Fabric"
|
||||
filename = "create_enchantment_industry-1.0.0.jar"
|
||||
filename = "create_enchantment_industry-1.2.16.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/AEZO385x/versions/2JdzS4Rx/create_enchantment_industry-1.0.0.jar"
|
||||
url = "https://cdn.modrinth.com/data/AEZO385x/versions/SI0RzkGk/create_enchantment_industry-1.2.16.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "74077847170b33b3cc23519d092737c0ed173eb8"
|
||||
hash = "c1153315e3d0e7d216ca3179e483fe8b9f794433"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "AEZO385x"
|
||||
version = "2JdzS4Rx"
|
||||
version = "SI0RzkGk"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "Create Fabric"
|
||||
filename = "create-fabric-0.5.1-b-build.1089+mc1.19.2.jar"
|
||||
filename = "create-fabric-0.5.1-f-build.1417+mc1.20.1.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"
|
||||
url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/h2HgGyvA/create-fabric-0.5.1-f-build.1417%2Bmc1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "32e7620588a82e6465c6176833d6735d2e3a4a4c"
|
||||
hash = "dc5c230e3b293092b457200883398225fffab597"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Xbc0uyRg"
|
||||
version = "wKEEi1qX"
|
||||
version = "h2HgGyvA"
|
||||
|
|
13
.minecraft/mods/create-ore-excavation.pw.toml
Normal file
13
.minecraft/mods/create-ore-excavation.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Create Ore Excavation"
|
||||
filename = "createoreexcavation-fabric-1.20-1.4.5.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ResbpANg/versions/jmSBgUUD/createoreexcavation-fabric-1.20-1.4.5.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a7ecd132208b6dc9ea71dfcd49718ae86222f483"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ResbpANg"
|
||||
version = "jmSBgUUD"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Create Renewable Ores"
|
||||
filename = "create-renewable-ores-1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/dYMXOl0s/versions/yyGfx9wl/create-renewable-ores-1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "6e0f5641054019f6b3a59ece55bae7225b77da4d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "dYMXOl0s"
|
||||
version = "yyGfx9wl"
|
13
.minecraft/mods/create-steam-n-rails.pw.toml
Normal file
13
.minecraft/mods/create-steam-n-rails.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Create: Steam 'n' Rails"
|
||||
filename = "Steam_Rails-1.6.4+fabric-mc1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ZzjhlDgM/versions/AJ3IGl3n/Steam_Rails-1.6.4%2Bfabric-mc1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "6aebceb3b11005d9cf7255f26344e1c3a635c91c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ZzjhlDgM"
|
||||
version = "AJ3IGl3n"
|
13
.minecraft/mods/create-structures.pw.toml
Normal file
13
.minecraft/mods/create-structures.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Create: Structures"
|
||||
filename = "create-structures-0.1.1-1.20.1-FABRIC.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/IAnP4np7/versions/nqsTHZwx/create-structures-0.1.1-1.20.1-FABRIC.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b0adac5af2734590d57e86a270a343abb74dfed4"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "IAnP4np7"
|
||||
version = "nqsTHZwx"
|
13
.minecraft/mods/create-track-map.pw.toml
Normal file
13
.minecraft/mods/create-track-map.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Create Track Map"
|
||||
filename = "create-track-map-1.4+mc1.20.1-fabric.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/gxoNIjg6/versions/qoyYyg2G/create-track-map-1.4%2Bmc1.20.1-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "262e54637fc296c09473325f0fe83d37bc4b3d08"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "gxoNIjg6"
|
||||
version = "qoyYyg2G"
|
|
@ -1,13 +1,13 @@
|
|||
name = "Create Crafts & Additions"
|
||||
filename = "createaddition-fabric+1.19.2-20230723a.jar"
|
||||
filename = "createaddition-fabric+1.20.1-1.2.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/kU1G12Nn/versions/s1jbxOUy/createaddition-fabric%2B1.19.2-20230723a.jar"
|
||||
url = "https://cdn.modrinth.com/data/kU1G12Nn/versions/J3uh8pqe/createaddition-fabric%2B1.20.1-1.2.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "9f69e9ffb80b479df765102528ff917f91670c90"
|
||||
hash = "e0109d1aba129d30482aaae060abac0ce1e56bc9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "kU1G12Nn"
|
||||
version = "s1jbxOUy"
|
||||
version = "J3uh8pqe"
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
name = "ChoiceTheorem's Overhauled Village"
|
||||
filename = "ctov-3.2.5.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fgmhI8kH/versions/tnyL873R/ctov-3.2.5.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "37af788a1fff11ecc9facacb06ca708902f742ca"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fgmhI8kH"
|
||||
version = "tnyL873R"
|
|
@ -1,13 +0,0 @@
|
|||
name = "ChoiceTheorem's Overhauled Village - Farmer Delight Add-on"
|
||||
filename = "ctov-farmers-delight-compat-1.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/CdRC4fyI/versions/Q9CAeSaW/ctov-farmers-delight-compat-1.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "f7c473f5190bf01b0b0d49a89e08f5b6fe649f95"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "CdRC4fyI"
|
||||
version = "Q9CAeSaW"
|
|
@ -1,13 +0,0 @@
|
|||
name = "ChoiceTheorem's Overhauled Village - Waystone Add-on"
|
||||
filename = "ctov-waystone-compat-1.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/70yluNSI/versions/dhfJy800/ctov-waystone-compat-1.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "5a905ed226c664c4de30197568f7207c0bc40a78"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "70yluNSI"
|
||||
version = "dhfJy800"
|
13
.minecraft/mods/dark-loading-screen.pw.toml
Normal file
13
.minecraft/mods/dark-loading-screen.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Dark Loading Screen"
|
||||
filename = "dark-loading-screen-1.6.14.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/h3XWIuzM/versions/HLjyJHzA/dark-loading-screen-1.6.14.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "c6ce1e2c34fe4a412183431ea6b323e5e6eaf8f0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "h3XWIuzM"
|
||||
version = "HLjyJHzA"
|
|
@ -1,13 +0,0 @@
|
|||
name = "DashLoader"
|
||||
filename = "dashloader-4.1.3+1.19.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ZfQ3kTvR/versions/DsPMHgmj/dashloader-4.1.3%2B1.19.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "6e7a6748dcffaaa4e118dd61e43390de960336f9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ZfQ3kTvR"
|
||||
version = "DsPMHgmj"
|
13
.minecraft/mods/ducky-periphs.pw.toml
Normal file
13
.minecraft/mods/ducky-periphs.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Ducky Peripherals"
|
||||
filename = "duckyperiphs-1.20.1-1.3.1-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/l2IpK3Ji/versions/FYDI2Gut/duckyperiphs-1.20.1-1.3.1-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a58286a38e0d4dab0dc378aef916bba985cc4ae7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "l2IpK3Ji"
|
||||
version = "FYDI2Gut"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Dynamic FPS"
|
||||
filename = "dynamic-fps-2.2.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/2.2.0/dynamic-fps-2.2.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8d264374dc08df87777fb51b94c781476c315bb5"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "LQ3K71Q1"
|
||||
version = "g9FOSLTq"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Dynamic Asset Generator"
|
||||
filename = "dynamic_asset_generator-quilt-1.19.2-1.2.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/83pFEQVb/versions/L0GthGHl/dynamic_asset_generator-quilt-1.19.2-1.2.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "2630645aa76e7b7f81e421bb0f574a5e43c2eea1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "83pFEQVb"
|
||||
version = "L0GthGHl"
|
|
@ -1,13 +0,0 @@
|
|||
name = "EdibleFlowers"
|
||||
filename = "edibleflowers-1.0.0+1.19.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/HEyD8vjF/versions/BADEssx2/edibleflowers-1.0.0%2B1.19.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "36211f6c9c2ad064197223209aead70c316422de"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "HEyD8vjF"
|
||||
version = "BADEssx2"
|
13
.minecraft/mods/elytra-slot.pw.toml
Normal file
13
.minecraft/mods/elytra-slot.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Elytra Slot"
|
||||
filename = "elytraslot-fabric-6.3.0+1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/mSQF1NpT/versions/6uCj1VmZ/elytraslot-fabric-6.3.0%2B1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8434372482be878e0d40542cd2cce09b6dfccf84"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "mSQF1NpT"
|
||||
version = "6uCj1VmZ"
|
13
.minecraft/mods/elytra-trims-extensions.pw.toml
Normal file
13
.minecraft/mods/elytra-trims-extensions.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Elytra Trims Extensions"
|
||||
filename = "elytratrims_extensions-fabric-2.1.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/5edtQ4at/versions/KfkxIFnb/elytratrims_extensions-fabric-2.1.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "889fcee7865a36777aacb8a2d073bb2cd458db02"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "5edtQ4at"
|
||||
version = "KfkxIFnb"
|
13
.minecraft/mods/elytra-trims.pw.toml
Normal file
13
.minecraft/mods/elytra-trims.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Elytra Trims"
|
||||
filename = "elytratrims-fabric-3.1.4+1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/XpzGz7KD/versions/TGI7RXJy/elytratrims-fabric-3.1.4%2B1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "100aaed29591482ff4167265149164d83a197405"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "XpzGz7KD"
|
||||
version = "TGI7RXJy"
|
|
@ -1,13 +1,17 @@
|
|||
name = "EMI"
|
||||
filename = "emi-1.0.15+1.19.2+fabric.jar"
|
||||
side = "both"
|
||||
filename = "emi-1.1.6+1.20.1+fabric.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/CAr87JlY/emi-1.0.15%2B1.19.2%2Bfabric.jar"
|
||||
url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/spghOu2N/emi-1.1.6%2B1.20.1%2Bfabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d29b191b07e6dfc410a2207939b65d9114aca407"
|
||||
hash = "8ddbf004ebdb9f6518651ef3fffe02157f7300b2"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fRiHVvU7"
|
||||
version = "CAr87JlY"
|
||||
version = "spghOu2N"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "Recipe viewer: Incompatible with REI. \nIntegrates with JEI."
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
name = "EMIffect"
|
||||
filename = "emiffect-0.1.5+mc1.19.2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/705gWllI/versions/v3qtCp4n/emiffect-0.1.5%2Bmc1.19.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "f88afc914655b94528cdbf46abbc221b74f692d2"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "705gWllI"
|
||||
version = "v3qtCp4n"
|
13
.minecraft/mods/essential.pw.toml
Normal file
13
.minecraft/mods/essential.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "ESSENTIAL Mod"
|
||||
filename = "essential_1-3-2-3_fabric_1-20-1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/k2ZPuTBm/versions/5iQ99w5T/essential_1-3-2-3_fabric_1-20-1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4edb4b729a932b0cf9faef44a65293b2f50aff21"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "k2ZPuTBm"
|
||||
version = "5iQ99w5T"
|
13
.minecraft/mods/eureka.pw.toml
Normal file
13
.minecraft/mods/eureka.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Eureka! Ships! for Valkyrien Skies (Forge/Fabric)"
|
||||
filename = "eureka-1201-1.5.1-beta.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/EO8aSHxh/versions/sXx5EPib/eureka-1201-1.5.1-beta.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8100f4117fe236343b6f03d8f03e0d9fd8322919"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "EO8aSHxh"
|
||||
version = "sXx5EPib"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Excavated Variants"
|
||||
filename = "excavated_variants-quilt-1.19.2-1.0.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/IZaMGxb0/versions/jQZwE950/excavated_variants-quilt-1.19.2-1.0.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "cab787444960c539661fbdb98065b7fa3f77a46d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "IZaMGxb0"
|
||||
version = "jQZwE950"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Exline's Furniture"
|
||||
filename = "exlinefurniture-fabric-1.19.2-v2.3.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/CQ7pGNKT/versions/T3LhlouH/exlinefurniture-fabric-1.19.2-v2.3.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a6de0e3f0b07072be2c1c5590c1a9889d3193606"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "CQ7pGNKT"
|
||||
version = "T3LhlouH"
|
13
.minecraft/mods/explorers-compass.pw.toml
Normal file
13
.minecraft/mods/explorers-compass.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Explorer's Compass"
|
||||
filename = "ExplorersCompass-1.20.1-2.2.3-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/RV1qfVQ8/versions/9ntdShFb/ExplorersCompass-1.20.1-2.2.3-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "65a0f6e2f7253d325696766342956a6c94b9cfc6"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "RV1qfVQ8"
|
||||
version = "9ntdShFb"
|
13
.minecraft/mods/extended-drawers.pw.toml
Normal file
13
.minecraft/mods/extended-drawers.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Extended Drawers"
|
||||
filename = "ExtendedDrawers-2.1.1+mc.1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/AhtxbnpG/versions/jAVkcXz6/ExtendedDrawers-2.1.1%2Bmc.1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "3bd92feec248b44394d89cea91f1b421e9d4c186"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "AhtxbnpG"
|
||||
version = "jAVkcXz6"
|
|
@ -1,13 +0,0 @@
|
|||
name = "EMI Addon: Extra Mod Integrations"
|
||||
filename = "extra-mod-integrations-0.1.2+1.19.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/bpRHnWUb/versions/PonhJfmU/extra-mod-integrations-0.1.2%2B1.19.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "3dd2303380584195a3abb8556bff3187ec0f7cd7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "bpRHnWUb"
|
||||
version = "PonhJfmU"
|
13
.minecraft/mods/extra-origins.pw.toml
Normal file
13
.minecraft/mods/extra-origins.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Extra Origins"
|
||||
filename = "extraorigins-1.20-8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/XWEESDPe/versions/XCpFkTtu/extraorigins-1.20-8.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "fc82b9fc86ed9be11d6d47ae117e2d9c5bcd47b0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "XWEESDPe"
|
||||
version = "XCpFkTtu"
|
13
.minecraft/mods/fabric-api.pw.toml
Normal file
13
.minecraft/mods/fabric-api.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Fabric API"
|
||||
filename = "fabric-api-0.92.1+1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/ba99D9Qf/fabric-api-0.92.1%2B1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "038ebcc315b5cf18c18f78f2447895dcb2ea9bac"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "P7dR8mSH"
|
||||
version = "ba99D9Qf"
|
13
.minecraft/mods/fabric-language-kotlin.pw.toml
Normal file
13
.minecraft/mods/fabric-language-kotlin.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Fabric Language Kotlin"
|
||||
filename = "fabric-language-kotlin-1.10.20+kotlin.1.9.24.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/a7MqDLdC/fabric-language-kotlin-1.10.20%2Bkotlin.1.9.24.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8a7e6a0cf1f31c0d2a819819ba78a0609e1577f9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Ha28R6CL"
|
||||
version = "a7MqDLdC"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Fabric Tailor"
|
||||
filename = "fabrictailor-2.0.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/g8w1NapE/versions/vosWnCNv/fabrictailor-2.0.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "9a8b5e66e7b5178278ec8866a55189013e34b4f6"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "g8w1NapE"
|
||||
version = "vosWnCNv"
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue