VanillaEntityAI icon indicating copy to clipboard operation
VanillaEntityAI copied to clipboard

Missing Network IDs

Open 95CivicSi opened this issue 5 years ago • 2 comments

A large number of entities do not have their network ID set in the class file. Examples can be found in all of the passiveagressive mobs. Many others exist as well, I haven't looked through all entities yet.

https://github.com/jasonwynn10/VanillaEntityAI/blob/master/src/jasonwynn10/VanillaEntityAI/entity/passiveaggressive/Wolf.php

95CivicSi avatar Feb 22 '19 05:02 95CivicSi

The entities without ids are not registered to spawn, so there shouldn't be any problems. They just need implemented

jasonw4331 avatar Feb 22 '19 13:02 jasonw4331

It showed up with the summon command, although the PR I submitted will keep it from being a problem.

95CivicSi avatar Feb 22 '19 16:02 95CivicSi