Skip to content

Commit

Permalink
Merge pull request #572 from Lomeli12/patch-1
Browse files Browse the repository at this point in the history
Added Elemental Creepers to AbilitySupport.json
  • Loading branch information
iChun committed Aug 4, 2014
2 parents c67db89 + 613fe62 commit 607ae63
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion src/main/resources/assets/morph/mod/AbilitySupport.json
Original file line number Diff line number Diff line change
Expand Up @@ -1262,6 +1262,36 @@
"net.aetherteam.aether.entities.mounts.EntitySwet": [
"fallNegate"
],
"net.lomeli.ec.entity.EntityDarkCreeper" : [
"sunburn",
"hostile"
],
"net.lomeli.ec.entity.EntityEnderCreeper" : [
"waterAllergy",
"hostile"
],
"net.lomeli.ec.entity.EntityFireCreeper" : [
"fireImmunity",
"hostile"
],
"net.lomeli.ec.entity.EntityMagmaCreeper" : [
"waterAllergy",
"fireImmunity",
"hostile"
],
"net.lomeli.ec.entity.EntitySpiderCreeper" : [
"poisonResistance",
"climb",
"hostile"
],
"net.lomeli.ec.entity.EntityWaterCreeper" : [
"swim|false,1.2F,0.4F,true",
"hostile"
],
"net.lomeli.ec.entity.EntityWindCreeper" : [
"float|-0.114,true",
"hostile"
],
"noppes.animalbikes.entity.EntityDragonBike": [
"fly|true",
"hostile"
Expand Down Expand Up @@ -1560,4 +1590,4 @@
"fear|9,0.6D,net.minecraft.entity.passive.EntityVillager",
"sunburn"
]
}
}

0 comments on commit 607ae63

Please sign in to comment.