Can not cancel chicken spawn event (SpawnedBy is case sensitive)
clucky opened this issue ยท 2 comments
chicken:
- action: mobspawn
spawnedby: eggs
drop: nothing ```
As requested, here is a reminder about fixing a bug existent in the mobspawn event, it gives off this message in debug window:
``` 2013-03-02 01:39:23 [INFO] [OtherDrops:2.8-beta5.1] SpawnEvent: ignoring as custom drops not allowed (see config file). ```
This works:
chicken:
- action: mobspawn
spawnedby: EGG
drop: nothing
Currently spawnedby is case sensitive (needs to be uppercase), I've fixed that in a local build.
Fixed in d188e96