Replace VanillaGradle use and update generated API

This commit is contained in:
Jason Penilla 2024-04-25 18:40:50 -07:00
parent 10e6143499
commit a244281287
No known key found for this signature in database
GPG key ID: 0E75A301420E48F8
11 changed files with 49 additions and 31 deletions

View file

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