mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-30 20:03:51 -07:00
@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/server/MobSpawnerTrader.java
|
||||
+++ b/net/minecraft/server/MobSpawnerTrader.java
|
||||
@@ -76,7 +76,7 @@
|
||||
@@ -78,7 +78,7 @@
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
if (entityvillagertrader != null) {
|
||||
for (int i = 0; i < 2; ++i) {
|
||||
@@ -99,7 +99,7 @@
|
||||
@@ -101,7 +101,7 @@
|
||||
BlockPosition blockposition = this.a(new BlockPosition(entityvillagertrader), i);
|
||||
|
||||
if (blockposition != null) {
|
||||
|
Reference in New Issue
Block a user