PropManager fix. Added abstract BlockAndSeekItem. Created LazyLocation. Added many items for seeker/hider

This commit is contained in:
2025-12-03 18:07:11 +03:00
parent fd94112d87
commit 3cbcfb385f
125 changed files with 2173 additions and 575 deletions

View File

@@ -1,14 +1,10 @@
<?xml version="1.0" ?>
<!DOCTYPE xml>
<project name="BlockAndSeek" default="Build">
<target name="Build">
<jar jarfile="/home/hadvart/Documents/Minecraft/Pufferfish 1.20.4/plugins/${ant.project.name}-ant.jar">
<fileset dir="./build/classes/java/main" includes="**/*"/>
<fileset dir="./build/resources/main" includes="**/*"/>
</jar>
</target>
</project>