Skip to content

Commit

Permalink
Merge pull request #2 from MysticMoonlight/dec-29-2022
Browse files Browse the repository at this point in the history
1.19.3-pre3
  • Loading branch information
RoonMoonlight authored Dec 29, 2022
2 parents dc59f00 + 75ae7d1 commit 19fe97e
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ Since it is Fabric based, you are free to add mods you wish to use. However some
* [FabricSkyboxes](https://modrinth.com/mod/fabricskyboxes)
* [FabricSkyboxes Interop](https://modrinth.com/mod/fabricskyboxes-interop)
* [Iris Shaders](https://modrinth.com/mod/iris)
* [LambDynamicLights](https://modrinth.com/mod/lambdynamiclights)
* [OptiGUI](https://modrinth.com/mod/optigui)
* [Puzzle](https://modrinth.com/mod/puzzle)

### UI Mod
* [AppleSkin](https://modrinth.com/mod/appleskin)
Expand Down Expand Up @@ -119,8 +121,6 @@ These mods are incompatible at the moment.
* [Colormatic](https://modrinth.com/mod/colormatic)
* [Continuity](https://modrinth.com/mod/continuity)
* [LambdaBetterGrass](https://modrinth.com/mod/lambdabettergrass)
* [LambDynamicLights](https://modrinth.com/mod/lambdynamiclights)
* [Puzzle](https://modrinth.com/mod/puzzle)

### UI Mod
* [KronHUD](https://modrinth.com/mod/kronhud)
Expand All @@ -129,5 +129,13 @@ These mods are incompatible at the moment.
* [DarkKore](https://modrinth.com/mod/darkkore)

### Note
* If the mod page displays old Minecraft version(Like 1.18.2, etc), check out the Files tab on CurseForge/Modrinth and find the latest fabric version.
By using this modpack, you agree to the following:
* Our modpacks are designed to comply with most community server rules in mind. Please add/remove mods at your own risk. By installing this modpack, you agree that Mystic Moonlight, mod authors and Mojang Studios are NOT responsible for any bans or suspension from community server from modifying the list of mods.
* This modpack is using Starlight for chunk optimization. Due to nature of the mod, disabling will cause slower loading of the world, and it is safe to ignore them.
* For your safety and privacy concerns, our modpack includes 'No Chat Report' mod to disable chat reporting. Please note you may not join some of servers with chat signing enforced. In that case, please contact the server owner to disable chat signing enforced setting.
* Due to EULA related issues, cape system is not included on this modpack, and never will.
* Due to copyright concerns, resource packs and shader packs are not included on our modpack. You need to install them manually.
* You may fork and remix this project. However to prevent any confusion, please refrain from using our 'Kosmos' or 'Steria' name and logo on your remix modpack.



9 changes: 9 additions & 0 deletions config/dark-loading-screen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"background": "00032a",
"bar": "f1a963",
"barBackground": "000000",
"border": "303336",
"logo": "ffffff",
"fadeIn": 1.0,
"fadeOut": 2.0
}
41 changes: 41 additions & 0 deletions config/isxander-main-menu-credits.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"main_menu": {
"top_left": [
{
"text": "Pre-Release 3",
"color": "red"
}
],
"top_right": [],
"bottom_left": [
{
"text": " "
},
{
"text": "Kosmos 1.19.3 Schnee Tiger"
}
],
"bottom_right": [
{
"text": "v1.19.3-pre3"
}
],
"mod_blacklist": []
},
"pause_menu": {
"top_left": [
{
"text": "Pre-Release 3",
"color": "red"
}
],
"top_right": [],
"bottom_left": [
{
"text": "Kosmos v1.19.3-pre3"
}
],
"bottom_right": [],
"mod_blacklist": []
}
}

0 comments on commit 19fe97e

Please sign in to comment.