Skip to content

Commit

Permalink
1.14.4-pre6
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Jul 15, 2019
1 parent 5348cc0 commit fb9249b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {
id 'maven-publish'
}

def minecraft_version = "1.14.4-pre5"
def minecraft_version = "1.14.4-pre6"

def ENV = System.getenv()
// Fetch build number from Jenkins
Expand Down
5 changes: 0 additions & 5 deletions mappings/net/minecraft/world/EntityView.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ CLASS net/minecraft/class_1924 net/minecraft/world/EntityView
ARG 5 y
ARG 7 z
METHOD method_18464 getPlayersInBox (Lnet/minecraft/class_4051;Lnet/minecraft/class_1309;Lnet/minecraft/class_238;)Ljava/util/List;
METHOD method_18465 getClosestEntity (Ljava/lang/Class;Lnet/minecraft/class_4051;Lnet/minecraft/class_1309;DDDLnet/minecraft/class_238;)Lnet/minecraft/class_1309;
ARG 1 entityClass
ARG 4 x
ARG 6 y
ARG 8 z
METHOD method_18466 getTargets (Ljava/lang/Class;Lnet/minecraft/class_4051;Lnet/minecraft/class_1309;Lnet/minecraft/class_238;)Ljava/util/List;
ARG 1 entityClass
ARG 2 targetPredicate
Expand Down

0 comments on commit fb9249b

Please sign in to comment.