Skip to content

Commit

Permalink
remove GlowingEntities warning
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyDev05 committed Aug 1, 2024
1 parent d14c1a5 commit dba8ae7
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/main/java/com/volmit/adapt/nms/GlowingEntities.java
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,6 @@ private enum ProtocolMappings {
"id",
"packedItems"
),
// remapping not complete: should also use remapped class names
V1_21(
21,
0,
Expand All @@ -1032,6 +1031,23 @@ private enum ProtocolMappings {
null,
null,
null
),
V1_21_REMAPPED(
21,
0,
true,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
)
;

Expand Down

0 comments on commit dba8ae7

Please sign in to comment.