Skip to content

Commit

Permalink
feat(root): Initialized repo with modpack and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-devv committed Sep 27, 2023
1 parent afa2fec commit 2c3c89a
Show file tree
Hide file tree
Showing 70 changed files with 2,067 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -2,4 +2,6 @@
*.zip

# Exclude exported Modrinth modpacks
*.mrpack
*.mrpack

packwiz
14 changes: 14 additions & 0 deletions README.md
@@ -0,0 +1,14 @@
<br>
<h1>🗡️ Wynncraft 101 🏹</h1>

<center>A Simple modpack for playing <b><a href="https://wynncraft.com/">Wynncraft</a></b>.</center>

<hr>

<p>This modpack's main goal is to provide a simple/minimalistic experience for wynncraft. Only the most important (In my opinion) mods are included.</p>

- 1.19.4 Quilt/Forge will be supported fully when Wynntils Artemis Stable releases.

<hr>

<center>This modpack is fan made! Unaffiliated with Mojang or Wynncraft<center>
Binary file added assets/banner.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
23 changes: 23 additions & 0 deletions forge/CHANGELOG.md
@@ -0,0 +1,23 @@
# Changelog

## 0.1.0 (2023-09-27)

### ☀ Modpack Changes

* Added ModernFix

### ⚘ Modpack Updates

* Update Wynntils

### ♻ Bug Fixes

* **config:** Set soundCategory_music to 0
* **packwiz:** Version number in pack.toml
* **packwiz:** Me breaking everything ([c2388df](https://github.com/Aninuscsalas/wynncraft-101/commit/c2388dfa9dbba61e05c31ad1cc69dfa383a362c1))
* **packwiz:** Version number in pack.toml ([f54a00f](https://github.com/Aninuscsalas/wynncraft-101/commit/f54a00fca735d326b7e1b55aa8ead9c7b6ef2641))

### ⛭ Miscellaneous

* **config:** Removed unneeded fancymenu configs

73 changes: 73 additions & 0 deletions forge/config/fancymenu/config.txt
@@ -0,0 +1,73 @@
##[general]

[If menu background sounds added by FancyMenu should be played when a world is loaded.]
B:playbackgroundsoundsinworld = 'false';
B:forcefullscreen = 'false';
[If menu background sounds added by FancyMenu should be played or not.]
B:playbackgroundsounds = 'true';
[A minecraft restart is required after changing this value.]
B:enablehotkeys = 'true';
B:playmenumusic = 'true';
S:variables_to_reset_on_launch = '';
B:showdebugwarnings = 'true';
[Sets the default GUI scale on first launch. Useful for modpacks. Cache data is saved in '/mods/fancymenu/'.]
I:defaultguiscale = '-1';


##[customization]

B:advancedmode = 'false';
B:showcustomizationbuttons = 'false';


##[loading]

B:allowgameintroskip = 'true';
B:showanimationloadingstatus = 'true';
S:gameintroanimation = '';
B:preloadanimations = 'false';
S:customgameintroskiptext = '';


##[minecraftwindow]

[A minecraft restart is required after changing this value.]
S:customwindowtitle = '';
[A minecraft restart is required after changing this value.]
B:customwindowicon = 'true';


##[world_loading_screen]

B:showloadingscreenanimation = 'true';
B:showloadingscreenpercent = 'true';


##[multiplayer_screen]

B:show_server_icons = 'true';


##[singleplayer_screen]

B:show_world_icons = 'true';


##[layouteditor]

I:gridsize = '10';
B:editordeleteconfirmation = 'true';
B:showgrid = 'false';
[If the warning when trying to move an vanilla button without an orientation should be displayed or not.]
B:showvanillamovewarning = 'true';


##[ui]

B:show_unicode_warning = 'true';
F:uiscale = '1.0';


##[compatibility]

B:allow_level_registry_interactions = 'true';
8 changes: 8 additions & 0 deletions forge/config/fancymenu/customizablemenus.txt
@@ -0,0 +1,8 @@
type = customizablemenus

net.minecraft.class_429 {
}

net.minecraft.class_442 {
}

0 comments on commit 2c3c89a

Please sign in to comment.