Skip to content

Commit

Permalink
Replace all fandom and gamepedia vanilla wiki links with new wiki
Browse files Browse the repository at this point in the history
Long live minecraft.wiki
  • Loading branch information
williewillus committed Sep 24, 2023
1 parent 459f98a commit 106a9c7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion web/docs/patchouli-basics/advancement-locking.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Entries in your Patchouli books can be locked until certain Advancements are
accomplished. This page will give you a quick primer on how to accomplish this.

* First things first, create your advancement. If you're a modder, make it as you usually
would ([Minecraft Wiki reference](https://minecraft.gamepedia.com/Advancements)), and
would ([Minecraft Wiki reference](https://minecraft.wiki/w/Advancement/JSON_format)), and
place it in `/data/MODID/advancements`. If you're a modpack maker, you'll need to load
your advancements using another mod, such as
[OpenLoader](https://www.curseforge.com/minecraft/mc-mods/open-loader).
Expand Down
2 changes: 1 addition & 1 deletion web/docs/patchouli-basics/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ patchouli_books so that it looks like this:
* `templates` (empty folder)

You may have as many books as you want, even within the same mod(pack). Each book has a
[Namespaced ID](https://minecraft.fandom.com/wiki/Namespaced_ID). If the book is part of a
[resource location](https://minecraft.wiki/w/Resource_location). If the book is part of a
mod, the namespace is that mod's ID. If the book is loaded from the
`.minecraft/patchouli_books` folder, the namespace is `patchouli`. The second part of the
namespaced ID is the name you chose above. So for Botania, the full book ID is
Expand Down
2 changes: 1 addition & 1 deletion web/docs/patchouli-basics/giving-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ whose reward is the book. Advancement rewards are one-time-only, so unless the a
is revoked from the player, this should happen once, immediately when the player joins the
world for the first time.

Please check the [vanilla wiki](https://minecraft.fandom.com/wiki/Advancement/JSON_format)
Please check the [vanilla wiki](https://minecraft.wiki/w/Advancement/JSON_format)
for details.

Below is a brief example:
Expand Down
2 changes: 1 addition & 1 deletion web/docs/patchouli-basics/page-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ The text to display on this page, under the entity. This text can be

The item or items to be spotlit. Can be a JSON object or String.

If a JSON object, follows the [vanilla format for recipe ingredients](https://minecraft.fandom.com/wiki/Recipe#crafting_shaped).
If a JSON object, follows the [vanilla format for recipe ingredients](https://minecraft.wiki/w/Recipe#crafting_shaped).

That is, either a JSON object with the key `item` or the key `tag`. If you have any mods
that extend the Ingredient format with additional functionality (e.g. NBT support), it
Expand Down
6 changes: 3 additions & 3 deletions web/docs/patchouli-basics/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ The [Wikipedia page](https://en.wikipedia.org/wiki/JSON#Syntax) provides a good

### Namespaced ID's
Namespaced ID's are how Minecraft gives things unique names. Please read the [vanilla wiki
page](https://minecraft.fandom.com/wiki/Resource_location) on the subject carefully.
page](https://minecraft.wiki/w/Resource_location) on the subject carefully.

### Pack Layout
You should have a basic understanding of how resource packs and data packs are laid out,
from the root folder to the `/assets/` and `/data/` directories. The corresponding vanilla
wiki pages have more information about this for [resource
packs](https://minecraft.fandom.com/wiki/Resource_Pack#Folder_structure) and [data
packs](https://minecraft.fandom.com/wiki/Data_Pack#Folder_structure) respectively.
packs](https://minecraft.wiki/w/Resource_Pack#Folder_structure) and [data
packs](https://minecraft.wiki/w/Data_Pack#Folder_structure) respectively.
2 changes: 1 addition & 1 deletion web/docs/reference/book-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ your own! They're provided for modpack makers. Patchouli automatically takes car
registering any models you pass in to this, so you don't have to mess with any code for
them yourself.

An [item predicate](https://minecraft.fandom.com/wiki/Tutorials/Models#Item_predicates)
An [item predicate](https://minecraft.wiki/w/Tutorials/Models#Item_predicates)
called `patchouli:completion` is provided for book models, whose value is equal to the
fraction of entries unlocked in the book, which allows book models to change their display
as they're more completed.
Expand Down

0 comments on commit 106a9c7

Please sign in to comment.