summaryrefslogtreecommitdiffstats
path: root/nms-patches/WorldGenVillagePiece.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/WorldGenVillagePiece.patch')
-rw-r--r--nms-patches/WorldGenVillagePiece.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/nms-patches/WorldGenVillagePiece.patch b/nms-patches/WorldGenVillagePiece.patch
deleted file mode 100644
index 99376c85..00000000
--- a/nms-patches/WorldGenVillagePiece.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../work/decompile-8eb82bde//net/minecraft/server/WorldGenVillagePiece.java 2014-11-28 17:43:43.425707428 +0000
-+++ src/main/java/net/minecraft/server/WorldGenVillagePiece.java 2014-11-28 17:38:21.000000000 +0000
-@@ -114,7 +114,7 @@
- entityvillager.setPositionRotation((double) j1 + 0.5D, (double) k1, (double) l1 + 0.5D, 0.0F, 0.0F);
- entityvillager.prepare(world.E(new BlockPosition(entityvillager)), (GroupDataEntity) null);
- entityvillager.setProfession(this.c(i1, entityvillager.getProfession()));
-- world.addEntity(entityvillager);
-+ world.addEntity(entityvillager, org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason.CHUNK_GEN); // CraftBukkit - add SpawnReason
- }
-
- }