geforkt von Mirrors/Paper
9 Zeilen
322 B
Diff
9 Zeilen
322 B
Diff
|
@@ -9,6 +9,7 @@
|
||
|
|
||
|
public EntityPainting(World world) {
|
||
|
super(world);
|
||
|
+ this.art = EnumArt.values()[this.random.nextInt(EnumArt.values().length)]; // CraftBukkit - generate a non-null painting
|
||
|
}
|
||
|
|
||
|
public EntityPainting(World world, BlockPosition blockposition, EnumDirection enumdirection) {
|