mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-07 19:19:33 +01:00
Fix husks
This commit is contained in:
parent
0380d80138
commit
44f8f5e66d
@ -7,7 +7,6 @@ import java.util.Map;
|
|||||||
|
|
||||||
public class EntityTypeRewriter {
|
public class EntityTypeRewriter {
|
||||||
private static Map<Integer, Integer> entityTypes = new HashMap<>();
|
private static Map<Integer, Integer> entityTypes = new HashMap<>();
|
||||||
private static Map<Integer, Integer> objectTypes = new HashMap<>();
|
|
||||||
|
|
||||||
static {
|
static {
|
||||||
regEnt(6, 7); // cave_spider
|
regEnt(6, 7); // cave_spider
|
||||||
@ -33,7 +32,8 @@ public class EntityTypeRewriter {
|
|||||||
regEnt(26, 28); // ghast
|
regEnt(26, 28); // ghast
|
||||||
regEnt(27, 29); // giant
|
regEnt(27, 29); // giant
|
||||||
regEnt(28, 30); // guardian
|
regEnt(28, 30); // guardian
|
||||||
regEnt(29, 31); // husk
|
regEnt(29, 31); // horse
|
||||||
|
regEnt(30, 32); // husk
|
||||||
regEnt(31, 33); // illusioner
|
regEnt(31, 33); // illusioner
|
||||||
regEnt(32, 34); // item
|
regEnt(32, 34); // item
|
||||||
regEnt(33, 35); // item_frame
|
regEnt(33, 35); // item_frame
|
||||||
|
Loading…
Reference in New Issue
Block a user