diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1fdd2f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +exports/ +.idea/ diff --git a/visum/README.md b/visum/README.md new file mode 100644 index 0000000..7c6769c --- /dev/null +++ b/visum/README.md @@ -0,0 +1,20 @@ +# horizr ❯ visum +> A Vanilla+ pack with a focus on aesthetics. + +## Notes +### Charm +- Amethyst shards to item frame for invisibility +- Witches drop Luck potions +- Snow accumulates in cold biomes +- A crafting table can be used from the inventory +- Crops can't be trampled +- Bats in buckets for glowing 24 blocks 20s +- Stackable: 16x Enchantment books, Potions + +## Todo +- hide debug info by default +- find Inspecio replacements +- BetterSpyglass? + +## Compatibility +- Charm: Replantable crops, Bookcase items, Structures on maps diff --git a/visum/config/Adorn.json5 b/visum/config/Adorn.json5 deleted file mode 100644 index 2afdb2c..0000000 --- a/visum/config/Adorn.json5 +++ /dev/null @@ -1,29 +0,0 @@ -{ - // Client-side settings - "client": { - // If true, floating tooltips are shown above trading stations. - "showTradingStationTooltips": true, - // If true, Adorn items will also be shown in matching vanilla item tabs. - "showItemsInStandardGroups": true - }, - // Default values for game rules in new worlds - "gameRuleDefaults": { - // If true, sleeping on sofas can skip the night. - "skipNightOnSofas": true, - // If true, kitchen sinks are infinite sources for infinite fluids. - "infiniteKitchenSinks": true - }, - // Mod compatibility toggles (enabled: true, disabled: false) - "compat": { - "byg": true, - "traverse": true, - "terrestria": true, - "cinderscapes": true, - "blockus": true, - "promenade": true, - "woods_and_mires": true, - "towelette": true, - "biomemakeover": true, - "techreborn": true - } -} diff --git a/visum/config/appleskin.json5 b/visum/config/appleskin.json5 deleted file mode 100644 index d414418..0000000 --- a/visum/config/appleskin.json5 +++ /dev/null @@ -1,22 +0,0 @@ -{ - // If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT - "showFoodValuesInTooltip": false, //HORIZR - // If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT) - "showFoodValuesInTooltipAlways": false, //HORIZR - // If true, shows your current saturation level overlayed on the hunger bar - "showSaturationHudOverlay": true, - // If true, shows the hunger (and saturation if showSaturationHudOverlay is true) that would be restored by food you are currently holding - "showFoodValuesHudOverlay": true, - // If true, enables the hunger/saturation/health overlays for food in your off-hand - "showFoodValuesHudOverlayWhenOffhand": true, - // If true, shows your food exhaustion as a progress bar behind the hunger bar - "showFoodExhaustionHudUnderlay": true, - // If true, shows estimated health restored by food on the health bar - "showFoodHealthHudOverlay": true, - // If true, shows your hunger, saturation, and exhaustion level in Debug Screen - "showFoodDebugInfo": true, - // If true, health/hunger overlay will shake to match Minecraft's icon animations - "showVanillaAnimationsOverlay": true, - // Alpha value of the flashing icons at their most visible point (1.0 = fully opaque, 0.0 = fully transparent) - "maxHudOverlayFlashAlpha": 0.6499999761581421 -} diff --git a/visum/config/cullleaves.json b/visum/config/cullleaves.json deleted file mode 100644 index 37c8cef..0000000 --- a/visum/config/cullleaves.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "enabled": true -} \ No newline at end of file diff --git a/visum/config/debugify.json b/visum/config/debugify.json deleted file mode 100644 index 4b7d1ca..0000000 --- a/visum/config/debugify.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "MC-100991": true, - "MC-108948": true, - "MC-111516": true, - "MC-116379": true, - "MC-119417": true, - "MC-119754": true, - "MC-121772": true, - "MC-121903": true, - "MC-122477": true, - "MC-122627": true, - "MC-123739": true, - "MC-124117": true, - "MC-127970": true, - "MC-12829": true, - "MC-129909": true, - "MC-132878": true, - "MC-135971": true, - "MC-140646": true, - "MC-145748": true, - "MC-145929": true, - "MC-147605": true, - "MC-148149": true, - "MC-14923": true, - "MC-151412": true, - "MC-155509": true, - "MC-159163": true, - "MC-160095": true, - "MC-162253": true, - "MC-165381": true, - "MC-165595": true, - "MC-176559": true, - "MC-179072": true, - "MC-183776": true, - "MC-183990": true, - "MC-193343": true, - "MC-197260": true, - "MC-199467": true, - "MC-200418": true, - "MC-2025": true, - "MC-206922": true, - "MC-214147": true, - "MC-215530": true, - "MC-215531": true, - "MC-217716": true, - "MC-223153": true, - "MC-224729": true, - "MC-231097": true, - "MC-231743": true, - "MC-233042": true, - "MC-234898": true, - "MC-235035": true, - "MC-237493": true, - "MC-249021": true, - "MC-249059": true, - "MC-26757": true, - "MC-30391": true, - "MC-31819": true, - "MC-4490": true, - "MC-46766": true, - "MC-53312": true, - "MC-55347": true, - "MC-69216": true, - "MC-72151": true, - "MC-7569": true, - "MC-79545": true, - "MC-80859": true, - "MC-84873": true, - "MC-88371": true, - "MC-89146": true, - "MC-90084": true, - "MC-93018": true, - "MC-93384": true, - "opt_out_updater": true, - "gameplay_fixes_in_multiplayer": false, - "default_disabled": false -} diff --git a/visum/config/dynamicfps.toml b/visum/config/dynamicfps.toml deleted file mode 100644 index c3e2922..0000000 --- a/visum/config/dynamicfps.toml +++ /dev/null @@ -1,6 +0,0 @@ -reduceFPSWhenUnfocused = true -unfocusedFPS = 10 #HORIZR -restoreFPSWhenHovered = true -unfocusedVolumeMultiplier = 0.25 -hiddenVolumeMultiplier = 0.25 #HORIZR -runGCOnUnfocus = false diff --git a/visum/config/fallingleaves.json b/visum/config/fallingleaves.json deleted file mode 100644 index c37dc56..0000000 --- a/visum/config/fallingleaves.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "version": 1, - "displayDebugData": false, - "leafSize": 7, - "leafLifespan": 200, - "leafSpawnRate": 8, - "coniferLeafSpawnRate": 0, - "dropFromPlayerPlacedBlocks": true, - "minimumFreeSpaceBelow": 1, - "windEnabled": true, - "windlessDimensions": [ - "minecraft:", - "minecraft:the_end", - "minecraft:the_nether" - ], - "leafSettings": { - "minecraft:jungle_leaves": { - "spawnRateFactor": 0.0, - "isConiferBlock": false - }, - "minecraft:flowering_azalea_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "minecraft:azalea_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "minecraft:birch_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "minecraft:acacia_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "minecraft:oak_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "minecraft:dark_oak_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "minecraft:spruce_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": true - }, - "promenade:white_cherry_oak_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "promenade:palm_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "promenade:autumn_birch_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "promenade:pink_cherry_oak_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "promenade:autumn_oak_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - } - }, - "leafSpawners": [], - "fallSpawnRateFactor": 2.0, - "winterSpawnRateFactor": 0.1, - "startingSpawnRadius": 0, - "decaySpawnRateFactor": 2.6, - "maxDecayLeaves": 9 -} \ No newline at end of file diff --git a/visum/config/inspecio.json b/visum/config/inspecio.json deleted file mode 100644 index ccaaf35..0000000 --- a/visum/config/inspecio.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "jukebox": "fancy", - "sign": "fancy", - "advanced_tooltips": { - "repair_cost": true, - "lodestone_coords": false - }, - "filled_map": { - "enabled": true, - "show_player_icon": false - }, - "food": { - "hunger": true, - "saturation": "merged" - }, - "containers": { - "campfire": true, - "storage": { - "enabled": true, - "compact": true, - "loot_table": false - }, - "shulker_box": { - "enabled": true, - "compact": true, - "loot_table": false, - "color": true - } - }, - "effects": { - "food": true, - "hidden_motion": true, - "beacon": true, - "potions": true, - "tipped_arrows": true, - "spectral_arrow": true - }, - "entities": { - "fish_bucket": { - "enabled": false, - "always_show_name": false, - "spin": true - }, - "spawn_egg": { - "enabled": false, - "always_show_name": false, - "spin": true - }, - "pufferfish_puff_state": 2, - "armor_stand": { - "enabled": false, - "always_show_name": false, - "spin": true - }, - "bee": { - "enabled": false, - "always_show_name": false, - "spin": true - } - }, - "armor": true, - "banner_pattern": true -} diff --git a/visum/config/iris.properties b/visum/config/iris.properties deleted file mode 100644 index 05ca2b1..0000000 --- a/visum/config/iris.properties +++ /dev/null @@ -1,6 +0,0 @@ -#This file stores configuration options for Iris, such as the currently active shaderpack -#Wed May 11 15:52:28 CEST 2022 -enableDebug=false -maxShadowRenderDistance=32 -shaderPack=ComplementaryShaders.zip -enableShaders=true diff --git a/visum/config/lambdabettergrass.toml b/visum/config/lambdabettergrass.toml deleted file mode 100644 index 3abc63b..0000000 --- a/visum/config/lambdabettergrass.toml +++ /dev/null @@ -1,9 +0,0 @@ -# LambdaBetterGrass configuration. - -# The better grass mode. Values: "off", "fastest", "fast" and "fancy". -mode = "fancy" -# The better layer option. -better_layer = true - -# Debug mode. Debug mode allows to output the generated texture in the debug folder of your minecraft instance. -debug = false diff --git a/visum/config/modmenu.json b/visum/config/modmenu.json deleted file mode 100644 index 6b8ddef..0000000 --- a/visum/config/modmenu.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "sorting": "ascending", - "count_libraries": true, - "compact_list": false, - "count_children": true, - "mods_button_style": "replace_realms", - "count_hidden_mods": true, - "mod_count_location": "title_screen", - "hide_mod_links": false, - "show_libraries": false, - "hide_mod_license": false, - "hide_badges": false, - "hide_mod_credits": false, - "easter_eggs": true, - "modify_title_screen": true, - "modify_game_menu": true, - "hide_config_buttons": false, - "hidden_mods": [] -} diff --git a/visum/config/promenade/biomes.json b/visum/config/promenade/biomes.json deleted file mode 100644 index e6c178e..0000000 --- a/visum/config/promenade/biomes.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "pumpkin_pastures_weight": 10, - "cherry_oak_forests_weight": 6, - "tall_nether_forests": true, - "nether_galleries": true, - "dark_amaranth_forests_weight": 10 -} diff --git a/visum/config/sodium-extra-options.json b/visum/config/sodium-extra-options.json deleted file mode 100644 index a60f21f..0000000 --- a/visum/config/sodium-extra-options.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "animation_settings": { - "animation": true, - "water": true, - "lava": true, - "fire": true, - "portal": true, - "block_animations": true, - "sculk_sensor": false - }, - "particle_settings": { - "particles": true, - "rain_splash": true, - "explosion": true, - "water": true, - "smoke": true, - "potion": true, - "portal": true, - "redstone": true, - "drip": true, - "firework": true, - "bubble": true, - "environment": true, - "villagers": true, - "composter": true, - "block_break": true, - "block_breaking": true - }, - "detail_settings": { - "sky": true, - "sun_moon": true, - "stars": true, - "rain_snow": true, - "biome_colors": true, - "sky_colors": true - }, - "render_settings": { - "fog_distance": 0, - "light_updates": true, - "item_frame": true, - "armor_stand": true, - "painting": true, - "piston": true - }, - "extra_settings": { - "overlay_corner": "TOP_LEFT", - "show_fps": true, - "show_f_p_s_extended": false, - "show_coords": false, - "reduce_resolution_on_mac": true, - "cloud_height": 319, - "toasts": false, - "instant_sneak": false, - "prevent_shaders": false, - "use_fast_random": true - }, - "notification_settings": { - "hide_r_s_o_recommendation": false - } -} \ No newline at end of file diff --git a/visum/config/sodium-options.json b/visum/config/sodium-options.json deleted file mode 100644 index bacbbdd..0000000 --- a/visum/config/sodium-options.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "quality": { - "weather_quality": "FANCY", - "leaves_quality": "FANCY", - "enable_vignette": true - }, - "advanced": { - "arena_memory_allocator": "ASYNC", - "allow_direct_memory_access": true, - "enable_memory_tracing": false, - "use_advanced_staging_buffers": true, - "cpu_render_ahead_limit": 3 - }, - "performance": { - "chunk_builder_threads": 0, - "always_defer_chunk_updates": false, - "animate_only_visible_textures": true, - "use_entity_culling": true, - "use_particle_culling": true, - "use_fog_occlusion": true, - "use_block_face_culling": true - }, - "notifications": { - "hide_donation_button": false - } -} \ No newline at end of file diff --git a/visum/config/waila/waila_plugins.json b/visum/config/waila/waila_plugins.json deleted file mode 100644 index f41bf2f..0000000 --- a/visum/config/waila/waila_plugins.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "waila": { - "show_blocks": true, - "show_fluids": false, - "show_entities": true, - "show_icon": true, - "show_mod_name": true, - "show_registry": false, - "show_entity_hp": true, - "show_states": false, - "show_pos": false - }, - "minecraft": { - "item_entity": true, - "override.infested": true, - "override.trapped_chest": true, - "override.powder_snow": true, - "pet.owner": true, - "furnace_contents": true, - "jukebox.record": true, - "spawner_type": true, - "crop_progress": true, - "redstone.lever": true, - "redstone.repeater": true, - "redstone.comparator": true, - "redstone.level": true, - "player_head.name": true, - "level.composter": true, - "level.honey": true, - "note_block.type": true, - "note_block.note": "SHARP", - "note_block.int_value": false, - "pet.hide_unknown_owner": false - } -} \ No newline at end of file diff --git a/visum/config/zoomify.json b/visum/config/zoomify.json deleted file mode 100644 index 871f43e..0000000 --- a/visum/config/zoomify.json +++ /dev/null @@ -1 +0,0 @@ -{"zoomify_gui_category_behaviour":{"zoomify_gui_initialzoom_name":5,"zoomify_gui_maxscrollzoom_name":100,"zoomify_gui_zoomspeed_name":100,"zoomify_gui_zoomtransition_name":"zoomify_transition_instant","zoomify_gui_zoomoppositetransitionout_name":true},"zoomify_gui_category_scrolling":{"zoomify_gui_scrollzoomtransition_name":"zoomify_transition_linear","zoomify_gui_scrollzoomoppositetransitionout_name":true,"zoomify_gui_scrollzoomspeed_name":50},"zoomify_gui_category_controls":{"zoomify_gui_zoomkeybehaviour_name":"zoomify_zoom_key_behaviour_hold","zoomify_gui_relativesensitivity_name":false,"zoomify_gui_cinematiccam_name":true}} \ No newline at end of file diff --git a/visum/horizr.json b/visum/horizr.json new file mode 100644 index 0000000..f3bc1c9 --- /dev/null +++ b/visum/horizr.json @@ -0,0 +1,17 @@ +{ + "formatVersion": 1, + "slug": "horizr-visum", + "meta": { + "name": "horizr ❯ visum", + "version": "1.0.0", + "description": "A Vanilla+ pack with a focus on aesthetics.", + "authors": [ + "zziius" + ], + "license": "MIT" + }, + "versions": { + "minecraft": "1.18.2", + "fabric": "0.14.9" + } +} diff --git a/visum/index.toml b/visum/index.toml deleted file mode 100644 index f43bd38..0000000 --- a/visum/index.toml +++ /dev/null @@ -1,342 +0,0 @@ -hash-format = "sha256" - -[[files]] -file = "config/Adorn.json5" -hash = "2f0166cdc4bd1b2bd6ec683fac2709c9eecf75de52911192ac3dfbc4b75dbf7a" - -[[files]] -file = "config/appleskin.json5" -hash = "a3d3ca86854c3aa3c794dff9a647fde7638d976ff23419b0a8791c4c5f1d1e3f" - -[[files]] -file = "config/charm.toml" -hash = "3c1288b2c8ac631c955338c18099b1c96bedf876313fd773c97802bff87b6038" - -[[files]] -file = "config/cullleaves.json" -hash = "6ba25b17d218c13aecd7773fb0dd9f01783997854cc7123891e526e82490662e" -preserve = true - -[[files]] -file = "config/debugify.json" -hash = "57e9f736efe5e9d88594dbf438624e092f3cd36c662c1855abec1bf9e523328e" - -[[files]] -file = "config/dynamicfps.toml" -hash = "2559863827e5b0d37a788b403f29d693ef8530a91eec475aaf832591a8ef11c9" -preserve = true - -[[files]] -file = "config/fallingleaves.json" -hash = "c7698f5b2169379dda0d9f0bc138c55e023df7f137bf70dc729176d525a9daea" - -[[files]] -file = "config/inspecio.json" -hash = "5579b9837993447dce7cbdeab898f3025af5cead63f9c34e0defce5a686d75ec" - -[[files]] -file = "config/iris.properties" -hash = "6b62cd7b412cb966cc9234a3157a0bc970a3f501c9894d5b7bf3dda4e843265f" -preserve = true - -[[files]] -file = "config/lambdabettergrass.toml" -hash = "71f8657fa67d9b11264366d2e8726098d6d86887e63f14e2cbce82532a2f84be" -preserve = true - -[[files]] -file = "config/modmenu.json" -hash = "efe9bf883a6144d418f1b7897b561ff381c7f901aa48808d12fbffe5e6e87474" -preserve = true - -[[files]] -file = "config/promenade/biomes.json" -hash = "77890535097a35f49635751dbfe27244140395e1f6034bbb22ee87860aeb372a" - -[[files]] -file = "config/sodium-extra-options.json" -hash = "22fd8f88a34e6f792139136222152bbf87b3fc442cb51e3aa6cf05294220e96a" -preserve = true - -[[files]] -file = "config/sodium-options.json" -hash = "9c587743ac0285af17ab4839031817622424d53cf88fbc43fbaf2d8aae7116f3" -preserve = true - -[[files]] -file = "config/waila/waila_plugins.json" -hash = "394fd25489dc101edf130055d1cdbddb9fb62ae3a455aeec5c42bd9b14d22007" - -[[files]] -file = "config/zoomify.json" -hash = "2337f9a02de1a13086e15cadefc75601d3cb7322721a164a02601a012c44f7f7" -preserve = true - -[[files]] -file = "mods/adorn.toml" -hash = "cddfd55242436c0e571f7f3620d997a800d65e8aa17e6a8e866b48e03019d0de" -metafile = true - -[[files]] -file = "mods/animal_feeding_trough.toml" -hash = "378d61c3fdb3a5839a3b4f8e3e86bb44c040cc2be0aa5566eab8e03c01b7c4c0" -metafile = true - -[[files]] -file = "mods/animatica.toml" -hash = "139cd6adb184c22de6662545eee84a3acb5d1da2a606d31da977b23bbb330b21" -metafile = true - -[[files]] -file = "mods/appleskin.toml" -hash = "0940f87fc8d934433725019169945f77b7c27bd4a23828286ffb68aac4810a6c" -metafile = true - -[[files]] -file = "mods/artisanat.toml" -hash = "5de92673edf1632d8be681c9beb7c218002a70d2094a2f1d86c75afc4d597cce" -metafile = true - -[[files]] -file = "mods/auth-me.toml" -hash = "62d2ce122f6e9d53cc8a4a902a14a12f358f02b7041667f1744a4ec72a55ae7e" -metafile = true - -[[files]] -file = "mods/badpackets.toml" -hash = "d8fe226cd050b8c94fcb98819b2646a74863ad8d52fc22db37c29fe66e53996d" -metafile = true - -[[files]] -file = "mods/charm.toml" -hash = "67813cd548cd798036ff54373aed8a09ede000f89be8d1990465661f523be7ee" -metafile = true - -[[files]] -file = "mods/charmonium.toml" -hash = "9b17f81e976c2aaf1c4ed29266b805c78b8145357a02d6fe0c9f13682f388933" -metafile = true - -[[files]] -file = "mods/chunky.toml" -hash = "28bb1d5f48456c9c78599e37c8c52e2a87fd30ef90bb7fcb1db24a6abd40d697" -metafile = true - -[[files]] -file = "mods/cleardespawn.toml" -hash = "5fff3a1b73d64be6d5fb9c1ede4421d3090d974f53009e9d6661cd7a3d77a670" -metafile = true - -[[files]] -file = "mods/clickthrough.toml" -hash = "1a22f8e7f1718b40216542f41669501144c80bf1c5bbec265177aeaa8e93495a" -metafile = true - -[[files]] -file = "mods/cloth-config.toml" -hash = "8201c0a16ace201405172e56292843cc99d8d675f1e323684943b9cee393acb1" -metafile = true - -[[files]] -file = "mods/continuity.toml" -hash = "4932ddd020065b82614ddb7db60679f4c615b4c780dcac10c6ca43c3ba530c62" -metafile = true - -[[files]] -file = "mods/culinaire.toml" -hash = "2729c49a56c9b94101d7baeb853945ae660cc1e6691abc6c402eef283901286c" -metafile = true - -[[files]] -file = "mods/cull-leaves.toml" -hash = "aa0d6be450af4733a6484550954d6d865eb78ac0ace6177fddec61b51c16c58d" -metafile = true - -[[files]] -file = "mods/dawn.toml" -hash = "0838d9426d8bba711b822968b0c9b2a41d064d6c0b071c7f44a096b620d49b94" -metafile = true - -[[files]] -file = "mods/debugify.toml" -hash = "9d5d339c329cb7e2a8c7540da5dff5e81cb99b769986c3f88fcfa17d21477f18" -metafile = true - -[[files]] -file = "mods/dynamic-fps.toml" -hash = "ffc1f6d147394bfeb65b2fb9a78ca7d3365cbf5192c31af1312bc899190e4e34" -metafile = true - -[[files]] -file = "mods/eating-animation-fabric.toml" -hash = "cde03a9344c356ac5f2d92e017d90dfbf43b0f73487ef4ddf5af9b7f2b09f158" -metafile = true - -[[files]] -file = "mods/ebe.toml" -hash = "50780c17b5bb008c6786a9ab8e4405fba1908a8276a1d7d03dff90f8f7408d78" -metafile = true - -[[files]] -file = "mods/effective.toml" -hash = "b4ad5be545658ef1264aaef1b1e4376a2c8425d36d95f537395fbb4788dd33a7" -metafile = true - -[[files]] -file = "mods/entitytexturefeatures.toml" -hash = "3a604924cdf2de5d376cfeed9e5399ce2c7c8bc5bdf7e70aebbe20bf163f9e05" -metafile = true - -[[files]] -file = "mods/fabric-api.toml" -hash = "f4e1da9342cd15c7c79835c952dce47b8786f3c393b9cf644ef3b5ed638ae052" -metafile = true - -[[files]] -file = "mods/fabric-language-kotlin.toml" -hash = "738ffde3eab8e9d0c616e419862ff9c588bbd6009fad70953bd4d4697c88f202" -metafile = true - -[[files]] -file = "mods/fallingleaves.toml" -hash = "a2f5ac9241681699e8bcd7da4c90e9899686290f883a63c56f7009f18f731e7e" -metafile = true - -[[files]] -file = "mods/feature-nbt-deadlock-be-gone.toml" -hash = "eeeb1b93d454b1bebe407c191c1fd90eacf82456bf41585ca90d8fc5c4e84653" -metafile = true - -[[files]] -file = "mods/indium.toml" -hash = "735bb894e8fd0430de8fe331347ff24c5c64643bc65f2c040f7a82fb17e8b826" -metafile = true - -[[files]] -file = "mods/inspecio.toml" -hash = "04e52fb1abeb1921e2de71447db36a81947a1eeed6d4709ed5cbe48c03f7dcab" -metafile = true - -[[files]] -file = "mods/iris.toml" -hash = "cbc3d6649757c3751ac73aed8df427b3ebc5685a808935b0e631d213bf6a760b" -metafile = true - -[[files]] -file = "mods/krypton.toml" -hash = "219d4425679c60fd2855a6a39a6fccb6db3948dcc57b9da7c20907c855c5bd3d" -metafile = true - -[[files]] -file = "mods/lambdabettergrass.toml" -hash = "01f79a7fb966690009a42f285e779bac8f7958df56240494e4d3d7d862332c2d" -metafile = true - -[[files]] -file = "mods/lazydfu.toml" -hash = "ea127e8f74006f3a9ce099f9e96adaa3b3f4f281231ece703c4e7f9732137ebd" -metafile = true - -[[files]] -file = "mods/lithium.toml" -hash = "8243fcb2221942db16259a029d2964ca41d7a336fccc60464597d9f0d6699529" -metafile = true - -[[files]] -file = "mods/modmenu.toml" -hash = "a73f71d58f3a3c5f01e86f32209d03d002f73768eedff9cb6f9cbd150ecb6361" -metafile = true - -[[files]] -file = "mods/no-telemetry.toml" -hash = "bcbc4091875a9f83813374950be1b9a1f89ac26f393afa54c85c29614069acf4" -metafile = true - -[[files]] -file = "mods/notenoughcrashes.toml" -hash = "22ead426c002828d3d2f4da9caf5454fabae689bbf4291020919da7909095794" -metafile = true - -[[files]] -file = "mods/phosphor.toml" -hash = "f257c1d69a789d7ddcb0578d5987a7fc2eaf1681f1718600c51bd2ce6bce5f19" -metafile = true - -[[files]] -file = "mods/promenade.toml" -hash = "9bde19c8fecdec064e38150a219cb9384fe3a468ee522966dc9ccc61cf92d032" -metafile = true - -[[files]] -file = "mods/raised.toml" -hash = "82bf62a035b5d56ac6f1da8e70f6e321e22edc7fc662e5f744e5414fed65a447" -metafile = true - -[[files]] -file = "mods/reeses-sodium-options.toml" -hash = "d935b491016306e60b08bc234cc978ac84412d84d1ae5a9b6f8878a09ea25202" -metafile = true - -[[files]] -file = "mods/repurposed-structures-fabric.toml" -hash = "0348f4a4b3c14f9de63f62109d2b4395866a01f1bbeec0bbe14c8efe1f99eed1" -metafile = true - -[[files]] -file = "mods/sodium-extra.toml" -hash = "f8d262a27787b948f6ec71d548131bcac4a60adc616a78db852a40d6461563be" -metafile = true - -[[files]] -file = "mods/sodium.toml" -hash = "d1480fd38a1ac53311baa2d57b92556834372f6ac04c355169441df9a59a161c" -metafile = true - -[[files]] -file = "mods/terrablender-fabric.toml" -hash = "186b69f82a549ae21109ec9634e6907ed14506713464196233e63bedfff5a8f3" -metafile = true - -[[files]] -file = "mods/trinkets.toml" -hash = "c47440891447bce092f260a5f0d25ff91ae428e208afad6ccb5ae6cb003ffcff" -metafile = true - -[[files]] -file = "mods/universal-graves.toml" -hash = "2ddfbac59763f97d257bf317c807af5aebe7bec73384a6da94c53593d0736a35" -metafile = true - -[[files]] -file = "mods/visuality.toml" -hash = "c47c339948a3dff50f1b879d6748e949c85e1a79c094aa639886b76c5b7301c8" -metafile = true - -[[files]] -file = "mods/wthit.toml" -hash = "70596f9325e0070be39406f799bc156d17796983cf90f42bfa0efdcceaa6eceb" -metafile = true - -[[files]] -file = "mods/zoomify.toml" -hash = "63c9e989d5a5ff668ca6e0959d6a4d0378c0b51169450772de30ecaeedcce1ce" -metafile = true - -[[files]] -file = "options.txt" -hash = "cc464073c7ce48b6086650ac24be0e8734016b08fc802b3dfa47fe4faec184b7" -preserve = true - -[[files]] -file = "resourcepacks/BetterLeaves.toml" -hash = "149e65e3787998bb0beb9a5e9b0e4ebc6534ff16b83ffee995d3f03f843a7e24" -metafile = true - -[[files]] -file = "shaderpacks/ComplementaryShaders.toml" -hash = "5066fed9dad33da4f3fdba54edcdc426f34c4e9aadc62ad938a0ef15773ffeb0" -metafile = true - -[[files]] -file = "shaderpacks/ComplementaryShaders.zip.txt" -hash = "3b29bd84b1ae2c66767a002d1b72c9d66df67954cf0b5706fe611abc98892118" diff --git a/visum/mods/adorn.toml b/visum/mods/adorn.toml deleted file mode 100644 index 01565c9..0000000 --- a/visum/mods/adorn.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Adorn" -filename = "Adorn-3.4.0+1.18.2-fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/E6FUtRJh/versions/2.4.0-fabric/Adorn-3.4.0%2B1.18.2-fabric.jar" -hash-format = "sha1" -hash = "eeccb8b874ba4a3520cf46f5b8165350c32d6c45" - -[update] -[update.modrinth] -mod-id = "E6FUtRJh" -version = "lwoxDIta" diff --git a/visum/mods/animal_feeding_trough.toml b/visum/mods/animal_feeding_trough.toml deleted file mode 100644 index 44cc3b4..0000000 --- a/visum/mods/animal_feeding_trough.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Animal Feeding Trough" -filename = "animal_feeding_trough-1.0.3+1.18.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/bRFWnJ87/versions/1.0.3+1.18.2/animal_feeding_trough-1.0.3+1.18.2.jar" -hash-format = "sha1" -hash = "8a801b33d2bef96694188812e0e7a218e06322a7" - -[update] -[update.modrinth] -mod-id = "bRFWnJ87" -version = "Q7aYerrQ" diff --git a/visum/mods/animatica.toml b/visum/mods/animatica.toml deleted file mode 100644 index a6f71d3..0000000 --- a/visum/mods/animatica.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Animatica" -filename = "animatica-0.4+1.18.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/PRN43VSY/versions/0.4+1.18/animatica-0.4%2B1.18.jar" -hash-format = "sha1" -hash = "88814223cfa1aa19745529d852d545e5273f58d3" - -[update] -[update.modrinth] -mod-id = "PRN43VSY" -version = "uoIGWJxI" diff --git a/visum/mods/appleskin.toml b/visum/mods/appleskin.toml deleted file mode 100644 index 8deee3a..0000000 --- a/visum/mods/appleskin.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "AppleSkin" -filename = "appleskin-fabric-mc1.18.2-2.4.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/fabric-mc1.18.2-2.4.0/appleskin-fabric-mc1.18.2-2.4.0.jar" -hash-format = "sha1" -hash = "07cc0f6d00b184bef9c4390682c098d5ca52e67d" - -[update] -[update.modrinth] -mod-id = "EsAfCjCV" -version = "gQRJj49P" diff --git a/visum/mods/artisanat.toml b/visum/mods/artisanat.toml deleted file mode 100644 index 5e49bcf..0000000 --- a/visum/mods/artisanat.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Artisanat" -filename = "artisanat-2.2.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/QDxAP5Cp/versions/2.2.1/artisanat-2.2.1.jar" -hash-format = "sha1" -hash = "eff963b6fb1795f2a3da263b2c893de2e21af6c8" - -[update] -[update.modrinth] -mod-id = "QDxAP5Cp" -version = "pHlw7GFx" diff --git a/visum/mods/auth-me.toml b/visum/mods/auth-me.toml deleted file mode 100644 index e41714c..0000000 --- a/visum/mods/auth-me.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Auth Me" -filename = "authme-mc1.18.2-3.1.0.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/yjgIrBjZ/versions/3.1.0/authme-mc1.18.2-3.1.0.jar" -hash-format = "sha1" -hash = "98c90cfa8d050a22e14b80691a8531e382840772" - -[update] -[update.modrinth] -mod-id = "yjgIrBjZ" -version = "w249CMfp" diff --git a/visum/mods/badpackets.toml b/visum/mods/badpackets.toml deleted file mode 100644 index 26fd173..0000000 --- a/visum/mods/badpackets.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "bad packets" -filename = "badpackets-fabric-0.1.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/ftdbN0KK/versions/fabric-0.1.2/badpackets-fabric-0.1.2.jar" -hash-format = "sha1" -hash = "098653c88addec413623a78c20e2f001e5647079" - -[update] -[update.modrinth] -mod-id = "ftdbN0KK" -version = "CrA8IgxU" diff --git a/visum/mods/charm.toml b/visum/mods/charm.toml deleted file mode 100644 index f9ffa42..0000000 --- a/visum/mods/charm.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Charm" -filename = "charm-fabric-1.18-4.1.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/pOQTcQmj/versions/4.1.0/charm-fabric-1.18-4.1.0.jar" -hash-format = "sha1" -hash = "81ce0b2c2ad345ecdade0c2ba4f4d5388e8dd0d2" - -[update] -[update.modrinth] -mod-id = "pOQTcQmj" -version = "wnS9y56O" diff --git a/visum/mods/charmonium.toml b/visum/mods/charmonium.toml deleted file mode 100644 index fb5def1..0000000 --- a/visum/mods/charmonium.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Charmonium" -filename = "charmonium-fabric-1.18-4.0.0.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/bpii4Xsa/versions/4.0.0/charmonium-fabric-1.18-4.0.0.jar" -hash-format = "sha1" -hash = "6f4105f8e2191a1125ae25958228cbf0930508c0" - -[update] -[update.modrinth] -mod-id = "bpii4Xsa" -version = "eGTFdJii" diff --git a/visum/mods/chunky.toml b/visum/mods/chunky.toml deleted file mode 100644 index 8c04511..0000000 --- a/visum/mods/chunky.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Chunky Pregenerator" -filename = "Chunky-1.2.164.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/fALzjamp/versions/1.2.164/Chunky-1.2.164.jar" -hash-format = "sha1" -hash = "c936401a30394972b102d62a2553927aa79bd501" - -[update] -[update.modrinth] -mod-id = "fALzjamp" -version = "JJMpSOeW" diff --git a/visum/mods/cleardespawn.toml b/visum/mods/cleardespawn.toml deleted file mode 100644 index a541a21..0000000 --- a/visum/mods/cleardespawn.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ClearDespawn-Fabric" -filename = "cleardespawn-21w40a-1.1.3.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/yoJJjRRE/versions/21w40a-1.1.3/cleardespawn-21w40a-1.1.3.jar" -hash-format = "sha1" -hash = "3390baeaf6a9fe8f6e6120dbfc11cf231abf14dd" - -[update] -[update.modrinth] -mod-id = "yoJJjRRE" -version = "9Xke6c1g" diff --git a/visum/mods/clickthrough.toml b/visum/mods/clickthrough.toml deleted file mode 100644 index b33a65f..0000000 --- a/visum/mods/clickthrough.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ClickThrough" -filename = "clickthrough-1.18.2-fabric0.47.10-0.4.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/Z5b0cAlD/versions/1.18.2-fabric0.47.10-0.4/clickthrough-1.18.2-fabric0.47.10-0.4.jar" -hash-format = "sha1" -hash = "82910e1466bd272ff13f792572533128012bc951" - -[update] -[update.modrinth] -mod-id = "Z5b0cAlD" -version = "EZAA7MCl" diff --git a/visum/mods/cloth-config.toml b/visum/mods/cloth-config.toml deleted file mode 100644 index ef5c64d..0000000 --- a/visum/mods/cloth-config.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Cloth Config API" -filename = "cloth-config-6.2.57-fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/9s6osm5g/versions/6.2.57+fabric/cloth-config-6.2.57-fabric.jar" -hash-format = "sha1" -hash = "994915e00e2900453ec6478f920a87bf10ac9d05" - -[update] -[update.modrinth] -mod-id = "9s6osm5g" -version = "63NArvT8" diff --git a/visum/mods/continuity.toml b/visum/mods/continuity.toml deleted file mode 100644 index 993d578..0000000 --- a/visum/mods/continuity.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Continuity" -filename = "continuity-1.1.0+1.18.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/1IjD5062/versions/1.1.0+1.18.2/continuity-1.1.0%2B1.18.2.jar" -hash-format = "sha1" -hash = "a5ff4cb7d4c0fc3b5809a52b096b92ccf9d8cb55" - -[update] -[update.modrinth] -mod-id = "1IjD5062" -version = "gOxkykhO" diff --git a/visum/mods/culinaire.toml b/visum/mods/culinaire.toml deleted file mode 100644 index d559ee1..0000000 --- a/visum/mods/culinaire.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Culinaire" -filename = "culinaire-2.4.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/MO1ODvmm/versions/2.4.0/culinaire-2.4.0.jar" -hash-format = "sha1" -hash = "02e79b2f3e66bdf6031b88fd60758c66fcdcaf6b" - -[update] -[update.modrinth] -mod-id = "MO1ODvmm" -version = "5LLlg1IS" diff --git a/visum/mods/cull-leaves.toml b/visum/mods/cull-leaves.toml deleted file mode 100644 index 3bd7726..0000000 --- a/visum/mods/cull-leaves.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Cull Leaves" -filename = "cullleaves-2.3.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/GNxdLCoP/versions/2.3.2/cullleaves-2.3.2.jar" -hash-format = "sha1" -hash = "9bc9c61f0a7dc6c765118a0527850b91847608cb" - -[update] -[update.modrinth] -mod-id = "GNxdLCoP" -version = "718Klypf" diff --git a/visum/mods/dawn.toml b/visum/mods/dawn.toml deleted file mode 100644 index b778c0d..0000000 --- a/visum/mods/dawn.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Dawn API" -filename = "dawn-3.3.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/meZK2DCX/versions/3.3.0/dawn-3.3.0.jar" -hash-format = "sha1" -hash = "e6a97045ec54148d83c2222760360b34362ee374" - -[update] -[update.modrinth] -mod-id = "meZK2DCX" -version = "8FVAcXqk" diff --git a/visum/mods/debugify.toml b/visum/mods/debugify.toml deleted file mode 100644 index d79e863..0000000 --- a/visum/mods/debugify.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Debugify" -filename = "debugify-1.10.0-fabric-1.18.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/QwxR6Gcd/versions/1.10.0-fabric/debugify-1.10.0-fabric-1.18.2.jar" -hash-format = "sha1" -hash = "fe088b453202cb3f3872790202f1d10e18e5309f" - -[update] -[update.modrinth] -mod-id = "QwxR6Gcd" -version = "XtJaW95T" diff --git a/visum/mods/dynamic-fps.toml b/visum/mods/dynamic-fps.toml deleted file mode 100644 index 8f3ff75..0000000 --- a/visum/mods/dynamic-fps.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Dynamic FPS" -filename = "dynamic-fps-2.1.0.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/v2.1.0/dynamic-fps-2.1.0.jar" -hash-format = "sha1" -hash = "d4ffc71b2f0ea01b9a6242c23faace5cdc72d947" - -[update] -[update.modrinth] -mod-id = "LQ3K71Q1" -version = "LttnLLIj" diff --git a/visum/mods/eating-animation-fabric.toml b/visum/mods/eating-animation-fabric.toml deleted file mode 100644 index 74c3a3f..0000000 --- a/visum/mods/eating-animation-fabric.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Eating Animation [Fabric]" -filename = "eating-animation-1.6.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3748/909/eating-animation-1.6.jar" -hash-format = "sha1" -hash = "bda6f2dbb141e6240fed1855d61a2d5e70d5ba4f" - -[update] -[update.curseforge] -file-id = 3748909 -project-id = 527023 diff --git a/visum/mods/ebe.toml b/visum/mods/ebe.toml deleted file mode 100644 index 5573d52..0000000 --- a/visum/mods/ebe.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Enhanced Block Entities" -filename = "enhancedblockentities-0.6+1.18.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/OVuFYfre/versions/0.6+1.18.2/enhancedblockentities-0.6%2B1.18.2.jar" -hash-format = "sha1" -hash = "d4a4ce2f0249cd636eb3f820225082645885bd74" - -[update] -[update.modrinth] -mod-id = "OVuFYfre" -version = "VOB3iJkd" diff --git a/visum/mods/effective.toml b/visum/mods/effective.toml deleted file mode 100644 index ce3a111..0000000 --- a/visum/mods/effective.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Effective 💦" -filename = "effective-1.2.1.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3735/277/effective-1.2.1.jar" -hash-format = "sha1" -hash = "c2574017b53faff1f1ac2a46ee7baca234e62400" - -[update] -[update.curseforge] -file-id = 3735277 -project-id = 556381 diff --git a/visum/mods/entitytexturefeatures.toml b/visum/mods/entitytexturefeatures.toml deleted file mode 100644 index 7ff5b46..0000000 --- a/visum/mods/entitytexturefeatures.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Entity Texture Features [Fabric]" -filename = "entity-texture-features-1.18+_2.6.0.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/2.6.0/entity-texture-features-1.18%2B_2.6.0.jar" -hash-format = "sha1" -hash = "f2143a3818a3918e6e3ec74b5aa0276215866af3" - -[update] -[update.modrinth] -mod-id = "BVzZfTc1" -version = "uqLRu1PW" diff --git a/visum/mods/fabric-api.toml b/visum/mods/fabric-api.toml deleted file mode 100644 index c4db186..0000000 --- a/visum/mods/fabric-api.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Fabric API" -filename = "fabric-api-0.51.1+1.18.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/0.51.1+1.18.2/fabric-api-0.51.1%2B1.18.2.jar" -hash-format = "sha1" -hash = "fe3c0fcd92a46632a69e5d17cc0f2b7a37c877f4" - -[update] -[update.modrinth] -mod-id = "P7dR8mSH" -version = "VO0pdfjT" diff --git a/visum/mods/fabric-language-kotlin.toml b/visum/mods/fabric-language-kotlin.toml deleted file mode 100644 index b24d24f..0000000 --- a/visum/mods/fabric-language-kotlin.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.7.2+kotlin.1.6.20.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/1.7.2+kotlin.1.6.20/fabric-language-kotlin-1.7.2%2Bkotlin.1.6.20.jar" -hash-format = "sha1" -hash = "88f240a5064963ef1aa50ebaa85dbdf2e4e1362e" - -[update] -[update.modrinth] -mod-id = "Ha28R6CL" -version = "5VOQ5nq2" diff --git a/visum/mods/fallingleaves.toml b/visum/mods/fallingleaves.toml deleted file mode 100644 index 09afa11..0000000 --- a/visum/mods/fallingleaves.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Falling Leaves" -filename = "fallingleaves-1.11.1+1.18.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/WhbRG4iK/versions/1.11.1/fallingleaves-1.11.1%2B1.18.2.jar" -hash-format = "sha1" -hash = "eaedf924b6774ef266ca0382d38c6325aa37f331" - -[update] -[update.modrinth] -mod-id = "WhbRG4iK" -version = "FaCaUOFs" diff --git a/visum/mods/feature-nbt-deadlock-be-gone.toml b/visum/mods/feature-nbt-deadlock-be-gone.toml deleted file mode 100644 index 79d028b..0000000 --- a/visum/mods/feature-nbt-deadlock-be-gone.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Feature NBT Deadlock Be Gone" -filename = "feature_nbt_deadlock_be_gone_fabric-2.0.0+1.18.2-rc1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/HMNV4z01/versions/2.0.0+1.18.2-rc1_fabric/feature_nbt_deadlock_be_gone_fabric-2.0.0%2B1.18.2-rc1.jar" -hash-format = "sha1" -hash = "3cd12653da3a4502c42b7f6d6f935e2ff7ca45b3" - -[update] -[update.modrinth] -mod-id = "HMNV4z01" -version = "AJQcpbQc" diff --git a/visum/mods/indium.toml b/visum/mods/indium.toml deleted file mode 100644 index 4d8d57d..0000000 --- a/visum/mods/indium.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Indium" -filename = "indium-1.0.3+mc1.18.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/1.0.3+mc1.18.2/indium-1.0.3%2Bmc1.18.2.jar" -hash-format = "sha1" -hash = "a20793e65789fb9ef248d07dfd2fcd79e8afb53d" - -[update] -[update.modrinth] -mod-id = "Orvt0mRa" -version = "ZxoJeTLg" diff --git a/visum/mods/inspecio.toml b/visum/mods/inspecio.toml deleted file mode 100644 index 5a34293..0000000 --- a/visum/mods/inspecio.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Inspecio" -filename = "inspecio-1.3.0+1.18.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/a93H3mKU/versions/1.3.0+1.18/inspecio-1.3.0%2B1.18.jar" -hash-format = "sha1" -hash = "12e431e3690312aacf094446e4cb43bfe82aea86" - -[update] -[update.modrinth] -mod-id = "a93H3mKU" -version = "Ud0ox5Br" diff --git a/visum/mods/iris.toml b/visum/mods/iris.toml deleted file mode 100644 index 32fb2e5..0000000 --- a/visum/mods/iris.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Iris Shaders" -filename = "iris-mc1.18.2-1.2.4-build.38.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/YL57xq9U/versions/1.18.x-v1.2.4/iris-mc1.18.2-1.2.4-build.38.jar" -hash-format = "sha1" -hash = "2442df3bf18516737f8cfd5badd836a7e34f6288" - -[update] -[update.modrinth] -mod-id = "YL57xq9U" -version = "Onlo6jbu" diff --git a/visum/mods/krypton.toml b/visum/mods/krypton.toml deleted file mode 100644 index 0a3fb7e..0000000 --- a/visum/mods/krypton.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Krypton" -filename = "krypton-0.1.9.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/0.1.9/krypton-0.1.9.jar" -hash-format = "sha1" -hash = "466a8a26949497a3b11886a788e6e156a8b03d24" - -[update] -[update.modrinth] -mod-id = "fQEb0iXm" -version = "vJQ7plH2" diff --git a/visum/mods/lambdabettergrass.toml b/visum/mods/lambdabettergrass.toml deleted file mode 100644 index b48b11c..0000000 --- a/visum/mods/lambdabettergrass.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "LambdaBetterGrass" -filename = "lambdabettergrass-1.2.3+1.18.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/2Uev7LdA/versions/1.2.3+1.18/lambdabettergrass-1.2.3%2B1.18.jar" -hash-format = "sha1" -hash = "f5bdcf5dde183ca6c5b8ee28ab6193c1a9ef390d" - -[update] -[update.modrinth] -mod-id = "2Uev7LdA" -version = "CXzPYiJu" diff --git a/visum/mods/lazydfu.toml b/visum/mods/lazydfu.toml deleted file mode 100644 index 997fbbf..0000000 --- a/visum/mods/lazydfu.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "LazyDFU" -filename = "lazydfu-0.1.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/hvFnDODi/versions/0.1.2/lazydfu-0.1.2.jar" -hash-format = "sha1" -hash = "2efec5781f1271bdcdae462eee402ccb97bff6fe" - -[update] -[update.modrinth] -mod-id = "hvFnDODi" -version = "C6e265zK" diff --git a/visum/mods/lithium.toml b/visum/mods/lithium.toml deleted file mode 100644 index 6abdcca..0000000 --- a/visum/mods/lithium.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Lithium" -filename = "lithium-fabric-mc1.18.2-0.7.9.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/mc1.18.2-0.7.9/lithium-fabric-mc1.18.2-0.7.9.jar" -hash-format = "sha1" -hash = "2f0298476ba54e8fc640c9bfe132a193db45b92b" - -[update] -[update.modrinth] -mod-id = "gvQqBUqZ" -version = "MoF1cn6g" diff --git a/visum/mods/modmenu.toml b/visum/mods/modmenu.toml deleted file mode 100644 index e3dc532..0000000 --- a/visum/mods/modmenu.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Mod Menu" -filename = "modmenu-3.2.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/3.2.1/modmenu-3.2.1.jar" -hash-format = "sha1" -hash = "2366c41842dd070cb400aba8cb7d3241d175a71e" - -[update] -[update.modrinth] -mod-id = "mOgUt4GM" -version = "y8cYdaYa" diff --git a/visum/mods/no-telemetry.toml b/visum/mods/no-telemetry.toml deleted file mode 100644 index 25f41ad..0000000 --- a/visum/mods/no-telemetry.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "No Telemetry" -filename = "no-telemetry-1.3.0.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/hg77g4Pw/versions/1.3.0/no-telemetry-1.3.0.jar" -hash-format = "sha1" -hash = "0aa4244d3f97006cb4bacbdefbd9ea41e17f1400" - -[update] -[update.modrinth] -mod-id = "hg77g4Pw" -version = "tO4Fg4Xo" diff --git a/visum/mods/notenoughcrashes.toml b/visum/mods/notenoughcrashes.toml deleted file mode 100644 index 7168861..0000000 --- a/visum/mods/notenoughcrashes.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Not Enough Crashes" -filename = "notenoughcrashes-4.1.6+1.18.2-fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/yM94ont6/versions/4.1.6+1.18.2-fabric/notenoughcrashes-4.1.6%2B1.18.2-fabric.jar" -hash-format = "sha1" -hash = "ef051ab6a831f7ffd03162e54b2e997b604efaca" - -[update] -[update.modrinth] -mod-id = "yM94ont6" -version = "3jOKpa3T" diff --git a/visum/mods/phosphor.toml b/visum/mods/phosphor.toml deleted file mode 100644 index 07d1440..0000000 --- a/visum/mods/phosphor.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Phosphor" -filename = "phosphor-fabric-mc1.18.x-0.8.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/hEOCdOgW/versions/mc1.18.x-0.8.1/phosphor-fabric-mc1.18.x-0.8.1.jar" -hash-format = "sha1" -hash = "9b826d21b9cd999853a57c76b0c47ee4d9161dc9" - -[update] -[update.modrinth] -mod-id = "hEOCdOgW" -version = "HG1UaV1y" diff --git a/visum/mods/promenade.toml b/visum/mods/promenade.toml deleted file mode 100644 index 12d92a5..0000000 --- a/visum/mods/promenade.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Promenade" -filename = "promenade-2.6.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/GuE5FpvB/versions/2.6.1/promenade-2.6.1.jar" -hash-format = "sha1" -hash = "49526d73b0be80c8ba8ffedd7354d44f44a1bf91" - -[update] -[update.modrinth] -mod-id = "GuE5FpvB" -version = "kZEtxN2J" diff --git a/visum/mods/raised.toml b/visum/mods/raised.toml deleted file mode 100644 index 1e1be8a..0000000 --- a/visum/mods/raised.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Raised" -filename = "raised-fabric-1.18.2-1.1.0.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/nCQRBEiR/versions/Fabric-1.18.2-1.1.0/raised-fabric-1.18.2-1.1.0.jar" -hash-format = "sha1" -hash = "60310d1a7787a0aa06ce24523e47ab9d2378e6f2" - -[update] -[update.modrinth] -mod-id = "nCQRBEiR" -version = "BkKsV507" diff --git a/visum/mods/reeses-sodium-options.toml b/visum/mods/reeses-sodium-options.toml deleted file mode 100644 index fd8c613..0000000 --- a/visum/mods/reeses-sodium-options.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Reese's Sodium Options" -filename = "reeses_sodium_options-mc1.18.2-1.4.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/mc1.18.2-1.4.2/reeses_sodium_options-mc1.18.2-1.4.2.jar" -hash-format = "sha1" -hash = "eecfa116802f89921e1b3a11f14240a08b97573b" - -[update] -[update.modrinth] -mod-id = "Bh37bMuy" -version = "IUZ9L8mF" diff --git a/visum/mods/repurposed-structures-fabric.toml b/visum/mods/repurposed-structures-fabric.toml deleted file mode 100644 index 64adcc4..0000000 --- a/visum/mods/repurposed-structures-fabric.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Repurposed Structures - Fabric" -filename = "repurposed_structures_fabric-4.1.6+1.18.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/muf0XoRe/versions/4.1.6+1.18.2/repurposed_structures_fabric-4.1.6%2B1.18.2.jar" -hash-format = "sha1" -hash = "ec01dc1e1f711966cfedc2784461f6af34015575" - -[update] -[update.modrinth] -mod-id = "muf0XoRe" -version = "hK7BolYG" diff --git a/visum/mods/sodium-extra.toml b/visum/mods/sodium-extra.toml deleted file mode 100644 index fdef600..0000000 --- a/visum/mods/sodium-extra.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Sodium Extra" -filename = "sodium-extra-mc1.18.2-0.4.3.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/mc1.18.2-0.4.3/sodium-extra-mc1.18.2-0.4.3.jar" -hash-format = "sha1" -hash = "026226ee3777ee0dc1226b843271447afc551349" - -[update] -[update.modrinth] -mod-id = "PtjYWJkn" -version = "i2Nmjt90" diff --git a/visum/mods/sodium.toml b/visum/mods/sodium.toml deleted file mode 100644 index 509b7f1..0000000 --- a/visum/mods/sodium.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Sodium" -filename = "sodium-fabric-mc1.18.2-0.4.1+build.15.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/AANobbMI/versions/mc1.18.2-0.4.1/sodium-fabric-mc1.18.2-0.4.1%2Bbuild.15.jar" -hash-format = "sha1" -hash = "f839863a6be7014b8d80058ea1f361521148d049" - -[update] -[update.modrinth] -mod-id = "AANobbMI" -version = "74Y5Z8fo" diff --git a/visum/mods/terrablender-fabric.toml b/visum/mods/terrablender-fabric.toml deleted file mode 100644 index e8c9985..0000000 --- a/visum/mods/terrablender-fabric.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "TerraBlender (Fabric)" -filename = "TerraBlender-fabric-1.18.2-1.1.0.99.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3725/995/TerraBlender-fabric-1.18.2-1.1.0.99.jar" -hash-format = "sha1" -hash = "4062b09b241f2478d68de2fb6b59aa239c701d0d" - -[update] -[update.curseforge] -file-id = 3725995 -project-id = 565956 diff --git a/visum/mods/trinkets.toml b/visum/mods/trinkets.toml deleted file mode 100644 index 4d3212a..0000000 --- a/visum/mods/trinkets.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Trinkets" -filename = "trinkets-3.3.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/5aaWibi9/versions/3.3.0/trinkets-3.3.0.jar" -hash-format = "sha1" -hash = "09d154d4fabddb6113423a04e7e1c68b97f07841" - -[update] -[update.modrinth] -mod-id = "5aaWibi9" -version = "vOuy3Z5S" diff --git a/visum/mods/universal-graves.toml b/visum/mods/universal-graves.toml deleted file mode 100644 index aab30cb..0000000 --- a/visum/mods/universal-graves.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Universal Graves" -filename = "graves-2.0.0+1.18.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/yn9u3ypm/versions/2.0.0+1.18.2/graves-2.0.0%2B1.18.2.jar" -hash-format = "sha1" -hash = "c4c751f64b34012e175b915060af4f5317260b85" - -[update] -[update.modrinth] -mod-id = "yn9u3ypm" -version = "OOkb2RAT" diff --git a/visum/mods/visuality.toml b/visum/mods/visuality.toml deleted file mode 100644 index fc9a1c5..0000000 --- a/visum/mods/visuality.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Visuality" -filename = "visuality-0.4.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/rI0hvYcd/versions/0.4.2/visuality-0.4.2.jar" -hash-format = "sha1" -hash = "f77748cf78fa5f844e457fd0d473c39ff3894431" - -[update] -[update.modrinth] -mod-id = "rI0hvYcd" -version = "LDbM6HWy" diff --git a/visum/mods/wthit.toml b/visum/mods/wthit.toml deleted file mode 100644 index a59db78..0000000 --- a/visum/mods/wthit.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "WTHIT" -filename = "wthit-fabric-4.10.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/6AQIaxuO/versions/fabric-4.10.1/wthit-fabric-4.10.1.jar" -hash-format = "sha1" -hash = "73e1fc50286a55c05cee837a8b93ef28a05fd04f" - -[update] -[update.modrinth] -mod-id = "6AQIaxuO" -version = "f18HhgGL" diff --git a/visum/mods/zoomify.toml b/visum/mods/zoomify.toml deleted file mode 100644 index a0b86a4..0000000 --- a/visum/mods/zoomify.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Zoomify" -filename = "Zoomify-1.5.0.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/w7ThoJFB/versions/1.5.0/Zoomify-1.5.0.jar" -hash-format = "sha1" -hash = "7c06669acbb0e0e832fef795e5e98e2990af0145" - -[update] -[update.modrinth] -mod-id = "w7ThoJFB" -version = "Z7VJkXXa" diff --git a/visum/pack.toml b/visum/pack.toml deleted file mode 100644 index 433fb6d..0000000 --- a/visum/pack.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Visum" -author = "Horizr" -version = "1.0.0" -pack-format = "packwiz:1.0.0" - -[index] -file = "index.toml" -hash-format = "sha256" -hash = "0f3a4ccfdfdd28ebae7044e94d37ff9f962036b8bf81c262826861bd1cd8b75a" - -[versions] -fabric = "0.14.4" -minecraft = "1.18.2" diff --git a/visum/resourcepacks/BetterLeaves.toml b/visum/resourcepacks/BetterLeaves.toml deleted file mode 100644 index a885223..0000000 --- a/visum/resourcepacks/BetterLeaves.toml +++ /dev/null @@ -1,9 +0,0 @@ -name = "BetterLeaves" -filename = "Better-Leaves.zip" -side = "client" - -[download] -url = "https://media.forgecdn.net/files/3759/621/Better-Leaves-6.2-1.13%2B.zip" -hash-format = "sha1" -hash = "0f901f13e0d07deec6cb19d8cba6ee50d4b43bfa" - diff --git a/visum/shaderpacks/ComplementaryShaders.toml b/visum/shaderpacks/ComplementaryShaders.toml deleted file mode 100644 index 7152cc8..0000000 --- a/visum/shaderpacks/ComplementaryShaders.toml +++ /dev/null @@ -1,9 +0,0 @@ -name = "ComplementaryShaders" -filename = "ComplementaryShaders.zip" -side = "client" - -[download] -url = "https://media.forgecdn.net/files/3685/89/ComplementaryShaders_v4.4.zip" -hash-format = "sha1" -hash = "00e28c19ac1ee7ac886d9930d4a73e674e564d82" - diff --git a/visum/options.txt b/visum/src/client/options.txt similarity index 100% rename from visum/options.txt rename to visum/src/client/options.txt diff --git a/visum/src/client/resourcepacks/BetterLeaves.hm.json b/visum/src/client/resourcepacks/BetterLeaves.hm.json new file mode 100644 index 0000000..bea3433 --- /dev/null +++ b/visum/src/client/resourcepacks/BetterLeaves.hm.json @@ -0,0 +1,16 @@ +{ + "formatVersion": 1, + "displayName": "Better Leaves", + "comment": "https://www.curseforge.com/minecraft/texture-packs/motschens-better-leaves", + "enabled": true, + "version": { + "name": "6.2", + "fileName": "Better-Leaves.zip", + "size": 440291, + "downloadUrl": "https://mediafiles.forgecdn.net/files/3759/621/Better-Leaves-6.2-1.13%2B.zip", + "hashes": { + "sha1": "0f901f13e0d07deec6cb19d8cba6ee50d4b43bfa", + "sha512": "6de553b14c1e4b5d72ad667a3378eed0405f4614058a849e33c94d246dc826dbfc07878ac0d6f5fd9f32c11220623f90100e62ded052a620e8164f68afcdc6bf" + } + } +} diff --git a/visum/src/client/shaderpacks/ComplementaryShaders.hm.json b/visum/src/client/shaderpacks/ComplementaryShaders.hm.json new file mode 100644 index 0000000..500c56d --- /dev/null +++ b/visum/src/client/shaderpacks/ComplementaryShaders.hm.json @@ -0,0 +1,15 @@ +{ + "formatVersion": 1, + "displayName": "Complementary Shaders", + "enabled": true, + "version": { + "fileName": "ComplementaryShaders.zip", + "name": "4.5.1", + "size": 3454049, + "hashes": { + "sha1": "92a5b20fe8780e76b2a1f822f38e2a34af3f4bae", + "sha512": "57337ff7ba5bc0b3f26844746e1a74ccb6e24fcd5f258c91b27900045ef52b9b2cc086cc1f7e46d7db69717e0fdcb45266d260b0bbbc72df9e4c4b4aa26d8b2f" + }, + "downloadUrl": "https://mediafiles.forgecdn.net/files/3856/409/ComplementaryShaders_v4.5.1.zip" + } +} diff --git a/visum/shaderpacks/ComplementaryShaders.zip.txt b/visum/src/client/shaderpacks/ComplementaryShaders.zip.txt similarity index 100% rename from visum/shaderpacks/ComplementaryShaders.zip.txt rename to visum/src/client/shaderpacks/ComplementaryShaders.zip.txt diff --git a/visum/config/charm.toml b/visum/src/universal/config/charm.toml similarity index 89% rename from visum/config/charm.toml rename to visum/src/universal/config/charm.toml index ff57e0d..5ebc2b8 100644 --- a/visum/config/charm.toml +++ b/visum/src/universal/config/charm.toml @@ -1,5 +1,5 @@ #Aerial Affinity is a boots enchantment that increases mining rate when not on the ground. -"AerialAffinityEnchantment Enabled" = true +"AerialAffinityEnchantment Enabled" = false #HORIZR #Allows anvil repair of items with repair cost 39 or more. "AllowTooExpensive Enabled" = true #Place a block of amethyst under a note block to play its placement sound. @@ -25,11 +25,13 @@ "BlockOfGunpowder Enabled" = true #A storage block for sugar. It obeys gravity and dissolves in water. "BlockOfSugar Enabled" = true +#Bookcases hold up to 9 stacks of books, paper and maps. +"Bookcases Enabled" = true #Integration with Bumblezone. "BumblezoneIntegration Enabled" = true #Cave spiders have a chance to drop cobwebs when killed. "CaveSpidersDropCobwebs Enabled" = true -#Experimental! Right-click (with empty hand) on any stairs block to sit down. +#Experimental! Right-click (with empty hand) on any stairs block to sit down. "Chairs Enabled" = false #HORIZR #Chickens randomly drop feathers. "ChickensDropFeathers Enabled" = true @@ -49,6 +51,8 @@ "CoralSquids Enabled" = true #Playing a music disc in a jukebox prevents background music from playing at the same time. "DiscsStopBackgroundMusic Enabled" = true +#Ebony is a very dark grey wood. Saplings can be found in Woodland Mansion chests. +"EbonyWood Enabled" = true #Right-click on a sign with an empty hand to edit its text. "EditableSigns Enabled" = true #Endermites drop endermite powder that can be used to locate an End City. @@ -91,7 +95,7 @@ #Lumberjacks are villagers that trade wooden items. Their job site is the woodcutter. "Lumberjacks Enabled" = true #A map's image is shown in the item tooltip when hovering over. -"MapTooltip Enabled" = false #HORIZR +"MapTooltip Enabled" = true #Mooblooms are cow-like mobs that come in a variety of flower types. #They spawn flowers where they walk and can be milked for suspicious stew. "Mooblooms Enabled" = true @@ -145,11 +149,11 @@ #An item's repair cost is shown in their tooltip when looking at the anvil screen. "ShowRepairCost Enabled" = true #Drag and drop items into a shulkerbox from within your inventory. -"ShulkerBoxDragDrop Enabled" = true +"ShulkerBoxDragDrop Enabled" = false #HORIZR #A shulker box's contents is shown in the item tooltip when hovering over. -"ShulkerBoxTooltip Enabled" = false #HORIZR +"ShulkerBoxTooltip Enabled" = true #Increases snow layers when snowing in cold biomes -"SnowAccumulation Enabled" = false #HORIZR +"SnowAccumulation Enabled" = true #Allows enchanted books to stack. "StackableEnchantedBooks Enabled" = true #Allows potions to stack. @@ -157,14 +161,14 @@ #Allows stews to stack. "StackableStews Enabled" = false #HORIZR #A stray has a chance to drop blue ice when killed. -"StraysDropBlueIce Enabled" = true +"StraysDropBlueIce Enabled" = false #HORIZR #Strays spawn anywhere within their biome rather than just the surface. "StraysSpawnUnderground Enabled" = false #HORIZR #Anvils are 50% less likely to take damage when used. "StrongerAnvils Enabled" = false #HORIZR -#The player's inventory items will be held in the Totem of Preserving upon death. -#By default, a new totem will always be spawned to hold items upon dying in Easy or Peaceful mode ('Grave mode'). -#In Normal and Hard mode, the player must be holding an empty Totem of Preserving in order for it to hold items upon death. +#The player's inventory items will be preserved in the Totem of Preserving upon death. +#By default, a new totem will always be spawned to preserve items upon dying ('Grave mode'). +#If Grave mode is not enabled, you must be holding a totem in order for it to preserve your items. "TotemOfPreserving Enabled" = false #HORIZR #A totem will work from anywhere in the player's inventory as well as held in the main or offhand. "TotemWorksFromInventory Enabled" = true @@ -185,7 +189,7 @@ #Mobs may spawn with different textures. "VariantMobTextures Enabled" = true #Villagers are attracted when the player holds a block of emeralds. -"VillagersFollowEmeraldBlocks Enabled" = true +"VillagersFollowEmeraldBlocks Enabled" = false #HORIZR #Wandering traders have a chance to sell maps to distant structures. "WanderingTraderMaps Enabled" = true #Iron rusts when in contact with water. @@ -205,7 +209,7 @@ [BatBuckets] #Number of seconds that entities will receive the glowing effect. - "Glowing time" = 10 + "Glowing time" = 20 #HORIZR #Range (in blocks) in which entities will glow. "Viewing range" = 24 #If true, the bat will take half a heart of damage when released from the bucket. @@ -219,6 +223,10 @@ #If true, a silverfish has a chance to be converted into an endermite when it is next to an ender pearl block. "Convert silverfish to endermite" = true +[Bookcases] + #Items that may be placed in bookcases. + "Valid items" = ["minecraft:book", "minecraft:enchanted_book", "minecraft:written_book", "minecraft:writable_book", "minecraft:knowledge_book", "minecraft:paper", "minecraft:map", "minecraft:filled_map"] + [CaveSpidersDropCobwebs] #Maximum cobwebs dropped when cave spider is killed. "Maximum drops" = 1 #HORIZR @@ -229,7 +237,7 @@ #If true, shows the player's XYZ coordinates. Co-ordinates = true #If true, only show the player's X and Z coordinates (not their height/depth). - "Only show X and Z" = false + "Only show X and Z" = true #HORIZR #If true, only show the compass overlay if the player is sneaking. "Show when sneaking" = false @@ -263,11 +271,11 @@ #If true, adds a recipe for Green Dye using yellow and blue dyes. "Green Dye from yellow and blue" = true #If true, adds a recipe for turning snow blocks back into snowballs. - "Snowballs from snow blocks" = true + "Snowballs from snow blocks" = false #HORIZR #If true, adds a recipe for turning quartz blocks back into quartz. "Quartz from quartz blocks" = true #If true, adds a recipe for turning clay blocks back into clay balls. - "Clay balls from clay blocks" = true + "Clay balls from clay blocks" = false #HORIZR #If true, adds a recipe for Soul Torches using soul sand/soul soil and sticks. "Simpler Soul Torch" = true #If true, adds a shapeless recipe for bread. @@ -281,11 +289,11 @@ #If true, librarians will buy any enchanted book in return for emeralds. "Enchanted books" = false #HORIZR #If true, armorers, weaponsmiths and toolsmiths will buy chipped or damaged anvils along with iron ingots in return for repaired anvils. - "Repaired anvils" = true + "Repaired anvils" = false #HORIZR #If true, leatherworkers will sell leather in return for rotten flesh. - "Leather for rotten flesh" = true + "Leather for rotten flesh" = false #HORIZR #If true, butchers will sell beef in return for rotten flesh. - "Beef for rotten flesh" = true + "Beef for rotten flesh" = false #HORIZR #If true, leatherworkers will sell bundles in return for emeralds. Bundles = true @@ -315,7 +323,7 @@ #Chance (out of 1.0) of blocks such as lanterns spawning on the ceiling of corridors. "Corridor ceiling blocks" = 0.02 #Chance (out of 1.0) of stone, gravel and ore spawning at the entrance of corridors. - "Corridor block piles" = 0.2 + "Corridor block piles" = 0.1 #HORIZR #Chance (out of 1.0) for a moss or precious ore block to spawn on a single block of the central mineshaft room. "Room blocks" = 0.2 #HORIZR #Chance (out of 1.0) for a minecart to spawn in a corridor. Minecart loot is chosen from the 'Minecart loot tables'. @@ -327,10 +335,6 @@ #If true, a player or mob will trample crops unless wearing boots with feather falling enchantment. "Require feather falling" = false -[PlayerState] - #Interval (in ticks) on which additional player state will be synchronised to the client. - "Server state update interval" = 120 - [PortableCrafting] #If true, sets a keybind for opening the portable crafting table (defaults to 'v'). "Enable keybind" = true @@ -381,14 +385,16 @@ "Maximum drops" = 2 [TotemOfPreserving] - #A list of game difficulties in which totems will behave in 'Grave mode'. - #In Grave mode, a totem will be dropped on death even if the player doesn't have an empty totem in their inventory. - "Grave mode game difficulties" = ["peaceful", "easy", "normal", "hard"] + #If true, a new totem will be spawned to preserve items upon dying. + #Players do NOT need to be holding a Totem of Preserving. + "Grave mode" = true + #If true, only the owner of the totem may pick it up. + "Owner only" = false #Mobs that have a chance to drop a totem of preserving. - #This does not apply if Grave mode is active for the current game difficulty. See 'Grave mode game difficulties' to configure this. + #This does not apply if Grave mode is true. "Mobs drop totems" = ["entities/witch", "entities/pillager"] #Chest loot tables that will always contain a totem of preserving. - #This does not apply if Grave mode is active for the current game difficulty. See 'Grave mode game difficulties' to configure this. + #This does not apply if Grave mode is true. "Chests contain totems" = ["chests/pillager_outpost", "chests/woodland_mansion"] #If true, the totem will preserve the player's experience and restore when broken. "Preserve XP" = false @@ -416,11 +422,12 @@ "Rarity of rare variants" = 1000 [WanderingTraderMaps] - #List of structure IDs and structure tags. - Structures = ["#minecraft:village", "minecraft:igloo", "#repurposed_structures:collections/cities", "#repurposed_structures:collections/ruins", "#repurposed_structures:collections/igloos", "#repurposed_structures:collections/villages"] #HORIZR - #List of rarer structure IDs and structure tags. +[WanderingTraderMaps] + #List of structure tags. + "Maps to structures" = ["minecraft:village", "minecraft:mineshaft", "charm:swamp_hut", "charm:igloo"] + #List of rarer structure tags. #These are more expensive and less likely to be sold. - "Rare structures" = ["minecraft:desert_pyramid", "minecraft:jungle_temple", "#minecraft:ocean_ruin", "#repurposed_structures:collections/shipwrecks", "#repurposed_structures:collections/temples", "#repurposed_structures:collections/mansions", "#repurposed_structures:collections/monuments", "#repurposed_structures:collections/pyramids"] #HORIZR + "Maps to rare structures" = ["charm:desert_pyramid", "charm:jungle_temple", "minecraft:ocean_ruin"] [WeatheringIron] #The chance of weathering increases according to the number of block faces touching water. diff --git a/visum/src/universal/mods/charm.hm.json b/visum/src/universal/mods/charm.hm.json new file mode 100644 index 0000000..a45acb9 --- /dev/null +++ b/visum/src/universal/mods/charm.hm.json @@ -0,0 +1,20 @@ +{ + "formatVersion": 1, + "enabled": true, + "version": { + "name": "4.2.0+1.18.2", + "size": 3413876, + "fileName": "charm-fabric-1.18.2-4.2.0.jar", + "downloadUrl": "https://cdn.modrinth.com/data/pOQTcQmj/versions/4.2.0+1.18.2/charm-fabric-1.18.2-4.2.0.jar", + "hashes": { + "sha1": "ebb87cd7fa7935bc30e5ad0b379bb4ede8723a82", + "sha512": "3c8cd08ab1e37dcbf0f5a956cd20d84c98e58ab49fdc13faafb9c2af4dbf7fba7c8328cb5365997fe4414cfc5cb554ed13b3056a22df1c6bd335594f380facb6" + } + }, + "source": { + "type": "modrinth", + "modId": "pOQTcQmj", + "versionId": "BT9G1Jjs", + "ignoreUpdates": false + } +} diff --git a/visum/src/universal/mods/fabric-api.hm.json b/visum/src/universal/mods/fabric-api.hm.json new file mode 100644 index 0000000..746d987 --- /dev/null +++ b/visum/src/universal/mods/fabric-api.hm.json @@ -0,0 +1,20 @@ +{ + "formatVersion": 1, + "enabled": true, + "version": { + "name": "0.58.0+1.18.2", + "size": 1445029, + "fileName": "fabric-api-0.58.0+1.18.2.jar", + "downloadUrl": "https://cdn.modrinth.com/data/P7dR8mSH/versions/0.58.0+1.18.2/fabric-api-0.58.0%2B1.18.2.jar", + "hashes": { + "sha1": "b9ab9ab267f8cdff525f9a8edb26435d3e2455f6", + "sha512": "92317b8d48b20d1b370ab67e4954d1db4861b8fb561935edc0c0fc8a525fefbd3c159f3cfbf83ec3455e3179561fab554645138c6d79f5f597abea77dc1a03ed" + } + }, + "source": { + "type": "modrinth", + "modId": "P7dR8mSH", + "versionId": "4XRtXhtL", + "ignoreUpdates": false + } +}