mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
[skip ci] Update Minecraft wiki links to new domain (#2593)
This commit is contained in:
parent
911908bfaf
commit
c3fa413b4e
8 changed files with 11 additions and 11 deletions
|
|
@ -3,7 +3,7 @@
|
|||
/// <summary>
|
||||
/// Represents a unit movement in the world
|
||||
/// </summary>
|
||||
/// <see href="http://minecraft.gamepedia.com/Coordinates"/>
|
||||
/// <see href="https://minecraft.wiki/w/Coordinates"/>
|
||||
public enum CommandBlockFlags
|
||||
{
|
||||
TrackOutput = 0x01,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
/// <summary>
|
||||
/// Represents a unit movement in the world
|
||||
/// </summary>
|
||||
/// <see href="http://minecraft.gamepedia.com/Coordinates"/>
|
||||
/// <see href="https://minecraft.wiki/w/Coordinates"/>
|
||||
public enum CommandBlockMode
|
||||
{
|
||||
Sequence = 0,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
/// <summary>
|
||||
/// Represents a unit movement in the world
|
||||
/// </summary>
|
||||
/// <see href="http://minecraft.gamepedia.com/Coordinates"/>
|
||||
/// <see href="https://minecraft.wiki/w/Coordinates"/>
|
||||
public enum Direction
|
||||
{
|
||||
South = 0,
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ namespace MinecraftClient.Mapping
|
|||
{
|
||||
public static class Material2Tool
|
||||
{
|
||||
// Made with the following ressources: https://minecraft.fandom.com/wiki/Breaking
|
||||
// Made with the following ressources: https://minecraft.wiki/w/Breaking
|
||||
// Sorted in alphabetical order.
|
||||
// Minable by Any Pickaxe.
|
||||
private static readonly List<Material> pickaxeTier0 = new()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue