feat: Implemented pig spawning and pig walking

This commit is contained in:
2025-03-01 17:29:30 +01:00
parent c50184983b
commit 940c3f3fe5
43 changed files with 601 additions and 173 deletions

View File

@ -40,6 +40,12 @@
<artifactId>guava</artifactId>
<version>31.1-jre</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.18.2</version>
</dependency>
</dependencies>
</project>