Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Minecraft Wiki links to new domain after fork #603

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wiki/Settings---Player.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ NOTE: The player only need to have one tag from the list to be considered valid.

NOTE: An empty list applies no restrictions.

You can add a tag on a player with the link:https://minecraft.fandom.com/wiki/Commands/tag[tag command].
You can add a tag on a player with the link:https://minecraft.wiki/w/Commands/tag[tag command].
|===
2 changes: 1 addition & 1 deletion wiki/Settings---Tools.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The list will contain values under the minecraft resource location format :

TIP: You can find this info by enabling detailed info on items by pressing `F3 + H` and hover the item in your inventory.

- `#modid:tagid` for a tag of items (eg: `#minecraft:beds`). To know the values you can look at the link:https://minecraft.fandom.com/wiki/Tag#Items[Minecraft Wiki] for Minecraft tags, or look into the documentation of a mod.
- `#modid:tagid` for a tag of items (eg: `#minecraft:beds`). To know the values you can look at the link:https://minecraft.wiki/w/Tag#Items[Minecraft Wiki] for Minecraft tags, or look into the documentation of a mod.

|Denied tools
|This works similarly to the `Allowed tools` section except that here you define tools that will never be considered as tools by the mod.
Expand Down
10 changes: 5 additions & 5 deletions wiki/Settings---Trees.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
|Name |Description

|Allowed logs
|Allows you to define a list of allowed blocks that are considered as logs by the mod. By default, every block tagged as `#minecraft/logs` (link:https://minecraft.fandom.com/wiki/Tag#Blocks[Minecraft Wiki]) will be recognized by default. If it doesn't, you'll have to add it yourself or ask the mod author to tag its blocks accordingly.
|Allows you to define a list of allowed blocks that are considered as logs by the mod. By default, every block tagged as `#minecraft/logs` (link:https://minecraft.wiki/w/Tag#Blocks[Minecraft Wiki]) will be recognized by default. If it doesn't, you'll have to add it yourself or ask the mod author to tag its blocks accordingly.

NOTE: This will only add values in allow list on top of the already existing default recognized blocks, if you need to exclude logs look for the `Denied logs`.

Expand All @@ -13,15 +13,15 @@ The list will contain values under the minecraft resource location format :

TIP: You can find this info by enabling detailed info on blocks by pressing `F3 + H` and hover the block in your inventory.

- `#modid:tagid` for a tag of blocks (eg: `#minecraft:planks`). To know the values you can look at the link:https://minecraft.fandom.com/wiki/Tag#Blocks[Minecraft Wiki] for Minecraft tags, or look into the documentation of a mod.
- `#modid:tagid` for a tag of blocks (eg: `#minecraft:planks`). To know the values you can look at the link:https://minecraft.wiki/w/Tag#Blocks[Minecraft Wiki] for Minecraft tags, or look into the documentation of a mod.

|Denied logs
|This works similarly to the `Allowed logs` section except that here you define blocks that will never be considered as logs by the mod.

NOTE: Deny list takes over the values defined in allow list. So if you defined the same block in allow and deny lists it'll end up denied.

|Allowed leaves
|Allows you to define a list of allowed blocks that are considered as leaves by the mod. By default, every block tagged as `#minecraft/leaves` (link:https://minecraft.fandom.com/wiki/Tag#Blocks[Minecraft Wiki]) will be recognized by default. If it doesn't, you'll have to add it yourself or ask the mod author to tag its blocks accordingly.
|Allows you to define a list of allowed blocks that are considered as leaves by the mod. By default, every block tagged as `#minecraft/leaves` (link:https://minecraft.wiki/w/Tag#Blocks[Minecraft Wiki]) will be recognized by default. If it doesn't, you'll have to add it yourself or ask the mod author to tag its blocks accordingly.

NOTE: This will only add values in allow list on top of the already existing default recognized blocks, if you need to exclude leaves look for the `Denied leaves`.

Expand All @@ -31,7 +31,7 @@ The list will contain values under the minecraft resource location format :

TIP: You can find this info by enabling detailed info on blocks by pressing `F3 + H` and hover the block in your inventory.

- `#modid:tagid` for a tag of blocks (eg: `#minecraft:planks`). To know the values you can look at the link:https://minecraft.fandom.com/wiki/Tag#Blocks[Minecraft Wiki] for Minecraft tags, or look into the documentation of a mod.
- `#modid:tagid` for a tag of blocks (eg: `#minecraft:planks`). To know the values you can look at the link:https://minecraft.wiki/w/Tag#Blocks[Minecraft Wiki] for Minecraft tags, or look into the documentation of a mod.

|Allowed leaves (needs breaking)
|This is similar to `Allowed leaves` except that here you define values of leaves that needs to be broken because they do not decay over time. This would for example be the case fot the nether trees that got warts as leaves, and it doesn't decay.
Expand Down Expand Up @@ -166,7 +166,7 @@ The list will contain values under the minecraft resource location format :

TIP: You can find this info by enabling detailed info on blocks by pressing `F3 + H` and hover the block in your inventory.

- `#modid:tagid` for a tag of blocks (eg: `#minecraft:planks`). To know the values you can look at the link:https://minecraft.fandom.com/wiki/Tag#Blocks[Minecraft Wiki] for Minecraft tags, or look into the documentation of a mod.
- `#modid:tagid` for a tag of blocks (eg: `#minecraft:planks`). To know the values you can look at the link:https://minecraft.wiki/w/Tag#Blocks[Minecraft Wiki] for Minecraft tags, or look into the documentation of a mod.

|Adjacent stop mode
|Defines the behavior to apply when a not allowed adjacent block is found.
Expand Down