geforkt von Mirrors/Paper
Allow fireworks to be created. Adds BUKKIT-3262
By: feildmaster <admin@feildmaster.com>
Dieser Commit ist enthalten in:
Ursprung
46b51ce858
Commit
2c5dd716bb
@ -991,6 +991,8 @@ public class CraftWorld implements World {
|
|||||||
// this is not a fish, it's a bobber, and it's probably useless
|
// this is not a fish, it's a bobber, and it's probably useless
|
||||||
entity = new EntityFishingHook(world);
|
entity = new EntityFishingHook(world);
|
||||||
entity.setLocation(x, y, z, pitch, yaw);
|
entity.setLocation(x, y, z, pitch, yaw);
|
||||||
|
} else if (Firework.class.isAssignableFrom(clazz)) {
|
||||||
|
entity = new EntityFireworks(world, x, y, z, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (entity != null) {
|
if (entity != null) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren