fix(meta): remove ThrownTridentMeta registration from registry POTION
This commit is contained in:
parent
26cccce9a8
commit
e89c025545
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ final class MetaConverterRegistry {
|
|||
put(PILLAGER, PillagerMeta.class, PillagerMeta::new);
|
||||
put(PLAYER, PlayerMeta.class, PlayerMeta::new);
|
||||
put(POLAR_BEAR, PolarBearMeta.class, PolarBearMeta::new);
|
||||
put(POTION, ThrownTridentMeta.class, ThrownTridentMeta::new);
|
||||
put(PRIMED_TNT, PrimedTntMeta.class, PrimedTntMeta::new);
|
||||
put(PUFFERFISH, PufferFishMeta.class, PufferFishMeta::new);
|
||||
put(RABBIT, RabbitMeta.class, RabbitMeta::new);
|
||||
|
|
Loading…
Reference in a new issue