Skip to content

Commit

Permalink
ender dragon
Browse files Browse the repository at this point in the history
  • Loading branch information
d0by1 committed Dec 17, 2021
1 parent 380e127 commit 82a176a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static boolean isRunning() {
*/
public static DecentHolograms get() {
if (implementation == null) {
throw new IllegalStateException("There is no running instance of DecentHologramsAPI, enabled it first.");
throw new IllegalStateException("There is no running instance of DecentHologramsAPI, enable it first.");
}
return implementation;
}
Expand Down
1 change: 1 addition & 0 deletions src/main/java/eu/decentsoftware/holograms/api/nms/NMS.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public abstract class NMS {
mapEntityTypes.put("DOLPHIN", new Pair<>(12, 0.6f));
mapEntityTypes.put("DROWNED", new Pair<>(14, 1.95f));
mapEntityTypes.put("ELDER_GUARDIAN", new Pair<>(15, 2.9f));
mapEntityTypes.put("ENDER_DRAGON", new Pair<>(17, 8.0f));
mapEntityTypes.put("ENDERMAN", new Pair<>(18, 2.9f));
mapEntityTypes.put("ENDERMITE", new Pair<>(19, 0.3f));
mapEntityTypes.put("EVOKER", new Pair<>(21, 1.95f));
Expand Down

0 comments on commit 82a176a

Please sign in to comment.