make macing/shield mechanic even more OP and add testserver
Some checks failed
Compile / gradle (ubuntu-latest) (push) Has been cancelled

This commit is contained in:
Justus Wolff
2026-03-05 15:44:16 +01:00
parent eab7fc2380
commit b553e36819
310 changed files with 90910 additions and 31 deletions

View File

@@ -0,0 +1,3 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Mon Mar 02 18:27:58 CET 2026
joml-1.10.8.pom>central=

View File

@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.joml</groupId>
<artifactId>joml</artifactId>
<version>1.10.8</version>
<name>JOML</name>
<description>Java OpenGL Math Library</description>
<url>http://joml.org</url>
<organization>
<name>JOML</name>
<url>http://joml.org</url>
</organization>
<licenses>
<license>
<name>MIT License</name>
<url>https://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<id>kburjack</id>
<name>Kai Burjack</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/JOML-CI/JOML.git</connection>
<developerConnection>scm:git:https://github.com/JOML-CI/JOML.git</developerConnection>
<url>https://github.com/JOML-CI/JOML</url>
</scm>
<dependencies/>
</project>

View File

@@ -0,0 +1 @@
2baa5362c33c774d2c2e86f2ca30b6dabc896745