Update upstream B/CB/S
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 64b8c63495187ad509ed8e98ee642f76548e68e0 Mon Sep 17 00:00:00 2001
|
||||
From 299aa64e2a7e8669521ab3a452d925f128308304 Mon Sep 17 00:00:00 2001
|
||||
From: Jedediah Smith <jedediah@silencegreys.com>
|
||||
Date: Tue, 1 Mar 2016 14:47:52 -0600
|
||||
Subject: [PATCH] Player affects spawning API
|
||||
@@ -50,7 +50,7 @@ index 85d4b81..74aaba2 100644
|
||||
if (entityhuman != null) {
|
||||
double d0 = entityhuman.locX - this.locX;
|
||||
diff --git a/src/main/java/net/minecraft/server/EntitySilverfish.java b/src/main/java/net/minecraft/server/EntitySilverfish.java
|
||||
index c4e5f50..d6c70c4 100644
|
||||
index 78dbf79..e4d3ba4 100644
|
||||
--- a/src/main/java/net/minecraft/server/EntitySilverfish.java
|
||||
+++ b/src/main/java/net/minecraft/server/EntitySilverfish.java
|
||||
@@ -93,7 +93,7 @@ public class EntitySilverfish extends EntityMonster {
|
||||
@@ -89,10 +89,10 @@ index 7bae42a..f040775 100644
|
||||
|
||||
public void c() {
|
||||
diff --git a/src/main/java/net/minecraft/server/SpawnerCreature.java b/src/main/java/net/minecraft/server/SpawnerCreature.java
|
||||
index f8a871d..55c36fc 100644
|
||||
index 9e86aa2..fb0830d 100644
|
||||
--- a/src/main/java/net/minecraft/server/SpawnerCreature.java
|
||||
+++ b/src/main/java/net/minecraft/server/SpawnerCreature.java
|
||||
@@ -50,6 +50,8 @@ public final class SpawnerCreature {
|
||||
@@ -52,6 +52,8 @@ public final class SpawnerCreature {
|
||||
while (iterator.hasNext()) {
|
||||
EntityHuman entityhuman = (EntityHuman) iterator.next();
|
||||
|
||||
@@ -101,7 +101,7 @@ index f8a871d..55c36fc 100644
|
||||
if (!entityhuman.isSpectator()) {
|
||||
int l = MathHelper.floor(entityhuman.locX / 16.0D);
|
||||
|
||||
@@ -160,7 +162,7 @@ public final class SpawnerCreature {
|
||||
@@ -162,7 +164,7 @@ public final class SpawnerCreature {
|
||||
float f = (float) j3 + 0.5F;
|
||||
float f1 = (float) l3 + 0.5F;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user