mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-30 20:39:21 +00:00
Init 1.21.6
This commit is contained in:
@@ -31,10 +31,10 @@ You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
diff --git a/net/minecraft/world/entity/projectile/Projectile.java b/net/minecraft/world/entity/projectile/Projectile.java
|
||||
index 4487c03183d20a187d391dd124abb7b926508b5b..84c846d2ef4990befb2891631ac5ae16d881401b 100644
|
||||
index ee16a05b8b2747ce95fcae1616c96143a5dec74e..36124bfd4189e35208875e971733889410242641 100644
|
||||
--- a/net/minecraft/world/entity/projectile/Projectile.java
|
||||
+++ b/net/minecraft/world/entity/projectile/Projectile.java
|
||||
@@ -53,6 +53,55 @@ public abstract class Projectile extends Entity implements TraceableEntity {
|
||||
@@ -50,6 +50,55 @@ public abstract class Projectile extends Entity implements TraceableEntity {
|
||||
super(entityType, level);
|
||||
}
|
||||
|
||||
@@ -87,6 +87,6 @@ index 4487c03183d20a187d391dd124abb7b926508b5b..84c846d2ef4990befb2891631ac5ae16
|
||||
+ }
|
||||
+ // Gale end - Airplane - reduce projectile chunk loading
|
||||
+
|
||||
public void setOwner(@Nullable Entity owner) {
|
||||
if (owner != null) {
|
||||
this.ownerUUID = owner.getUUID();
|
||||
protected void setOwner(@Nullable EntityReference<Entity> owner) {
|
||||
this.owner = owner;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user