Skip to content

Commit

Permalink
separate out area effect cloud to a property
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jan 20, 2019
1 parent e1eac3c commit 9358e77
Show file tree
Hide file tree
Showing 3 changed files with 634 additions and 588 deletions.
1 change: 1 addition & 0 deletions plugin/src/main/java/net/aufdemrand/denizen/Denizen.java
Expand Up @@ -798,6 +798,7 @@ public void onEnable() {
PropertyParser.registerProperty(EntityAnger.class, dEntity.class);
PropertyParser.registerProperty(EntityAngry.class, dEntity.class);
if (NMSHandler.getVersion().isAtLeast(NMSVersion.v1_9_R2)) {
PropertyParser.registerProperty(EntityAreaEffectCloud.class, dEntity.class);
PropertyParser.registerProperty(EntityArmorBonus.class, dEntity.class);
PropertyParser.registerProperty(EntityInvulnerable.class, dEntity.class);
PropertyParser.registerProperty(EntityBoatType.class, dEntity.class);
Expand Down

0 comments on commit 9358e77

Please sign in to comment.