Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
3a6b398dc6 |
215 changed files with 3085 additions and 2182 deletions
BIN
.build/floret-modpack-modrinth.mrpack
Normal file
BIN
.build/floret-modpack-modrinth.mrpack
Normal file
Binary file not shown.
32
.gitignore
vendored
32
.gitignore
vendored
|
@ -1,18 +1,32 @@
|
|||
## Modpack Updater Script Loose Files to Ignore ##
|
||||
.build
|
||||
.run
|
||||
.server
|
||||
.technic
|
||||
*.mrpack
|
||||
*.zip
|
||||
## Prevent Vanillia Minecraft folders from being tracked
|
||||
.minecraft/coremods
|
||||
.minecraft/crash-reports
|
||||
.minecraft/logs
|
||||
.minecraft/resourcepacks
|
||||
.minecraft/saves
|
||||
.minecraft/screenshots
|
||||
.minecraft/server-resource-packs
|
||||
.minecraft/shaderpacks
|
||||
.minecraft/texturepacks
|
||||
.minecraft/realms_persistence.json
|
||||
.minecraft/servers.dat
|
||||
.minecraft/servers.dat_old
|
||||
.minecraft/servers.dat
|
||||
.minecraft/usercache.json
|
||||
|
||||
## Modded Folders/Files to Ignore ##
|
||||
.minecraft/.*
|
||||
## Ignore Modpack Updater Script loose files
|
||||
.technic
|
||||
*.zip
|
||||
!.minecraft/.packwizignore
|
||||
|
||||
## Add your modded folders/files to ignore here
|
||||
.minecraft/.*/
|
||||
.minecraft/essential
|
||||
.minecraft/figura
|
||||
.minecraft/ModTranslations
|
||||
.minecraft/not-enough-crashes
|
||||
.minecraft/patched_shaders
|
||||
.minecraft/Xaero*
|
||||
.minecraft/packwiz-installer.jar
|
||||
.minecraft/packwiz.json
|
||||
|
||||
|
|
3
.minecraft/.packwizignore
Normal file
3
.minecraft/.packwizignore
Normal file
|
@ -0,0 +1,3 @@
|
|||
packwiz-installer-bootstrap.jar
|
||||
kubejs/assets/minecraft/lang/en.json
|
||||
kubejs/exported
|
|
@ -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"
|
||||
}
|
18
.minecraft/config/yosbr/config/ViaFabric/viafabric.yml
Normal file
18
.minecraft/config/yosbr/config/ViaFabric/viafabric.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Disclaimer:
|
||||
#
|
||||
# It cannot be guaranteed that this mod is allowed on specific servers as it can possibly cause problems with anti-cheat plugins, (USE ONLY WITH CAUTION!)
|
||||
# This option enables client-side transforming. (can also be enabled in-game)
|
||||
enable-client-side: false
|
||||
# This option sets the protocol version to be used when connecting to servers. (can also be changed in-game)
|
||||
client-side-version: -1
|
||||
# Hides VIA button from multiplayer menu.
|
||||
hide-button: false
|
||||
# List of servers which ViaFabric will force disabling transforming on client-side. It can be overwritten by setting per-server version,
|
||||
#
|
||||
# This isn't always the address in multiplayer menu; It will use the SRV record pointer when present, Check the game log for the address.
|
||||
# Uses https://wiki.vg/Mojang_API#Blocked_Servers format (mc.example.com, *.example.com, 192.168.0.1, 192.168.*)
|
||||
client-side-force-disable:
|
||||
- hypixel.net
|
||||
- '*.hypixel.net'
|
||||
- minemen.club
|
||||
- '*.minemen.club'
|
|
@ -0,0 +1,58 @@
|
|||
/*
|
||||
Configuration for Better Loading Screen,
|
||||
this file is automatically generated, and is formatted under JSON5.
|
||||
|
||||
Custom Image Background: Place the image (Ideally 16:9) in config/better_loading_screen/background.png
|
||||
*/
|
||||
{
|
||||
/*
|
||||
Whether the memory usage bar should be drawn.
|
||||
Default: true
|
||||
*/
|
||||
rendersMemoryBar: true,
|
||||
/*
|
||||
Whether the current hints on the top left should be drawn.
|
||||
Default: true
|
||||
*/
|
||||
rendersHint: true,
|
||||
/*
|
||||
Renders the logo on the loading screen.
|
||||
Default: true
|
||||
*/
|
||||
rendersLogo: true,
|
||||
/*
|
||||
Declares the background color of the loading screen.
|
||||
Default: #EF323D
|
||||
*/
|
||||
backgroundColor: "#2b2b2b",
|
||||
/*
|
||||
Declares the bar color of the loading screen.
|
||||
Default: #FFFFFF
|
||||
*/
|
||||
barColor: "#FFFFFF",
|
||||
/*
|
||||
Declares the bar frame color of the loading screen.
|
||||
Default: #FFFFFF
|
||||
*/
|
||||
barFrameColor: "#FFFFFF",
|
||||
/*
|
||||
Declares the text color of the loading screen.
|
||||
Default: #FFFFFF
|
||||
*/
|
||||
textColor: "#FFFFFF",
|
||||
/*
|
||||
Declares the logo color of the loading screen.
|
||||
Default: #FFFFFF
|
||||
*/
|
||||
logoColor: "#FFFFFF",
|
||||
/*
|
||||
Detects KubeJS to grab the color from the KubeJS config.
|
||||
Default: true
|
||||
*/
|
||||
detectKubeJS: true,
|
||||
/*
|
||||
Detects All The Tweaks to grab the background image.
|
||||
Default: true
|
||||
*/
|
||||
detectAllTheTweaks: true,
|
||||
}
|
155
.minecraft/config/yosbr/config/betterf3.json
Normal file
155
.minecraft/config/yosbr/config/betterf3.json
Normal file
|
@ -0,0 +1,155 @@
|
|||
{
|
||||
"modules_left": [
|
||||
{
|
||||
"name": "minecraft",
|
||||
"name_color": 10506797,
|
||||
"value_color": 43520,
|
||||
"enabled": true,
|
||||
"lines": {
|
||||
"minecraft": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "fps",
|
||||
"color_high": 5635925,
|
||||
"color_med": 16777045,
|
||||
"color_low": 16733525,
|
||||
"enabled": true,
|
||||
"lines": {
|
||||
"fps": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "empty",
|
||||
"enabled": true,
|
||||
"lines": {
|
||||
"nothing": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "coords",
|
||||
"name_color": 16733525,
|
||||
"color_x": 16733525,
|
||||
"color_y": 5635925,
|
||||
"color_z": 5636095,
|
||||
"enabled": true,
|
||||
"lines": {
|
||||
"player_coords": true,
|
||||
"block_coords": false,
|
||||
"chunk_relative_coords": false,
|
||||
"chunk_coords": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "location",
|
||||
"name_color": 43520,
|
||||
"value_color": 5636095,
|
||||
"enabled": true,
|
||||
"lines": {
|
||||
"dimension": true,
|
||||
"facing": false,
|
||||
"rotation": false,
|
||||
"light": true,
|
||||
"light_server": true,
|
||||
"highest_block": false,
|
||||
"highest_block_server": false,
|
||||
"biome": true,
|
||||
"local_difficulty": false,
|
||||
"days_played": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "empty",
|
||||
"enabled": true,
|
||||
"lines": {
|
||||
"nothing": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "graphics",
|
||||
"name_color": 16755200,
|
||||
"value_color": 5636095,
|
||||
"enabled": true,
|
||||
"lines": {
|
||||
"render_distance": true,
|
||||
"graphics": true,
|
||||
"clouds": true,
|
||||
"biome_blend_radius": true,
|
||||
"shader": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "server",
|
||||
"name_color": 11184810,
|
||||
"value_color": 16777045,
|
||||
"enabled": true,
|
||||
"lines": {
|
||||
"server_tick": true,
|
||||
"packets_sent": true,
|
||||
"packets_received": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"modules_right": [
|
||||
{
|
||||
"name": "system",
|
||||
"name_color": 16755200,
|
||||
"value_color": 5636095,
|
||||
"enabled": true,
|
||||
"lines": {
|
||||
"java_version": true,
|
||||
"memory_usage": true,
|
||||
"allocated_memory": true,
|
||||
"cpu": true,
|
||||
"display": true,
|
||||
"gpu": true,
|
||||
"opengl_version": true,
|
||||
"gpu_driver": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "miscright",
|
||||
"name_color": 16645526,
|
||||
"value_color": 5636095,
|
||||
"enabled": false,
|
||||
"lines": {
|
||||
"misc_right": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "empty",
|
||||
"enabled": true,
|
||||
"lines": {
|
||||
"nothing": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "target",
|
||||
"name_color": 43775,
|
||||
"value_color": 16777045,
|
||||
"enabled": true,
|
||||
"lines": {
|
||||
"targeted_block": true,
|
||||
"id_block": true,
|
||||
"block_states": true,
|
||||
"block_tags": true,
|
||||
"blank": true,
|
||||
"targeted_fluid": true,
|
||||
"id_fluid": true,
|
||||
"fluid_states": true,
|
||||
"fluid_tags": true,
|
||||
"blank2": true,
|
||||
"targeted_entity": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"general": {
|
||||
"disable_mod": false,
|
||||
"space_modules": false,
|
||||
"shadow_text": true,
|
||||
"animations": true,
|
||||
"animationSpeed": 1.0,
|
||||
"fontScale": 1.0,
|
||||
"background_color": 1867534416
|
||||
}
|
||||
}
|
31
.minecraft/config/yosbr/config/bobby.conf
Normal file
31
.minecraft/config/yosbr/config/bobby.conf
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Delete regions from the cache when they have not been loaded for X days.
|
||||
#
|
||||
# The cache for a given world is cleaned up whenever you disconnect from the server.
|
||||
# Entire worlds are cleaned up when the game starts and you have not visited them for X days.
|
||||
#
|
||||
# Set to -1 to disabled.
|
||||
# Set to 0 to clean up everything after every disconnect.
|
||||
delete-unused-regions-after-days=-1
|
||||
enabled=true
|
||||
# Changes the maximum value configurable for Render Distance.
|
||||
#
|
||||
# Requires Sodium.
|
||||
max-render-distance=32
|
||||
# Do not load block entities (e.g. chests) in fake chunks.
|
||||
# These need updating every tick which can add up.
|
||||
#
|
||||
# Enabled by default because the render distance for block entities is usually smaller than the server-view distance anyway.
|
||||
no-block-entities=true
|
||||
# Reduces the light levels in fake chunks so you can tell the difference from real ones.
|
||||
taint-fake-chunks=false
|
||||
# Delays the unloading of chunks which are outside your view distance.
|
||||
# Saves you from having to reload all chunks when leaving the area for a short moment (e.g. cut scenes).
|
||||
# Does not work across dimensions.
|
||||
unload-delay-secs=60
|
||||
# Overwrites the view-distance of the integrated server.
|
||||
# This allows Bobby to be useful in Singleplayer.
|
||||
#
|
||||
# Disabled when at 0.
|
||||
# Bobby is active in singleplayer only if this is enabled.
|
||||
# Requires re-log to en-/disable.
|
||||
view-distance-overwrite=0
|
259
.minecraft/config/yosbr/config/hudtweaks.json
Normal file
259
.minecraft/config/yosbr/config/hudtweaks.json
Normal file
|
@ -0,0 +1,259 @@
|
|||
{
|
||||
"minecraft:hotbar": {
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:title": {
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:hunger": {
|
||||
"forceDisplay": false,
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:tooltip": {
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:air": {
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:subtitle": {
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:armor": {
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:expbar": {
|
||||
"forceDisplay": false,
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:mounthealth": {
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:bossbar": {
|
||||
"maxHeight": 0.33333334,
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:actionbar": {
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:health": {
|
||||
"flipped": false,
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:jumpbar": {
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
},
|
||||
"minecraft:statuseffects": {
|
||||
"vertical": false,
|
||||
"xPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"yPos": {
|
||||
"posType": "default",
|
||||
"parent": "minecraft:screen",
|
||||
"anchorPos": 0.0,
|
||||
"relativePos": 0.0,
|
||||
"offset": 0.0
|
||||
},
|
||||
"xScale": 1.0,
|
||||
"yScale": 1.0
|
||||
}
|
||||
}
|
|
@ -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
|
||||
|
71
.minecraft/config/yosbr/config/inventoryhud.json
Normal file
71
.minecraft/config/yosbr/config/inventoryhud.json
Normal file
|
@ -0,0 +1,71 @@
|
|||
{
|
||||
"inv_toggle": true,
|
||||
"inv_mini": false,
|
||||
"inv_vert": false,
|
||||
"inv_alpha": 0,
|
||||
"inv_hide_b_g": false,
|
||||
"inv_aminated": false,
|
||||
"pot_toggle": true,
|
||||
"pot_alpha": 100,
|
||||
"pot_gap": 0,
|
||||
"pot_mini": false,
|
||||
"bar_duration": 300,
|
||||
"pot_hor": true,
|
||||
"arm_toggle": true,
|
||||
"arm_above": 100,
|
||||
"arm_view": "percentage",
|
||||
"move_all": true,
|
||||
"show_empty": true,
|
||||
"show_armor": true,
|
||||
"show_main": true,
|
||||
"show_off": true,
|
||||
"show_arrows": true,
|
||||
"show_inv": true,
|
||||
"arm_bars": true,
|
||||
"arm_scale": 100,
|
||||
"show_count": false,
|
||||
"inv_x": 160,
|
||||
"inv_y": 52,
|
||||
"inv_val": "BOTTOM",
|
||||
"inv_hal": "RIGHT",
|
||||
"pot_x": 30,
|
||||
"pot_y": 0,
|
||||
"pot_val": "CENTER",
|
||||
"pot_hal": "LEFT",
|
||||
"arm_x": 0,
|
||||
"arm_y": 70,
|
||||
"arm_val": "BOTTOM",
|
||||
"arm_hal": "MIDDLE",
|
||||
"helm_x": 103,
|
||||
"helm_y": 54,
|
||||
"chest_x": 103,
|
||||
"chest_y": 37,
|
||||
"leg_x": -103,
|
||||
"leg_y": 54,
|
||||
"boots_x": -103,
|
||||
"boots_y": 37,
|
||||
"main_x": 103,
|
||||
"main_y": 71,
|
||||
"off_x": -103,
|
||||
"off_y": 71,
|
||||
"arr_x": 103,
|
||||
"arr_y": 20,
|
||||
"inv_icon_x": -103,
|
||||
"inv_icon_y": 20,
|
||||
"helm_hal": "MIDDLE",
|
||||
"chest_hal": "MIDDLE",
|
||||
"leg_hal": "MIDDLE",
|
||||
"boots_hal": "MIDDLE",
|
||||
"main_hal": "MIDDLE",
|
||||
"off_hal": "MIDDLE",
|
||||
"arr_hal": "MIDDLE",
|
||||
"inv_icon_hal": "MIDDLE",
|
||||
"helm_val": "BOTTOM",
|
||||
"chest_val": "BOTTOM",
|
||||
"leg_val": "BOTTOM",
|
||||
"boots_val": "BOTTOM",
|
||||
"main_val": "BOTTOM",
|
||||
"off_val": "BOTTOM",
|
||||
"arr_val": "BOTTOM",
|
||||
"inv_icon_val": "BOTTOM"
|
||||
}
|
5
.minecraft/config/yosbr/config/iris.properties
Normal file
5
.minecraft/config/yosbr/config/iris.properties
Normal file
|
@ -0,0 +1,5 @@
|
|||
#This file stores configuration options for Iris, such as the currently active shaderpack
|
||||
#Sun Jan 16 15:06:30 PST 2022
|
||||
maxShadowRenderDistance=32
|
||||
shaderPack=
|
||||
enableShaders=true
|
4
.minecraft/config/yosbr/config/minecraftcapes.json
Normal file
4
.minecraft/config/yosbr/config/minecraftcapes.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"capeVisible": true,
|
||||
"earsVisible": true
|
||||
}
|
65
.minecraft/config/yosbr/config/replaymod.json
Normal file
65
.minecraft/config/yosbr/config/replaymod.json
Normal file
|
@ -0,0 +1,65 @@
|
|||
{
|
||||
"core": {
|
||||
"notifications": true
|
||||
},
|
||||
"advanced": {
|
||||
"recordingPath": "./.replay/recordings/",
|
||||
"cachePath": "./.replay/cache/",
|
||||
"renderPath": "./.replay/videos/",
|
||||
"skipPostRenderGui": false,
|
||||
"askForOpenEye": true,
|
||||
"skipPostScreenshotGui": false,
|
||||
"fullBrightness": "replaymod.gui.settings.fullbrightness.gamma",
|
||||
"fullBrightness_valid_values": [
|
||||
"replaymod.gui.settings.fullbrightness.gamma",
|
||||
"replaymod.gui.settings.fullbrightness.nightvision",
|
||||
"replaymod.gui.settings.fullbrightness.both"
|
||||
]
|
||||
},
|
||||
"recording": {
|
||||
"recordSingleplayer": false,
|
||||
"recordServer": false,
|
||||
"indicator": false,
|
||||
"autoStartRecording": false,
|
||||
"autoPostProcess": true,
|
||||
"renameDialog": true
|
||||
},
|
||||
"replay": {
|
||||
"showChat": true,
|
||||
"showServerIPs": true,
|
||||
"camera": "replaymod.camera.classic",
|
||||
"camera_valid_values": [
|
||||
"replaymod.camera.classic",
|
||||
"replaymod.camera.vanilla"
|
||||
],
|
||||
"mainMenuButton": "DEFAULT",
|
||||
"mainMenuButton_valid_values": [
|
||||
"BIG",
|
||||
"DEFAULT",
|
||||
"TOP_LEFT",
|
||||
"TOP_RIGHT",
|
||||
"LEFT_OF_SINGLEPLAYER",
|
||||
"RIGHT_OF_SINGLEPLAYER",
|
||||
"LEFT_OF_MULTIPLAYER",
|
||||
"RIGHT_OF_MULTIPLAYER",
|
||||
"LEFT_OF_REALMS",
|
||||
"RIGHT_OF_REALMS",
|
||||
"LEFT_OF_MODS",
|
||||
"RIGHT_OF_MODS"
|
||||
]
|
||||
},
|
||||
"render": {
|
||||
"frameTimeFromWorldTime": false
|
||||
},
|
||||
"simplepathing": {
|
||||
"pathpreview": true,
|
||||
"autosync": true,
|
||||
"timelineLength": 1800,
|
||||
"interpolator": "replaymod.gui.editkeyframe.interpolator.catmullrom.name",
|
||||
"interpolator_valid_values": [
|
||||
"replaymod.gui.editkeyframe.interpolator.catmullrom.name",
|
||||
"replaymod.gui.editkeyframe.interpolator.cubic.name",
|
||||
"replaymod.gui.editkeyframe.interpolator.linear.name"
|
||||
]
|
||||
}
|
||||
}
|
155
.minecraft/config/yosbr/config/roughlyenoughitems/config.json5
Normal file
155
.minecraft/config/yosbr/config/roughlyenoughitems/config.json5
Normal file
|
@ -0,0 +1,155 @@
|
|||
{
|
||||
"basics": {
|
||||
"favorites": [],
|
||||
// Declares whether cheating mode is on.
|
||||
"cheating": false,
|
||||
"favoritesEnabled": true,
|
||||
"keyBindings": {
|
||||
"recipeKeybind": {
|
||||
"keyCode": "key.keyboard.r",
|
||||
"modifier": 2
|
||||
},
|
||||
"usageKeybind": {
|
||||
"keyCode": "key.keyboard.u",
|
||||
"modifier": 2
|
||||
},
|
||||
"hideKeybind": {
|
||||
"keyCode": "key.keyboard.o",
|
||||
"modifier": 2
|
||||
},
|
||||
"previousPageKeybind": {
|
||||
"keyCode": "key.keyboard.unknown",
|
||||
"modifier": 0
|
||||
},
|
||||
"nextPageKeybind": {
|
||||
"keyCode": "key.keyboard.unknown",
|
||||
"modifier": 0
|
||||
},
|
||||
"focusSearchFieldKeybind": {
|
||||
"keyCode": "key.keyboard.unknown",
|
||||
"modifier": 0
|
||||
},
|
||||
"copyRecipeIdentifierKeybind": {
|
||||
"keyCode": "key.mouse.middle",
|
||||
"modifier": 0
|
||||
},
|
||||
"favoriteKeybind": {
|
||||
"keyCode": "key.keyboard.a",
|
||||
"modifier": 2
|
||||
},
|
||||
"exportImageKeybind": {
|
||||
"keyCode": "key.keyboard.f8",
|
||||
"modifier": 0
|
||||
},
|
||||
"previousScreenKeybind": {
|
||||
"keyCode": "key.keyboard.backspace",
|
||||
"modifier": 0
|
||||
}
|
||||
},
|
||||
// Declares whether REI is visible.
|
||||
"overlayVisible": true,
|
||||
"cheatingStyle": "GRAB",
|
||||
"motion": {
|
||||
"favoritesAnimation": true
|
||||
}
|
||||
},
|
||||
"advanced": {
|
||||
"filtering": {
|
||||
"shouldFilterDisplays": true,
|
||||
"filteringRules": [
|
||||
"{id:\"roughlyenoughitems:manual\",rule:{}}"
|
||||
],
|
||||
"filteredStacks": []
|
||||
},
|
||||
"enableJeiCompatibilityLayer": true,
|
||||
"tooltips": {
|
||||
// Declares whether REI should append mod names to entries.
|
||||
"appendModNames": true,
|
||||
// Declares whether favorites tooltip should be displayed.
|
||||
"displayFavoritesTooltip": false
|
||||
},
|
||||
"layout": {
|
||||
// The ordering of the items on the entry panel.
|
||||
"entryPanelOrdering": "REGISTRY_ASCENDING",
|
||||
// Declares the maximum amount of recipes displayed in a page if possible.
|
||||
"maxRecipesPerPage": 8,
|
||||
// Declares the maximum amount of recipes displayed in a page if possible.
|
||||
"maxRecipesPageHeight": 300,
|
||||
// Declares whether entry rendering time should be debugged.
|
||||
"debugRenderTimeRequired": false,
|
||||
// Merges displays with equal contents under 1 display.
|
||||
"mergeDisplayUnderOne": true
|
||||
},
|
||||
"accessibility": {
|
||||
"entrySize": 1.0,
|
||||
// Declares the position of the entry panel.
|
||||
"displayPanelLocation": "RIGHT",
|
||||
// Declares whether scrolled entry panel should snap to rows.
|
||||
"snapToRows": false,
|
||||
// Declares how the scrollbar in composite screen should act.
|
||||
"compositeScrollBarPermanent": false,
|
||||
"toastDisplayedOnCopyIdentifier": true,
|
||||
// Declares whether REI should use compact tabs for categories.
|
||||
"useCompactTabs": true
|
||||
},
|
||||
"search": {
|
||||
// Declares whether search time should be debugged.
|
||||
"debugSearchTimeRequired": false,
|
||||
// Declares whether REI should search async.
|
||||
"asyncSearch": true,
|
||||
// Declares how many entries should be grouped one async search.
|
||||
"asyncSearchPartitionSize": 100,
|
||||
"tooltipSearch": "ALWAYS",
|
||||
"tagSearch": "PREFIX",
|
||||
"identifierSearch": "ALWAYS",
|
||||
"modSearch": "PREFIX"
|
||||
},
|
||||
"commands": {
|
||||
// Declares the command used to change gamemode.
|
||||
"gamemodeCommand": "/gamemode {gamemode}",
|
||||
// Declares the command used in servers to cheat items.
|
||||
"giveCommand": "/give {player_name} {item_identifier}{nbt} {count}",
|
||||
// Declares the command used to change weather.
|
||||
"weatherCommand": "/weather {weather}"
|
||||
},
|
||||
"miscellaneous": {
|
||||
// Declares whether arrows in containers should be clickable.
|
||||
"clickableRecipeArrows": true,
|
||||
"registerRecipesInAnotherThread": true,
|
||||
"newFastEntryRendering": true
|
||||
}
|
||||
},
|
||||
"appearance": {
|
||||
"recipeScreenType": "COMPOSITE",
|
||||
// Declares the appearance of REI windows.
|
||||
"theme": "LIGHT",
|
||||
"layout": {
|
||||
// Declares the position of the search field.
|
||||
"searchFieldLocation": "CENTER",
|
||||
// Declares the position of the config button.
|
||||
"configButtonLocation": "LOWER",
|
||||
// Declares whether the craftable filter button is enabled.
|
||||
"enableCraftableOnlyButton": false
|
||||
},
|
||||
// Declares the appearance of recipe's border.
|
||||
"recipeBorder": "DEFAULT",
|
||||
// Declares whether entry panel is scrolled.
|
||||
"scrollingEntryListWidget": false,
|
||||
"horizontalEntriesBoundaries": 1.0,
|
||||
"verticalEntriesBoundaries": 1.0,
|
||||
"horizontalEntriesBoundariesColumns": 50,
|
||||
"verticalEntriesBoundariesRows": 1000,
|
||||
"favoritesHorizontalEntriesBoundaries": 1.0,
|
||||
"favoritesHorizontalEntriesBoundariesColumns": 50,
|
||||
"syntaxHighlightingMode": "COLORFUL"
|
||||
},
|
||||
"functionality": {
|
||||
// Declares whether REI should remove the recipe book.
|
||||
"disableRecipeBook": false,
|
||||
// Declares whether mob effects should be on the left side instead of the right side.
|
||||
"leftSideMobEffects": false,
|
||||
// Declares whether subsets is enabled.
|
||||
"isSubsetsEnabled": false,
|
||||
"allowInventoryHighlighting": true
|
||||
}
|
||||
}
|
11
.minecraft/config/yosbr/config/stendhal/stendhal.properties
Normal file
11
.minecraft/config/yosbr/config/stendhal/stendhal.properties
Normal file
|
@ -0,0 +1,11 @@
|
|||
### Stendhal Configuration File ###
|
||||
|
||||
# Toggle on or off the chat unicode buttons
|
||||
chatutils.symbols.toggle=true
|
||||
|
||||
# Choose the position of the chat unicode buttons
|
||||
chatutils.symbols.position=right
|
||||
|
||||
# Give the amount of unicode buttons to display. 0 = all (might not show properly on your screen)
|
||||
chatutils.symbols.amount=20
|
||||
|
103
.minecraft/config/yosbr/config/xaerominimap.txt
Normal file
103
.minecraft/config/yosbr/config/xaerominimap.txt
Normal file
|
@ -0,0 +1,103 @@
|
|||
#CONFIG ONLY OPTIONS
|
||||
ignoreUpdate:0
|
||||
settingsButton:false
|
||||
allowWrongWorldTeleportation:false
|
||||
differentiateByServerAddress:true
|
||||
debugEntityIcons:false
|
||||
debugEntityVariantIds:false
|
||||
#INGAME SETTINGS (DO NOT EDIT!)
|
||||
updateNotification:true
|
||||
minimap:true
|
||||
caveMaps:2
|
||||
caveZoom:1
|
||||
showWaypoints:true
|
||||
showIngameWaypoints:true
|
||||
displayRedstone:true
|
||||
deathpoints:true
|
||||
oldDeathpoints:true
|
||||
distance:1
|
||||
showCoords:true
|
||||
lockNorth:false
|
||||
zoom:0
|
||||
minimapSize:0
|
||||
chunkGrid:-1
|
||||
slimeChunks:false
|
||||
mapSafeMode:false
|
||||
minimapOpacity:100.0
|
||||
waypointsIngameIconScale:0
|
||||
waypointsIngameDistanceScale:0
|
||||
waypointsIngameNameScale:0
|
||||
waypointsIngameCloseScale:1.0
|
||||
antiAliasing:true
|
||||
blockColours:0
|
||||
lighting:true
|
||||
dotsStyle:0
|
||||
dotNameScale:1.0
|
||||
compassOverWaypoints:false
|
||||
showBiome:false
|
||||
showFlowers:true
|
||||
keepWaypointNames:true
|
||||
waypointsDistanceExp:0
|
||||
waypointsDistanceMin:0.0
|
||||
defaultWaypointTPCommandFormat:/tp @s {x} {y} {z}
|
||||
defaultWaypointTPCommandRotationFormat:/tp @s {x} {y} {z} {yaw} ~
|
||||
arrowScale:1.5
|
||||
arrowColour:0
|
||||
smoothDots:true
|
||||
worldMap:true
|
||||
terrainDepth:true
|
||||
terrainSlopes:2
|
||||
mainEntityAs:0
|
||||
blockTransparency:true
|
||||
waypointOpacityIngame:80
|
||||
waypointOpacityMap:90
|
||||
hideWorldNames:1
|
||||
openSlimeSettings:true
|
||||
alwaysShowDistance:false
|
||||
showLightLevel:0
|
||||
renderLayerIndex:1
|
||||
crossDimensionalTp:true
|
||||
showTime:0
|
||||
biomeColorsVanillaMode:false
|
||||
lookingAtAngle:10
|
||||
lookingAtAngleVertical:180
|
||||
centeredEnlarged:false
|
||||
zoomedOutEnlarged:false
|
||||
minimapTextAlign:0
|
||||
showAngles:false
|
||||
waypointsMutualEdit:true
|
||||
compassLocation:1
|
||||
compassScale:1
|
||||
caveMapsDepth:30
|
||||
hideWaypointCoordinates:false
|
||||
renderAllSets:false
|
||||
playerArrowOpacity:100
|
||||
waypointsBottom:false
|
||||
minimapShape:0
|
||||
lightOverlayType:0
|
||||
lightOverlayMaxLight:7
|
||||
lightOverlayMinLight:0
|
||||
lightOverlayColor:13
|
||||
uiScale:0
|
||||
bossHealthPushBox:1
|
||||
potionEffectPushBox:1
|
||||
minimapFrame:0
|
||||
minimapFrameColor:9
|
||||
compassColor:9
|
||||
northCompassColor:-1
|
||||
showDimensionName:false
|
||||
displayMultipleWaypointInfo:1
|
||||
entityRadar:true
|
||||
adjustHeightForCarpetLikeBlocks:true
|
||||
autoConvertWaypointDistanceToKmThreshold:10000
|
||||
waypointDistancePrecision:1
|
||||
mainDotSize:2
|
||||
partialYTeleportation:true
|
||||
deleteReachedDeathpoints:true
|
||||
hideMinimapUnderScreen:true
|
||||
interface:dummy:0:36:true:false:false:false
|
||||
interface:dummy:0:10000:true:false:false:false
|
||||
interface:dummy:0:0:false:false:true:false
|
||||
interface:dummy:0:36:true:false:false:false
|
||||
interface:gui.xaero_minimap:84:129:false:false:true:true
|
||||
#WAYPOINTS HAVE BEEN MOVED TO /XaeroWaypoints
|
151
.minecraft/config/yosbr/config/xaerominimap_entities.json
Normal file
151
.minecraft/config/yosbr/config/xaerominimap_entities.json
Normal file
|
@ -0,0 +1,151 @@
|
|||
{
|
||||
"hardInclude": "anything",
|
||||
"includeList": [],
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [
|
||||
"minecraft:item_frame"
|
||||
],
|
||||
"name": "gui.xaero_entity_category_root",
|
||||
"protection": true,
|
||||
"settingOverrides": {
|
||||
"displayed": true,
|
||||
"heightBasedFade": true,
|
||||
"renderOrder": 0.0,
|
||||
"heightLimit": 20.0,
|
||||
"names": 0.0,
|
||||
"color": 13.0,
|
||||
"displayNameWhenIconFails": true,
|
||||
"entityNumber": 1000.0,
|
||||
"alwaysDisplayNametags": false,
|
||||
"dotSize": 2.0,
|
||||
"icons": 1.0,
|
||||
"iconScale": 1.0
|
||||
},
|
||||
"subCategories": [
|
||||
{
|
||||
"hardInclude": "living",
|
||||
"includeList": [],
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [
|
||||
"minecraft:armor_stand"
|
||||
],
|
||||
"name": "gui.xaero_entity_category_living",
|
||||
"protection": true,
|
||||
"settingOverrides": {
|
||||
"renderOrder": 2.0,
|
||||
"color": 14.0
|
||||
},
|
||||
"subCategories": [
|
||||
{
|
||||
"hardInclude": "players",
|
||||
"includeList": [],
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [],
|
||||
"name": "gui.xaero_entity_category_players",
|
||||
"protection": true,
|
||||
"settingOverrides": {
|
||||
"renderOrder": 6.0,
|
||||
"color": 15.0
|
||||
},
|
||||
"subCategories": [
|
||||
{
|
||||
"hardInclude": "same-team",
|
||||
"includeList": [],
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [],
|
||||
"name": "gui.xaero_entity_category_same_team",
|
||||
"protection": true,
|
||||
"settingOverrides": {},
|
||||
"subCategories": []
|
||||
},
|
||||
{
|
||||
"hardInclude": "anything",
|
||||
"includeList": [],
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [],
|
||||
"name": "gui.xaero_entity_category_other_teams",
|
||||
"protection": true,
|
||||
"settingOverrides": {
|
||||
"renderOrder": 7.0
|
||||
},
|
||||
"subCategories": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"hardInclude": "hostile",
|
||||
"includeList": [],
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [],
|
||||
"name": "gui.xaero_entity_category_hostile",
|
||||
"protection": true,
|
||||
"settingOverrides": {
|
||||
"renderOrder": 3.0
|
||||
},
|
||||
"subCategories": [
|
||||
{
|
||||
"hardInclude": "tamed",
|
||||
"includeList": [],
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [],
|
||||
"name": "gui.xaero_entity_category_hostile_tamed",
|
||||
"protection": true,
|
||||
"settingOverrides": {
|
||||
"renderOrder": 5.0
|
||||
},
|
||||
"subCategories": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"hardInclude": "anything",
|
||||
"includeList": [],
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [],
|
||||
"name": "gui.xaero_entity_category_friendly",
|
||||
"protection": true,
|
||||
"settingOverrides": {},
|
||||
"subCategories": [
|
||||
{
|
||||
"hardInclude": "tamed",
|
||||
"includeList": [],
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [],
|
||||
"name": "gui.xaero_entity_category_friendly_tamed",
|
||||
"protection": true,
|
||||
"settingOverrides": {
|
||||
"renderOrder": 4.0
|
||||
},
|
||||
"subCategories": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"hardInclude": "items",
|
||||
"includeList": [],
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [],
|
||||
"name": "gui.xaero_entity_category_items",
|
||||
"protection": true,
|
||||
"settingOverrides": {
|
||||
"renderOrder": 1.0,
|
||||
"color": 12.0
|
||||
},
|
||||
"subCategories": []
|
||||
},
|
||||
{
|
||||
"hardInclude": "anything",
|
||||
"includeList": [],
|
||||
"excludeMode": "ONLY",
|
||||
"excludeList": [],
|
||||
"name": "gui.xaero_entity_category_other_entities",
|
||||
"protection": true,
|
||||
"settingOverrides": {
|
||||
"color": 5.0
|
||||
},
|
||||
"subCategories": []
|
||||
}
|
||||
]
|
||||
}
|
1
.minecraft/config/yosbr/config/xaeropatreon.txt
Normal file
1
.minecraft/config/yosbr/config/xaeropatreon.txt
Normal file
|
@ -0,0 +1 @@
|
|||
showCapes:true
|
32
.minecraft/config/yosbr/config/xaeroworldmap.txt
Normal file
32
.minecraft/config/yosbr/config/xaeroworldmap.txt
Normal file
|
@ -0,0 +1,32 @@
|
|||
ignoreUpdate:0
|
||||
updateNotification:true
|
||||
differentiateByServerAddress:true
|
||||
netherlikeCaveMapAllowed:true
|
||||
debug:false
|
||||
lighting:true
|
||||
colours:0
|
||||
loadChunks:true
|
||||
updateChunks:true
|
||||
terrainSlopes:2
|
||||
terrainDepth:true
|
||||
footsteps:true
|
||||
flowers:true
|
||||
compression:false
|
||||
coordinates:true
|
||||
biomeColorsVanillaMode:false
|
||||
waypoints:true
|
||||
renderArrow:true
|
||||
displayZoom:true
|
||||
worldmapWaypointsScale:1.0
|
||||
openMapAnimation:true
|
||||
reloadVersion:0
|
||||
reloadEverything:false
|
||||
zoomButtons:true
|
||||
waypointBackgrounds:true
|
||||
detectAmbiguousY:true
|
||||
showDisabledWaypoints:false
|
||||
closeWaypointsWhenHopping:true
|
||||
adjustHeightForCarpetLikeBlocks:true
|
||||
onlyCurrentMapWaypoints:false
|
||||
minZoomForLocalWaypoints:0.0
|
||||
globalVersion:1
|
121
.minecraft/config/yosbr/options.amecsapi.txt
Normal file
121
.minecraft/config/yosbr/options.amecsapi.txt
Normal file
|
@ -0,0 +1,121 @@
|
|||
key_modifiers_key.attack:0,0,0
|
||||
key_modifiers_key.use:0,0,0
|
||||
key_modifiers_key.forward:0,0,0
|
||||
key_modifiers_key.left:0,0,0
|
||||
key_modifiers_key.back:0,0,0
|
||||
key_modifiers_key.right:0,0,0
|
||||
key_modifiers_key.jump:0,0,0
|
||||
key_modifiers_key.sneak:0,0,0
|
||||
key_modifiers_key.sprint:0,0,0
|
||||
key_modifiers_key.drop:0,0,0
|
||||
key_modifiers_key.inventory:0,0,0
|
||||
key_modifiers_key.chat:0,0,0
|
||||
key_modifiers_key.playerlist:0,0,0
|
||||
key_modifiers_key.pickItem:0,0,0
|
||||
key_modifiers_key.command:0,0,0
|
||||
key_modifiers_key.socialInteractions:0,0,0
|
||||
key_modifiers_key.screenshot:0,0,0
|
||||
key_modifiers_key.togglePerspective:0,0,0
|
||||
key_modifiers_key.smoothCamera:0,0,0
|
||||
key_modifiers_key.fullscreen:0,0,0
|
||||
key_modifiers_key.spectatorOutlines:0,0,0
|
||||
key_modifiers_key.swapOffhand:0,0,0
|
||||
key_modifiers_key.saveToolbarActivator:0,0,0
|
||||
key_modifiers_key.loadToolbarActivator:0,0,0
|
||||
key_modifiers_key.advancements:0,0,0
|
||||
key_modifiers_key.hotbar.1:0,0,0
|
||||
key_modifiers_key.hotbar.2:0,0,0
|
||||
key_modifiers_key.hotbar.3:0,0,0
|
||||
key_modifiers_key.hotbar.4:0,0,0
|
||||
key_modifiers_key.hotbar.5:0,0,0
|
||||
key_modifiers_key.hotbar.6:0,0,0
|
||||
key_modifiers_key.hotbar.7:0,0,0
|
||||
key_modifiers_key.hotbar.8:0,0,0
|
||||
key_modifiers_key.hotbar.9:0,0,0
|
||||
key_modifiers_key.fabrishot.screenshot:0,0,0
|
||||
key_modifiers_key.firstperson.toggle:0,0,0
|
||||
key_modifiers_key.antighost.reveal:0,0,0
|
||||
key_modifiers_key.blockmeter.assign:0,0,0
|
||||
key_modifiers_key.blockmeter.menu:0,0,0
|
||||
key_modifiers_key.entityculling.toggle:0,0,0
|
||||
key_modifiers_figura.config.action_wheel_button:0,0,0
|
||||
key_modifiers_figura.config.player_popup_button:0,0,0
|
||||
key_modifiers_figura.config.panic_button:0,0,0
|
||||
key_modifiers_key.grid.showhide:0,0,0
|
||||
key_modifiers_key.grid.here:0,0,0
|
||||
key_modifiers_key.grid.fixy:0,0,0
|
||||
key_modifiers_key.grid.spawns:0,0,0
|
||||
key_modifiers_key.grid.settings:0,0,0
|
||||
key_modifiers_key.inventoryhud.toggle:0,0,0
|
||||
key_modifiers_key.inventoryhud.openconfig:0,0,0
|
||||
key_modifiers_key.inventoryhud.togglepot:0,0,0
|
||||
key_modifiers_key.inventoryhud.togglearm:0,0,0
|
||||
key_modifiers_key.inventoryhud.toggleall:0,0,0
|
||||
key_modifiers_iris.keybind.reload:0,0,0
|
||||
key_modifiers_iris.keybind.toggleShaders:0,0,0
|
||||
key_modifiers_iris.keybind.shaderPackSelection:0,0,0
|
||||
key_modifiers_key.lightoverlay.enable_overlay:0,0,0
|
||||
key_modifiers_key.minecraftcapes.gui:0,0,0
|
||||
key_modifiers_key.mousewheelie.open_config_screen:0,0,0
|
||||
key_modifiers_key.mousewheelie.sort_inventory:0,0,0
|
||||
key_modifiers_key.mousewheelie.scroll_up:0,0,0
|
||||
key_modifiers_key.mousewheelie.scroll_down:0,0,0
|
||||
key_modifiers_key.mousewheelie.pick_tool:0,0,0
|
||||
key_modifiers_nimble.keybind.frontView:0,0,0
|
||||
key_modifiers_key.blockmixer.toggleslot:0,0,0
|
||||
key_modifiers_key.blockmixer.increaseratio:0,0,0
|
||||
key_modifiers_key.blockmixer.decreaseratio:0,0,0
|
||||
key_modifiers_key.perspectivemod.toggle:0,0,0
|
||||
key_modifiers_key.plasmo_voice.settings:0,0,0
|
||||
key_modifiers_key.replaymod.playeroverview:0,0,0
|
||||
key_modifiers_key.replaymod.lighting:0,0,0
|
||||
key_modifiers_key.replaymod.quickmode:0,0,0
|
||||
key_modifiers_key.replaymod.settings:0,0,0
|
||||
key_modifiers_key.replaymod.marker:0,0,0
|
||||
key_modifiers_key.replaymod.thumbnail:0,0,0
|
||||
key_modifiers_key.replaymod.playpause:0,0,0
|
||||
key_modifiers_key.replaymod.rollclockwise:0,0,0
|
||||
key_modifiers_key.replaymod.rollcounterclockwise:0,0,0
|
||||
key_modifiers_key.replaymod.resettilt:0,0,0
|
||||
key_modifiers_key.replaymod.pathpreview:0,0,0
|
||||
key_modifiers_key.replaymod.keyframerepository:0,0,0
|
||||
key_modifiers_key.replaymod.clearkeyframes:0,0,0
|
||||
key_modifiers_key.replaymod.synctimeline:0,0,0
|
||||
key_modifiers_key.replaymod.positionkeyframe:0,0,0
|
||||
key_modifiers_key.replaymod.positiononlykeyframe:0,0,0
|
||||
key_modifiers_key.replaymod.timekeyframe:0,0,0
|
||||
key_modifiers_key.replaymod.bothkeyframes:0,0,0
|
||||
key_modifiers_key.wildfire_gender.gender_menu:0,0,0
|
||||
key_modifiers_gui.xaero_switch_waypoint_set:0,0,0
|
||||
key_modifiers_gui.xaero_instant_waypoint:0,0,0
|
||||
key_modifiers_gui.xaero_toggle_slime:0,0,0
|
||||
key_modifiers_gui.xaero_toggle_grid:0,0,0
|
||||
key_modifiers_gui.xaero_toggle_waypoints:0,0,0
|
||||
key_modifiers_gui.xaero_toggle_map_waypoints:0,0,0
|
||||
key_modifiers_gui.xaero_toggle_map:0,0,0
|
||||
key_modifiers_gui.xaero_enlarge_map:0,0,0
|
||||
key_modifiers_gui.xaero_waypoints_key:0,0,0
|
||||
key_modifiers_gui.xaero_zoom_in:0,0,0
|
||||
key_modifiers_gui.xaero_zoom_out:0,0,0
|
||||
key_modifiers_gui.xaero_new_waypoint:0,0,0
|
||||
key_modifiers_gui.xaero_display_all_sets:0,0,0
|
||||
key_modifiers_gui.xaero_toggle_light_overlay:0,0,0
|
||||
key_modifiers_gui.xaero_toggle_entity_radar:0,0,0
|
||||
key_modifiers_gui.xaero_reverse_entity_radar:0,0,0
|
||||
key_modifiers_gui.xaero_minimap_settings:0,0,0
|
||||
key_modifiers_gui.xaero_open_map:0,0,0
|
||||
key_modifiers_gui.xaero_open_settings:0,0,0
|
||||
key_modifiers_gui.xaero_map_zoom_in:0,0,0
|
||||
key_modifiers_gui.xaero_map_zoom_out:0,0,0
|
||||
key_modifiers_gui.xaero_quick_confirm:0,0,0
|
||||
key_modifiers_key.okzoomer.zoom:0,0,0
|
||||
key_modifiers_key.okzoomer.decrease_zoom:0,0,0
|
||||
key_modifiers_key.okzoomer.increase_zoom:0,0,0
|
||||
key_modifiers_key.okzoomer.reset_zoom:0,0,0
|
||||
key_modifiers_keybind.name.ESSENTIAL_FRIENDS:0,0,0
|
||||
key_modifiers_keybind.name.COSMETIC_STUDIO:0,0,0
|
||||
key_modifiers_keybind.name.COSMETICS_VISIBILITY_TOGGLE:0,0,0
|
||||
key_modifiers_keybind.name.ADD_FRIEND:0,0,0
|
||||
key_modifiers_keybind.name.CHAT_PEEK:0,0,0
|
||||
key_modifiers_keybind.name.INVITE_FRIENDS:0,0,0
|
||||
key_modifiers_keybind.name.ZOOM:0,0,0
|
166
.minecraft/config/yosbr/options.txt
Normal file
166
.minecraft/config/yosbr/options.txt
Normal file
|
@ -0,0 +1,166 @@
|
|||
version:2975
|
||||
quilt_available_resource_packs:["continuity/default","continuity/glass_pane_culling_fix","lambdabettergrass/default","programer_art","vanilla","charmonium/journeyman"]
|
||||
autoJump:false
|
||||
particles:0
|
||||
maxFps:60
|
||||
difficulty:2
|
||||
graphicsMode:0
|
||||
ao:2
|
||||
prioritizeChunkUpdates:0
|
||||
biomeBlendRadius:2
|
||||
renderClouds:false
|
||||
resourcePacks:["lambdabettergrass/default","charmonium/journeyman"]
|
||||
incompatibleResourcePacks:[]
|
||||
lastServer:
|
||||
lang:en_us
|
||||
soundDevice:
|
||||
chatVisibility:0
|
||||
chatOpacity:1.0
|
||||
chatLineSpacing:0.0
|
||||
textBackgroundOpacity:0.5
|
||||
backgroundForChatOnly:true
|
||||
hideServerAddress:false
|
||||
advancedItemTooltips:false
|
||||
pauseOnLostFocus:true
|
||||
overrideWidth:0
|
||||
overrideHeight:0
|
||||
heldItemTooltips:true
|
||||
chatHeightFocused:1.0
|
||||
chatDelay:0.0
|
||||
chatHeightUnfocused:0.44366195797920227
|
||||
chatScale:1.0
|
||||
chatWidth:1.0
|
||||
mipmapLevels:4
|
||||
useNativeTransport:true
|
||||
mainHand:right
|
||||
attackIndicator:1
|
||||
narrator:0
|
||||
tutorialStep:none
|
||||
mouseWheelSensitivity:1.0
|
||||
rawMouseInput:true
|
||||
glDebugVerbosity:1
|
||||
skipMultiplayerWarning:true
|
||||
skipRealms32bitWarning:false
|
||||
hideMatchedNames:true
|
||||
joinedFirstServer:false
|
||||
hideBundleTutorial:false
|
||||
syncChunkWrites:true
|
||||
showAutosaveIndicator:true
|
||||
allowServerListing:true
|
||||
key_key.attack:key.mouse.left
|
||||
key_key.use:key.mouse.right
|
||||
key_key.forward:key.keyboard.w
|
||||
key_key.left:key.keyboard.a
|
||||
key_key.back:key.keyboard.s
|
||||
key_key.right:key.keyboard.d
|
||||
key_key.jump:key.keyboard.space
|
||||
key_key.sneak:key.keyboard.left.shift
|
||||
key_key.sprint:key.keyboard.left.control
|
||||
key_key.drop:key.keyboard.q
|
||||
key_key.inventory:key.keyboard.e
|
||||
key_key.chat:key.keyboard.t
|
||||
key_key.playerlist:key.keyboard.tab
|
||||
key_key.pickItem:key.mouse.middle
|
||||
key_key.command:key.keyboard.slash
|
||||
key_key.socialInteractions:key.keyboard.p
|
||||
key_key.screenshot:key.keyboard.f2
|
||||
key_key.togglePerspective:key.keyboard.f5
|
||||
key_key.smoothCamera:key.keyboard.unknown
|
||||
key_key.fullscreen:key.keyboard.f11
|
||||
key_key.saveToolbarActivator:key.keyboard.unknown
|
||||
key_key.loadToolbarActivator:key.keyboard.unknown
|
||||
key_key.advancements:key.keyboard.l
|
||||
key_key.antighost.reveal:key.keyboard.b
|
||||
key_key.blockmeter.assign:key.keyboard.unknown
|
||||
key_key.blockmeter.menu:key.keyboard.unknown
|
||||
key_key.entityculling.toggle:key.keyboard.unknown
|
||||
key_figura.config.action_wheel_button:key.keyboard.unknown
|
||||
key_figura.config.player_popup_button:key.keyboard.unknown
|
||||
key_figura.config.panic_button:key.keyboard.unknown
|
||||
key_key.grid.showhide:key.keyboard.unknown
|
||||
key_key.grid.here:key.keyboard.unknown
|
||||
key_key.grid.fixy:key.keyboard.unknown
|
||||
key_key.grid.spawns:key.keyboard.unknown
|
||||
key_key.grid.settings:key.keyboard.unknown
|
||||
key_key.inventoryhud.toggle:key.keyboard.i
|
||||
key_key.inventoryhud.openconfig:key.keyboard.unknown
|
||||
key_key.inventoryhud.togglepot:key.keyboard.unknown
|
||||
key_key.inventoryhud.togglearm:key.keyboard.unknown
|
||||
key_key.inventoryhud.toggleall:key.keyboard.unknown
|
||||
key_iris.keybind.reload:key.keyboard.unknown
|
||||
key_iris.keybind.toggleShaders:key.keyboard.unknown
|
||||
key_iris.keybind.shaderPackSelection:key.keyboard.unknown
|
||||
key_key.lightoverlay.enable_overlay:key.keyboard.f7
|
||||
key_key.minecraftcapes.gui:key.keyboard.unknown
|
||||
key_key.mousewheelie.open_config_screen:key.keyboard.unknown
|
||||
key_key.mousewheelie.sort_inventory:key.mouse.middle
|
||||
key_key.mousewheelie.scroll_up:key.amecsapi.mouse.scroll.up
|
||||
key_key.mousewheelie.scroll_down:key.amecsapi.mouse.scroll.down
|
||||
key_key.mousewheelie.pick_tool:key.keyboard.unknown
|
||||
key_nimble.keybind.frontView:key.keyboard.unknown
|
||||
key_key.blockmixer.toggleslot:key.keyboard.unknown
|
||||
key_key.blockmixer.increaseratio:key.keyboard.unknown
|
||||
key_key.blockmixer.decreaseratio:key.keyboard.unknown
|
||||
key_key.perspectivemod.toggle:key.keyboard.f4
|
||||
key_key.plasmo_voice.settings:key.keyboard.v
|
||||
key_key.replaymod.playeroverview:key.keyboard.unknown
|
||||
key_key.replaymod.lighting:key.keyboard.unknown
|
||||
key_key.replaymod.quickmode:key.keyboard.unknown
|
||||
key_key.replaymod.settings:key.keyboard.unknown
|
||||
key_key.replaymod.marker:key.keyboard.unknown
|
||||
key_key.replaymod.thumbnail:key.keyboard.unknown
|
||||
key_key.replaymod.playpause:key.keyboard.unknown
|
||||
key_key.replaymod.rollclockwise:key.keyboard.unknown
|
||||
key_key.replaymod.rollcounterclockwise:key.keyboard.unknown
|
||||
key_key.replaymod.resettilt:key.keyboard.unknown
|
||||
key_key.replaymod.pathpreview:key.keyboard.unknown
|
||||
key_key.replaymod.keyframerepository:key.keyboard.unknown
|
||||
key_key.replaymod.clearkeyframes:key.keyboard.unknown
|
||||
key_key.replaymod.synctimeline:key.keyboard.unknown
|
||||
key_key.replaymod.positionkeyframe:key.keyboard.unknown
|
||||
key_key.replaymod.positiononlykeyframe:key.keyboard.unknown
|
||||
key_key.replaymod.timekeyframe:key.keyboard.unknown
|
||||
key_key.replaymod.bothkeyframes:key.keyboard.unknown
|
||||
key_key.wildfire_gender.gender_menu:key.keyboard.g
|
||||
key_gui.xaero_switch_waypoint_set:key.keyboard.unknown
|
||||
key_gui.xaero_instant_waypoint:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_slime:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_grid:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_waypoints:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_map_waypoints:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_map:key.keyboard.unknown
|
||||
key_gui.xaero_enlarge_map:key.keyboard.z
|
||||
key_gui.xaero_waypoints_key:key.keyboard.unknown
|
||||
key_gui.xaero_zoom_in:key.keyboard.keypad.subtract
|
||||
key_gui.xaero_zoom_out:key.keyboard.keypad.add
|
||||
key_gui.xaero_new_waypoint:key.keyboard.unknown
|
||||
key_gui.xaero_display_all_sets:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_light_overlay:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_entity_radar:key.keyboard.unknown
|
||||
key_gui.xaero_reverse_entity_radar:key.keyboard.unknown
|
||||
key_gui.xaero_minimap_settings:key.keyboard.y
|
||||
key_gui.xaero_open_map:key.keyboard.m
|
||||
key_gui.xaero_open_settings:key.keyboard.right.bracket
|
||||
key_gui.xaero_map_zoom_in:key.keyboard.unknown
|
||||
key_gui.xaero_map_zoom_out:key.keyboard.unknown
|
||||
key_gui.xaero_quick_confirm:key.keyboard.right.shift
|
||||
key_key.okzoomer.zoom:key.keyboard.c
|
||||
key_key.okzoomer.decrease_zoom:key.keyboard.unknown
|
||||
key_key.okzoomer.increase_zoom:key.keyboard.unknown
|
||||
key_key.okzoomer.reset_zoom:key.keyboard.unknown
|
||||
key_keybind.name.ESSENTIAL_FRIENDS:key.keyboard.h
|
||||
key_keybind.name.COSMETIC_STUDIO:key.keyboard.unknown
|
||||
key_keybind.name.COSMETICS_VISIBILITY_TOGGLE:key.keyboard.unknown
|
||||
key_keybind.name.ADD_FRIEND:key.keyboard.unknown
|
||||
key_keybind.name.CHAT_PEEK:key.keyboard.z
|
||||
key_keybind.name.INVITE_FRIENDS:key.keyboard.unknown
|
||||
key_keybind.name.ZOOM:key.keyboard.c
|
||||
soundCategory_master:0.044701986
|
||||
soundCategory_music:0.0
|
||||
modelPart_cape:true
|
||||
modelPart_jacket:true
|
||||
modelPart_left_sleeve:true
|
||||
modelPart_right_sleeve:true
|
||||
modelPart_left_pants_leg:true
|
||||
modelPart_right_pants_leg:true
|
||||
modelPart_hat:true
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
BIN
.minecraft/config/yosbr/servers.dat
Normal file
BIN
.minecraft/config/yosbr/servers.dat
Normal file
Binary file not shown.
|
@ -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,25 +1,92 @@
|
|||
hash-format = "sha256"
|
||||
|
||||
[[files]]
|
||||
file = "bin/version.json"
|
||||
hash = "2077d601042d775f266b3813d0bfbd6e2767fe21e84fe60706e5ca278c793aad"
|
||||
file = "config/yosbr/config/ViaFabric/viafabric.yml"
|
||||
hash = "1cb60349c6377e6026c0e30e9360b730ddaee72ce6e07616ba29053623c96ac4"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/immersive_mc.toml"
|
||||
hash = "d3da1eb885172455f452c5ea443bc9690975053b6300e69f80003f5f42741176"
|
||||
file = "config/yosbr/config/better_loading_screen/config.json5"
|
||||
hash = "e7bcd6b8ffe84983245a81801d8a6c969ef3434517a6487a22d36619040e5b56"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/optionsviveprofiles.txt"
|
||||
hash = "37b97197b8e065c3525a80368af7f61ff573f099cf80ae231ff6cff77d37e2f7"
|
||||
file = "config/yosbr/config/betterf3.json"
|
||||
hash = "8254cc98fc6b737bac12f0e368d8918169fb1c2cf6116961cff1bc7d465ee316"
|
||||
|
||||
[[files]]
|
||||
file = "icons/images.png.pw.toml"
|
||||
hash = "a779f12ed53f4af7c51b914dcc3722bb9b14508bf3b49b49408853f5ee78c52e"
|
||||
metafile = true
|
||||
file = "config/yosbr/config/bobby.conf"
|
||||
hash = "b53c14bbef682afb9ad89d42e06c06f093d63923661bb685f6686011f71bbb53"
|
||||
|
||||
[[files]]
|
||||
file = "import.txt"
|
||||
hash = "22ffccaf8b140c6b95d83cc1ebf117d71bb4ff92c41c76a2ad5b7c43100447e4"
|
||||
file = "config/yosbr/config/hudtweaks.json"
|
||||
hash = "02484881c6d2ec6716d9b0ed9faa274cadceba32966292c59fddaa69466216db"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/inventoryhud.json"
|
||||
hash = "b7e9fd1747714d1de052f2b8ea8673c0ab5b1e7ec5f1bf96bdd03a6bf4ecefec"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/iris.properties"
|
||||
hash = "a046063e4bce84bd83d2ed671a0f65b1f0a1cd3a63d775a93cd1c300d9523a73"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/minecraftcapes.json"
|
||||
hash = "f0fd14eec99068dc68655c97de30747c4b5d155114d9004c6e280cabdc499d14"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/replaymod.json"
|
||||
hash = "62cd7583e6fcfb069de057900e08bd931239633da7bd615bc680e800fd8f3760"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/roughlyenoughitems/config.json5"
|
||||
hash = "d2b7ee26edb75664424b6cce4a21339a0409f8a37d00285a57267921c23d587e"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/stendhal/stendhal.properties"
|
||||
hash = "1af09ec5636236f55cf8c4c6f841ee7ea1b1ce8835883b2454eb58d317b42352"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/xaerominimap.txt"
|
||||
hash = "69ea1b9524a9d56373f4675a4c44d706ce2a81edb0bcc96f56cf8a585a61c5e9"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/xaerominimap_entities.json"
|
||||
hash = "8f0f2cd17a2c9ac19ea33b6f2fa1533f1f9e8cd68017233af5dd4caffee69896"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/xaeropatreon.txt"
|
||||
hash = "36a890045fce4aa69f1c550d5a49a62b336cbb7911a7afa6956fcce5d4d9dcb8"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/xaeroworldmap.txt"
|
||||
hash = "5a43b48a1cc3c92e8ec486467cc84e8ed7053418ee10157fe0c95ab763af56d0"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/options.amecsapi.txt"
|
||||
hash = "cc5ffeda762710e15c2b8810b216ea780de172f9a11954329821c667a7d95009"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/options.txt"
|
||||
hash = "4481d7aa0421544320241db1e072eba4b06fe4db662f06a5f61612f1bb7f5ac3"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/servers.dat"
|
||||
hash = "887ac40dee2b36a152884cece883e2a74f0b435b55752a8a8c6e3ceb8f837bb7"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/README.md"
|
||||
hash = "392f3d84fb500b51e10165a452513f61af2f2fa8a843c9f292e29d527c81e744"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/assets/kubejs/textures/block/example_block.png"
|
||||
hash = "783d78bd1ee61d3b32273670dff9d82c34cd74c5ae899a10f104f473828d5bbc"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/assets/kubejs/textures/item/example_item.png"
|
||||
hash = "45a5f56eba6066ad05c70988a32b72c50cfeb6e35857739bd582007011ea002b"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/assets/minecraft/lang/en_fl.json"
|
||||
hash = "8d7932349a64e3f10949e7b87a01ec6b4de29e14e95b768e06dbb04e113c6d4c"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/assets/minecraft/lang/en_us.json"
|
||||
|
@ -27,7 +94,19 @@ hash = "24ddd9eb60ecd243f26e8a9538ac86e4463afdc3b64b858204f391b2dd79a48f"
|
|||
|
||||
[[files]]
|
||||
file = "kubejs/assets/minecraft/texts/splashes.txt"
|
||||
hash = "80b5f7a5f872d1166b4c32bb5c686a44288472bd22f0ac09c6b5326aac68dd5e"
|
||||
hash = "19542dd25c1a9a8a47e208bd4a32fe5f36705d08f1df6f1a4d2bd3b08d8eaf8a"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/assets/minecraft/textures/gui/title/background/panorama_overlay.png"
|
||||
hash = "cce8a709b00e632508b9f54a51a87b24949888695b061cc1dc3f71efdcbc4a57"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/assets/vanilla-tweaks-assets.txt"
|
||||
hash = "fd3e8077b660ff9fbbc3f9b9905f54f61f57809ecdbfaeb8b5aeb009c0422e84"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/client_scripts/script.js"
|
||||
hash = "8d6f3db48cc507f2dc6e23919e21837851738fc849cb83772b4186b03bef391d"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/config/client.properties"
|
||||
|
@ -42,601 +121,385 @@ file = "kubejs/pack.mcmeta"
|
|||
hash = "e49e821805ba66dc7ca0f9761aafccba0b78cc782a2e22cff4ce5f80e7a1273f"
|
||||
|
||||
[[files]]
|
||||
file = "modpack-template_icon.png"
|
||||
hash = "50f74a7debb4a852e1384434500515f2478b8dcf0d71b75eba148ca34d89715c"
|
||||
file = "kubejs/server_scripts/script.js"
|
||||
hash = "cd5375c75b6453eea519b595dd510982bb3fca6b6c3c3145a4b7d1a856df4683"
|
||||
|
||||
[[files]]
|
||||
file = "modpack.icon.png"
|
||||
hash = "50f74a7debb4a852e1384434500515f2478b8dcf0d71b75eba148ca34d89715c"
|
||||
file = "kubejs/startup_scripts/script.js"
|
||||
hash = "849597780f489579d0c3af2b80d9d1209b152be22e2c270c9085623bbf0a5aea"
|
||||
|
||||
[[files]]
|
||||
file = "mods/Pehkui-3.7.3+1.14.4-1.20.jar"
|
||||
hash = "e300c9053c6fd4d6f76a956390a609348e1981a33d00801950b60891d085b3e9"
|
||||
|
||||
[[files]]
|
||||
file = "mods/additional-lanterns.pw.toml"
|
||||
hash = "a8bb7119e936b06f1e1e1a27a4aa721c01514c304775eeea8961f44abbf94d2c"
|
||||
file = "mods/ad-astra-fabric.pw.toml"
|
||||
hash = "6401feb0ee57da86cdb306985fb03b15a8b58bbb294853477d19b52100098097"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/adorn.pw.toml"
|
||||
hash = "0aa7e85b6c0cf8cc425a37350306f62b6dd119b3f384132ff3aa2e1141969251"
|
||||
hash = "5e5cd9403870724d633b352ebec5a0440eb1d5369feec48378b844e2179c4000"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ae2.pw.toml"
|
||||
hash = "f5925000d468335e96f4510045d09fe755ac923be3fc37f0dc003fa7712a829d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/almost-unified.pw.toml"
|
||||
hash = "1c5271e8212e2bc88c12c644bfaf8deac0861b8ef8a38e6e852586733c6174b2"
|
||||
file = "mods/antighost.pw.toml"
|
||||
hash = "567dea83368027d9051051a50e777ef5650f9b5ae74d8a8c5cf1fb5abb74c6d5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/architectury-api.pw.toml"
|
||||
hash = "7916e9bf676dd9730f970893ff61fd25f43c563ff6133d1e7886366a3cd9e282"
|
||||
hash = "a010c1bde6ac0dba1ece21416d99525b0cd20ed23625cea5d04a734b024e200e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/auto-plant-crops.pw.toml"
|
||||
hash = "e2e8de903cb69eeda56526fea8a79512e1bcf77ad6259a5d7ed251fdd34f2538"
|
||||
file = "mods/badstdout.pw.toml"
|
||||
hash = "893c68376d94e2385584cc798e205eecf8de15d79e352bdebc5bc487a2200c19"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/balm.pw.toml"
|
||||
hash = "0708223179ebe2bad131cfc063dde7cf65ec355c18a3c1392646142e46ea95f3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/better-than-bunnies.pw.toml"
|
||||
hash = "0a17146e461bc3d11dd9f78a3c053bea1dcec88bbafdf4703b093632b2d654c5"
|
||||
file = "mods/bettercommandblockui.pw.toml"
|
||||
hash = "362dfac8a009e53a1cf8e2676d8d7584a64a887ed83ab815d50b1e6c878524e1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/betterf3.pw.toml"
|
||||
hash = "e8cd685b609577ab23e2a55ec3273a1ff9475daef52f0999b2c5d27f7c795f5c"
|
||||
hash = "628c921ed428851da53ed2b47cabab1d83bc7cdfa773de9f860445a03f878ee8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/bushier-flowers.pw.toml"
|
||||
hash = "25784745306f13480d5072d167e672c0bae9bf9985b7497a58b887251e7dd447"
|
||||
file = "mods/blockmeter.pw.toml"
|
||||
hash = "70b87f6693a428b4338eed43edf29cd5d39773b1911d5e4851dce7ba025e5699"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/calibrated.pw.toml"
|
||||
hash = "f43867f954e0433033b2e10632db165d8ac1b2bdf3cc3cd48496d75c917dae4c"
|
||||
file = "mods/blur-fabric.pw.toml"
|
||||
hash = "f781e21b5f5ac35b6b9be2a8219dcce459ad7564581c2f9a1c83059b48c82efc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cardinal-components-api.pw.toml"
|
||||
hash = "5d898bbdb655828c59223382f85016f8328884b3ff176b697c51e8dedaec68c1"
|
||||
file = "mods/bobby.pw.toml"
|
||||
hash = "4491272cf1fb2adb67386c5432b4358197dc1516981460d8e0dcae972b9fe437"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/carry-on.pw.toml"
|
||||
hash = "7b88c7a3b3b561f74251880465e335454fca16afea67c65c8fcd5f542f86c407"
|
||||
file = "mods/botania.pw.toml"
|
||||
hash = "37a75aa36e869ed6aeac736e5718e2e43c3381f16707ac1fdaab8a2b7c3da9c8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cc-restitched.pw.toml"
|
||||
hash = "6e8faa4779dca8bafd4cc91cad8f7fe425f6d3d08511463466c6c13b8ffa55dd"
|
||||
hash = "9278183949339092056837d262aeb4dec44f788d1e126609ca2704b9f2251f63"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/choicetheorems-overhauled-village-friends-and-foes-add-on.pw.toml"
|
||||
hash = "8f25bfefb2cca53de16ed9b94c093b0340cb87e60e8d4b894ce922204b552478"
|
||||
file = "mods/charmonium.pw.toml"
|
||||
hash = "367815925e45cbd7c3e6e33712038edf20f6139a6a98f460215a28f106a91be8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/chunk-loaders.pw.toml"
|
||||
hash = "b4207bec27c7384998b4349abed959f81fb033b5bce212d44842b6b365484787"
|
||||
file = "mods/chunky.pw.toml"
|
||||
hash = "28bb1d5f48456c9c78599e37c8c52e2a87fd30ef90bb7fcb1db24a6abd40d697"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cit-resewn.pw.toml"
|
||||
hash = "8a3b58552083779e461ff3ac406f81bb1b7057974f161cba2a090a5b2f73a205"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cleardespawn.pw.toml"
|
||||
hash = "5fff3a1b73d64be6d5fb9c1ede4421d3090d974f53009e9d6661cd7a3d77a670"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cloth-config.pw.toml"
|
||||
hash = "6ce97b65a78d66e0ae006105e63e2ccf8af6b3b266a2c5234f6ae7657b98220b"
|
||||
hash = "77bd9b9ae2bf78481ba939cc78e5e4c0d9528516aa791305eecb39eb56e13125"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/clutter.pw.toml"
|
||||
hash = "6bc69f58076651ee7496db935ed20dbb0fa7215c7c6d483b5ce29ff2d6f714fb"
|
||||
file = "mods/clumps.toml"
|
||||
hash = "c889a9718156003d2c5e63df9b73954d9fa8134ad71ba3c41dcb2378a642f79d"
|
||||
|
||||
[[files]]
|
||||
file = "mods/continuity.pw.toml"
|
||||
hash = "b508bb6b509b96b2e297e94ca2ce365623730b938f32c74d49c574a7ef1ecb24"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/completeconfig.pw.toml"
|
||||
hash = "a206bc693d41eb72f431abfc5d4556f9e9bf7f0bb6237224b750df85aeddd434"
|
||||
file = "mods/conveyor-belts.pw.toml"
|
||||
hash = "1edf54c409cf8a86e61cee0068f0b6c590ac77e90a6e6295a0423999fad596cc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/compressed-items.pw.toml"
|
||||
hash = "544d3ba2eb652c716aa49f6b4f92d7d0caa1077cf1011c824e31ce018bb19256"
|
||||
file = "mods/cyberanner-ironchest.pw.toml"
|
||||
hash = "442b4c789dc6f30c4819c1a816e05024b53434320a4f9f80c6c6e3abb268d6db"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/compressed.pw.toml"
|
||||
hash = "b15fcbe32caf2cbb9ea4497e15f26f17efc6d63dcc00262b5d338dea3e70e6ce"
|
||||
file = "mods/entityculling.pw.toml"
|
||||
hash = "1e3d4b62d2b1224356261ca5f9aece724ed2cc6c8f31c77d64867e6bc173ee9d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/create-enchantment-industry-fabric.pw.toml"
|
||||
hash = "62e9839eec5185985f705ff962b6d098a60ec06b2856799adb8db27dd224f9de"
|
||||
file = "mods/essential.pw.toml"
|
||||
hash = "1c849e3a6103fd2f1a97218eafcbf0deff72ac78e756afd6c7230833c6d5fbbf"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/create-fabric.pw.toml"
|
||||
hash = "1458e4909039fdd41aeb1d7cc7c82fa6def77a48b29ab45f99a9248e05f1e8e1"
|
||||
file = "mods/fabric-language-kotlin.pw.toml"
|
||||
hash = "dfebd8072576c75a939f56cab83cabdf3c5828da7cdb814e97c272e6c0b8d006"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/create-renewable-ores.pw.toml"
|
||||
hash = "fd20d186c194b41b945a5308ff42136965464d311a4b29d3b4f6866616860bae"
|
||||
file = "mods/fabricae-ex-nihilo.pw.toml"
|
||||
hash = "491f03fcc7d589345865f07ea90ffa4a2eb0c20b3019bfda2d799077ae2fc872"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/createaddition.pw.toml"
|
||||
hash = "c974107e5aca82929bfaf886bcb5cbc646a9fb57def7fcdf7c6dd90ee7d3787f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ct-overhaul-village.pw.toml"
|
||||
hash = "7f569940a5ff22da0d824925fcc7803f753bda4310dde1dbf4781f1f244acd55"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ctov-farmers-delight-compat.pw.toml"
|
||||
hash = "ca49eb80ed805480d1b4fa4dd81efe4fc83f52428b1d30a4b9f3327b9bc009f7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ctov-waystone-compat.pw.toml"
|
||||
hash = "44ce2ad2b79963adb91a517e8bd96188c53b0a6e738f0749683d1ab2ee8ad2d9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/dashloader.pw.toml"
|
||||
hash = "4fb938b3b07afc32216c63ba982ba25e28f4d0e63ddecdd26bea4e6dfa77b0fc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/dynamic-fps.pw.toml"
|
||||
hash = "0ada4f3b91ee6a4cd40c8e9bcb69a3d59c24ff3940762efca9253b269af1eb25"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/dynamic_asset_generator.pw.toml"
|
||||
hash = "a5556be936ce9a6ca6d36f63cbe3e5e4dae20e222517016de83ed3de2a9fd890"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/edibleflowers.pw.toml"
|
||||
hash = "913f109d8f6b8f7355b33ef53be3232fcd3dc951ee9923f5b17bd6cf1034924b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/emi.pw.toml"
|
||||
hash = "a58b458f4d1fbf67b65fe673c04fa3d8c3013a6ef728e7553b6c52364d5c73a4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/emiffect.pw.toml"
|
||||
hash = "031d16eb940b9005939d24390f98f321afcbfb001a835f36c1874dd5d5cd4258"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/excavated_variants.pw.toml"
|
||||
hash = "c00fde57f8d17d69aa20f0185775373dd02f9cc036cac4f84755f7fea946edb1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/exlines-furniture.pw.toml"
|
||||
hash = "cbbbe8225b8879dc70025279dc194c8ed00a4654bcfe76079f23ccf247f206d5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/extra-mod-integrations.pw.toml"
|
||||
hash = "b155e4825310c1bbc065259a400e49b15d9930e21de0a874b03577cfca4ac772"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fabrictailor.pw.toml"
|
||||
hash = "b3e1f7b080b5c4a2e3de434a6873d84ba5bd357dff99268d45db4a79fb6d43b9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/farmers-delight-fabric.pw.toml"
|
||||
hash = "ee9ec8acfb96b060f3caae3172651436f8388c39db630ba9a7112b8d0f290746"
|
||||
file = "mods/fabrishot.pw.toml"
|
||||
hash = "75d8979ac6cdc549e71d3ff2f6fee6f809c17e96d6c37692d9b06568ad1aae1f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ferrite-core.pw.toml"
|
||||
hash = "98da553a1ba2d41bfce3585198641c2d927c702d5403ebec82402ae51ddf707f"
|
||||
hash = "f19e328fe42f91d1b65e244ee5bcf70f1e5305a27278945098ea85af82e05d0d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/figura-0.1.01.19.2.jar"
|
||||
hash = "1d3ed61bd7cd7af79a6beeaffc0aff7f297d043e8b2984ebc2594eb77cdb8490"
|
||||
|
||||
[[files]]
|
||||
file = "mods/flower-patch.pw.toml"
|
||||
hash = "b99848264d9e3e43e8ac9d2f415198865fbb069518c409d59310445718c85587"
|
||||
file = "mods/first-person-model.pw.toml"
|
||||
hash = "88621af32c04014ec3296102eeaa90128606ddeab3021e75569ee70a8165d6a2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/forge-config-api-port.pw.toml"
|
||||
hash = "3a68d8f694877589b9d29bd7b44b590a123007f28142d0deed1ba34c9b90b51c"
|
||||
hash = "d3caf0b1837490d2b0169fa8e0ff485158c70200c23dbdefead7912d47e5fc70"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/friends-and-foes-quilt.pw.toml"
|
||||
hash = "186208fde5fad57e5b7ca16f3301e05f16380509d86a5bac1419c6a690232ecf"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/geckolib.pw.toml"
|
||||
hash = "0497a92235c08a5ace339102c702d17e529c0770b3a340bdecebe321e3213888"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/hex-casting.pw.toml"
|
||||
hash = "53e83e4a46fa1fc9f865fc1dd458b256f3f3083cdeabdee417834d83e3b1b739"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/hexbound.pw.toml"
|
||||
hash = "afdcf02d5f6720324601d805bef79370751a7206b1a71d5f0841dcb656bdc4a4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/horizontalportals.pw.toml"
|
||||
hash = "5ad01fb7812ed7e2c2a9767c1511475db76625b888087dcdc67791a21f01b081"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/icarus.pw.toml"
|
||||
hash = "2045ed4e0218b8f51e318199cf2fe818bc5fa4b347a956552d88932c1f0095a3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/immersive-paintings.pw.toml"
|
||||
hash = "7633f2b06ec5fa608b6293978d6781efa713e0a497a3214174e98f935408c3dd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/immersivemc.pw.toml"
|
||||
hash = "6bdf540a091387bed43d2f1aae1100f1512c5b33f8c5edf3c5aaa3e84c53cd51"
|
||||
file = "mods/furnacemk2.pw.toml"
|
||||
hash = "33ee34352b36cde9ede96ce136850d14b9bf2ffda3aa7d7026522201f56d9781"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/indium.pw.toml"
|
||||
hash = "e8168531c092676d47cac3657bfc525f096f11ff5372ce6e322ad57778b81635"
|
||||
hash = "f5751b1f49dfd5d0a78a4573b334651748e02e65dfe093774ab0d0c0886d950c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/inspecio.pw.toml"
|
||||
hash = "7baba0d5b6448760f7a0ad285c82633842efeeda7714571daa477486a4899c50"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/inventory-hud-forge.toml"
|
||||
hash = "9c36ffd3a5c2636db0b7f5cd5098a6b9ee37c871ff8f1f390a7dff4ad856561b"
|
||||
|
||||
[[files]]
|
||||
file = "mods/iris.pw.toml"
|
||||
hash = "af3675c9022d8669af5486c58fa9a685189a579a772a4c2ea5705bbe29bb169d"
|
||||
hash = "689beb7c10f85f12f08d2b5198e02c8ef72bf3a5372e390d76c7412cbc807296"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/joy-of-painting.pw.toml"
|
||||
hash = "3a18abe31426a5abe8a607794c0d22cbb726d9c1696ef9a21edded0ff26f85a1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/kettle.pw.toml"
|
||||
hash = "94865ef86f229df1ce78a22498f41779fd56313c6e7c8efe678f7253c56c09db"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ksyxis.pw.toml"
|
||||
hash = "2ea587bc28af997f2b93de69af32b8ba0120ce8a2c0e95624a0c55051eb25041"
|
||||
file = "mods/krypton.pw.toml"
|
||||
hash = "2ba02e1c71f4c0d17965ce874fe0099ea7d94733733a187b28b9f1c0c3faff09"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/kubejs.pw.toml"
|
||||
hash = "3acda3107c510ea1d42a7ef9667c2d5118310aa38fb9bcb2cf90f8e04ec32be6"
|
||||
hash = "6e8c74eb9814008e9461ec86b2359e3d946f7a180c040674eaee4ba0a7ace2e7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lambdabettergrass.pw.toml"
|
||||
hash = "080d4789738ae0015c0a1fc76ffc3f6487f55dc5877b3de1c3b458b544efe362"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lambdynamiclights.pw.toml"
|
||||
hash = "9b628c73b749c901f12ba08b8304c161801903b1dd3fdbb6d4b93a9d42d25afa"
|
||||
hash = "158c40f09b2ed4fe14f5f2925751796fe11f6baee7e1ac7f35931ad831631a3d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/leashable-players.pw.toml"
|
||||
hash = "313e4bdded31016df321a12a991752ec1dd1554320d414850016cfd702429477"
|
||||
file = "mods/light-overlay.pw.toml"
|
||||
hash = "37ad562c7bf81aef61c19e2db4ebc8044a6272c0d9d739d31ff30097cd02aaa9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lithium.pw.toml"
|
||||
hash = "54a337d13450b35dfc931e7a5f3ed9fca1a1992ec51d3b1e4ea1cb5f7cd2d09c"
|
||||
hash = "83541b1d3e1e936638a6938eb505bf0f508c13aed7f8416af8d064ffc7cda4dc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lovely_snails.pw.toml"
|
||||
hash = "afdc2fafab3adf523bd090b86a2216828e1d0171b69d8bd835ec050fd9853ce4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/luckperms.pw.toml"
|
||||
hash = "b3501a7f76745c70f319a487ab71d553e43558c732890daa1abed779e194d09c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/many-flowers.pw.toml"
|
||||
hash = "0a593ae45791efb886104f1ce39093c3f9db1dedde62ca2ef3416f6a25cecfe7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mc-vr-api.pw.toml"
|
||||
hash = "1f98f7f144867bd20881c6e21fec892523948856a4abe4d862636ff756a1b7e7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mcperm.pw.toml"
|
||||
hash = "fbf654eb6b0efb870a2e3823ef0d5b5b607774db021fdd80dfc4398d55da901e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/midnightlib.pw.toml"
|
||||
hash = "9421355a24881292851803d45726a5aebce4c5a5863793d7d373565b4fceb1eb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mobs-are-friends.pw.toml"
|
||||
hash = "8692aba4650c3ca117a2b44fcd5444549f9447a009129e29557109bc9b98313e"
|
||||
file = "mods/minecraftcapes.pw.toml"
|
||||
hash = "a2040094501ce0d3771f3a5619008da48492d497ab32293a6b49fc2842cb78b5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/modmenu.pw.toml"
|
||||
hash = "393604e3ebcaf78c516f4937de581723af575921ab82b389fed7733435be61cc"
|
||||
hash = "37b69a71c010cb7e4d10a84a7c0e44373566ddb19aaaf4428ff2bb9ade0692e1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/moonlight.pw.toml"
|
||||
hash = "90f8d140be45787ddb039f62015362d54ead182ef6c40761067db709e1d349be"
|
||||
file = "mods/mouse-wheelie.pw.toml"
|
||||
hash = "c00114ebbbdf5b001d7a81f9508a6c6675fab5e7cff89de3cc7d763e7ab33427"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/netherracked.pw.toml"
|
||||
hash = "a234684269a509b1849cc79bab7f955880f7908c6740f90543459cc37ec61c27"
|
||||
file = "mods/not-enough-animations.pw.toml"
|
||||
hash = "0fe0d6fbfb0055d698f2d4418e49be65492176601b0066d8bcd1b61f7d231e8f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/no-chat-reports.pw.toml"
|
||||
hash = "1aa7510ec1a3994273a20f8b341f676583b9ede2eaea3badd46deb7178d92a6c"
|
||||
file = "mods/ok-zoomer.pw.toml"
|
||||
hash = "d240a40073a8ae5c5f56b4c3cde5d78951ca71dc5b8279f0405f346a537659b7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/no-telemetry.pw.toml"
|
||||
hash = "5f9870a1b70f585f7ca5ca97d5369056f6f6ab84d9897a35b545b0311e69c213"
|
||||
metafile = true
|
||||
file = "mods/open-auth-mod.toml"
|
||||
hash = "7cdd4ee28ad83e2fff101a24764e26bbf254174df201b1db90640a6aaf62a8e4"
|
||||
|
||||
[[files]]
|
||||
file = "mods/origins-minus.pw.toml"
|
||||
hash = "6b31a91a652ddcd77f2aa5e9c5310af822e34509be8254765ef4acc13d166fd6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/origins.pw.toml"
|
||||
hash = "862b429a623762ef0469eb2a409b9450a9b70071cf9bffabca654b97f7528424"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/owo-lib.pw.toml"
|
||||
hash = "d6a99e144be13fb3d0865925bf73357a2ff82f4114929cc2f35930eb21f3c7e9"
|
||||
file = "mods/paradise-lost.pw.toml"
|
||||
hash = "53d666e5ab53bc32b1785323486c8513dc0ea9bcae7aec1de686232f6dc02dc4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/patchouli.pw.toml"
|
||||
hash = "2dab4b3cea2f1ce1505c3c7be55d8fb6123a7593435134f2c15eed18e6c07ddf"
|
||||
hash = "efc2a5c84648fe9d84aaaae5ecdd352f3fff2a81857e53806f6a67d6e67dd845"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/paucal.pw.toml"
|
||||
hash = "03d4272f909720df400b6af4c90a93fc95e3a55c85935e7777724ba9f9bcb994"
|
||||
metafile = true
|
||||
file = "mods/paxi-fabric.toml"
|
||||
hash = "e91d14a362664545a26b48f004636bdef52c68d311bab72b0bfe03224ec61987"
|
||||
|
||||
[[files]]
|
||||
file = "mods/peripheralium.pw.toml"
|
||||
hash = "ea3ba6d06a88da29ff2061b686d57f77a08bf87e88d41c48320ff3e6fa1e69a1"
|
||||
hash = "f6ffa5ba4f78f500531d3ab579eba9f3e1c3a5e56c2d59df897d94e0e5aeff03"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/pride-furnaces.pw.toml"
|
||||
hash = "75c61231e1266f9d007df24e2bc3995b6d42624f2c16a44af328a7c1a34994eb"
|
||||
file = "mods/perspective-mod-redux.pw.toml"
|
||||
hash = "c65714d41e881c9149122eb89435ea85fde6ebd01ad2e63a1cf9ffad7f1f3e83"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/puzzles-lib.pw.toml"
|
||||
hash = "80e52c4c76edb7e19169870e10ac16e966396e5a8f1a430ca039f52ceea9e297"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/qkl.pw.toml"
|
||||
hash = "78fe291bc3d50234209d5b80735b469044f4d858dc8d3ba5bc38d1e098cb786f"
|
||||
file = "mods/plasmo-voice.pw.toml"
|
||||
hash = "364bbca879792e3c5103a217313d6c70028017ac0e72af9f65af2116b2edf770"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/qsl.pw.toml"
|
||||
hash = "7f16d61f278eb23f2778ebc55467391d06fd76a8710d5b857efb7762734fb281"
|
||||
hash = "b592c521fc03cb0c5a086094a107882f5354cbfbfb220e1ee1edc183e87d3197"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/quartz-elevator.pw.toml"
|
||||
hash = "8caa7ac143e34732df295e0bd03b68841239172811da137e6429d2701f0410e4"
|
||||
file = "mods/reeses-sodium-options.pw.toml"
|
||||
hash = "2ece972fd1306a38ca278d9da23656c73bc103df57709a4bdac0a0271a646f34"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/reborncore.pw.toml"
|
||||
hash = "e4badf81eabfe1f6cd95e36bc8e3d4a63281f7c97406be76437c2ef49e189f99"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/reinforced-barrels.pw.toml"
|
||||
hash = "65c5f9436a550a224a16dd25482a7282f7421fea6f5308913705af59842a264a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/reinforced-chests.pw.toml"
|
||||
hash = "ef25a480535daa14950ad983c552cfcfc06e56ff4345fbbec00d7df56f49868b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/reinforced-shulker-boxes.pw.toml"
|
||||
hash = "a86baaf3977b9b61422968a87bf4b4c0814e8f02704e0ea844ee8ba7a5e3ea5f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/removehud.pw.toml"
|
||||
hash = "48533ae582b6cd01635fb04492c22885cf4f6dcb78baf9e38cca711f3d228cc6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/repurposed-structures-fabric.pw.toml"
|
||||
hash = "b5bb732948dcabfbb3727d124aa0f2b846bc0b883d98476c96d4badb757a048d"
|
||||
file = "mods/replaymod.pw.toml"
|
||||
hash = "e45a54758362129811e23cebfbc195ab1998c435c7632a95371e1c01469e564c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/rhino.pw.toml"
|
||||
hash = "f7957b69872ee26bdaa1a9db1f880c4d65eefde73ec291f30c0765fe6198b808"
|
||||
hash = "fc68b56f92ecea5ec9da5d543440fe1719f76ab813bf97c1e665878ae9357d24"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/smoothboot-fabric.pw.toml"
|
||||
hash = "971e8b0bef16bd6ce88c7f940b30fdc1debff7b715058f4d331d54beb58a4314"
|
||||
file = "mods/roughly-enough-items.pw.toml"
|
||||
hash = "5e98198bbc6e9dcdbabfa02da042032bbe42c4c6e75488e279d7babb23296999"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/scout.pw.toml"
|
||||
hash = "e8c692016e60846e8308fcc0af7bda4f899f9cd1185aaf79acd45d7917dff958"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/simple-copper-pipes.pw.toml"
|
||||
hash = "170110b1d61aa21a3bae68230a87a40b791a0621015dad9cc1b8cf3308814335"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sodium-extra.pw.toml"
|
||||
hash = "39269eb45ca79786c4eac3ede212feb85ccd90fe3e25ca0e4ab7e9fc1270d96e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sodium.pw.toml"
|
||||
hash = "aa4dcf55ac3191b0b31437521714c1d28364c3396cf06ef07fa76a08488c1837"
|
||||
hash = "d1480fd38a1ac53311baa2d57b92556834372f6ac04c355169441df9a59a161c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/spark.pw.toml"
|
||||
hash = "245599aeee8c2497af5588bcf1430a2753c9cd4827b7c8891dfbe9c578405038"
|
||||
hash = "b55d9d1ea5b5cadde5973123c0c644065f905afff5ea8d3d24c6d6564a7470cd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/starlight.pw.toml"
|
||||
hash = "722031c0ae5d2de71783d6c4bfbf1c5cd25c65e55cb42d8bb4f7cadf478c4368"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/stendhal.pw.toml"
|
||||
hash = "c963c276410d4216cbadaf6224171c629954cb0149055297b356c0c132e4c8b3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/structure-tools.pw.toml"
|
||||
hash = "86deebcd3e0f2eaeefb90f8f151f8f7fc449f58b1db8070b60386444aa3124af"
|
||||
hash = "2b71a3596b3a870c6425da762ceee94c7851ac9818947b28b233b6a08331d95a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/styled-chat.pw.toml"
|
||||
hash = "70da594f4eadb175c7eedd58ec67caeffb71ac5fc8c503fcddf04e545e78e590"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/styled-nicknames.pw.toml"
|
||||
hash = "d0cd4b1f936b73cbe367ccc74c325688bb5aa1e87e41f571124a22c3b361c2c1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/styledplayerlist.pw.toml"
|
||||
hash = "d2accfdeb772987301d7517f93e081a276e5ae7610caf1f213a2012204699358"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/supermartijn642s-config-lib.pw.toml"
|
||||
hash = "c843b306eb159ceaafb0243d26be9607444da0b59fd787ae5cfb8c8597c90bed"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/supermartijn642s-core-lib.pw.toml"
|
||||
hash = "46e8cbe62a4aeb2689e0d7c5d23f70c3f02d4a63a3abdd13df6ef15aaf259f47"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/supplementaries.pw.toml"
|
||||
hash = "8dab797219b7e7127e1324a3e8f929d22017e90373c68aa8afda970f33b838dc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/switchy-inventories.pw.toml"
|
||||
hash = "618e124f8a7a25ea380deb3d13e677ca816d8bc066553d50bbaef9c47a289da6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/switchy-teleport.pw.toml"
|
||||
hash = "45cfb1774eee4ece0713fa6351538bb20f6d380a8caa33cc354af825c77f2765"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/switchy.pw.toml"
|
||||
hash = "8efbbcaf43b503de4579a88b6c688e3bd88e1d431b0bc9ea0658ce7508cd0aea"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/switchykit.pw.toml"
|
||||
hash = "899a8fd91b062153a42a7a37a86e48bc455c28b926f2a0bef6a5c6b4313091ef"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/techreborn.pw.toml"
|
||||
hash = "7d4ce0df929ce3534b5b35222a00ee370eb578a7c2acf976a59d6c3614087335"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/the-printer.pw.toml"
|
||||
hash = "3c8cbd8de0b19a7aab4cf478ca8ed01c2961487afe74cbf8d1b152cb0233bf80"
|
||||
file = "mods/sync-fabric.pw.toml"
|
||||
hash = "d8f9204d437530ca3fc1734b327080162f1bbd630ea945e3d5846d2fe511dac0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/toms-storage.pw.toml"
|
||||
hash = "30a3e3f7f468a6b0c2d65fcaab7ff138881c0a921316fa721a5c3a1d77ec4bac"
|
||||
hash = "0c0d90c3ef2e8354560e2c2d606813f073a946451939d5cc03cf08a031b2ec7c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/trinkets.pw.toml"
|
||||
hash = "e4e021f4e9647d01496dfd9f4dbf77cf46575318bd54f40aac7d3b4996baecb8"
|
||||
hash = "49f5590e6160266691eaca6948b33a3a2763e590ed4bcf90189f13650066c84e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/turtlematic.pw.toml"
|
||||
hash = "bb74c1d0b3d281ececdd10bd03bb811bdb44314379b0a0164f66006316706dda"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/universal-bone-meal.pw.toml"
|
||||
hash = "1ada0b2942853c79cdaa88b2b253ab55b1f6eadfb475d0d4a8cf4ac5f3174b2a"
|
||||
hash = "8d543e147cab5ac2cefe28466d6acc8b37abda3f058b46e6596fcd9c5751a630"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/unlimitedperipheralworks.pw.toml"
|
||||
hash = "31becf469aea9f05cfe98345041f3e714e42d4dc672f8c6e37f8ab02ca06a8c0"
|
||||
hash = "f62645a1c84a32aafe4c60d966c3b23cc7460f846b312b3b8c2e7a0bddf3e186"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/vivecraft.pw.toml"
|
||||
hash = "ab48141ab72021bfcc4bf68fd02572bd5c10a2d5f1fc7c35b25e45beed490c00"
|
||||
file = "mods/viafabric.pw.toml"
|
||||
hash = "950c28a3c1f22ab36f936ebbb6095e0e5432ec19c2938761d44b99a4c01a9bd0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/waystones.pw.toml"
|
||||
hash = "e33fd461dcf4611ce9c93224766b828ec7252709042d8bd593316a7d90b80295"
|
||||
file = "mods/wiredredstone.pw.toml"
|
||||
hash = "506d7dedae346cdad3e6dbf8b2c538a13123ab057267244e8193b52d939d7bbb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-minimap.pw.toml"
|
||||
hash = "b1a2fbb24c590b91e32f570c5d202c9bd298e083409c8b71870db185c50fc8e9"
|
||||
hash = "31f63492eb5997c554f44a18e3221b8d90532fd0731215fa9948c49e83778d83"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-world-map.pw.toml"
|
||||
hash = "d273a8d9829159697733da5a69d4a774377583ac18a00eaf9e3391f5d5ee1c15"
|
||||
hash = "281f8835df770ee31d49005c6f1fed976db81250a2d6b08538c78a1993d5e637"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yosbr.pw.toml"
|
||||
hash = "6f6334f336a876088431df70e2bba6ac52ca2ddeb73a4880ce88d6954b09af00"
|
||||
hash = "7c2712882baa2ed177b9b961cc1052b857f11ed1455609f9e9f01332c0317f12"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yttr.pw.toml"
|
||||
hash = "74257a39c616938aed0b5764b244780ff7aef3fd6f7b535a9603f9d9f4a6dded"
|
||||
file = "mods/yungs-api-fabric.pw.toml"
|
||||
hash = "b5e74fec582f1dc10fda86a3c41c00821f15471285c2570c7c9ace3316a438be"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "packwiz-installer-bootstrap.jar"
|
||||
hash = "a8fbb24dc604278e97f4688e82d3d91a318b98efc08d5dbfcbcbcab6443d116c"
|
||||
|
|
2
.minecraft/kubejs/README.md
Normal file
2
.minecraft/kubejs/README.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
## FloretCraft
|
||||
An Resourcepack and Kubejs Pack combination for adorable little florets!
|
BIN
.minecraft/kubejs/assets/kubejs/textures/block/example_block.png
Normal file
BIN
.minecraft/kubejs/assets/kubejs/textures/block/example_block.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 247 B |
BIN
.minecraft/kubejs/assets/kubejs/textures/item/example_item.png
Normal file
BIN
.minecraft/kubejs/assets/kubejs/textures/item/example_item.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 372 B |
194
.minecraft/kubejs/assets/minecraft/lang/en_fl.json
Normal file
194
.minecraft/kubejs/assets/minecraft/lang/en_fl.json
Normal file
|
@ -0,0 +1,194 @@
|
|||
{
|
||||
"language.name": "English Floret!",
|
||||
"language.region": "Affini Compact",
|
||||
"language.code": "en_fl",
|
||||
|
||||
"block.minecraft.bed.no_sleep": "Sorry, cutie! It's not bedtime yet!",
|
||||
"block.minecraft.bed.too_far_away": "Cutie the bed is too far for you to to lay down!",
|
||||
"block.minecraft.bed.not_safe": "Sorry, cutie! there are feralists nearby!",
|
||||
"block.minecraft.spawn.not_valid": "Whoops! Make sure to take a nap the next time you get the chance, cutie~",
|
||||
"block.minecraft.set_spawn": "Welcome Home, Cutie",
|
||||
|
||||
// Change Title Screen text to be more floret friendly
|
||||
"title.singleplayer": "Quiet Space",
|
||||
"menu.singleplayer": "Quiet Space",
|
||||
|
||||
"title.multiplayer": "Play with Friends",
|
||||
"menu.multiplayer": "Play with Friends",
|
||||
|
||||
"title.online": "Overnet Realms",
|
||||
"menu.online": "Overnet Realms",
|
||||
|
||||
// Make words floret safe
|
||||
// censor the word dirt
|
||||
"block.minecraft.dirt": "D**t",
|
||||
"block.minecraft.coarse_dirt": "Coarse D**t",
|
||||
"block.minecraft.dirt_path": "D**t Path",
|
||||
"block.minecraft.rooted_dirt": "Rooted D**t",
|
||||
|
||||
|
||||
// Make death messages floret friendly
|
||||
// Death Screen
|
||||
"deathScreen.respawn": "Naptime!",
|
||||
"deathScreen.title": "Oh no! You're too tired and need a nap!",
|
||||
"deathScreen.quit.confirm": "Bye bye friend! Come again soon!",
|
||||
|
||||
// Death Messages
|
||||
"death.attack.lightningBolt": "%1$s got scared by the thunder and wants to go home!",
|
||||
"death.attack.lightningBolt.player": "%1$s and %2$s were out in the storm! %1$s got scared and went home! ",
|
||||
"death.attack.freeze": "%1$s got cold and needed a hug!",
|
||||
"death.fell.accident.vines": "%1$s 's affini decided it was time for a nap!",
|
||||
"death.fell.accident.weeping_vines": "%1$s 's affini decided it was naptime!",
|
||||
"death.fell.accident.twisting_vines": "%1$s fell off some vines! And was safely caught by their loving plant.",
|
||||
"death.fell.accident.scaffolding": "%1$s nearly feel off some scaffolding! They need a nap!",
|
||||
"death.fell.accident.other_climbable": "%1$s felt too tired to keep climbing and needed a nap",
|
||||
"death.fell.accident.generic": "%1$s 's Affini has decided it's time for a nap!",
|
||||
|
||||
"death.attack.magic": "%1$s was given Class-Zs",
|
||||
"death.attack.magic.player": "%1$s was given Class-Zs whilst trying to play with %2$s",
|
||||
"death.attack.even_more_magic": "%1$s was given a lot of Class-Zs",
|
||||
"commands.kill.success.single": "Gave Class-Zs to %s",
|
||||
"commands.kill.success.multiple": "Gave Class-Zs to %s entities",
|
||||
|
||||
// Misc Replacements to sort
|
||||
"gui.socialInteractions.empty_hidden": "No Cuties hidden in chat",
|
||||
"gui.socialInteractions.empty_blocked": "No blocked Cuties in chat",
|
||||
|
||||
"spectatorMenu.teleport": "Teleport to Cutie",
|
||||
"spectatorMenu.teleport.prompt": "Select a Cutie to teleport to",
|
||||
|
||||
"lanServer.otherPlayers": "Settings for Other Cuties",
|
||||
|
||||
"multiplayer.disconnect.invalid_player_data": "Invalid Cutie data",
|
||||
"multiplayer.disconnect.invalid_player_movement": "Invalid move Cutie packet received",
|
||||
|
||||
"soundCategory.player": "Cuties",
|
||||
|
||||
"options.allowServerListing.tooltip": "Servers may list online Cuties as part of their public status.\nWith this option off your name will not show up in such lists.",
|
||||
"options.hideMatchedNames.tooltip": "3rd-party Servers may send chat messages in non-standard formats.\nWith this option on: hidden Cuties will be matched based on chat sender names.",
|
||||
|
||||
"key.playerlist": "List Cuties",
|
||||
"key.spectatorOutlines": "Highlight Cuties (Spectators)",
|
||||
|
||||
"block.minecraft.player_wall_head": "Cutie Wall Head",
|
||||
"block.minecraft.player_head": "Cutie Head",
|
||||
|
||||
"entity.minecraft.player": "Cutie",
|
||||
|
||||
"stat.minecraft.player_kills": "Cutie Naps",
|
||||
|
||||
"advMode.nearestPlayer": "Use \"@p\" to target nearest Cutie",
|
||||
"advMode.randomPlayer": "Use \"@r\" to target random Cutie",
|
||||
"advMode.allPlayers": "Use \"@a\" to target all Cuties",
|
||||
"advMode.notAllowed": "Must be an opped Cutie in creative mode",
|
||||
|
||||
"subtitles.entity.arrow.hit_player": "Cutie hit",
|
||||
"subtitles.entity.player.death": "Cutie starts napping",
|
||||
"subtitles.entity.player.hurt": "Cutie hurts",
|
||||
"subtitles.entity.player.hurt_drown": "Cutie drowning",
|
||||
"subtitles.entity.player.hurt_on_fire": "Cutie burns",
|
||||
"subtitles.entity.player.levelup": "Cutie dings",
|
||||
"subtitles.entity.player.freeze_hurt": "Cutie freezes",
|
||||
"subtitles.item.chorus_fruit.teleport": "Cutie teleports",
|
||||
|
||||
"argument.entity.selector.nearestPlayer": "Nearest Cutie",
|
||||
"argument.entity.selector.randomPlayer": "Random Cutie",
|
||||
"argument.entity.selector.allPlayers": "All Cuties",
|
||||
"argument.entity.options.gamemode.description": "Cuties with gamemode",
|
||||
"argument.entity.options.advancements.description": "Cuties with advancements",
|
||||
|
||||
"commands.advancement.grant.one.to.many.success": "Granted the advancement %s to %s Cuties",
|
||||
"commands.advancement.grant.one.to.many.failure": "Couldn't grant advancement %s to %s Cuties as they already have it",
|
||||
"commands.advancement.grant.many.to.many.success": "Granted %s advancements to %s Cuties",
|
||||
"commands.advancement.grant.many.to.many.failure": "Couldn't grant %s advancements to %s Cuties as they already have them",
|
||||
"commands.advancement.grant.criterion.to.many.success": "Granted criterion '%s' of advancement %s to %s Cuties",
|
||||
"commands.advancement.grant.criterion.to.many.failure": "Couldn't grant criterion '%s' of advancement %s to %s Cuties as they already have it",
|
||||
"commands.advancement.revoke.one.to.many.success": "Revoked the advancement %s from %s Cuties",
|
||||
"commands.advancement.revoke.one.to.many.failure": "Couldn't revoke advancement %s from %s Cuties as they don't have it",
|
||||
"commands.advancement.revoke.many.to.many.success": "Revoked %s advancements from %s Cuties",
|
||||
"commands.advancement.revoke.many.to.many.failure": "Couldn't revoke %s advancements from %s Cuties as they don't have them",
|
||||
"commands.advancement.revoke.criterion.to.many.success": "Revoked criterion '%s' of advancement %s from %s Cuties",
|
||||
"commands.advancement.revoke.criterion.to.many.failure": "Couldn't revoke criterion '%s' of advancement %s from %s Cuties as they don't have it",
|
||||
|
||||
"commands.clear.success.single": "Removed %s items from Cutie %s",
|
||||
"commands.clear.success.multiple": "Removed %s items from %s Cuties",
|
||||
"commands.clear.test.single": "Found %s matching items on Cutie %s",
|
||||
"commands.clear.test.multiple": "Found %s matching items on %s Cuties",
|
||||
|
||||
"commands.experience.add.points.success.multiple": "Gave %s experience points to %s Cuties",
|
||||
"commands.experience.add.levels.success.multiple": "Gave %s experience levels to %s Cuties",
|
||||
"commands.experience.set.points.success.multiple": "Set %s experience points on %s Cuties",
|
||||
"commands.experience.set.levels.success.multiple": "Set %s experience levels on %s Cuties",
|
||||
|
||||
"commands.give.success.multiple": "Gave %s %s to %s Cuties",
|
||||
|
||||
"commands.playsound.success.multiple": "Played sound %s to %s Cuties",
|
||||
|
||||
"commands.list.players": "There are %s of a max of %s Cuties online: %s",
|
||||
|
||||
"commands.setidletimeout.success": "The Cutie idle timeout is now %s minutes",
|
||||
|
||||
"commands.bossbar.set.players.success.none": "Custom bossbar %s no longer has any Cuties",
|
||||
"commands.bossbar.set.players.success.some": "Custom bossbar %s now has %s Cuties: %s",
|
||||
"commands.bossbar.get.players.none": "Custom bossbar %s has no Cuties currently online",
|
||||
"commands.bossbar.get.players.some": "Custom bossbar %s has %s Cuties currently online: %s",
|
||||
|
||||
"commands.recipe.give.success.multiple": "Unlocked %s recipes for %s Cuties",
|
||||
"commands.recipe.take.success.multiple": "Took %s recipes from %s Cuties",
|
||||
|
||||
"commands.whitelist.none": "There are no whitelisted Cuties",
|
||||
"commands.whitelist.list": "There are %s whitelisted Cuties: %s",
|
||||
|
||||
"commands.spawnpoint.success.multiple": "Set spawn point to %s, %s, %s [%s] in %s for %s Cuties",
|
||||
|
||||
"commands.spreadplayers.success.entities": "Spread %s Cuties around %s, %s with an average distance of %s blocks apart",
|
||||
|
||||
"commands.banip.info": "This ban affects %s Cuties: %s",
|
||||
|
||||
"commands.title.cleared.multiple": "Cleared titles for %s Cuties",
|
||||
"commands.title.reset.multiple": "Reset title options for %s Cuties",
|
||||
"commands.title.show.title.multiple": "Showing new title for %s Cuties",
|
||||
"commands.title.show.subtitle.multiple": "Showing new subtitle for %s Cuties",
|
||||
"commands.title.show.actionbar.multiple": "Showing new actionbar title for %s Cuties",
|
||||
"commands.title.times.multiple": "Changed title display times for %s Cuties",
|
||||
|
||||
"permissions.requires.player": "A Cutie is required to run this command here",
|
||||
|
||||
"argument.player.toomany": "Only one Cutie is allowed, but the provided selector allows more than one",
|
||||
"argument.player.entities": "Only Cuties may be affected by this command, but the provided selector includes entities",
|
||||
|
||||
"argument.entity.notfound.player": "No Cutie was found",
|
||||
|
||||
"argument.player.unknown": "That Cutie does not exist",
|
||||
|
||||
"commands.banip.invalid": "Invalid IP address or unknown Cutie",
|
||||
|
||||
"commands.ban.failed": "Nothing changed. The Cutie is already banned",
|
||||
|
||||
"commands.bossbar.set.players.unchanged": "Nothing changed. Those Cuties are already on the bossbar with nobody to add or remove",
|
||||
|
||||
"commands.deop.failed": "Nothing changed. The Cutie is not an operator",
|
||||
|
||||
"commands.experience.set.points.invalid": "Cannot set experience points above the maximum points for the Cutie's current level",
|
||||
|
||||
"commands.op.failed": "Nothing changed. The Cutie already is an operator",
|
||||
|
||||
"commands.pardon.failed": "Nothing changed. The Cutie isn't banned",
|
||||
|
||||
"commands.whitelist.add.failed": "Cutie is already whitelisted",
|
||||
"commands.whitelist.remove.failed": "Cutie is not whitelisted",
|
||||
|
||||
"commands.data.entity.invalid": "Unable to modify Cutie data",
|
||||
|
||||
"clear.failed.single": "No items were found on Cutie %s",
|
||||
"clear.failed.multiple": "No items were found on %s Cuties",
|
||||
|
||||
"gamerule.doLimitedCrafting.description": "If enabled, Cuties will be able to craft only unlocked recipes",
|
||||
"gamerule.forgiveDeadPlayers": "Forgive napping Cuties",
|
||||
"gamerule.forgiveDeadPlayers.description": "Angered neutral mobs stop being angry when the targeted Cutie starts napping nearby.",
|
||||
"gamerule.playersSleepingPercentage.description": "The percentage of Cuties who must be sleeping to skip the night.",
|
||||
"gamerule.universalAnger.description": "Angered neutral Feralists attack any nearby Cutie, not just the Cutie that angered them. Works best if forgiveDeadPlayers is disabled.",
|
||||
"gamerule.category.player": "Cutie",
|
||||
|
||||
"sleep.players_sleeping": "%s/%s Cuties sleeping"
|
||||
}
|
|
@ -32,3 +32,136 @@ Class-A!
|
|||
Prepare before spelunking!
|
||||
Everything is Free!
|
||||
There's five Independent developers!
|
||||
Join the One Big Polycule!
|
||||
Overnet Legend!
|
||||
It came from Earth!
|
||||
Now on Jambolanum!
|
||||
Implant Compatible! (edited)
|
||||
Implant not Included!
|
||||
Haustoric!
|
||||
Kind of fire free!
|
||||
More Addictive than Xenodrugs!
|
||||
Unlimited Edition!
|
||||
Copyleft!
|
||||
Trademark Free!
|
||||
Look mum, I’m a plant!
|
||||
gayming
|
||||
More Addictive than Xenodrugs!
|
||||
Less Addictive than Xenodrugs!
|
||||
Disaster Lesbians!
|
||||
It's just a houseplant!
|
||||
The Accord said we put people in here!
|
||||
Loved by trillions!
|
||||
Intergalactic!
|
||||
10,000 species served!
|
||||
Made in Space!
|
||||
We have drones for this now!
|
||||
9/10 cotyledons!
|
||||
cotyledon tested, affini approved! (edited)
|
||||
it/it!
|
||||
Has No Expectations!
|
||||
Absolutely Gay!
|
||||
More Voxels!
|
||||
Seeds Aplenty!
|
||||
Eggs Aplenty!
|
||||
Music by Sia Amadi! (she hasn't had her name changed as of the last chapter I can read?) (edited)
|
||||
Music by Cupressaceae Garaveh, Fourth Bloom!
|
||||
My bloom for Aiur!
|
||||
Can I pat you?
|
||||
Now on Mist!
|
||||
NP is in P!
|
||||
Ping the Affini!
|
||||
Petals!
|
||||
Don’t hoard!
|
||||
Share!
|
||||
Make Friends!
|
||||
Pretty cute!
|
||||
Now on Tablets!
|
||||
Skin care is important!
|
||||
Wash behind your ears!
|
||||
There's a class-G for that!
|
||||
Open-Source!
|
||||
Leashes for Everyone!
|
||||
Flowers for Everyone!
|
||||
Bring a Pillow!
|
||||
Tell your Pinnates!
|
||||
Thank your waiter!
|
||||
Domesticated!
|
||||
Cuddly!
|
||||
Creeper Plush!
|
||||
Can you spell Cotyledon?
|
||||
Sedagive!
|
||||
The Notorious HRT!
|
||||
Anticistamines!
|
||||
Antiboyotics!
|
||||
Proboyotics!
|
||||
Breast Mints!
|
||||
Tasty Terrans!
|
||||
Tiresome Thoughts!
|
||||
Save before Warping!
|
||||
Mmmngh~!!!
|
||||
Good Pet!
|
||||
a;lgjna;lgjna;lsgha;lg STAAAAHP!
|
||||
0981250981258713258 BEEP!
|
||||
Bottom Text!
|
||||
Little Spoon!
|
||||
Gnaw on Vines!
|
||||
Core World Honey!
|
||||
Gravity goes SPEEEEEEEEEIN!
|
||||
No Evil Affini Under Here!
|
||||
Dawn Cute!
|
||||
What got you into HDG?
|
||||
The Affini win, always!
|
||||
Horny Jail!
|
||||
Consent is Groovy!
|
||||
Aftercare!
|
||||
What's your Safeword?
|
||||
Freely-given, Reversible, Informed, Enthusiastic, Specific!
|
||||
I'm from the Affini, and I'm here to help!
|
||||
Floret Says What?
|
||||
You are worth it!
|
||||
Cognitive Behavioural Therapy, from Wikipedia, the free encyclopedia!
|
||||
What Would Your Owner Do?
|
||||
I'm Not A Pet!
|
||||
The Terrans never stood a chance anyway!
|
||||
The Best Possible Version of You!
|
||||
Free Terra who?
|
||||
Pl-Please, Mistress~!!!
|
||||
Stimming!
|
||||
Hand-Flapping!
|
||||
By the Everbloom, I have the power!
|
||||
Pwhaah...haah....haaaah~
|
||||
Vine Ticklemonster!
|
||||
Tasty Xenodruggies!
|
||||
Sleep is for the Healthy!
|
||||
The OTNA is spooky!
|
||||
The biggest most rebellious rebellion ever!
|
||||
Burrito Blanket!
|
||||
You have until the count of ten~!
|
||||
Sophonic!
|
||||
Tummny rubs!
|
||||
Earscritches!
|
||||
Headpats!
|
||||
These are heatsinks, dummy!
|
||||
Programmer Socks!
|
||||
Boots with the Fir!
|
||||
I can have Vampire Fangs!
|
||||
Let me Carry you to our Bed!
|
||||
What's a Horse?
|
||||
want to go on a date?
|
||||
Station? Dear, this is a small warship!
|
||||
right into the waiting vines of the affini!
|
||||
my little Elvy~
|
||||
Negotiations Upon Shakey Vibes!
|
||||
A Normal Singleplayer Run During Which No Domestication Occurs
|
||||
It’s alright, little one!
|
||||
My little flower!
|
||||
Exploding Martian Ovens!
|
||||
Darling, you're safe now!
|
||||
@I'm Iggy!
|
||||
Support your Gardener! (edited)
|
||||
|
||||
Reddeyfish — Yesterday at 11:46 PM
|
||||
Brave words for someone in Domestication Distance!
|
||||
[11:47 PM]
|
||||
I-I-I-I-I-I-I-I gayyyy
|
Binary file not shown.
After Width: | Height: | Size: 120 B |
4
.minecraft/kubejs/assets/vanilla-tweaks-assets.txt
Normal file
4
.minecraft/kubejs/assets/vanilla-tweaks-assets.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
Vanilla Tweaks Resource Pack
|
||||
Version: 1.19
|
||||
Packs:
|
||||
NoPanoramaOverlay
|
8
.minecraft/kubejs/client_scripts/script.js
Normal file
8
.minecraft/kubejs/client_scripts/script.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
// priority: 0
|
||||
|
||||
console.info('Hello, World! (You will see this line every time client resources reload)')
|
||||
|
||||
onEvent('jei.hide.items', event => {
|
||||
// Hide items in JEI here
|
||||
// event.hide('minecraft:cobblestone')
|
||||
})
|
20
.minecraft/kubejs/server_scripts/script.js
Normal file
20
.minecraft/kubejs/server_scripts/script.js
Normal file
|
@ -0,0 +1,20 @@
|
|||
// priority: 0
|
||||
|
||||
settings.logAddedRecipes = true
|
||||
settings.logRemovedRecipes = true
|
||||
settings.logSkippedRecipes = false
|
||||
settings.logErroringRecipes = true
|
||||
|
||||
console.info('Hello, World! (You will see this line every time server resources reload)')
|
||||
|
||||
onEvent('recipes', event => {
|
||||
// Change recipes here
|
||||
})
|
||||
|
||||
onEvent('item.tags', event => {
|
||||
// Get the #forge:cobblestone tag collection and add Diamond Ore to it
|
||||
// event.get('forge:cobblestone').add('minecraft:diamond_ore')
|
||||
|
||||
// Get the #forge:cobblestone tag collection and remove Mossy Cobblestone from it
|
||||
// event.get('forge:cobblestone').remove('minecraft:mossy_cobblestone')
|
||||
})
|
13
.minecraft/kubejs/startup_scripts/script.js
Normal file
13
.minecraft/kubejs/startup_scripts/script.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
// priority: 0
|
||||
|
||||
console.info('Hello, World! (You will only see this line once in console, during startup)')
|
||||
|
||||
onEvent('item.registry', event => {
|
||||
// Register new items here
|
||||
// event.create('example_item').displayName('Example Item')
|
||||
})
|
||||
|
||||
onEvent('block.registry', event => {
|
||||
// Register new blocks here
|
||||
// event.create('example_block').material('wood').hardness(1.0).displayName('Example Block')
|
||||
})
|
Binary file not shown.
Before Width: | Height: | Size: 32 KiB |
Binary file not shown.
Before Width: | Height: | Size: 32 KiB |
Binary file not shown.
13
.minecraft/mods/ad-astra-fabric.pw.toml
Normal file
13
.minecraft/mods/ad-astra-fabric.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Ad Astra!"
|
||||
filename = "ad-astra-1.0.3-1.18.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/3ufwT9JF/versions/fzC9pnwK/ad-astra-1.0.3-1.18.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a59a050a1a63291e3105ebbb7821e24b66c0e354"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "3ufwT9JF"
|
||||
version = "fzC9pnwK"
|
|
@ -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"
|
|
@ -1,13 +1,13 @@
|
|||
name = "Adorn"
|
||||
filename = "Adorn-3.9.1+1.19.2-fabric.jar"
|
||||
filename = "Adorn-3.5.0+1.18.2-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/E6FUtRJh/versions/4Af8VkZs/Adorn-3.9.1%2B1.19.2-fabric.jar"
|
||||
url = "https://cdn.modrinth.com/data/E6FUtRJh/versions/3.5.0-fabric/Adorn-3.5.0%2B1.18.2-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "cec969be7bcd93e26ed127e057b68da80c687407"
|
||||
hash = "54dc846236010b1e22bfdb6b7d06a669f6ccfb5a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "E6FUtRJh"
|
||||
version = "4Af8VkZs"
|
||||
version = "6N5U8wzl"
|
||||
|
|
|
@ -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/antighost.pw.toml
Normal file
13
.minecraft/mods/antighost.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "AntiGhost"
|
||||
filename = "antighost-1.18.2-fabric0.47.10-1.1.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Jw3Wx1KR/versions/1.18.2-fabric0.47.10-1.1.4/antighost-1.18.2-fabric0.47.10-1.1.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b9a690827fdaa60388bc297d6bf339c7ffd68261"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Jw3Wx1KR"
|
||||
version = "JX1vBTrB"
|
|
@ -1,13 +1,13 @@
|
|||
name = "Architectury API"
|
||||
filename = "architectury-6.5.85-fabric.jar"
|
||||
filename = "architectury-4.9.84-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/HoIJp48v/architectury-6.5.85-fabric.jar"
|
||||
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/foPbHoIn/architectury-4.9.84-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "5795f772ea4a72049e38848eac80a005b01211d9"
|
||||
hash = "ee6d6ac3e96e0894537d34ec9ed4b80f1a59e95e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "lhGA9TYQ"
|
||||
version = "HoIJp48v"
|
||||
version = "foPbHoIn"
|
||||
|
|
|
@ -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"
|
13
.minecraft/mods/badstdout.pw.toml
Normal file
13
.minecraft/mods/badstdout.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "BadStdOut"
|
||||
filename = "badstdout-1.1.1-1.18.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9Y8sMRVG/versions/1.1.1-1.18/badstdout-1.1.1-1.18.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d2867a49691ea3c395596ab7f16744b059b9c13a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9Y8sMRVG"
|
||||
version = "V81dH2uu"
|
|
@ -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"
|
|
@ -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/bettercommandblockui.pw.toml
Normal file
13
.minecraft/mods/bettercommandblockui.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Better Command Block UI"
|
||||
filename = "bettercommandblockui-0.1.0-1.18.2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/8iQcgjQ2/versions/0.1.0/bettercommandblockui-0.1.0-1.18.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "af0553b2f807d8c4f7d4af27a74b3f5674257b92"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "8iQcgjQ2"
|
||||
version = "R7XOD0de"
|
|
@ -1,13 +1,13 @@
|
|||
name = "BetterF3"
|
||||
filename = "BetterF3-4.0.0-Fabric-1.19.2.jar"
|
||||
filename = "BetterF3-1.2.5-Fabric-1.18.2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/8shC1gFX/versions/RbNy07Bx/BetterF3-4.0.0-Fabric-1.19.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/8shC1gFX/versions/1.2.5.1/BetterF3-1.2.5-Fabric-1.18.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1bbc527d23b53e0aae4d5e1deddf92b1f394b94b"
|
||||
hash = "457734b8099afbda9218c59aa6f197e2a2cc8d65"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "8shC1gFX"
|
||||
version = "RbNy07Bx"
|
||||
version = "EWqUNavR"
|
||||
|
|
18
.minecraft/mods/blockmeter.pw.toml
Normal file
18
.minecraft/mods/blockmeter.pw.toml
Normal file
|
@ -0,0 +1,18 @@
|
|||
name = "Block Meter"
|
||||
filename = "blockmeter-1.6.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/oGU9LXKC/versions/1.6/blockmeter-1.6.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "261544deeedc70ed503b53d04ae6f86bb6c51834"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "oGU9LXKC"
|
||||
version = "rqzE7cU2"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
default = false
|
||||
description = "A mod to measure block distances"
|
13
.minecraft/mods/blur-fabric.pw.toml
Normal file
13
.minecraft/mods/blur-fabric.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Blur (Fabric)"
|
||||
filename = "blur-2.4.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/NK39zBp2/versions/2.4.1/blur-2.4.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4e9eb6718bf1aae922f7abd6fc93be1db49e5a4c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "NK39zBp2"
|
||||
version = "xetUzR7z"
|
13
.minecraft/mods/bobby.pw.toml
Normal file
13
.minecraft/mods/bobby.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Bobby"
|
||||
filename = "bobby-3.1.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/M08ruV16/versions/3.1.1/bobby-3.1.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "783d7ab7d34e87c0671a9426be0021caee58c1b8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "M08ruV16"
|
||||
version = "xfghgAG8"
|
13
.minecraft/mods/botania.pw.toml
Normal file
13
.minecraft/mods/botania.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Botania"
|
||||
filename = "Botania-1.18.2-435-FABRIC.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/pfjLUfGv/versions/1.18.2-435-fabric/Botania-1.18.2-435-FABRIC.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "39cfb7f9c18f4d04f4734cea9794205a00fb0f5d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "pfjLUfGv"
|
||||
version = "I1sdolxI"
|
|
@ -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 +0,0 @@
|
|||
name = "Cardinal Components API"
|
||||
filename = "cardinal-components-api-5.0.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/K01OU20C/versions/tPfCTMiZ/cardinal-components-api-5.0.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "2ca37fd1372f48d39154aea952a9db148d1db9e5"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "K01OU20C"
|
||||
version = "tPfCTMiZ"
|
|
@ -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 +1,13 @@
|
|||
name = "CC: Restitched"
|
||||
filename = "cc-restitched-1.101.2.jar"
|
||||
filename = "cc-restitched-1.100.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/eldBwa5V/versions/1.101.2%2B1.19.1/cc-restitched-1.101.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/eldBwa5V/versions/1.100.8%2B1.18.2/cc-restitched-1.100.8.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "428b306c317e38d5829972f1944c873858b740da"
|
||||
hash = "3c2291e1b3b7bcc238a2c38522afc274c5f83525"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "eldBwa5V"
|
||||
version = "3S6HU7nl"
|
||||
version = "FbQHIk33"
|
||||
|
|
13
.minecraft/mods/charmonium.pw.toml
Normal file
13
.minecraft/mods/charmonium.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Charmonium"
|
||||
filename = "charmonium-fabric-1.18.2-4.1.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/bpii4Xsa/versions/4.1.0+1.18.2/charmonium-fabric-1.18.2-4.1.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4b8568ff73b81e4c9c3b23653e2339c86c38e7be"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "bpii4Xsa"
|
||||
version = "rzkLIRCX"
|
|
@ -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"
|
13
.minecraft/mods/chunky.pw.toml
Normal file
13
.minecraft/mods/chunky.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Chunky Pregenerator"
|
||||
filename = "Chunky-1.2.164.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fALzjamp/versions/1.2.164/Chunky-1.2.164.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "c936401a30394972b102d62a2553927aa79bd501"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fALzjamp"
|
||||
version = "JJMpSOeW"
|
13
.minecraft/mods/cit-resewn.pw.toml
Normal file
13
.minecraft/mods/cit-resewn.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "CIT Resewn"
|
||||
filename = "CITResewn-1.1.1+1.18.2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/otVJckYQ/versions/1.1.1+1.18.2/CITResewn-1.1.1%2B1.18.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "864c538f4f07bb43445ecdfb27e77649efaf4327"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "otVJckYQ"
|
||||
version = "SwmQcI45"
|
13
.minecraft/mods/cleardespawn.pw.toml
Normal file
13
.minecraft/mods/cleardespawn.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "ClearDespawn-Fabric"
|
||||
filename = "cleardespawn-21w40a-1.1.3.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/yoJJjRRE/versions/21w40a-1.1.3/cleardespawn-21w40a-1.1.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "3390baeaf6a9fe8f6e6120dbfc11cf231abf14dd"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "yoJJjRRE"
|
||||
version = "9Xke6c1g"
|
|
@ -1,14 +1,13 @@
|
|||
name = "Cloth Config API"
|
||||
filename = "cloth-config-8.2.88-fabric.jar"
|
||||
filename = "cloth-config-6.3.81-fabric.jar"
|
||||
side = "both"
|
||||
pin = true
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/EXrxCjl6/cloth-config-8.2.88-fabric.jar"
|
||||
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/gPqHXnrg/cloth-config-6.3.81-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4b93c69f22e9bdeeca201992e99632824b55f9cb"
|
||||
hash = "f6501a0b48872d2d14da55796f16f582a83bef7b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9s6osm5g"
|
||||
version = "EXrxCjl6"
|
||||
version = "gPqHXnrg"
|
||||
|
|
13
.minecraft/mods/clumps.toml
Normal file
13
.minecraft/mods/clumps.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Clumps"
|
||||
filename = "Clumps-fabric-1.18.2-8.0.0+15.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "e76c85474fa2eaf419b359615e58937ef817d6fe"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3913405
|
||||
project-id = 256717
|
|
@ -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/continuity.pw.toml
Normal file
13
.minecraft/mods/continuity.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Continuity"
|
||||
filename = "continuity-2.0.1+1.18.2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/1IjD5062/versions/2.0.1+1.18.2/continuity-2.0.1%2B1.18.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "0ccc70d5e03526597558829bffba2ff3bf5db5c4"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "1IjD5062"
|
||||
version = "jjpzIZoY"
|
13
.minecraft/mods/conveyor-belts.pw.toml
Normal file
13
.minecraft/mods/conveyor-belts.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Conveyor Belts"
|
||||
filename = "conveyor-belts-1.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/WjHeCvm0/versions/1.8/conveyor-belts-1.8.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "2afbd6f909431280e32f40f02f5b07b5a19db260"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "WjHeCvm0"
|
||||
version = "vLWebMRv"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Create Enchantment Industry Fabric"
|
||||
filename = "create_enchantment_industry-1.0.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/AEZO385x/versions/2JdzS4Rx/create_enchantment_industry-1.0.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "74077847170b33b3cc23519d092737c0ed173eb8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "AEZO385x"
|
||||
version = "2JdzS4Rx"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Create Fabric"
|
||||
filename = "create-fabric-0.5.1-b-build.1089+mc1.19.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/wKEEi1qX/create-fabric-0.5.1-b-build.1089%2Bmc1.19.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "32e7620588a82e6465c6176833d6735d2e3a4a4c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Xbc0uyRg"
|
||||
version = "wKEEi1qX"
|
|
@ -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"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Create Crafts & Additions"
|
||||
filename = "createaddition-fabric+1.19.2-20230723a.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/kU1G12Nn/versions/s1jbxOUy/createaddition-fabric%2B1.19.2-20230723a.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "9f69e9ffb80b479df765102528ff917f91670c90"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "kU1G12Nn"
|
||||
version = "s1jbxOUy"
|
|
@ -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/cyberanner-ironchest.pw.toml
Normal file
13
.minecraft/mods/cyberanner-ironchest.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Iron Chests"
|
||||
filename = "IronChests-1.7.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/7mHyGgvW/versions/1.7.4/IronChests-1.7.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "048f1f8aeee64774c05ce0659470ab4462c9136b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "7mHyGgvW"
|
||||
version = "SFIhkNnN"
|
|
@ -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"
|
|
@ -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"
|
|
@ -1,13 +0,0 @@
|
|||
name = "EMI"
|
||||
filename = "emi-1.0.15+1.19.2+fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/CAr87JlY/emi-1.0.15%2B1.19.2%2Bfabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d29b191b07e6dfc410a2207939b65d9114aca407"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fRiHVvU7"
|
||||
version = "CAr87JlY"
|
|
@ -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/entityculling.pw.toml
Normal file
13
.minecraft/mods/entityculling.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "EntityCulling"
|
||||
filename = "entityculling-fabric-mc1.18-1.5.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/1.5.1-fabric-1.18/entityculling-fabric-mc1.18-1.5.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "523c57485a469c581d7a9bd18ec86c7a92a0ec93"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "NNAgCjsB"
|
||||
version = "4GD4dwQK"
|
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-fabric_1-18-2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/k2ZPuTBm/versions/1.0.0/Essential-fabric_1-18-2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "5c383c8fd994f6963de85840f2ae75c5b6be9925"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "k2ZPuTBm"
|
||||
version = "ynwHfHh0"
|
|
@ -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"
|
|
@ -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/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.8.4+kotlin.1.7.20.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/allNCj2E/fabric-language-kotlin-1.8.4%2Bkotlin.1.7.20.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "f66781e06aaace31c370238554aeb99d1ec6bc98"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Ha28R6CL"
|
||||
version = "allNCj2E"
|
13
.minecraft/mods/fabricae-ex-nihilo.pw.toml
Normal file
13
.minecraft/mods/fabricae-ex-nihilo.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Fabricae Ex Nihilo"
|
||||
filename = "wraith-fabricaeexnihilo-0.1.7+mc1.18.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/j9JARqmz/versions/V18of5Y4/wraith-fabricaeexnihilo-0.1.7%2Bmc1.18.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "3393391fdb05a2fd208c9d2041fa37d4c2e12871"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "j9JARqmz"
|
||||
version = "V18of5Y4"
|
|
@ -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"
|
13
.minecraft/mods/fabrishot.pw.toml
Normal file
13
.minecraft/mods/fabrishot.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Fabrishot"
|
||||
filename = "fabrishot-1.7.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/3qsfQtE9/versions/1.7.0/fabrishot-1.7.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "343f31455c666b3979026d8a983abfa9c8ca0c9e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "3qsfQtE9"
|
||||
version = "MydLWyXb"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Farmer's Delight [Fabric]"
|
||||
filename = "farmers-delight-fabric-1.19.2-1.3.10.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/4EakbH8e/versions/Zlgy4hSU/farmers-delight-fabric-1.19.2-1.3.10.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "e332b0b0324581a63d2ce4866bbca80258d67f15"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "4EakbH8e"
|
||||
version = "Zlgy4hSU"
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue