mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add entity handling for 1.10 to 1.12.2 (#1195)
* Fix entity type data type for 1.13 below * Add entity handling for 1.10 to 1.12.2 * Update comments for EntityPalette113
This commit is contained in:
parent
a28409043c
commit
e6d34c3cf1
5 changed files with 163 additions and 8 deletions
|
|
@ -4,9 +4,9 @@ using System.Collections.Generic;
|
|||
namespace MinecraftClient.Mapping.EntityPalettes
|
||||
{
|
||||
/// <summary>
|
||||
/// Defines mappings for pre-1.14 entitiy IDs
|
||||
/// Pre-1.14 Minecraft has 2 set of ids: One for non-living objects and one for living mobs
|
||||
/// 1.14+ Minecraft has only one set of ids for all types of entities
|
||||
/// Defines mappings for Minecraft 1.13.
|
||||
/// 1.13 and lower has 2 set of ids: One for non-living objects and one for living mobs
|
||||
/// 1.14+ has only one set of ids for all types of entities
|
||||
/// </summary>
|
||||
public class EntityPalette113 : EntityPalette
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue