Skip to content

Commit

Permalink
gophertunnel: Update Minecraft wiki references (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spongecade committed Oct 25, 2023
1 parent cb0334f commit 16a337e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion minecraft/protocol/enchant.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type EnchantmentOption struct {
// Enchantments holds the enchantments that will be applied to the item when this option is clicked.
Enchantments ItemEnchantments
// Name is a name that will be translated to the 'Standard Galactic Alphabet'
// (https://minecraft.gamepedia.com/Enchanting_Table#Standard_Galactic_Alphabet) client-side. The names
// (https://minecraft.wiki/w/Enchanting_Table#Standard_Galactic_Alphabet) client-side. The names
// generally have no meaning, such as:
// 'animal imbue range galvanize '
// 'bless inside creature shrink '
Expand Down
2 changes: 1 addition & 1 deletion minecraft/protocol/packet/animate_entity.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
// 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/en-us/minecraft/creator/reference/content/animationsreference
type AnimateEntity struct {
// Animation is the name of a single animation to start playing.
Animation string
Expand Down
2 changes: 1 addition & 1 deletion minecraft/protocol/packet/structure_block_update.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type StructureBlockUpdate struct {
// used to export the structure to a file.
StructureName 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.
DataField string
// IncludePlayers specifies if the 'Include Players' toggle has been enabled, meaning players are also
// exported by the structure block.
Expand Down
2 changes: 1 addition & 1 deletion minecraft/resource/manifest.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package resource

// Documentation on this may be found here:
// https://minecraft.gamepedia.com/Bedrock_Edition_add-on_documentation
// https://learn.microsoft.com/en-us/minecraft/creator/reference/content/addonsreference/examples/addonmanifest

// Manifest contains all the basic information about the pack that Minecraft needs to identify it.
type Manifest struct {
Expand Down

0 comments on commit 16a337e

Please sign in to comment.