Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spawn quartz and lava chicken in Neather #7

Closed
setycz opened this issue Feb 14, 2016 · 1 comment
Closed

Spawn quartz and lava chicken in Neather #7

setycz opened this issue Feb 14, 2016 · 1 comment

Comments

@setycz
Copy link
Owner

setycz commented Feb 14, 2016

Try getCanSpawnHere() ???

or

@SubscribeEvent
public void onCheckSpawn(CheckSpawn ewt) {
    if (ewt.entityLiving == null) {
        return;
    }
    if (ewt.entityLiving instanceof EntityChickensChicken) {
        //ewt.setResult(Event.Result.DENY);
    }
}
@setycz
Copy link
Owner Author

setycz commented Mar 1, 2016

84653e7

@setycz setycz closed this as completed Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant