From 0bf38ac6342a4ee1e80160a3cb69df8f9fb8982e Mon Sep 17 00:00:00 2001 From: VoidLeech Date: Thu, 4 Jul 2024 18:21:54 +0200 Subject: [PATCH] docs: update compat (cherry picked from commit 8c38bd52d8ea540a636a935a34d8437f4abf8fb6) --- docs/mod-compat.md | 35 ++++++++++++++++++++++++++++++++++- readme.md | 6 ++++++ 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/docs/mod-compat.md b/docs/mod-compat.md index 6ce7313..e782e62 100644 --- a/docs/mod-compat.md +++ b/docs/mod-compat.md @@ -11,6 +11,12 @@ | Environmental | + | + | - | - | - | - | - | | More Paths Repathed | + | + | - | - | - | - | - | | Undergarden Paths | + | + | - | + | + | + | - | +| Naturalist | + | + | - | + | - | - | - | +| Ravage & Cabbage | - | - | - | + | - | - | - | +| RideableRavagers | - | - | - | + | - | - | - | +| RideablePolarBears | - | - | - | + | - | - | - | +| Snow Pig | + | + | - | + | - | + | + | +| Roost Re-hatched | - | - | - | + | - | - | - | # Details @@ -73,6 +79,33 @@ - Warped Nylium Path ### Undergarden Paths +#### Blocks - Deepsoil Path - Ashen Deepturf Path -- Frozen Deepturf Path \ No newline at end of file +- Frozen Deepturf Path + +### Naturalist +#### Mobs +- Zebra +- Giraffe + +### Ravage & Cabbage +#### Mobs +- Ravager (Theirs, not the one from Vanilla) + +### RideableRavagers +#### Mobs +- Ravager (From Vanilla, still only works with RideableRavagers) + +### RideablePolarBears +#### Mobs +- Polar Bear (From Vanilla, still only works with RideablePolarBears) + +### Snow Pig +#### Mobs +- Snow Pig + +### Roost Re-hatched +#### Mobs +- Roost +- ~~Regal Roost~~ (found via summon, not currently obtainalble/rideable so not yet supported) \ No newline at end of file diff --git a/readme.md b/readme.md index d7b6c2f..a3f0cc6 100644 --- a/readme.md +++ b/readme.md @@ -29,6 +29,12 @@ If you don't have one of these mods, the data pack will still work, without erro - Environmental - More Paths Repathed - Undergarden Paths +- Naturalist +- Ravage & Cabbage +- RideableRavagers +- RideablePolarBears +- Snow Pig +- Roost Re-hatched ### Editing The values for this data pack can be overwritten or added to like any other. See the [Minecraft Wiki on Tag Json Format](https://minecraft.wiki/w/Tag#JSON_format) for how-to. You'll have to create a folder dedicated to Paths are Roads in your data folder, and then use the same folder and file names used by Paths are Roads. The ones one should typically need are listed and linked in [docs/editing.md](docs/editing.md). Currently, there are two versions: [1.18.2-1.20.6](https://github.com/VoidLeech/Paths-Are-Roads/blob/1.20.1/dev/docs/editing.md) and [1.21](https://github.com/VoidLeech/Paths-Are-Roads/blob/1.21/dev/docs/editing.md). The docs on the branch for your version will always be accurate.