Add one-time-overrides
This commit is contained in:
parent
84a18da0c1
commit
8d892778cf
4 changed files with 28 additions and 0 deletions
|
@ -7,6 +7,11 @@
|
||||||
|
|
||||||
Additionally, the [`Better Leaves` resource-pack by MidnightDust](https://github.com/TeamMidnightDust/BetterLeavesPack) is preinstalled.
|
Additionally, the [`Better Leaves` resource-pack by MidnightDust](https://github.com/TeamMidnightDust/BetterLeavesPack) is preinstalled.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
We recommend using the [PolyMC launcher](https://polymc.org/) for playing the pack.
|
||||||
|
|
||||||
|
While creating a new instance, you can select the pack after searching for it in the _Modrinth_ tab.
|
||||||
|
|
||||||
## Notable changes
|
## Notable changes
|
||||||
- Click an item frame with an amethyst shard to make it invisible
|
- Click an item frame with an amethyst shard to make it invisible
|
||||||
- Witches drop Luck potions
|
- Witches drop Luck potions
|
||||||
|
|
BIN
banner.png
BIN
banner.png
Binary file not shown.
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 71 KiB |
|
@ -49,6 +49,9 @@
|
||||||
- `Auth Me` — in-game session re-validation
|
- `Auth Me` — in-game session re-validation
|
||||||
- `Not Enough Crashes` — go to title screen on crash
|
- `Not Enough Crashes` — go to title screen on crash
|
||||||
|
|
||||||
|
### Modpack utilities
|
||||||
|
- `OneTimeOverrides`
|
||||||
|
|
||||||
### Library
|
### Library
|
||||||
- `Architectury API`
|
- `Architectury API`
|
||||||
- `bad packets`
|
- `bad packets`
|
||||||
|
|
20
src/client/mods/one-time-overrides.hm.json
Normal file
20
src/client/mods/one-time-overrides.hm.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"formatVersion": 1,
|
||||||
|
"enabled": true,
|
||||||
|
"version": {
|
||||||
|
"name": "1.0.0",
|
||||||
|
"size": 72440,
|
||||||
|
"fileName": "one-time-overrides-v1.0.0.jar",
|
||||||
|
"downloadUrl": "https://cdn.modrinth.com/data/u8AlhlLv/versions/UdvdIyPk/one-time-overrides-v1.0.0.jar",
|
||||||
|
"hashes": {
|
||||||
|
"sha1": "56631238d09bfe30907850edb4ec571e825179a2",
|
||||||
|
"sha512": "8b107d316a1cca626b2bc1d289942903960cceeb4a549f1ecb27c90661637aa4f5a5e50d365c7e9b7ada283f327eb36fab05ae9accc391aae3946177039eaf05"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"type": "modrinth",
|
||||||
|
"modId": "u8AlhlLv",
|
||||||
|
"versionId": "UdvdIyPk",
|
||||||
|
"ignoreUpdates": false
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue