Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-16 04:50:05 +01:00
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) {
|