Compare commits

..

No commits in common. "v1.2.3" and "v1.2.2" have entirely different histories.

6 changed files with 4 additions and 15 deletions

View File

@ -1,3 +1,2 @@
.gitea/
README.md
release-notes.sh

View File

@ -1,6 +1,6 @@
# Fabric Lite
This is a simple modpack that provides an enhanced, yet still vanilla
experience. I mainly made this because I got sick of essentially making the
experience. I mainly made this because I got sick of essentailly making the
same modpack over and over again manually.
## Installation

View File

@ -14,4 +14,3 @@ onboardAccessibility:false
resourcePacks:["vanilla","fabric","continuity:default","continuity:glass_pane_culling_fix","betterbeds:connectedbeds","midnightcontrols:bedrock","file/VanillaTweaks_r265009.zip"]
incompatibleResourcePacks:["betterbeds:connectedbeds","midnightcontrols:bedrock"]
key_key.saveToolbarActivator:key.keyboard.v
key_iris.keybind.reload:key.keyboard.unknown

View File

@ -30,7 +30,7 @@ hash = "29e8afe5258e9f0cbeb96d3e8ab0cbdb4eadacf48621a6df06a6dece25410547"
[[files]]
file = "config/yosbr/options.txt"
hash = "41150bb1b8b9238fcce207696cd32bd83650f0cd51e8c69c98f2314147f6a6e7"
hash = "95446e151890157ebdc8fa114b1fcbfff0c022403fa2e4f298a55258cef3c339"
[[files]]
file = "config/yosbr/shaderpacks/ComplementaryReimagined_r2.2.zip.txt"

View File

@ -1,12 +1,12 @@
name = "Fabric Lite"
author = "NullBite"
version = "1.2.3"
version = "1.2.2"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "03bccad39f7e72e1d9a1a8cdc81b1902c1a6e038036a1a8c9e1cf759bc256296"
hash = "2684a4bf4b00556a0863acbea64a5ba04272c541625d81b473654af3d93312ff"
[versions]
fabric = "0.14.21"

View File

@ -1,9 +0,0 @@
#!/usr/bin/env bash
current="$(git describe --abbrev=0)"
last="$(git describe $current~ --abbrev=0)"
cat << EOF
Changes:
-
**Full Changelog:** [\`$current...$last\`](https://gitea.protogen.io/nullbite/fabric-lite/compare/$current...$last)
EOF