Add "Here be no Dragons!"
This commit is contained in:
parent
f293a2f68d
commit
63cb016efa
3 changed files with 30 additions and 3 deletions
10
README.md
10
README.md
|
@ -5,13 +5,15 @@
|
||||||
|
|
||||||
[**📄 Included mods**](./docs/mods.md)
|
[**📄 Included mods**](./docs/mods.md)
|
||||||
|
|
||||||
Additionally, the [`Better Leaves` resource-pack by MidnightDust](https://github.com/TeamMidnightDust/BetterLeavesPack) is preinstalled.
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
We recommend using the [PolyMC launcher](https://polymc.org/) for playing the pack.
|
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.
|
While creating a new instance, you can select the pack after searching for it in the _Modrinth_ tab.
|
||||||
|
|
||||||
|
### Additional recommendations
|
||||||
|
- [`Terralith`](https://www.planetminecraft.com/data-pack/terralith-overworld-evolved-100-biomes-caves-and-more/) — Datapack adding many new biomes
|
||||||
|
- [`Complementary Shaders`](https://www.curseforge.com/minecraft/customization/complementary-shaders) — Highly-configurable shader-pack
|
||||||
|
|
||||||
## 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
|
||||||
|
@ -24,7 +26,9 @@ While creating a new instance, you can select the pack after searching for it in
|
||||||
## Development
|
## Development
|
||||||
[horizr CLI](https://github.com/horizr/cli) is used for pack management.
|
[horizr CLI](https://github.com/horizr/cli) is used for pack management.
|
||||||
|
|
||||||
The `Better Leaves` resource-pack must be updated manually.
|
### Not from Modrinth
|
||||||
|
These must be manually updated:
|
||||||
|
- [`Better Leaves` (resource-pack)](https://github.com/TeamMidnightDust/BetterLeavesPack) v6.2
|
||||||
|
|
||||||
### Interoperability entry-points
|
### Interoperability entry-points
|
||||||
When new items/blocks/entities/structures are added, the configuration files of the following mods should be adjusted (if necessary).
|
When new items/blocks/entities/structures are added, the configuration files of the following mods should be adjusted (if necessary).
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
# Mods
|
# Mods
|
||||||
|
|
||||||
|
The [`Better Leaves` resource-pack by MidnightDust](https://github.com/TeamMidnightDust/BetterLeavesPack) is preinstalled.
|
||||||
|
|
||||||
## Included
|
## Included
|
||||||
### Performance
|
### Performance
|
||||||
- `Cull Leaves` — culling for leaf blocks
|
- `Cull Leaves` — culling for leaf blocks
|
||||||
|
|
20
src/client/mods/here-be-no-dragons.hm.json
Normal file
20
src/client/mods/here-be-no-dragons.hm.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"formatVersion": 1,
|
||||||
|
"enabled": true,
|
||||||
|
"version": {
|
||||||
|
"name": "1.0.0",
|
||||||
|
"size": 6533,
|
||||||
|
"fileName": "here-be-no-dragons-1.0.0.jar",
|
||||||
|
"downloadUrl": "https://cdn.modrinth.com/data/WXDvMkR5/versions/1.0.0/here-be-no-dragons-1.0.0.jar",
|
||||||
|
"hashes": {
|
||||||
|
"sha1": "0564401b5be9b9e510dee00faa0979ea8a822ac0",
|
||||||
|
"sha512": "1e28ef1eadf4a828f53784a27c52c06f4b8daf60da0ca258e8c8a384fc72ea974fb7902fd4c49214a09e52adc5a3d2c1b1ca077d9c98883fccb9fd94662f8ba0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"type": "modrinth",
|
||||||
|
"modId": "WXDvMkR5",
|
||||||
|
"versionId": "Fi3C0IO5",
|
||||||
|
"ignoreUpdates": false
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue