mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 01:06:01 +01:00
Improve minecart spawners
By: md_5 <git@md-5.net>
This commit is contained in:
parent
66986bd874
commit
8768f34d7b
1 changed files with 13 additions and 0 deletions
13
paper-server/nms-patches/EntityMinecartMobSpawner.patch
Normal file
13
paper-server/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…
Add table
Reference in a new issue