diff options
Diffstat (limited to 'nms-patches/WorldGenWitchHut.patch')
-rw-r--r-- | nms-patches/WorldGenWitchHut.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/WorldGenWitchHut.patch b/nms-patches/WorldGenWitchHut.patch index 70c91680..8d43bbea 100644 --- a/nms-patches/WorldGenWitchHut.patch +++ b/nms-patches/WorldGenWitchHut.patch @@ -1,7 +1,7 @@ --- a/net/minecraft/server/WorldGenWitchHut.java +++ b/net/minecraft/server/WorldGenWitchHut.java @@ -86,7 +86,7 @@ - entitywitch.di(); + entitywitch.dj(); entitywitch.setPositionRotation((double) i + 0.5D, (double) j, (double) k + 0.5D, 0.0F, 0.0F); entitywitch.prepare(generatoraccess.getDamageScaler(new BlockPosition(i, j, k)), (GroupDataEntity) null, (NBTTagCompound) null); - generatoraccess.addEntity(entitywitch); |