mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-22 18:45:54 +01:00
Improve minecart spawners
This commit is contained in:
parent
cd6252a489
commit
db10914a96
13
nms-patches/EntityMinecartMobSpawner.patch
Normal file
13
nms-patches/EntityMinecartMobSpawner.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
--- a/net/minecraft/server/EntityMinecartMobSpawner.java
|
||||||
|
+++ b/net/minecraft/server/EntityMinecartMobSpawner.java
|
||||||
|
@@ -46,4 +46,10 @@
|
||||||
|
super.tick();
|
||||||
|
this.a.c();
|
||||||
|
}
|
||||||
|
+
|
||||||
|
+ // CraftBukkit start
|
||||||
|
+ public boolean bM() {
|
||||||
|
+ return true;
|
||||||
|
+ }
|
||||||
|
+ // CraftBukkit end
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user