mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-22 22:29:30 +00:00
Overhaul 1.18
This commit is contained in:
parent
37f1c36930
commit
7a3aada1e6
36 changed files with 77 additions and 63 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -2,8 +2,12 @@
|
|||
.minecraft/.fabric
|
||||
.minecraft/config
|
||||
.minecraft/coremods
|
||||
.minecraft/crash-reports
|
||||
.minecraft/essential
|
||||
.minecraft/logs
|
||||
.minecraft/ModTranslations
|
||||
.minecraft/not-enough-crashes
|
||||
.minecraft/patched_shaders
|
||||
.minecraft/resourcepacks
|
||||
.minecraft/saves
|
||||
.minecraft/screenshots
|
||||
|
@ -14,10 +18,15 @@
|
|||
.minecraft/usercache.json
|
||||
.minecraft/whitelist.json
|
||||
.minecraft/options.txt
|
||||
.minecraft/options.amecsapi.txt
|
||||
.minecraft/servers.dat
|
||||
.minecraft/servers.dat_old
|
||||
|
||||
/instance.cfg
|
||||
/.packignore
|
||||
|
||||
!.minecraft/config/yosbr/*
|
||||
*.disabled
|
||||
|
||||
update-pack.data/.*
|
||||
update-pack.data/*/
|
||||
|
|
|
@ -1,55 +1,55 @@
|
|||
{
|
||||
"id": "1.18",
|
||||
"inheritsFrom": "1.18",
|
||||
"releaseTime": "2021-11-30T20:34:27+00:00",
|
||||
"time": "2021-11-30T20:34:27+00:00",
|
||||
"type": "release",
|
||||
"minecraftArguments": "--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userType ${user_type} --versionType ${version_type}",
|
||||
"libraries": [
|
||||
{
|
||||
"name": "net.fabricmc:fabric-loader:0.12.6",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "net.fabricmc:yarn:1.18+build.1",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "net.fabricmc:tiny-mappings-parser:0.3.0+build.17",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "net.fabricmc:sponge-mixin:0.10.7+mixin.0.8.4",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "net.fabricmc:tiny-remapper:0.6.0",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "net.fabricmc:access-widener:2.0.1",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "org.ow2.asm:asm:9.2",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "org.ow2.asm:asm-analysis:9.2",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "org.ow2.asm:asm-commons:9.2",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "org.ow2.asm:asm-tree:9.2",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "org.ow2.asm:asm-util:9.2",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
}
|
||||
],
|
||||
"mainClass": "net.fabricmc.loader.impl.launch.knot.KnotClient"
|
||||
"id": "1.18.1",
|
||||
"inheritsFrom": "1.18.1",
|
||||
"releaseTime": "2022-01-15T20:38:05+0000",
|
||||
"time": "2022-01-15T20:38:05+0000",
|
||||
"type": "release",
|
||||
"minecraftArguments": "--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userType ${user_type} --versionType ${version_type}",
|
||||
"libraries": [
|
||||
{
|
||||
"name": "net.fabricmc:tiny-mappings-parser:0.3.0+build.17",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "net.fabricmc:sponge-mixin:0.10.7+mixin.0.8.4",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "net.fabricmc:tiny-remapper:0.6.0",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "net.fabricmc:access-widener:2.0.1",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "org.ow2.asm:asm:9.2",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "org.ow2.asm:asm-analysis:9.2",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "org.ow2.asm:asm-commons:9.2",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "org.ow2.asm:asm-tree:9.2",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "org.ow2.asm:asm-util:9.2",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "net.fabricmc:intermediary:1.18.1",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
},
|
||||
{
|
||||
"name": "net.fabricmc:fabric-loader:0.12.12",
|
||||
"url": "https://maven.fabricmc.net/"
|
||||
}
|
||||
],
|
||||
"mainClass": "net.fabricmc.loader.impl.launch.knot.KnotClient"
|
||||
}
|
BIN
.minecraft/mods/BetterF3-1.1.5+1.18.jar
Normal file
BIN
.minecraft/mods/BetterF3-1.1.5+1.18.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/CITResewn-0.8.1-1.18.jar
Normal file
BIN
.minecraft/mods/CITResewn-0.8.1-1.18.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/Chunky-1.2.154.jar
Normal file
BIN
.minecraft/mods/Chunky-1.2.154.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/ClearDespawn-1.18-rc4-1.1.5.jar
Normal file
BIN
.minecraft/mods/ClearDespawn-1.18-rc4-1.1.5.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/HUDTweaks-1.2.1-beta.jar
Normal file
BIN
.minecraft/mods/HUDTweaks-1.2.1-beta.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/InventoryHUD-fabric-[1.18]+-3.4.1.jar
Normal file
BIN
.minecraft/mods/InventoryHUD-fabric-[1.18]+-3.4.1.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/Nimble-1.18-pre7-fabric-2.0.0.jar
Normal file
BIN
.minecraft/mods/Nimble-1.18-pre7-fabric-2.0.0.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/RoughlyEnoughItems-7.1.368.jar
Normal file
BIN
.minecraft/mods/RoughlyEnoughItems-7.1.368.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/animatica-0.2+1.18.jar
Normal file
BIN
.minecraft/mods/animatica-0.2+1.18.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/architectury-3.4.9.jar
Normal file
BIN
.minecraft/mods/architectury-3.4.9.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/blockmeter-1.6-fabric_1_18.jar
Normal file
BIN
.minecraft/mods/blockmeter-1.6-fabric_1_18.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/blockmixer-1.0.0.jar
Normal file
BIN
.minecraft/mods/blockmixer-1.0.0.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/blur-2.4.1.jar
Normal file
BIN
.minecraft/mods/blur-2.4.1.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/c2me-fabric-mc1.18.1-0.2.0+alpha.6.1-all.jar
Normal file
BIN
.minecraft/mods/c2me-fabric-mc1.18.1-0.2.0+alpha.6.1-all.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/continuity-1.0.3+1.18.jar
Normal file
BIN
.minecraft/mods/continuity-1.0.3+1.18.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/dark-loading-screen-1.6.11.jar
Normal file
BIN
.minecraft/mods/dark-loading-screen-1.6.11.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
.minecraft/mods/fabric-api-0.45.0+1.18.jar
Normal file
BIN
.minecraft/mods/fabric-api-0.45.0+1.18.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/grid-1.18-fabric0.43.1-1.6.6.jar
Normal file
BIN
.minecraft/mods/grid-1.18-fabric0.43.1-1.6.6.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/illuminations-1.10.2.jar
Normal file
BIN
.minecraft/mods/illuminations-1.10.2.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/indium-1.0.2-alpha2+mc1.18.1.jar
Normal file
BIN
.minecraft/mods/indium-1.0.2-alpha2+mc1.18.1.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/inspecio-1.1.0+1.17.jar
Normal file
BIN
.minecraft/mods/inspecio-1.1.0+1.17.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
.minecraft/mods/light-overlay-6.0.4.jar
Normal file
BIN
.minecraft/mods/light-overlay-6.0.4.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/modmenu-3.0.0.jar
Normal file
BIN
.minecraft/mods/modmenu-3.0.0.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/mousewheelie-1.8.0+mc1.18-pre5 (1).jar
Normal file
BIN
.minecraft/mods/mousewheelie-1.8.0+mc1.18-pre5 (1).jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/notenoughcrashes-4.1.3+1.18.1-fabric.jar
Normal file
BIN
.minecraft/mods/notenoughcrashes-4.1.3+1.18.1-fabric.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/okzoomer-5.0.0-beta.3+1.17.1.jar
Normal file
BIN
.minecraft/mods/okzoomer-5.0.0-beta.3+1.17.1.jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/sodium-extra-mc1.18.1-0.3.8.jar
Normal file
BIN
.minecraft/mods/sodium-extra-mc1.18.1-0.3.8.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
.minecraft/mods/stendhal-1.2.0-1.18 (1).jar
Normal file
BIN
.minecraft/mods/stendhal-1.2.0-1.18 (1).jar
Normal file
Binary file not shown.
BIN
.minecraft/mods/yosbr-0.1.1.jar
Normal file
BIN
.minecraft/mods/yosbr-0.1.1.jar
Normal file
Binary file not shown.
|
@ -16,11 +16,14 @@ Does not add any actual content to the game and is compliant with most server's
|
|||
* [Fabric API](https://modrinth.com/mod/fabric-api)
|
||||
* Needed Library for most of the mods here
|
||||
|
||||
* [Iris Shaders](https://irisshaders.net/)
|
||||
* [Iris Shaders Beta](https://irisshaders.net/)
|
||||
* Better Shaders mod for Fabric
|
||||
* Performs better than optifine
|
||||
* Doesnt crash
|
||||
* Compatible with most popular optifine shaders
|
||||
* BETA DOWNLOAD
|
||||
* https://discord.gg/jQJnav2jPu
|
||||
* https://discord.com/channels/774352792659820594/883067831485366304/931403400183160872
|
||||
|
||||
* [Lamb Dynamic Lights](https://www.modrinth.com/mod/lambdynamiclights)
|
||||
* Dynamic Lighting, when holding a torch, the area around you lights up
|
||||
|
@ -28,6 +31,8 @@ Does not add any actual content to the game and is compliant with most server's
|
|||
* [MinecraftCapes](https://minecraftcapes.net/)
|
||||
* Custom (***free***) Capes for Minecraft
|
||||
|
||||
* [Sodium 1.18-0.4.0-alpha5](https://github.com/CaffeineMC/sodium-fabric/releases/tag/mc1.18-0.4.0-alpha5)
|
||||
* [Sodium](https://github.com/CaffeineMC/sodium-fabric/releases/tag/mc1.18-0.4.0-alpha5)
|
||||
* no longer bundled in iris,
|
||||
* gives performance for iris
|
||||
* [Betterf3](https://modrinth.com/mod/betterf3)
|
||||
*
|
|
@ -17,24 +17,24 @@
|
|||
"uid": "org.lwjgl3"
|
||||
}
|
||||
],
|
||||
"cachedVersion": "1.18",
|
||||
"cachedVersion": "1.18.1",
|
||||
"important": true,
|
||||
"uid": "net.minecraft",
|
||||
"version": "1.18"
|
||||
"version": "1.18.1"
|
||||
},
|
||||
{
|
||||
"cachedName": "Intermediary Mappings",
|
||||
"cachedRequires": [
|
||||
{
|
||||
"equals": "1.18",
|
||||
"equals": "1.18.1",
|
||||
"uid": "net.minecraft"
|
||||
}
|
||||
],
|
||||
"cachedVersion": "1.18",
|
||||
"cachedVersion": "1.18.1",
|
||||
"cachedVolatile": true,
|
||||
"dependencyOnly": true,
|
||||
"uid": "net.fabricmc.intermediary",
|
||||
"version": "1.18"
|
||||
"version": "1.18.1"
|
||||
},
|
||||
{
|
||||
"cachedName": "Fabric Loader",
|
||||
|
@ -43,9 +43,9 @@
|
|||
"uid": "net.fabricmc.intermediary"
|
||||
}
|
||||
],
|
||||
"cachedVersion": "0.12.6",
|
||||
"cachedVersion": "0.12.12",
|
||||
"uid": "net.fabricmc.fabric-loader",
|
||||
"version": "0.12.6"
|
||||
"version": "0.12.12"
|
||||
}
|
||||
],
|
||||
"formatVersion": 1
|
||||
|
|
Loading…
Reference in a new issue