mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
parent
03023c8059
commit
bc3d6aba00
15 changed files with 1005 additions and 41 deletions
|
|
@ -5,9 +5,9 @@ namespace MinecraftClient.Mapping.BlockPalettes
|
|||
{
|
||||
/// <summary>
|
||||
/// Defines mappings for Minecraft 1.15.
|
||||
/// Automatically generated using PaletteGenerator.cs
|
||||
/// Automatically generated using BlockPaletteGenerator.cs
|
||||
/// </summary>
|
||||
public class Palette115 : PaletteMapping
|
||||
public class Palette115 : BlockPaletteMapping
|
||||
{
|
||||
private static Dictionary<int, Material> materials = new Dictionary<int, Material>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue