mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 12:42:05 -07:00
Improve minecart spawners
This commit is contained in:
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
|
||||
}
|
Reference in New Issue
Block a user