Skip to content

Commit

Permalink
Update Minecraft wiki references (#781)
Browse files Browse the repository at this point in the history
* Update Minecraft wiki references

* Allow Microsoft links to be multilingual
  • Loading branch information
Spongecade committed Oct 9, 2023
1 parent 2393663 commit 16aaf99
Show file tree
Hide file tree
Showing 28 changed files with 124 additions and 124 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Projects that provide data:

| Project name | Language | Source | Data provided |
| --- | --- | --- | --- |
| [minecraft-wiki-extractor](https://github.com/PrismarineJS/minecraft-wiki-extractor) | Node.js | [minecraft wiki](http://minecraft.gamepedia.com/Minecraft_Wiki) | blocks, items, entities, recipes |
| [minecraft-wiki-extractor](https://github.com/PrismarineJS/minecraft-wiki-extractor) | Node.js | [minecraft wiki](https://minecraft.wiki) | blocks, items, entities, recipes |
| [mcdevs-wiki-extractor](https://github.com/PrismarineJS/mcdevs-wiki-extractor) | Node.js | [wiki.vg](http://wiki.vg/Protocol) | a partial protocol, entities |
| [node-minecraft-extractor](https://github.com/PrismarineJS/node-minecraft-extractor) | Node.js | merge between wiki.vg and mcwiki | a complete entities file |
| [minecraft-jar-extractor](https://github.com/PrismarineJS/minecraft-jar-extractor) | Node.js | minecraft server jar | a very partial but completely up to date protocol |
Expand All @@ -109,7 +109,7 @@ Pages interesting to manually update the data if necessary:
| [wiki.vg Inventory page](http://wiki.vg/Inventory) | windows |
| [wiki.vg](http://wiki.vg/Block_Actions) | instruments |
| [a mineflayer PR](https://github.com/PrismarineJS/mineflayer/pull/197) | biomes |
| [mcwiki effects page](http://minecraft.gamepedia.com/Status_effect) | effects |
| [mcwiki effects page](https://minecraft.wiki/w/Effect) | effects |
| [wiki.vg protocol version numbers](http://wiki.vg/Protocol_version_numbers) | protocolVersions |

## Data quality
Expand Down
4 changes: 2 additions & 2 deletions data/bedrock/1.16.201/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@ packet_update_trade:
# Trading based on Minecraft economy - specifies if the prices of the villager's offers are modified by an increase in
# demand for the item. (A mechanic added in 1.11.) Buying more of the same item will increase the price
# of that particular item.
# https://minecraft.gamepedia.com/Trading#Economics
# https://minecraft.wiki/w/Trading#Economics
economic_trades: bool
# NBT serialised compound of offers that the villager has.
offers: nbt
Expand Down Expand Up @@ -2372,7 +2372,7 @@ packet_motion_prediction_hints:
# animation, or to activate a controller which can start a sequence of animations based on different
# conditions specified in an animation controller.
# Much of the documentation of this packet can be found at
# https://minecraft.gamepedia.com/Bedrock_Edition_beta_animation_documentation.
# https://learn.microsoft.com/minecraft/creator/reference/content/animationsreference.
packet_animate_entity:
!id: 0x9e
!bound: client
Expand Down
4 changes: 2 additions & 2 deletions data/bedrock/1.16.210/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@ packet_update_trade:
# Trading based on Minecraft economy - specifies if the prices of the villager's offers are modified by an increase in
# demand for the item. (A mechanic added in 1.11.) Buying more of the same item will increase the price
# of that particular item.
# https://minecraft.gamepedia.com/Trading#Economics
# https://minecraft.wiki/w/Trading#Economics
economic_trades: bool
# NBT serialised compound of offers that the villager has.
offers: nbt
Expand Down Expand Up @@ -2499,7 +2499,7 @@ packet_motion_prediction_hints:
# animation, or to activate a controller which can start a sequence of animations based on different
# conditions specified in an animation controller.
# Much of the documentation of this packet can be found at
# https://minecraft.gamepedia.com/Bedrock_Edition_beta_animation_documentation.
# https://learn.microsoft.com/minecraft/creator/reference/content/animationsreference.
packet_animate_entity:
!id: 0x9e
!bound: client
Expand Down
6 changes: 3 additions & 3 deletions data/bedrock/1.16.220/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1693,7 +1693,7 @@ packet_update_trade:
# Trading based on Minecraft economy - specifies if the prices of the villager's offers are modified by an increase in
# demand for the item. (A mechanic added in 1.11.) Buying more of the same item will increase the price
# of that particular item.
# https://minecraft.gamepedia.com/Trading#Economics
# https://minecraft.wiki/w/Trading#Economics
economic_trades: bool
# NBT serialised compound of offers that the villager has.
offers: nbt
Expand Down Expand Up @@ -1854,7 +1854,7 @@ packet_structure_block_update:
# used to export the structure to a file.
structure_name: string
# DataField is the name of a function to run, usually used during natural generation. A description can
# be found here: https://minecraft.gamepedia.com/Structure_Block#Data.
# be found here: https://minecraft.wiki/w/Structure_Block#Data.
data_field: string
# IncludePlayers specifies if the 'Include Players' toggle has been enabled, meaning players are also
# exported by the structure block.
Expand Down Expand Up @@ -2974,7 +2974,7 @@ packet_motion_prediction_hints:
# animation, or to activate a controller which can start a sequence of animations based on different
# conditions specified in an animation controller.
# Much of the documentation of this packet can be found at
# https://minecraft.gamepedia.com/Bedrock_Edition_beta_animation_documentation.
# https://learn.microsoft.com/minecraft/creator/reference/content/animationsreference.
packet_animate_entity:
!id: 0x9e
!bound: client
Expand Down
6 changes: 3 additions & 3 deletions data/bedrock/1.17.0/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1695,7 +1695,7 @@ packet_update_trade:
# Trading based on Minecraft economy - specifies if the prices of the villager's offers are modified by an increase in
# demand for the item. (A mechanic added in 1.11.) Buying more of the same item will increase the price
# of that particular item.
# https://minecraft.gamepedia.com/Trading#Economics
# https://minecraft.wiki/w/Trading#Economics
economic_trades: bool
# NBT serialised compound of offers that the villager has.
offers: nbt
Expand Down Expand Up @@ -1856,7 +1856,7 @@ packet_structure_block_update:
# used to export the structure to a file.
structure_name: string
# DataField is the name of a function to run, usually used during natural generation. A description can
# be found here: https://minecraft.gamepedia.com/Structure_Block#Data.
# be found here: https://minecraft.wiki/w/Structure_Block#Data.
data_field: string
# IncludePlayers specifies if the 'Include Players' toggle has been enabled, meaning players are also
# exported by the structure block.
Expand Down Expand Up @@ -2976,7 +2976,7 @@ packet_motion_prediction_hints:
# animation, or to activate a controller which can start a sequence of animations based on different
# conditions specified in an animation controller.
# Much of the documentation of this packet can be found at
# https://minecraft.gamepedia.com/Bedrock_Edition_beta_animation_documentation.
# https://learn.microsoft.com/minecraft/creator/reference/content/animationsreference.
packet_animate_entity:
!id: 0x9e
!bound: client
Expand Down
6 changes: 3 additions & 3 deletions data/bedrock/1.17.10/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1778,7 +1778,7 @@ packet_update_trade:
# Trading based on Minecraft economy - specifies if the prices of the villager's offers are modified by an increase in
# demand for the item. (A mechanic added in 1.11.) Buying more of the same item will increase the price
# of that particular item.
# https://minecraft.gamepedia.com/Trading#Economics
# https://minecraft.wiki/w/Trading#Economics
economic_trades: bool
# NBT serialised compound of offers that the villager has.
offers: nbt
Expand Down Expand Up @@ -1944,7 +1944,7 @@ packet_structure_block_update:
# used to export the structure to a file.
structure_name: string
# DataField is the name of a function to run, usually used during natural generation. A description can
# be found here: https://minecraft.gamepedia.com/Structure_Block#Data.
# be found here: https://minecraft.wiki/w/Structure_Block#Data.
data_field: string
# IncludePlayers specifies if the 'Include Players' toggle has been enabled, meaning players are also
# exported by the structure block.
Expand Down Expand Up @@ -3073,7 +3073,7 @@ packet_motion_prediction_hints:
# animation, or to activate a controller which can start a sequence of animations based on different
# conditions specified in an animation controller.
# Much of the documentation of this packet can be found at
# https://minecraft.gamepedia.com/Bedrock_Edition_beta_animation_documentation.
# https://learn.microsoft.com/minecraft/creator/reference/content/animationsreference.
packet_animate_entity:
!id: 0x9e
!bound: client
Expand Down
6 changes: 3 additions & 3 deletions data/bedrock/1.17.30/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1791,7 +1791,7 @@ packet_update_trade:
# Trading based on Minecraft economy - specifies if the prices of the villager's offers are modified by an increase in
# demand for the item. (A mechanic added in 1.11.) Buying more of the same item will increase the price
# of that particular item.
# https://minecraft.gamepedia.com/Trading#Economics
# https://minecraft.wiki/w/Trading#Economics
economic_trades: bool
# NBT serialised compound of offers that the villager has.
offers: nbt
Expand Down Expand Up @@ -1957,7 +1957,7 @@ packet_structure_block_update:
# used to export the structure to a file.
structure_name: string
# DataField is the name of a function to run, usually used during natural generation. A description can
# be found here: https://minecraft.gamepedia.com/Structure_Block#Data.
# be found here: https://minecraft.wiki/w/Structure_Block#Data.
data_field: string
# IncludePlayers specifies if the 'Include Players' toggle has been enabled, meaning players are also
# exported by the structure block.
Expand Down Expand Up @@ -3103,7 +3103,7 @@ packet_motion_prediction_hints:
# animation, or to activate a controller which can start a sequence of animations based on different
# conditions specified in an animation controller.
# Much of the documentation of this packet can be found at
# https://minecraft.gamepedia.com/Bedrock_Edition_beta_animation_documentation.
# https://learn.microsoft.com/minecraft/creator/reference/content/animationsreference.
packet_animate_entity:
!id: 0x9e
!bound: client
Expand Down
6 changes: 3 additions & 3 deletions data/bedrock/1.17.40/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1791,7 +1791,7 @@ packet_update_trade:
# Trading based on Minecraft economy - specifies if the prices of the villager's offers are modified by an increase in
# demand for the item. (A mechanic added in 1.11.) Buying more of the same item will increase the price
# of that particular item.
# https://minecraft.gamepedia.com/Trading#Economics
# https://minecraft.wiki/w/Trading#Economics
economic_trades: bool
# NBT serialised compound of offers that the villager has.
offers: nbt
Expand Down Expand Up @@ -1957,7 +1957,7 @@ packet_structure_block_update:
# used to export the structure to a file.
structure_name: string
# DataField is the name of a function to run, usually used during natural generation. A description can
# be found here: https://minecraft.gamepedia.com/Structure_Block#Data.
# be found here: https://minecraft.wiki/w/Structure_Block#Data.
data_field: string
# IncludePlayers specifies if the 'Include Players' toggle has been enabled, meaning players are also
# exported by the structure block.
Expand Down Expand Up @@ -3103,7 +3103,7 @@ packet_motion_prediction_hints:
# animation, or to activate a controller which can start a sequence of animations based on different
# conditions specified in an animation controller.
# Much of the documentation of this packet can be found at
# https://minecraft.gamepedia.com/Bedrock_Edition_beta_animation_documentation.
# https://learn.microsoft.com/minecraft/creator/reference/content/animationsreference.
packet_animate_entity:
!id: 0x9e
!bound: client
Expand Down
6 changes: 3 additions & 3 deletions data/bedrock/1.18.0/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1798,7 +1798,7 @@ packet_update_trade:
# Trading based on Minecraft economy - specifies if the prices of the villager's offers are modified by an increase in
# demand for the item. (A mechanic added in 1.11.) Buying more of the same item will increase the price
# of that particular item.
# https://minecraft.gamepedia.com/Trading#Economics
# https://minecraft.wiki/w/Trading#Economics
economic_trades: bool
# NBT serialised compound of offers that the villager has.
offers: nbt
Expand Down Expand Up @@ -1964,7 +1964,7 @@ packet_structure_block_update:
# used to export the structure to a file.
structure_name: string
# DataField is the name of a function to run, usually used during natural generation. A description can
# be found here: https://minecraft.gamepedia.com/Structure_Block#Data.
# be found here: https://minecraft.wiki/w/Structure_Block#Data.
data_field: string
# IncludePlayers specifies if the 'Include Players' toggle has been enabled, meaning players are also
# exported by the structure block.
Expand Down Expand Up @@ -3111,7 +3111,7 @@ packet_motion_prediction_hints:
# animation, or to activate a controller which can start a sequence of animations based on different
# conditions specified in an animation controller.
# Much of the documentation of this packet can be found at
# https://minecraft.gamepedia.com/Bedrock_Edition_beta_animation_documentation.
# https://learn.microsoft.com/minecraft/creator/reference/content/animationsreference.
packet_animate_entity:
!id: 0x9e
!bound: client
Expand Down
6 changes: 3 additions & 3 deletions data/bedrock/1.18.11/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1805,7 +1805,7 @@ packet_update_trade:
# Trading based on Minecraft economy - specifies if the prices of the villager's offers are modified by an increase in
# demand for the item. (A mechanic added in 1.11.) Buying more of the same item will increase the price
# of that particular item.
# https://minecraft.gamepedia.com/Trading#Economics
# https://minecraft.wiki/w/Trading#Economics
economic_trades: bool
# NBT serialised compound of offers that the villager has.
offers: nbt
Expand Down Expand Up @@ -1971,7 +1971,7 @@ packet_structure_block_update:
# used to export the structure to a file.
structure_name: string
# DataField is the name of a function to run, usually used during natural generation. A description can
# be found here: https://minecraft.gamepedia.com/Structure_Block#Data.
# be found here: https://minecraft.wiki/w/Structure_Block#Data.
data_field: string
# IncludePlayers specifies if the 'Include Players' toggle has been enabled, meaning players are also
# exported by the structure block.
Expand Down Expand Up @@ -3118,7 +3118,7 @@ packet_motion_prediction_hints:
# animation, or to activate a controller which can start a sequence of animations based on different
# conditions specified in an animation controller.
# Much of the documentation of this packet can be found at
# https://minecraft.gamepedia.com/Bedrock_Edition_beta_animation_documentation.
# https://learn.microsoft.com/minecraft/creator/reference/content/animationsreference.
packet_animate_entity:
!id: 0x9e
!bound: client
Expand Down
6 changes: 3 additions & 3 deletions data/bedrock/1.18.30/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1815,7 +1815,7 @@ packet_update_trade:
# Trading based on Minecraft economy - specifies if the prices of the villager's offers are modified by an increase in
# demand for the item. (A mechanic added in 1.11.) Buying more of the same item will increase the price
# of that particular item.
# https://minecraft.gamepedia.com/Trading#Economics
# https://minecraft.wiki/w/Trading#Economics
economic_trades: bool
# NBT serialised compound of offers that the villager has.
offers: nbt
Expand Down Expand Up @@ -1981,7 +1981,7 @@ packet_structure_block_update:
# used to export the structure to a file.
structure_name: string
# DataField is the name of a function to run, usually used during natural generation. A description can
# be found here: https://minecraft.gamepedia.com/Structure_Block#Data.
# be found here: https://minecraft.wiki/w/Structure_Block#Data.
data_field: string
# IncludePlayers specifies if the 'Include Players' toggle has been enabled, meaning players are also
# exported by the structure block.
Expand Down Expand Up @@ -3132,7 +3132,7 @@ packet_motion_prediction_hints:
# animation, or to activate a controller which can start a sequence of animations based on different
# conditions specified in an animation controller.
# Much of the documentation of this packet can be found at
# https://minecraft.gamepedia.com/Bedrock_Edition_beta_animation_documentation.
# https://learn.microsoft.com/minecraft/creator/reference/content/animationsreference.
packet_animate_entity:
!id: 0x9e
!bound: client
Expand Down
6 changes: 3 additions & 3 deletions data/bedrock/1.19.1/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1829,7 +1829,7 @@ packet_update_trade:
# Trading based on Minecraft economy - specifies if the prices of the villager's offers are modified by an increase in
# demand for the item. (A mechanic added in 1.11.) Buying more of the same item will increase the price
# of that particular item.
# https://minecraft.gamepedia.com/Trading#Economics
# https://minecraft.wiki/w/Trading#Economics
economic_trades: bool
# NBT serialised compound of offers that the villager has.
offers: nbt
Expand Down Expand Up @@ -1995,7 +1995,7 @@ packet_structure_block_update:
# used to export the structure to a file.
structure_name: string
# DataField is the name of a function to run, usually used during natural generation. A description can
# be found here: https://minecraft.gamepedia.com/Structure_Block#Data.
# be found here: https://minecraft.wiki/w/Structure_Block#Data.
data_field: string
# IncludePlayers specifies if the 'Include Players' toggle has been enabled, meaning players are also
# exported by the structure block.
Expand Down Expand Up @@ -3151,7 +3151,7 @@ packet_motion_prediction_hints:
# animation, or to activate a controller which can start a sequence of animations based on different
# conditions specified in an animation controller.
# Much of the documentation of this packet can be found at
# https://minecraft.gamepedia.com/Bedrock_Edition_beta_animation_documentation.
# https://learn.microsoft.com/minecraft/creator/reference/content/animationsreference.
packet_animate_entity:
!id: 0x9e
!bound: client
Expand Down
6 changes: 3 additions & 3 deletions data/bedrock/1.19.10/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1880,7 +1880,7 @@ packet_update_trade:
# Trading based on Minecraft economy - specifies if the prices of the villager's offers are modified by an increase in
# demand for the item. (A mechanic added in 1.11.) Buying more of the same item will increase the price
# of that particular item.
# https://minecraft.gamepedia.com/Trading#Economics
# https://minecraft.wiki/w/Trading#Economics
economic_trades: bool
# NBT serialised compound of offers that the villager has.
offers: nbt
Expand Down Expand Up @@ -2046,7 +2046,7 @@ packet_structure_block_update:
# used to export the structure to a file.
structure_name: string
# DataField is the name of a function to run, usually used during natural generation. A description can
# be found here: https://minecraft.gamepedia.com/Structure_Block#Data.
# be found here: https://minecraft.wiki/w/Structure_Block#Data.
data_field: string
# IncludePlayers specifies if the 'Include Players' toggle has been enabled, meaning players are also
# exported by the structure block.
Expand Down Expand Up @@ -3202,7 +3202,7 @@ packet_motion_prediction_hints:
# animation, or to activate a controller which can start a sequence of animations based on different
# conditions specified in an animation controller.
# Much of the documentation of this packet can be found at
# https://minecraft.gamepedia.com/Bedrock_Edition_beta_animation_documentation.
# https://learn.microsoft.com/minecraft/creator/reference/content/animationsreference.
packet_animate_entity:
!id: 0x9e
!bound: client
Expand Down
Loading

0 comments on commit 16aaf99

Please sign in to comment.