mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Upgrade GetLookingBlock
This commit is contained in:
parent
ba6a954f45
commit
4aa6c1c99f
11 changed files with 213 additions and 74 deletions
|
|
@ -12,6 +12,8 @@ namespace MinecraftClient.Mapping
|
|||
/// </summary>
|
||||
public struct Block
|
||||
{
|
||||
public static readonly Block Air = new(0);
|
||||
|
||||
/// <summary>
|
||||
/// Get or set global block ID to Material mapping
|
||||
/// The global Palette is a concept introduced with Minecraft 1.13
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue