Moving ATs from the at file to individual patches (#8573)
This commit is contained in:
parent
76503f8887
commit
b95d4b28b8
72 changed files with 368 additions and 448 deletions
|
@ -3,9 +3,11 @@ From: BillyGalbreath <Blake.Galbreath@GMail.com>
|
|||
Date: Sun, 7 Oct 2018 04:29:59 -0500
|
||||
Subject: [PATCH] Add more Zombie API
|
||||
|
||||
== AT ==
|
||||
public net.minecraft.world.entity.monster.Zombie isSunSensitive()Z
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/world/entity/monster/Zombie.java b/src/main/java/net/minecraft/world/entity/monster/Zombie.java
|
||||
index 1b48576beca178af14bfab297bd427b5f5bdaf42..1ff02c66fcc291b6ccc456673ad4c6c09d47d69e 100644
|
||||
index d3ca0706e8dc3160d2100d23788dd3d501b29215..a8caf1a776deea8684d37406af11ab72c114b07d 100644
|
||||
--- a/src/main/java/net/minecraft/world/entity/monster/Zombie.java
|
||||
+++ b/src/main/java/net/minecraft/world/entity/monster/Zombie.java
|
||||
@@ -94,6 +94,7 @@ public class Zombie extends Monster {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue