Replace VanillaGradle use and update generated API

This commit is contained in:
Jason Penilla
2024-04-25 18:40:50 -07:00
parent 48c586ab9c
commit 2432de7be3
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);