Remove unused shading, remove rules loading, and temp fix for blackstone buttons / coal fragments

This commit is contained in:
2025-04-04 17:48:43 -07:00
parent 3797257a5c
commit d256f7da4c
4 changed files with 6 additions and 44 deletions

12
pom.xml
View File

@@ -21,18 +21,6 @@
<target>${java.version}</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<repositories>