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);
}
}
This mod has no additional files

