mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-22 22:29:30 +00:00
Merge branch '1.18.2' into 'main'
1.18.2 See merge request Merith-TK/vanillia-modpack!5
This commit is contained in:
commit
450627511b
53 changed files with 390 additions and 411 deletions
|
@ -1,41 +0,0 @@
|
||||||
{
|
|
||||||
"options": { "CACHE_SHADER": false },
|
|
||||||
"compression": "ZSTD",
|
|
||||||
"debugMode": false,
|
|
||||||
"paddingSize": 10,
|
|
||||||
"backgroundColor": "base1",
|
|
||||||
"foregroundColor": "text",
|
|
||||||
"colorVariables": {
|
|
||||||
"base0": "#19181a",
|
|
||||||
"green": "#a9dc76",
|
|
||||||
"blue": "#78dce8",
|
|
||||||
"text": "#fcfcfa",
|
|
||||||
"yellow": "#ffd866",
|
|
||||||
"orange": "#fc9867",
|
|
||||||
"purple": "#ab9df2",
|
|
||||||
"red": "#ff6188",
|
|
||||||
"base2": "#2d2a2e",
|
|
||||||
"base1": "#221f22"
|
|
||||||
},
|
|
||||||
"progressBarHeight": 2,
|
|
||||||
"progressBarSpeedDivision": 10,
|
|
||||||
"progressColors": [
|
|
||||||
"red",
|
|
||||||
"orange",
|
|
||||||
"yellow",
|
|
||||||
"green"
|
|
||||||
],
|
|
||||||
"progressTrackColor": "base0",
|
|
||||||
"lineAmount": 200,
|
|
||||||
"lineWidth": 100,
|
|
||||||
"lineMinHeight": 4,
|
|
||||||
"lineMaxHeight": 10,
|
|
||||||
"lineSpeed": 2.0,
|
|
||||||
"lineSpeedDifference": 4.0,
|
|
||||||
"lineDirection": "LEFT",
|
|
||||||
"lineColors": {
|
|
||||||
"base2": 1000,
|
|
||||||
"blue": 50,
|
|
||||||
"red": 1
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
// Whether dark mode should be enabled. Will only affect Vanilla-styled GUIs.
|
|
||||||
"darkMode": false
|
|
||||||
}
|
|
|
@ -1,51 +0,0 @@
|
||||||
{
|
|
||||||
"animation_settings": {
|
|
||||||
"animation": true,
|
|
||||||
"animate_water": true,
|
|
||||||
"animate_lava": true,
|
|
||||||
"animate_fire": true,
|
|
||||||
"animate_portal": true,
|
|
||||||
"block_animations": true
|
|
||||||
},
|
|
||||||
"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": {
|
|
||||||
"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": {
|
|
||||||
"show_fps": false,
|
|
||||||
"show_coords": false,
|
|
||||||
"reduce_resolution_on_mac": true,
|
|
||||||
"cloud_height": 192,
|
|
||||||
"toasts": false,
|
|
||||||
"instant_sneak": false,
|
|
||||||
"prevent_shaders": false,
|
|
||||||
"use_fast_random": true
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,7 +0,0 @@
|
||||||
# This is the configuration file for Sodium Extra.
|
|
||||||
# This file exists for debugging purposes and should not be configured otherwise.
|
|
||||||
#
|
|
||||||
# You can find information on editing this file and all the available options here:
|
|
||||||
# https://github.com/FlashyReese/sodium-extra-fabric/wiki/Configuration-File
|
|
||||||
#
|
|
||||||
# By default, this file will be empty except for this notice.
|
|
|
@ -1,6 +0,0 @@
|
||||||
# This is the configuration file for Sodium.
|
|
||||||
#
|
|
||||||
# You can find information on editing this file and all the available options here:
|
|
||||||
# https://github.com/jellysquid3/sodium-fabric/wiki/Configuration-File
|
|
||||||
#
|
|
||||||
# By default, this file will be empty except for this notice.
|
|
|
@ -1,26 +0,0 @@
|
||||||
{
|
|
||||||
"quality": {
|
|
||||||
"weather_quality": "DEFAULT",
|
|
||||||
"leaves_quality": "DEFAULT",
|
|
||||||
"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
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -32,7 +32,9 @@ key_modifiers_key.hotbar.6:0,0,0
|
||||||
key_modifiers_key.hotbar.7:0,0,0
|
key_modifiers_key.hotbar.7:0,0,0
|
||||||
key_modifiers_key.hotbar.8:0,0,0
|
key_modifiers_key.hotbar.8:0,0,0
|
||||||
key_modifiers_key.hotbar.9: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.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.assign:0,0,0
|
||||||
key_modifiers_key.blockmeter.menu:0,0,0
|
key_modifiers_key.blockmeter.menu:0,0,0
|
||||||
key_modifiers_key.entityculling.toggle:0,0,0
|
key_modifiers_key.entityculling.toggle:0,0,0
|
||||||
|
@ -63,12 +65,27 @@ key_modifiers_nimble.keybind.frontView:0,0,0
|
||||||
key_modifiers_key.blockmixer.toggleslot:0,0,0
|
key_modifiers_key.blockmixer.toggleslot:0,0,0
|
||||||
key_modifiers_key.blockmixer.increaseratio:0,0,0
|
key_modifiers_key.blockmixer.increaseratio:0,0,0
|
||||||
key_modifiers_key.blockmixer.decreaseratio:0,0,0
|
key_modifiers_key.blockmixer.decreaseratio: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_key.perspectivemod.toggle:0,0,0
|
key_modifiers_key.perspectivemod.toggle:0,0,0
|
||||||
key_modifiers_key.plasmo_voice.settings: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_switch_waypoint_set:0,0,0
|
||||||
key_modifiers_gui.xaero_instant_waypoint: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_slime:0,0,0
|
||||||
|
@ -91,6 +108,10 @@ 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_in:0,0,0
|
||||||
key_modifiers_gui.xaero_map_zoom_out:0,0,0
|
key_modifiers_gui.xaero_map_zoom_out:0,0,0
|
||||||
key_modifiers_gui.xaero_quick_confirm: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.ESSENTIAL_FRIENDS:0,0,0
|
||||||
key_modifiers_keybind.name.COSMETIC_STUDIO: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.COSMETICS_VISIBILITY_TOGGLE:0,0,0
|
||||||
|
|
|
@ -1,14 +1,79 @@
|
||||||
version:2865
|
version:2975
|
||||||
|
quilt_available_resource_packs:["continuity/default","continuity/glass_pane_culling_fix","lambdabettergrass/default","programer_art","vanilla","charmonium/journeyman"]
|
||||||
autoJump:false
|
autoJump:false
|
||||||
guiScale:2
|
particles:0
|
||||||
graphicsMode:1
|
maxFps:60
|
||||||
tutorialStep:find_tree
|
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.fullscreen:key.keyboard.f11
|
||||||
key_key.saveToolbarActivator:key.keyboard.unknown
|
key_key.saveToolbarActivator:key.keyboard.unknown
|
||||||
key_key.loadToolbarActivator:key.keyboard.unknown
|
key_key.loadToolbarActivator:key.keyboard.unknown
|
||||||
key_key.advancements:key.keyboard.l
|
key_key.advancements:key.keyboard.l
|
||||||
|
key_key.antighost.reveal:key.keyboard.b
|
||||||
key_key.blockmeter.assign:key.keyboard.unknown
|
key_key.blockmeter.assign:key.keyboard.unknown
|
||||||
key_key.blockmeter.menu: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.action_wheel_button:key.keyboard.unknown
|
||||||
key_figura.config.player_popup_button:key.keyboard.unknown
|
key_figura.config.player_popup_button:key.keyboard.unknown
|
||||||
key_figura.config.panic_button:key.keyboard.unknown
|
key_figura.config.panic_button:key.keyboard.unknown
|
||||||
|
@ -22,11 +87,11 @@ key_key.inventoryhud.openconfig:key.keyboard.unknown
|
||||||
key_key.inventoryhud.togglepot:key.keyboard.unknown
|
key_key.inventoryhud.togglepot:key.keyboard.unknown
|
||||||
key_key.inventoryhud.togglearm:key.keyboard.unknown
|
key_key.inventoryhud.togglearm:key.keyboard.unknown
|
||||||
key_key.inventoryhud.toggleall:key.keyboard.unknown
|
key_key.inventoryhud.toggleall:key.keyboard.unknown
|
||||||
key_iris.keybind.reload:key.keyboard.r
|
key_iris.keybind.reload:key.keyboard.unknown
|
||||||
key_iris.keybind.toggleShaders:key.keyboard.k
|
key_iris.keybind.toggleShaders:key.keyboard.unknown
|
||||||
key_iris.keybind.shaderPackSelection:key.keyboard.o
|
key_iris.keybind.shaderPackSelection:key.keyboard.unknown
|
||||||
key_key.lightoverlay.enable_overlay:key.keyboard.f7
|
key_key.lightoverlay.enable_overlay:key.keyboard.f7
|
||||||
key_key.minecraftcapes.gui:key.keyboard.j
|
key_key.minecraftcapes.gui:key.keyboard.unknown
|
||||||
key_key.mousewheelie.open_config_screen:key.keyboard.unknown
|
key_key.mousewheelie.open_config_screen:key.keyboard.unknown
|
||||||
key_key.mousewheelie.sort_inventory:key.mouse.middle
|
key_key.mousewheelie.sort_inventory:key.mouse.middle
|
||||||
key_key.mousewheelie.scroll_up:key.amecsapi.mouse.scroll.up
|
key_key.mousewheelie.scroll_up:key.amecsapi.mouse.scroll.up
|
||||||
|
@ -36,12 +101,27 @@ key_nimble.keybind.frontView:key.keyboard.unknown
|
||||||
key_key.blockmixer.toggleslot:key.keyboard.unknown
|
key_key.blockmixer.toggleslot:key.keyboard.unknown
|
||||||
key_key.blockmixer.increaseratio:key.keyboard.unknown
|
key_key.blockmixer.increaseratio:key.keyboard.unknown
|
||||||
key_key.blockmixer.decreaseratio:key.keyboard.unknown
|
key_key.blockmixer.decreaseratio:key.keyboard.unknown
|
||||||
key_key.okzoomer.zoom:key.keyboard.c
|
|
||||||
key_key.okzoomer.decrease_zoom:key.amecsapi.mouse.scroll.up
|
|
||||||
key_key.okzoomer.increase_zoom:key.amecsapi.mouse.scroll.down
|
|
||||||
key_key.okzoomer.reset_zoom:key.keyboard.unknown
|
|
||||||
key_key.perspectivemod.toggle:key.keyboard.f4
|
key_key.perspectivemod.toggle:key.keyboard.f4
|
||||||
key_key.plasmo_voice.settings:key.keyboard.v
|
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_switch_waypoint_set:key.keyboard.unknown
|
||||||
key_gui.xaero_instant_waypoint:key.keyboard.unknown
|
key_gui.xaero_instant_waypoint:key.keyboard.unknown
|
||||||
key_gui.xaero_toggle_slime:key.keyboard.unknown
|
key_gui.xaero_toggle_slime:key.keyboard.unknown
|
||||||
|
@ -64,13 +144,18 @@ key_gui.xaero_open_settings:key.keyboard.right.bracket
|
||||||
key_gui.xaero_map_zoom_in:key.keyboard.unknown
|
key_gui.xaero_map_zoom_in:key.keyboard.unknown
|
||||||
key_gui.xaero_map_zoom_out:key.keyboard.unknown
|
key_gui.xaero_map_zoom_out:key.keyboard.unknown
|
||||||
key_gui.xaero_quick_confirm:key.keyboard.right.shift
|
key_gui.xaero_quick_confirm:key.keyboard.right.shift
|
||||||
key_keybind.name.ESSENTIAL_FRIENDS:key.keyboard.unknown
|
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.COSMETIC_STUDIO:key.keyboard.unknown
|
||||||
key_keybind.name.COSMETICS_VISIBILITY_TOGGLE:key.keyboard.unknown
|
key_keybind.name.COSMETICS_VISIBILITY_TOGGLE:key.keyboard.unknown
|
||||||
key_keybind.name.ADD_FRIEND:key.keyboard.unknown
|
key_keybind.name.ADD_FRIEND:key.keyboard.unknown
|
||||||
key_keybind.name.CHAT_PEEK:key.keyboard.unknown
|
key_keybind.name.CHAT_PEEK:key.keyboard.z
|
||||||
key_keybind.name.INVITE_FRIENDS:key.keyboard.unknown
|
key_keybind.name.INVITE_FRIENDS:key.keyboard.unknown
|
||||||
key_keybind.name.ZOOM:key.keyboard.unknown
|
key_keybind.name.ZOOM:key.keyboard.c
|
||||||
|
soundCategory_master:0.044701986
|
||||||
soundCategory_music:0.0
|
soundCategory_music:0.0
|
||||||
modelPart_cape:true
|
modelPart_cape:true
|
||||||
modelPart_jacket:true
|
modelPart_jacket:true
|
||||||
|
|
|
@ -5,8 +5,20 @@ file = "bin/version.json"
|
||||||
hash = "f3393752057dec1d81ff554a390ce404c2e71e73cb5133945917cacc9ef52b47"
|
hash = "f3393752057dec1d81ff554a390ce404c2e71e73cb5133945917cacc9ef52b47"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/dashloader.json"
|
file = "config/yosbr/config/ViaFabric/viafabric.yml"
|
||||||
hash = "4fab2c9350aeabb2b5f332627ebbb26ef8cb99370bcbfa4909a429b34e90240f"
|
hash = "1cb60349c6377e6026c0e30e9360b730ddaee72ce6e07616ba29053623c96ac4"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/yosbr/config/better_loading_screen/config.json5"
|
||||||
|
hash = "e7bcd6b8ffe84983245a81801d8a6c969ef3434517a6487a22d36619040e5b56"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/yosbr/config/betterf3.json"
|
||||||
|
hash = "8254cc98fc6b737bac12f0e368d8918169fb1c2cf6116961cff1bc7d465ee316"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/yosbr/config/bobby.conf"
|
||||||
|
hash = "b53c14bbef682afb9ad89d42e06c06f093d63923661bb685f6686011f71bbb53"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/hudtweaks.json"
|
file = "config/yosbr/config/hudtweaks.json"
|
||||||
|
@ -21,8 +33,8 @@ file = "config/yosbr/config/iris.properties"
|
||||||
hash = "a046063e4bce84bd83d2ed671a0f65b1f0a1cd3a63d775a93cd1c300d9523a73"
|
hash = "a046063e4bce84bd83d2ed671a0f65b1f0a1cd3a63d775a93cd1c300d9523a73"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/libgui.json5"
|
file = "config/yosbr/config/minecraftcapes.json"
|
||||||
hash = "6814fc05aa8d6664712b056cfd6cb51cb4bafeabe3f274b9cf5e19e27eff406d"
|
hash = "f0fd14eec99068dc68655c97de30747c4b5d155114d9004c6e280cabdc499d14"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/replaymod.json"
|
file = "config/yosbr/config/replaymod.json"
|
||||||
|
@ -33,20 +45,12 @@ file = "config/yosbr/config/roughlyenoughitems/config.json5"
|
||||||
hash = "d2b7ee26edb75664424b6cce4a21339a0409f8a37d00285a57267921c23d587e"
|
hash = "d2b7ee26edb75664424b6cce4a21339a0409f8a37d00285a57267921c23d587e"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/sodium-extra-options.json"
|
file = "config/yosbr/config/stendhal/stendhal.properties"
|
||||||
hash = "bea27641997e8a23b08e1c24aad1cd8ca9adbaf927227419cd9cc92bc076d068"
|
hash = "1af09ec5636236f55cf8c4c6f841ee7ea1b1ce8835883b2454eb58d317b42352"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/sodium-extra.properties"
|
file = "config/yosbr/config/xaerominimap.txt"
|
||||||
hash = "a2f1b47c1eaa119ab34727f1d43c2506cb3d7f17ba8fb4efb49e20c8e0b58e70"
|
hash = "69ea1b9524a9d56373f4675a4c44d706ce2a81edb0bcc96f56cf8a585a61c5e9"
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/yosbr/config/sodium-mixins.properties"
|
|
||||||
hash = "051558518a6f3350fadb1546346d937e7f78f69834a075bf91b59921f151cc26"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/yosbr/config/sodium-options.json"
|
|
||||||
hash = "52fa21d31fc7a3f71311430a38f783f63923ebe84fc19823b7a5c2a087a45cf7"
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/xaerominimap_entities.json"
|
file = "config/yosbr/config/xaerominimap_entities.json"
|
||||||
|
@ -70,12 +74,12 @@ hash = "7a96df288d4e52dc7922788e490528f572ee40f3ad9266e3e5f26ddebd353070"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/antighost.toml"
|
file = "mods/antighost.toml"
|
||||||
hash = "2f4cb7e3686c2ca90a40574a1a4b65e227c86e7073cc4d1fc33798e78b4d086d"
|
hash = "3e3074cb6a900a2714d125469354d0e2a9e89e899723c3e7fe5dffa035f72917"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/architectury-fabric.toml"
|
file = "mods/architectury-fabric.toml"
|
||||||
hash = "b8f2d4e84622a78484fe04bb0713d2a6819c624a09614a83ff4815cca56d6cc0"
|
hash = "d51ef44b3ca26a54e55179de00ae4bd87e57b7404e8e9c6e683e122dd42b6959"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -85,7 +89,12 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/betterf3.toml"
|
file = "mods/betterf3.toml"
|
||||||
hash = "f1545571ebccee3308cfaeb8da742f53849c97b5aa96e550f6a26f6ef37a1fcc"
|
hash = "35699e422fc8fc022cc0db1247ab573f5d4441cc87fa523ee88523b23841df4a"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/betterloadingscreen.toml"
|
||||||
|
hash = "f00ec43943e5025a8a7eb386a88d871a20c3ca96451467be66694e52d595e70d"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -105,12 +114,12 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/bobby.toml"
|
file = "mods/bobby.toml"
|
||||||
hash = "2d9d1e3a214d8d79ff505258d4861ee3631134c0d8252b9beb3fa710e698aad3"
|
hash = "09b34d416941eef0b3aeb0717e1f7247b23245a5744971f37865905e8979810e"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/c2me-fabric.toml"
|
file = "mods/charmonium.toml"
|
||||||
hash = "73d8f9c1ec2ca5941fb5b5aa5846152cf904f8032e36011b39a2d93c629f3706"
|
hash = "4bb3126bdc29991414a5c99a34c1e0b92796612c7f29f089e8e999021ae352dc"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -135,17 +144,12 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/clumps.toml"
|
file = "mods/clumps.toml"
|
||||||
hash = "aadd4bccd2e9986f318f78f827fa5d31863c7093f6a6a8c24335213b55d818a5"
|
hash = "3b72cdc35c9308eb3d0fae47ad58c0f3123e1d671bde3b209f27b8d0e2a71d59"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/continuity.toml"
|
file = "mods/continuity.toml"
|
||||||
hash = "c64ecdf2decf5898efc6f1a99cf843f81ed2391020336d93228f95b529d8ef34"
|
hash = "a2503cd9f6455bcfd5b5d5d7d5f1350bc005e799918dca1e7d3203c5b67f9ae5"
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/dark-loading-screen.toml"
|
|
||||||
hash = "4754813e43ba908c01de0a8deccdd427367cbaa0502e8ebeb633049c6361c3f3"
|
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -160,17 +164,22 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/fabric-api.toml"
|
file = "mods/fabric-api.toml"
|
||||||
hash = "d09e22b6960590df5462182e20545907bd89ae1f55ae48dfb1134ba5588572ba"
|
hash = "e1d62926446ab5519d262d741f9f2f125488bc2048f38aced8d3e1ebec55fe1e"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/fabrishot.toml"
|
file = "mods/fabrishot.toml"
|
||||||
hash = "58d5179e2f08e225d7c9a2049377a127639354a7b2cbd663733bda1782ee69ee"
|
hash = "f1127b63021453ff95eab3d0812173bbfaa1513de0d52315162d5d4b771a079a"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/female-gender-fabric.toml"
|
||||||
|
hash = "bbcba859f036bb03bb3370e9134a3a201c950d98b21ea5f22b8cda094953279f"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/ferritecore-fabric.toml"
|
file = "mods/ferritecore-fabric.toml"
|
||||||
hash = "8d7622f19e93a5aa921e795c7818962912b548e3bac40d625298f5f45532ab22"
|
hash = "328ab993a9721cd5a0a87b3aedaf45ad8fb86210b42daa5f04a544fcf1f52604"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -185,7 +194,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/grid.toml"
|
file = "mods/grid.toml"
|
||||||
hash = "756150682a1d03c8697c3f663febd68167162ec79f8da4e1bba31fecccb18f3d"
|
hash = "828719efd3ace9a96b9f2efac59c2dd9e64787a3a4a30ac84acd2ae3b9201906"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -193,19 +202,14 @@ file = "mods/hudtweaks.toml"
|
||||||
hash = "358e1999580bd20fa78988dc6af38d8f1002c0222b2b1e02ed020a13a3fccdd2"
|
hash = "358e1999580bd20fa78988dc6af38d8f1002c0222b2b1e02ed020a13a3fccdd2"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/illuminations.toml"
|
|
||||||
hash = "ec88c0c0f7897bbb3058b24c0ee12d06c43a64d0cefa347743d9b0264cbce5d6"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/indium.toml"
|
file = "mods/indium.toml"
|
||||||
hash = "6b930ae71b10d9cb6e27d48f5cd42433641c04fb3a7e13f9f2d44d2e60daed2c"
|
hash = "69d17da8431a798a73f8e238e9114ff96089449706a699c1f69e4561bbc0055c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/inspecio.toml"
|
file = "mods/inspecio.toml"
|
||||||
hash = "b4f53632ceb7ec8a52e78918ac19b4144428055d39dcdb998abb68282a0ff7f2"
|
hash = "00ce252ae41664bc76bebb2389b47a63e226f6fadd8c4c5b8aa0b6218e6e9d1c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -215,12 +219,12 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/irisshaders.toml"
|
file = "mods/irisshaders.toml"
|
||||||
hash = "2244918fa6352bfcbad0a917dc57bc1cf584fa0a24d3b6edb15723ee480095b7"
|
hash = "d1b796d25ba43d6b37218dcfdd5a88aaaead81028fe51dd40b9e4f1a9b731ecc"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/lambdabettergrass.toml"
|
file = "mods/lambdabettergrass.toml"
|
||||||
hash = "834895d40b3b4d9d5322dbecad1ca880455dacd92e621ed647b812b5fd3224fe"
|
hash = "4269b7e2a817dfd03ce2e43aca5b15b3dc96210a44b0c056d4712722063c5ce0"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -230,27 +234,27 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/light-overlay.toml"
|
file = "mods/light-overlay.toml"
|
||||||
hash = "990781b46d6aaf316fa806319cdf46e67b77ef025d3b7e3ce356b9496cf67e8f"
|
hash = "551328f7f97a853f48d6c6d915e422bfc41eadc50e1180727af2a1d9de60de22"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/lithium.toml"
|
file = "mods/lithium.toml"
|
||||||
hash = "5a5c6174eda3db8594761efaf64308c44702b3f2a25957b0c35825b0109a1ef0"
|
hash = "954032fd7697535870f901eb03abc1439e228de7bc598c7bde3073ad7f5bfeb5"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/minecraftcapes-mod.toml"
|
file = "mods/minecraftcapes-mod.toml"
|
||||||
hash = "355c1dc0735c4cf578f63b12a1571d7c0ef104eb2d5caf2dc974080335303e37"
|
hash = "74c58d7697756dd2052f1260fc7ee356aa669e1427896414c5e5709d297692ce"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/modmenu.toml"
|
file = "mods/modmenu.toml"
|
||||||
hash = "e6f678c40b2bd652cc0b440d77f819719c4a4752511acf7a4be98cc07f392d43"
|
hash = "86f5fc0b25c2d71a6ac6f07dcf0fd168a51b7d3604636d5cd75485835d465c3b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/mouse-wheelie.toml"
|
file = "mods/mouse-wheelie.toml"
|
||||||
hash = "4eaa6783311cadbf5dc965f9bf8ecbac0bf724595be00dfe6bac285259eebb10"
|
hash = "0ef46300ba717d679eaec91b03edac50e5a2881f7c8526eac6e475ee9f86ae50"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -265,17 +269,22 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/not-enough-crashes.toml"
|
file = "mods/not-enough-crashes.toml"
|
||||||
hash = "3c059bb33cf8656273f189f53a7c05289c9f025f54e2936e9200ba1817093f5c"
|
hash = "ac843deb7ea5718a1c736ce5e684e3bdb974dc398963d98edddcdf2a203e04ba"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/ok-zoomer.toml"
|
file = "mods/ok-zoomer.toml"
|
||||||
hash = "cd412f9ce95624d3f54a0b1d1f4e708ce22732f667b0bc77174cc162ac81237a"
|
hash = "f05c443fcccebf9623060065e2319a22f983234dc0d1a7ac1cd6883cd61e93fb"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/open-auth-mod.toml"
|
||||||
|
hash = "7cdd4ee28ad83e2fff101a24764e26bbf254174df201b1db90640a6aaf62a8e4"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/paxi-fabric.toml"
|
file = "mods/paxi-fabric.toml"
|
||||||
hash = "c155118788cbf3f77ee810727026a6d924259199446684b9e91aad66c42a11a9"
|
hash = "e91d14a362664545a26b48f004636bdef52c68d311bab72b0bfe03224ec61987"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -285,32 +294,32 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/plasmo-voice.toml"
|
file = "mods/plasmo-voice.toml"
|
||||||
hash = "57a9ada9e8ce3c8e7ad5329bf9fb23e9e9b67b8218ded7637f6858a6a6b98764"
|
hash = "224007230b67b8319ab69268a3afbb4f9cd92a3f50a75f84320dd4dc39cdc25e"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/replaymod.toml"
|
file = "mods/replaymod.toml"
|
||||||
hash = "3e34335c8ef1e7cdd67398611b5adeb3e5e6dbe01b2dc0a24c20514d12692f79"
|
hash = "40d379702eaaaae3ae2f6f3777ed1738b22a53e73d05053b62d31e5fd5cc40ae"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/roughly-enough-items.toml"
|
file = "mods/roughly-enough-items.toml"
|
||||||
hash = "ee3187bfac3961c573a8e00edd0d2f69e66c4aeb9a65f203781ab1687e2d3856"
|
hash = "8aa67b7d71db2e344dcae8427aa8742459e893705774e1941bed7fff04a8d892"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/sodium-extra.toml"
|
file = "mods/sodium-extra.toml"
|
||||||
hash = "4652412b4d9601b67d9c3f10b9dfa83e43b3c098f40e3fba56554201cce9bfa7"
|
hash = "a0d8ad1d13e07e1270248cb51712268b9ef27e6ab5e8ab16634cca9fa5e12ef0"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/sodium.toml"
|
file = "mods/sodium.toml"
|
||||||
hash = "4aba93a705eb2c6300818297bc1d85329b9b085392810dbf15c79b5e3dd6d0ef"
|
hash = "629cba9c7cd4bfbb4f5be04e7d2ebfb71ef1c44466c7a1614b9c31b78b97f7a1"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/starlight.toml"
|
file = "mods/starlight.toml"
|
||||||
hash = "25004bfaed5d36459fe6c6f7486794338e8b632679f5dd02c3624b961bcf9b9f"
|
hash = "ed3ce42c6cccaa9989d3b7a8769bd4c0a9c643ccb2fdb7d41ef9604163e4a8e6"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -320,17 +329,17 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/viafabric.toml"
|
file = "mods/viafabric.toml"
|
||||||
hash = "ec80192a9e3e5b61b0a30fcf867ddca8600b31f53176f365488fd28d45071436"
|
hash = "91fb8cdc148a085a811ccf1857e5dc1a6c30e0d2110b3cda50ac8ae682ea85e0"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/xaeros-minimap-fair-play-edition.toml"
|
file = "mods/xaeros-minimap-fair-play-edition.toml"
|
||||||
hash = "0bbfbd28914bdf4f1c89424957f9e14d6cd862f9daad53dae4562d9795208ee2"
|
hash = "dcd8899db4b0811b67a25781dd38cd9845e1a92155a8dd2b314fb5821d561dfd"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/xaeros-world-map.toml"
|
file = "mods/xaeros-world-map.toml"
|
||||||
hash = "3387843633739f2242e29e3186f3387be92bcf63674574955caa96e94bd308fe"
|
hash = "8f10cb65455a6ccd28e37027b951465d2db5c7ea10a2326ff8fc57e69ef708bf"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -340,9 +349,5 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/yungs-api-fabric.toml"
|
file = "mods/yungs-api-fabric.toml"
|
||||||
hash = "ce05f69b0c02eeda34b3a31c780343c95fca2bcb77a03c3cb01dea5176022f12"
|
hash = "06280dacd1f58693322fc4b8f9cc65b46d73a51043fc175b6989b00f26d7f3e4"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "vanillia.icon.png"
|
|
||||||
hash = "963d47f1e895030756f0d21ab868f5429960239e49fc2381063427e7e4f103af"
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "AntiGhost"
|
name = "AntiGhost"
|
||||||
filename = "antighost-1.18-fabric0.43.1-1.1.4.jar"
|
filename = "antighost-1.18.2-fabric0.47.10-1.1.4.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3543/423/antighost-1.18-fabric0.43.1-1.1.4.jar"
|
url = "https://edge.forgecdn.net/files/3687/749/antighost-1.18.2-fabric0.47.10-1.1.4.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "619e250c133106bacc3e3b560839bd4b324dfda8"
|
hash = "b9a690827fdaa60388bc297d6bf339c7ffd68261"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3543423
|
file-id = 3687749
|
||||||
project-id = 273279
|
project-id = 273279
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Architectury API (Fabric)"
|
name = "Architectury API (Fabric)"
|
||||||
filename = "architectury-3.7.31.jar"
|
filename = "architectury-4.1.36.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3671/604/architectury-3.7.31.jar"
|
url = "https://edge.forgecdn.net/files/3717/905/architectury-4.1.36.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "cc13217402fe6a8db087da1b5907c820eb7ad631"
|
hash = "8ea54d6c490d8e000ca15e5e8c92c8747535484b"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3671604
|
file-id = 3717905
|
||||||
project-id = 419697
|
project-id = 419697
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "BetterF3"
|
name = "BetterF3"
|
||||||
filename = "BetterF3-1.2.2-Fabric-1.18.jar"
|
filename = "BetterF3-1.2.4-Fabric-1.18.2.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3551/264/BetterF3-1.2.2-Fabric-1.18.jar"
|
url = "https://edge.forgecdn.net/files/3707/871/BetterF3-1.2.4-Fabric-1.18.2.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "e5140d6e028985031d99fd6493af279f22b65290"
|
hash = "f294cc99ffcf244416522f83a533b4b3b0942557"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3551264
|
file-id = 3707871
|
||||||
project-id = 401648
|
project-id = 401648
|
||||||
|
|
13
.minecraft/mods/betterloadingscreen.toml
Normal file
13
.minecraft/mods/betterloadingscreen.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Better Loading Screen"
|
||||||
|
filename = "better-loading-screen-1.4.0.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://edge.forgecdn.net/files/3722/46/better-loading-screen-1.4.0.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "ead3998a3a7efbb5f9998e07e9f5be9302d87997"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 3722046
|
||||||
|
project-id = 594044
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Bobby"
|
name = "Bobby"
|
||||||
filename = "bobby-3.1.0.jar"
|
filename = "bobby-3.1.1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3566/756/bobby-3.1.0.jar"
|
url = "https://edge.forgecdn.net/files/3686/441/bobby-3.1.1.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "380e4a7aa7c746db8bd908991823c9f38b5569a4"
|
hash = "783d7ab7d34e87c0671a9426be0021caee58c1b8"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3566756
|
file-id = 3686441
|
||||||
project-id = 409301
|
project-id = 409301
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Concurrent Chunk Management Engine (Fabric)"
|
|
||||||
filename = "c2me-fabric-mc1.18.1-0.2.0+alpha.6.55-all.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3654/495/c2me-fabric-mc1.18.1-0.2.0+alpha.6.55-all.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "dcc477b1b2f92d5ccad62435657aa985ad8bd8ce"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3654495
|
|
||||||
project-id = 533097
|
|
13
.minecraft/mods/charmonium.toml
Normal file
13
.minecraft/mods/charmonium.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Charmonium"
|
||||||
|
filename = "charmonium-fabric-1.18-4.0.0.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://edge.forgecdn.net/files/3667/869/charmonium-fabric-1.18-4.0.0.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "6f4105f8e2191a1125ae25958228cbf0930508c0"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 3667869
|
||||||
|
project-id = 378696
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Clumps"
|
name = "Clumps"
|
||||||
filename = "Clumps-fabric-1.18.1-8.0.0+5.jar"
|
filename = "Clumps-fabric-1.18.2-8.0.0+7.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3616/323/Clumps-fabric-1.18.1-8.0.0+5.jar"
|
url = "https://edge.forgecdn.net/files/3672/161/Clumps-fabric-1.18.2-8.0.0+7.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "d0b0974f63a1f9618657e8ef16dba7909ef2a13e"
|
hash = "d84d81b9cd41659b5b3472720a925ce263f15fc6"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3616323
|
file-id = 3672161
|
||||||
project-id = 256717
|
project-id = 256717
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Continuity"
|
name = "Continuity"
|
||||||
filename = "continuity-1.1.0+1.18.jar"
|
filename = "continuity-1.1.0+1.18.2.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3655/794/continuity-1.1.0+1.18.jar"
|
url = "https://edge.forgecdn.net/files/3675/822/continuity-1.1.0+1.18.2.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "2bb59162457f3fbe90794c1a8cf3ca9e199e268e"
|
hash = "a5ff4cb7d4c0fc3b5809a52b096b92ccf9d8cb55"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3655794
|
file-id = 3675822
|
||||||
project-id = 531351
|
project-id = 531351
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Dark Loading Screen"
|
|
||||||
filename = "dark-loading-screen-1.6.11.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3470/993/dark-loading-screen-1.6.11.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "4f93411b34bc03e6b6af00f70a6f45190aad9ba7"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3470993
|
|
||||||
project-id = 365727
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Fabric API"
|
name = "Fabric API"
|
||||||
filename = "fabric-api-0.46.6+1.18.jar"
|
filename = "fabric-api-0.48.0+1.18.2.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3671/143/fabric-api-0.46.6+1.18.jar"
|
url = "https://edge.forgecdn.net/files/3689/20/fabric-api-0.48.0+1.18.2.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "c73a64983ee850cda3b98e6bff9831fa6e9260b6"
|
hash = "cead4972f34ec8f2c97813b9824f2a2b02e8fde9"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3671143
|
file-id = 3689020
|
||||||
project-id = 306612
|
project-id = 306612
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Fabrishot"
|
name = "Fabrishot"
|
||||||
filename = "fabrishot-1.6.2.jar"
|
filename = "fabrishot-1.7.0.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3637/125/fabrishot-1.6.2.jar"
|
url = "https://edge.forgecdn.net/files/3672/13/fabrishot-1.7.0.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "b3385f37c464a619637ab4dbb49382553b8bf8d3"
|
hash = "343f31455c666b3979026d8a983abfa9c8ca0c9e"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3637125
|
file-id = 3672013
|
||||||
project-id = 404870
|
project-id = 404870
|
||||||
|
|
13
.minecraft/mods/female-gender-fabric.toml
Normal file
13
.minecraft/mods/female-gender-fabric.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Wildfire's Female Gender Mod (Fabric)"
|
||||||
|
filename = "%5BFabric%5D%20Wildfire%20Female%20Gender%20Mod-2.9.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://edge.forgecdn.net/files/3706/807/%5BFabric%5D%20Wildfire%20Female%20Gender%20Mod-2.9.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "0362038730e106770c66b0844355e729d23b5b19"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 3706807
|
||||||
|
project-id = 456319
|
|
@ -1,13 +1,13 @@
|
||||||
name = "FerriteCore (Fabric)"
|
name = "FerriteCore (Fabric)"
|
||||||
filename = "ferritecore-4.1.2-fabric.jar"
|
filename = "ferritecore-4.2.0-fabric.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3652/642/ferritecore-4.1.2-fabric.jar"
|
url = "https://edge.forgecdn.net/files/3672/143/ferritecore-4.2.0-fabric.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "11d973fe8601658fade9f9981f568efb4b8a5dce"
|
hash = "5e78186d306ca68dd8b5da4f9939126bf96fdbc0"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3652642
|
file-id = 3672143
|
||||||
project-id = 459857
|
project-id = 459857
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Grid"
|
name = "Grid"
|
||||||
filename = "grid-1.18-fabric0.43.1-1.6.6.jar"
|
filename = "grid-1.18.2-fabric0.47.10-1.6.6.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3543/418/grid-1.18-fabric0.43.1-1.6.6.jar"
|
url = "https://edge.forgecdn.net/files/3687/756/grid-1.18.2-fabric0.47.10-1.6.6.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "362625e67c1cd6618b4cf60dc7fc1baaa33ee2fb"
|
hash = "0b5c786c5ce2ed256acfef1b9bd9b6dbd88112aa"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3543418
|
file-id = 3687756
|
||||||
project-id = 310560
|
project-id = 310560
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
name = "Illuminations 🔥"
|
|
||||||
filename = "illuminations-1.10.2.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://edge.forgecdn.net/files/3542/673/illuminations-1.10.2.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "013e14f861c7c996b5a0bf8dbdcbbe45da7f2de1"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 3542673
|
|
||||||
project-id = 292908
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Indium"
|
name = "Indium"
|
||||||
filename = "indium-1.0.2-alpha3+mc1.18.1.jar"
|
filename = "indium-1.0.2+mc1.18.2.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3667/666/indium-1.0.2-alpha3+mc1.18.1.jar"
|
url = "https://edge.forgecdn.net/files/3669/436/indium-1.0.2+mc1.18.2.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "09657e42e26fd30bb3401a15e5ab9cbc05e5e6c0"
|
hash = "9421de0ce575f84ac652694f8f2bc9a468a42375"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3667666
|
file-id = 3669436
|
||||||
project-id = 459496
|
project-id = 459496
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Inspecio"
|
name = "Inspecio"
|
||||||
filename = "inspecio-1.2.1+1.18.jar"
|
filename = "inspecio-1.3.0+1.18.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3599/578/inspecio-1.2.1+1.18.jar"
|
url = "https://edge.forgecdn.net/files/3671/909/inspecio-1.3.0+1.18.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "fa191bb87d909074e95e4e52df6ddde5b2541e87"
|
hash = "12e431e3690312aacf094446e4cb43bfe82aea86"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3599578
|
file-id = 3671909
|
||||||
project-id = 492180
|
project-id = 492180
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Iris Shaders"
|
name = "Iris Shaders"
|
||||||
filename = "iris-mc1.18.1-1.2.0-pre.jar"
|
filename = "iris-mc1.18.2-1.2.2-build.32.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3612/857/iris-mc1.18.1-1.2.0-pre.jar"
|
url = "https://edge.forgecdn.net/files/3687/476/iris-mc1.18.2-1.2.2-build.32.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "94c66f904514e1a7e0ad106542a693e09b603044"
|
hash = "4f414abe310173ea7e270e26dafec8e6c442b9d4"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3612857
|
file-id = 3687476
|
||||||
project-id = 455508
|
project-id = 455508
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "LambdaBetterGrass"
|
name = "LambdaBetterGrass"
|
||||||
filename = "lambdabettergrass-1.2.2+1.17.jar"
|
filename = "lambdabettergrass-1.2.3+1.18.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3584/355/lambdabettergrass-1.2.2+1.17.jar"
|
url = "https://edge.forgecdn.net/files/3684/228/lambdabettergrass-1.2.3+1.18.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "7fef2f1d2c610b9d49721f3e297206c18f9dd0d0"
|
hash = "7f722205950dadc03beef72abbbba2ed2bcf767b"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3584355
|
file-id = 3684228
|
||||||
project-id = 400322
|
project-id = 400322
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Light Overlay (Rift/Forge/Fabric)"
|
name = "Light Overlay (Rift/Forge/Fabric)"
|
||||||
filename = "light-overlay-6.0.4.jar"
|
filename = "light-overlay-6.0.5.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3552/777/light-overlay-6.0.4.jar"
|
url = "https://edge.forgecdn.net/files/3668/243/light-overlay-6.0.5.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "192a54af3094a9c7202519e2f01ff9bdc4f6ea1f"
|
hash = "1c4e17e1557978bb9321cdcf449329a3cd13cfd6"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3552777
|
file-id = 3668243
|
||||||
project-id = 325492
|
project-id = 325492
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Lithium (Fabric)"
|
name = "Lithium (Fabric)"
|
||||||
filename = "lithium-fabric-mc1.18.1-0.7.8.jar"
|
filename = "lithium-fabric-mc1.18.2-0.7.9.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3659/182/lithium-fabric-mc1.18.1-0.7.8.jar"
|
url = "https://edge.forgecdn.net/files/3670/312/lithium-fabric-mc1.18.2-0.7.9.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "8b7cd216fee54b9acc261005cae5acbc856b1933"
|
hash = "2f0298476ba54e8fc640c9bfe132a193db45b92b"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3659182
|
file-id = 3670312
|
||||||
project-id = 360438
|
project-id = 360438
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "MinecraftCapes Mod"
|
name = "MinecraftCapes Mod"
|
||||||
filename = "MinecraftCapes Fabric 1.18.1-12.0.2.jar"
|
filename = "MinecraftCapes Fabric 1.18.2-12.0.2.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3574/423/MinecraftCapes%20Fabric%201.18.1-12.0.2.jar"
|
url = "https://edge.forgecdn.net/files/3673/296/MinecraftCapes%20Fabric%201.18.2-12.0.2.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "9a499f10b7751ad6fc58158c0335fe4d287e9c43"
|
hash = "fd7ac057c157b43e7295ef090cbbf9e200ce2a52"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3574423
|
file-id = 3673296
|
||||||
project-id = 359836
|
project-id = 359836
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Mod Menu"
|
name = "Mod Menu"
|
||||||
filename = "modmenu-3.0.1.jar"
|
filename = "modmenu-3.1.0.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3570/652/modmenu-3.0.1.jar"
|
url = "https://edge.forgecdn.net/files/3668/801/modmenu-3.1.0.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "5b7328a666250330b3dd6a7a5190783d618a0307"
|
hash = "b520422af2fce2d7cd02b6b9ae4f025822670c28"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3570652
|
file-id = 3668801
|
||||||
project-id = 308702
|
project-id = 308702
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Mouse Wheelie (Fabric)"
|
name = "Mouse Wheelie (Fabric)"
|
||||||
filename = "mousewheelie-1.8.5+mc1.18-pre5.jar"
|
filename = "mousewheelie-1.8.8+mc1.18.2.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3699/70/mousewheelie-1.8.5+mc1.18-pre5.jar"
|
url = "https://edge.forgecdn.net/files/3717/990/mousewheelie-1.8.8+mc1.18.2.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "9f7ac13cadfaf84a7bec2e15c31eb7d2b2bf647d"
|
hash = "1f017c632284c23629f41a24130e47f4fa66353f"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3699070
|
file-id = 3717990
|
||||||
project-id = 317514
|
project-id = 317514
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Not Enough Crashes (Fabric)"
|
name = "Not Enough Crashes (Fabric)"
|
||||||
filename = "notenoughcrashes-4.1.4+1.18.1-fabric.jar"
|
filename = "notenoughcrashes-4.1.4+1.18.2-fabric.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3606/828/notenoughcrashes-4.1.4+1.18.1-fabric.jar"
|
url = "https://edge.forgecdn.net/files/3684/963/notenoughcrashes-4.1.4+1.18.2-fabric.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "a6b83e46b3a8b1884f539683042686680729ce2a"
|
hash = "e3452caf15e9f579e82578e60ad9c5847fe592b1"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3606828
|
file-id = 3684963
|
||||||
project-id = 353890
|
project-id = 353890
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Ok Zoomer"
|
name = "Ok Zoomer"
|
||||||
filename = "okzoomer-5.0.0-beta.3+1.17.1.jar"
|
filename = "okzoomer-5.0.0-beta.5+1.18.2.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3538/853/okzoomer-5.0.0-beta.3+1.17.1.jar"
|
url = "https://edge.forgecdn.net/files/3683/180/okzoomer-5.0.0-beta.5+1.18.2.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "aa493f41d89b2a1e1a299ae4ee8073ad39f67dca"
|
hash = "829fedb51030b479d023415eed565930f4a1c1a8"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3538853
|
file-id = 3683180
|
||||||
project-id = 354047
|
project-id = 354047
|
||||||
|
|
8
.minecraft/mods/open-auth-mod.toml
Normal file
8
.minecraft/mods/open-auth-mod.toml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
name = "OpenAuthMod"
|
||||||
|
filename = "OpenAuthMod-Fabric-1.14-1.18.2-2.0.0.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://github.com/RaphiMC/OpenAuthMod/releases/download/v2.0.0/OpenAuthMod-Fabric-1.14-1.18.2-2.0.0.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "c10f0186e5d2f5d325ff2d773425b11252fd8c0f"
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Paxi (Fabric)"
|
name = "Paxi (Fabric)"
|
||||||
filename = "Paxi-Fabric-1.18-1.0.jar"
|
filename = "Paxi-1.18.2-Fabric-2.0.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3631/270/Paxi-Fabric-1.18-1.0.jar"
|
url = "https://edge.forgecdn.net/files/3706/642/Paxi-1.18.2-Fabric-2.0.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "57561e342c429a222f7c93b6d8df87bc31482f39"
|
hash = "caeb795b5ec9e30748e766ba451dcb4d7914cf48"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3631270
|
file-id = 3706642
|
||||||
project-id = 418881
|
project-id = 418881
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Plasmo Voice"
|
name = "Plasmo Voice"
|
||||||
filename = "plasmovoice-fabric-1.18.1-1.2.10.jar"
|
filename = "plasmovoice-fabric-1.18.2-1.2.11-hotfix1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/1bZhdhsH/versions/fabric-1.18-1.2.10/plasmovoice-fabric-1.18.1-1.2.10.jar"
|
url = "https://cdn.modrinth.com/data/1bZhdhsH/versions/fabric-1.18.2-1.2.11/plasmovoice-fabric-1.18.2-1.2.11-hotfix1.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "513bead73c6790869fff03591faa8ba0de5bbfea"
|
hash = "f8635d3a560b2c6cd71a89a2ef83bf1c96abb1fc"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "1bZhdhsH"
|
mod-id = "1bZhdhsH"
|
||||||
version = "GDqzd1zx"
|
version = "Lwy2apRP"
|
||||||
|
|
|
@ -3,6 +3,6 @@ filename = "replaymod-1.18.1-2.6.3.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://minio.replaymod.com/replaymod/replaymod-1.18.1-2.6.3.jar"
|
url = "https://minio.replaymod.com/replaymod/replaymod-1.18.2-2.6.4.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "a68fed1d79349749d92792bd66769957ad9471f7"
|
hash = "76326cb49c8a81f2d0957edd70d3dc1fa67a0274"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Roughly Enough Items Fabric/Forge (REI)"
|
name = "Roughly Enough Items Fabric/Forge (REI)"
|
||||||
filename = "RoughlyEnoughItems-7.3.443.jar"
|
filename = "RoughlyEnoughItems-8.0.442.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3670/493/RoughlyEnoughItems-7.3.443.jar"
|
url = "https://edge.forgecdn.net/files/3670/487/RoughlyEnoughItems-8.0.442.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "145adba5102751f987caca7a65b5b5016dc2a9ea"
|
hash = "d4637681ecaca7ea0aa66aa95009233ccdc35e92"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3670493
|
file-id = 3670487
|
||||||
project-id = 310111
|
project-id = 310111
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Sodium Extra"
|
name = "Sodium Extra"
|
||||||
filename = "sodium-extra-mc1.18.1-0.4.0.jar"
|
filename = "sodium-extra-mc1.18.2-0.4.2.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3652/95/sodium-extra-mc1.18.1-0.4.0.jar"
|
url = "https://edge.forgecdn.net/files/3682/548/sodium-extra-mc1.18.2-0.4.2.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "0a5e52d66faf9ba68cec2d732b72557173a990a0"
|
hash = "8d0a71cef3b11b9403ba12de20c6016fc884b7a5"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3652095
|
file-id = 3682548
|
||||||
project-id = 447673
|
project-id = 447673
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Sodium"
|
name = "Sodium"
|
||||||
filename = "sodium-fabric-mc1.18.1-0.4.0-alpha6+build.14.jar"
|
filename = "sodium-fabric-mc1.18.2-0.4.1+build.15.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3605/309/sodium-fabric-mc1.18.1-0.4.0-alpha6+build.14.jar"
|
url = "https://edge.forgecdn.net/files/3669/187/sodium-fabric-mc1.18.2-0.4.1+build.15.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "795d4c12bffdb1b21eed5ff87c07ce5ca3c0dcbf"
|
hash = "f839863a6be7014b8d80058ea1f361521148d049"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3605309
|
file-id = 3669187
|
||||||
project-id = 394468
|
project-id = 394468
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Starlight (Fabric)"
|
name = "Starlight (Fabric)"
|
||||||
filename = "starlight-1.0.0+fabric.d0a3220.jar"
|
filename = "starlight-1.0.2+fabric.89b8d9f.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3554/912/starlight-1.0.0+fabric.d0a3220.jar"
|
url = "https://edge.forgecdn.net/files/3667/443/starlight-1.0.2+fabric.89b8d9f.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "743b14918588186cae2117d1a9684b400939e6f8"
|
hash = "a436b72ee514bd2b59900159bcc4d461f96ef340"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3554912
|
file-id = 3667443
|
||||||
project-id = 521783
|
project-id = 521783
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "ViaFabric"
|
name = "ViaFabric"
|
||||||
filename = "viafabric-0.4.5+263-main.jar"
|
filename = "viafabric-0.4.6+269-main.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3646/77/viafabric-0.4.5+263-main.jar"
|
url = "https://edge.forgecdn.net/files/3719/228/viafabric-0.4.6+269-main.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "e4300bff353e199673cb875c991fede87bd6d111"
|
hash = "3ad0b15a233ab07df99bbfc71ee97eb46f7a75bc"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3646077
|
file-id = 3719228
|
||||||
project-id = 391298
|
project-id = 391298
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Xaero's Minimap (Fair-play Edition)"
|
name = "Xaero's Minimap (Fair-play Edition)"
|
||||||
filename = "Xaeros_Minimap_FP22.2.0.1_Fabric_1.18.jar"
|
filename = "Xaeros_Minimap_FP22.3.0_Fabric_1.18.2.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3651/693/Xaeros_Minimap_FP22.2.0.1_Fabric_1.18.jar"
|
url = "https://edge.forgecdn.net/files/3677/431/Xaeros_Minimap_FP22.3.0_Fabric_1.18.2.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "bedbf909c9fe55018f6e263d0206a10c00397d8d"
|
hash = "161f6a615dee154f8471888d94beb4dd605150a5"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3651693
|
file-id = 3677431
|
||||||
project-id = 263466
|
project-id = 263466
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Xaero's World Map"
|
name = "Xaero's World Map"
|
||||||
filename = "XaerosWorldMap_1.20.3.1_Fabric_1.18.jar"
|
filename = "XaerosWorldMap_1.20.5_Fabric_1.18.2.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3646/988/XaerosWorldMap_1.20.3.1_Fabric_1.18.jar"
|
url = "https://edge.forgecdn.net/files/3712/769/XaerosWorldMap_1.20.5_Fabric_1.18.2.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "7a2bff2ec1bc66fc4c917f31d6e23ed826e0370c"
|
hash = "684007e27c4e85929ae3403f74d163939559b80c"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3646988
|
file-id = 3712769
|
||||||
project-id = 317780
|
project-id = 317780
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "YUNG's API (Fabric)"
|
name = "YUNG's API (Fabric)"
|
||||||
filename = "YungsApi-1.18-Fabric-36.jar"
|
filename = "YungsApi-1.18.2-Fabric-2.0.7.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://edge.forgecdn.net/files/3638/215/YungsApi-1.18-Fabric-36.jar"
|
url = "https://edge.forgecdn.net/files/3706/620/YungsApi-1.18.2-Fabric-2.0.7.jar"
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "67bcda54b06ac28b9ca55dc6ace9cda6bbe6a95e"
|
hash = "2fb63e1e70737c8cfcf64efa962dd595c981450c"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3638215
|
file-id = 3706620
|
||||||
project-id = 421649
|
project-id = 421649
|
||||||
|
|
|
@ -6,11 +6,11 @@ pack-format = "packwiz:1.0.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "d33167b5e616fee7fcbeaa1c0e90dfea8641251f3acddb4304ec55d16742a661"
|
hash = "a92885828f2c0e33080bb2d8f53d3e318f400e1be8e4ade122f840e4e946631a"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.13.3"
|
fabric = "0.13.3"
|
||||||
minecraft = "1.18.1"
|
minecraft = "1.18.2"
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
acceptable-game-versions = ["1.18"]
|
acceptable-game-versions = ["1.18.2"]
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -37,7 +37,7 @@ technic:
|
||||||
@echo "Making Technic pack"
|
@echo "Making Technic pack"
|
||||||
-rm -rf .technic
|
-rm -rf .technic
|
||||||
-cp -r .minecraft .technic
|
-cp -r .minecraft .technic
|
||||||
mv .technic/vanillia.icon.png .technic/icon.png
|
cp vanillia_icon.png .technic/icon.png
|
||||||
cd .technic && java -jar ../.minecraft/packwiz-installer-bootstrap.jar https://gitlab.com/Merith-TK/vanillia-modpack/-/raw/main/.minecraft/pack.toml && cd ..
|
cd .technic && java -jar ../.minecraft/packwiz-installer-bootstrap.jar https://gitlab.com/Merith-TK/vanillia-modpack/-/raw/main/.minecraft/pack.toml && cd ..
|
||||||
-rm -rf .technic/packwiz* .technic/index.toml .technic/pack.toml .technic/mods/*.toml
|
-rm -rf .technic/packwiz* .technic/index.toml .technic/pack.toml .technic/mods/*.toml
|
||||||
7z d ../vanillia-technic.zip ./* ./.* -r
|
7z d ../vanillia-technic.zip ./* ./.* -r
|
||||||
|
|
39
README.md
39
README.md
|
@ -15,6 +15,10 @@ I am not responsible for server bans, please check with server admins before usi
|
||||||
* API used for mods to make building for forge/fabric easier
|
* API used for mods to make building for forge/fabric easier
|
||||||
* [BadSTDOut](https://modrinth.com/mod/badstdout)
|
* [BadSTDOut](https://modrinth.com/mod/badstdout)
|
||||||
* Makes the logs state which mod is using a `system.out` call,
|
* Makes the logs state which mod is using a `system.out` call,
|
||||||
|
* [BetterF3](https://modrinth.com/mod/betterf3)
|
||||||
|
* Just a better F3,
|
||||||
|
* [Better Loading Screen](https://www.curseforge.com/minecraft/mc-mods/betterloadingscreen)
|
||||||
|
* Brings back the old forge 1.12.2 loading screen
|
||||||
* [BlockMeter](https://www.curseforge.com/minecraft/mc-mods/blockmeterfabric)
|
* [BlockMeter](https://www.curseforge.com/minecraft/mc-mods/blockmeterfabric)
|
||||||
* Client Side measuring tape for building
|
* Client Side measuring tape for building
|
||||||
* [BlockMixer](https://www.curseforge.com/minecraft/mc-mods/blockmixer-fabric)
|
* [BlockMixer](https://www.curseforge.com/minecraft/mc-mods/blockmixer-fabric)
|
||||||
|
@ -23,12 +27,12 @@ I am not responsible for server bans, please check with server admins before usi
|
||||||
* Blurs the background of menus
|
* Blurs the background of menus
|
||||||
* [Bobby](https://modrinth.com/mod/bobby)
|
* [Bobby](https://modrinth.com/mod/bobby)
|
||||||
* Cache's chunks locally so that you can have a Render Distance further than what a server would allow
|
* Cache's chunks locally so that you can have a Render Distance further than what a server would allow
|
||||||
* [C2ME](https://www.curseforge.com/minecraft/mc-mods/c2me-fabric)
|
|
||||||
* Chunk Performance Enhancer
|
|
||||||
* [Chunky](https://modrinth.com/mod/chunky)
|
* [Chunky](https://modrinth.com/mod/chunky)
|
||||||
* Chunk Pregenerator for Single Player
|
* Chunk Pregenerator for Single Player
|
||||||
* [CIT Resewn](https://modrinth.com/mod/cit-resewn)
|
* [CIT Resewn](https://modrinth.com/mod/cit-resewn)
|
||||||
* Optifine's Custom Item Textures
|
* Optifine's Custom Item Textures
|
||||||
|
* [Charmonium](https://modrinth.com/mod/charmonium)
|
||||||
|
* Ambient Sound Overhaul,
|
||||||
* [Clear Despawn](https://modrinth.com/mod/cleardespawn)
|
* [Clear Despawn](https://modrinth.com/mod/cleardespawn)
|
||||||
* Makes Items that are about to despawn more obvious
|
* Makes Items that are about to despawn more obvious
|
||||||
* [Cloth Config](https://www.curseforge.com/minecraft/mc-mods/cloth-config)
|
* [Cloth Config](https://www.curseforge.com/minecraft/mc-mods/cloth-config)
|
||||||
|
@ -63,8 +67,6 @@ I am not responsible for server bans, please check with server admins before usi
|
||||||
* Displays a grid on the ground so you can place blocks in a pattern
|
* Displays a grid on the ground so you can place blocks in a pattern
|
||||||
* [HudTweaks](https://modrinth.com/mod/hudtweaks)
|
* [HudTweaks](https://modrinth.com/mod/hudtweaks)
|
||||||
* Grants full control over your HUD
|
* Grants full control over your HUD
|
||||||
* [Illuminations](https://www.curseforge.com/minecraft/mc-mods/illuminations)
|
|
||||||
* Adds fancy ambient particles!
|
|
||||||
* [Indium](https://modrinth.com/mod/indium)
|
* [Indium](https://modrinth.com/mod/indium)
|
||||||
* Fixes some issues with sodium+iris
|
* Fixes some issues with sodium+iris
|
||||||
* [Inspecio](https://modrinth.com/mod/inspecio)
|
* [Inspecio](https://modrinth.com/mod/inspecio)
|
||||||
|
@ -95,15 +97,8 @@ I am not responsible for server bans, please check with server admins before usi
|
||||||
* various animation tweaks to make things just look right
|
* various animation tweaks to make things just look right
|
||||||
* [OK Zoomer](https://modrinth.com/mod/ok-zoomer)
|
* [OK Zoomer](https://modrinth.com/mod/ok-zoomer)
|
||||||
* Zoom Mod
|
* Zoom Mod
|
||||||
* [Paxi](https://www.curseforge.com/minecraft/mc-mods/paxi-fabric)
|
* [OpenAuth](https://github.com/RaphiMC/OpenAuthMod)
|
||||||
* Automatic Resource and Datapacks
|
* Allows using proxies to connect to servers,
|
||||||
* Included datapacks
|
|
||||||
* [Incendium](https://www.planetminecraft.com/data-pack/incendium-nether-expansion/)
|
|
||||||
* Nether Generation Overhaul by "Starmute"
|
|
||||||
* [Nullscape](https://www.planetminecraft.com/data-pack/nullscape/)
|
|
||||||
* End Generation Overhaul by "Starmute"
|
|
||||||
* [Terralith](https://www.planetminecraft.com/data-pack/terralith-overworld-evolved-100-biomes-caves-and-more/)
|
|
||||||
* Overworld Generation Overhaul by "Starmute"
|
|
||||||
* [Perspective Mod Redux](https://www.curseforge.com/minecraft/mc-mods/perspective-mod-redux)
|
* [Perspective Mod Redux](https://www.curseforge.com/minecraft/mc-mods/perspective-mod-redux)
|
||||||
* 360 degree pivot third person camera
|
* 360 degree pivot third person camera
|
||||||
* [Plasmo Voice](https://modrinth.com/mod/plasmo-voice)
|
* [Plasmo Voice](https://modrinth.com/mod/plasmo-voice)
|
||||||
|
@ -121,6 +116,8 @@ I am not responsible for server bans, please check with server admins before usi
|
||||||
* Better Book and Sign writing
|
* Better Book and Sign writing
|
||||||
* [ViaFabric](https://www.curseforge.com/minecraft/mc-mods/viafabric)
|
* [ViaFabric](https://www.curseforge.com/minecraft/mc-mods/viafabric)
|
||||||
* Allows joining older minecraft servers
|
* Allows joining older minecraft servers
|
||||||
|
* [Wildfires Gender Mod](https://modrinth.com/mod/female-gender)
|
||||||
|
* Adds configurable breasts for players... thats it
|
||||||
* [Xaeros Minimap (Fair Play)](https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap-fair-play-edition)
|
* [Xaeros Minimap (Fair Play)](https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap-fair-play-edition)
|
||||||
* [Xaeros Minimap](https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap), but fair for PVP and Survival Servers
|
* [Xaeros Minimap](https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap), but fair for PVP and Survival Servers
|
||||||
* [Xaeros World Map](https://www.curseforge.com/minecraft/mc-mods/xaeros-world-map)
|
* [Xaeros World Map](https://www.curseforge.com/minecraft/mc-mods/xaeros-world-map)
|
||||||
|
@ -128,14 +125,12 @@ I am not responsible for server bans, please check with server admins before usi
|
||||||
* [Your Options Shall Be Respected](https://www.curseforge.com/minecraft/mc-mods/yosbr)
|
* [Your Options Shall Be Respected](https://www.curseforge.com/minecraft/mc-mods/yosbr)
|
||||||
* Lets me push custom premade configs to the modpack without overriding your own
|
* Lets me push custom premade configs to the modpack without overriding your own
|
||||||
|
|
||||||
## Missing from 1.18.1
|
## Missing from 1.18.2
|
||||||
* [Armor Visibility](https://modrinth.com/mod/armor-visibility)
|
* [Armor Visibility](https://modrinth.com/mod/armor-visibility)
|
||||||
* Toggle Hiding armor clientside
|
* Toggle Hiding armor clientside
|
||||||
* [Charmonium](https://modrinth.com/mod/charmonium)
|
* [C2ME](https://www.curseforge.com/minecraft/mc-mods/c2me-fabric)
|
||||||
* Ambient Sound Overhaul,
|
* Chunk Performance Enhancer
|
||||||
* [Hydrogen](https://modrinth.com/mod/hydrogen)
|
* [Illuminations](https://www.curseforge.com/minecraft/mc-mods/illuminations)
|
||||||
* Lithium, but overkill.
|
* Adds fancy ambient particles!
|
||||||
* [OpenAuth](https://github.com/RaphiMC/OpenAuthMod)
|
* [Paxi](https://www.curseforge.com/minecraft/mc-mods/paxi-fabric)
|
||||||
* Allows using proxies to connect to servers,
|
* Automatic Resource and Datapacks
|
||||||
* [Wildfires Gender Mod](https://modrinth.com/mod/female-gender)
|
|
||||||
* Adds configurable breasts for players... thats it
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
InstanceType=OneSix
|
InstanceType=OneSix
|
||||||
iconKey=vanillia.icon
|
iconKey=vanillia_icon
|
||||||
name=Minecraft Vanillia 1.18.1
|
name=Minecraft Vanillia 1.18.1
|
||||||
OverrideCommands=true
|
OverrideCommands=true
|
||||||
PreLaunchCommand=$INST_JAVA -jar packwiz-installer-bootstrap.jar https://gitlab.com/Merith-TK/vanillia-modpack/-/raw/main/packwiz-data/pack.toml
|
PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap.jar https://gitlab.com/Merith-TK/vanillia-modpack/-/raw/main/.minecraft/pack.toml
|
||||||
|
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
Loading…
Reference in a new issue