pq_stop_creeper_stop.jar
What's new
YES end of creepers explosions, but others mob are normal
source code (is an emplosion? its a creeper? stop.):
@EventHandler public void onEntityExplode(EntityExplodeEvent event){
if(event.getEntity().getType() == EntityType.CREEPER){
event.setCancelled(true);
}
}
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include
This mod has no related projects

