mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +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
|
|
@ -132,6 +132,7 @@
|
|||
<Compile Include="Mapping\CommandBlockFlags.cs" />
|
||||
<Compile Include="Mapping\CommandBlockMode.cs" />
|
||||
<Compile Include="Mapping\Entity.cs" />
|
||||
<Compile Include="Mapping\EntityPalettes\EntityPalette112.cs" />
|
||||
<Compile Include="Mapping\EntityPalettes\EntityPalette113.cs" />
|
||||
<Compile Include="Mapping\EntityPalettes\EntityPalette.cs" />
|
||||
<Compile Include="Mapping\EntityPalettes\EntityPalette114.cs" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue