Refactored to have assets use self reflection to identify with certain extensions

This commit is contained in:
lieght
2025-10-01 00:12:38 +02:00
parent 21763851e8
commit 6cd2c083b7
6 changed files with 95 additions and 44 deletions

View File

@@ -102,6 +102,13 @@
<version>25</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.reflections/reflections -->
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.10.2</version>
</dependency>
</dependencies>
<build>