This commit is contained in:
Noah van der Aa 2024-04-30 00:16:07 +02:00 committed by GitHub
parent fbe3c00675
commit 44ee092878
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
134 changed files with 307 additions and 592 deletions

View file

@ -70,7 +70,7 @@ import org.jetbrains.annotations.NotNull;
"unused",
"SpellCheckingInspection"
})
@GeneratedFrom("1.20.5")
@GeneratedFrom("1.20.6")
public interface VanillaGoal<T extends Mob> extends Goal<T> {
GoalKey<AbstractHorse> RANDOM_STAND = create("random_stand", AbstractHorse.class);