Compare commits
No commits in common. "v1.2.2" and "v1.2.1" have entirely different histories.
15
README.md
15
README.md
@ -1,18 +1,4 @@
|
|||||||
# Fabric Lite
|
# Fabric Lite
|
||||||
This is a simple modpack that provides an enhanced, yet still vanilla
|
|
||||||
experience. I mainly made this because I got sick of essentailly making the
|
|
||||||
same modpack over and over again manually.
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
If you have Prism Launcher, the best way to install this is to import the
|
|
||||||
following instance. It comes pre-bundled with
|
|
||||||
[packwiz-installer-bootstrap](https://github.com/packwiz/packwiz-installer-bootstrap),
|
|
||||||
as well as a pre-configured pre-launch command which will keep the instance
|
|
||||||
up-to-date.
|
|
||||||
- https://b2.nullbite.com/file/nullbite-personal/fabric-lite/fabric-lite-minecraft-1.20.1.zip
|
|
||||||
|
|
||||||
Alternatively, install the `.mrpack` files from the [releases](https://gitea.protogen.io/nullbite/fabric-lite/releases) section.
|
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
### Shaders
|
### Shaders
|
||||||
- BSL - CaptTatsu (https://bitslablab.com/)
|
- BSL - CaptTatsu (https://bitslablab.com/)
|
||||||
@ -25,6 +11,7 @@ Alternatively, install the `.mrpack` files from the [releases](https://gitea.pro
|
|||||||
- AppleSkin - squeek502 (https://github.com/squeek502/AppleSkin)
|
- AppleSkin - squeek502 (https://github.com/squeek502/AppleSkin)
|
||||||
- Architectury API - shedaniel (https://github.com/architectury/architectury)
|
- Architectury API - shedaniel (https://github.com/architectury/architectury)
|
||||||
- Auth Me - axieum (https://github.com/axieum/authme)
|
- Auth Me - axieum (https://github.com/axieum/authme)
|
||||||
|
- Better Beds - Motschen (https://github.com/TeamMidnightDust/BetterBeds)
|
||||||
- BetterF3 - treyruffy (https://github.com/cominixo/BetterF3)
|
- BetterF3 - treyruffy (https://github.com/cominixo/BetterF3)
|
||||||
- Better Mount HUD - Lortseam (https://github.com/Lortseam/better-mount-hud)
|
- Better Mount HUD - Lortseam (https://github.com/Lortseam/better-mount-hud)
|
||||||
- Capes - caelthecolher (https://github.com/CaelTheColher/Capes)
|
- Capes - caelthecolher (https://github.com/CaelTheColher/Capes)
|
||||||
|
@ -59,6 +59,11 @@ file = "mods/auth-me.pw.toml"
|
|||||||
hash = "cea9d72f42127f4974afc7120d99dd4042d7342129d465ea4afb11f334749b61"
|
hash = "cea9d72f42127f4974afc7120d99dd4042d7342129d465ea4afb11f334749b61"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/better-beds.pw.toml"
|
||||||
|
hash = "0bf7fa5d6e5b126e110699e85c64b4d86a1d4171d17adfc994936e6f62b81083"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/better-mount-hud.pw.toml"
|
file = "mods/better-mount-hud.pw.toml"
|
||||||
hash = "961a423cc427d4c785354239e8e7b251b5575756b1cf85dd1bc85011b47f0fbf"
|
hash = "961a423cc427d4c785354239e8e7b251b5575756b1cf85dd1bc85011b47f0fbf"
|
||||||
|
13
mods/better-beds.pw.toml
Normal file
13
mods/better-beds.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "Better Beds"
|
||||||
|
filename = "betterbeds-1.3.0-1.19.3.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/kKwy3HU9/versions/oA7DgMo2/betterbeds-1.3.0-1.19.3.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "be8020ab06b679bb33f93a7e9ade8a783985eab0"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "kKwy3HU9"
|
||||||
|
version = "oA7DgMo2"
|
@ -1,12 +1,12 @@
|
|||||||
name = "Fabric Lite"
|
name = "Fabric Lite"
|
||||||
author = "NullBite"
|
author = "NullBite"
|
||||||
version = "1.2.2"
|
version = "1.2.1"
|
||||||
pack-format = "packwiz:1.1.0"
|
pack-format = "packwiz:1.1.0"
|
||||||
|
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "2684a4bf4b00556a0863acbea64a5ba04272c541625d81b473654af3d93312ff"
|
hash = "6629889dbb86a5f948dc769e6a62a20af3ae55bd432de93a7d543fd9e7673056"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.14.21"
|
fabric = "0.14.21"
|
||||||
|
Reference in New Issue
Block a user