NX01: Migrated warp fault to klass fault
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 51s

This commit is contained in:
Willem Cazander 2026-03-24 14:08:39 +01:00
parent 99bf95a82a
commit 11084d3d94
125 changed files with 578 additions and 1363 deletions

30
pom.xml
View file

@ -30,6 +30,9 @@
<module>nx01-jpp0-nether-dial-lingua</module>
<module>nx01-jpp0-nether-tone</module>
<module>nx01-jpp1-klass-cake</module>
<module>nx01-jpp1-klass-fault</module>
<module>nx01-jpp2-warp-manifestor</module>
<module>nx01-jpp3-enter-zillala</module>
<module>nx01-jpp-base</module>
<module>nx01-king-java3</module>
<module>nx01-king-java3c</module>
@ -56,8 +59,6 @@
<module>nx01-redsea-hyper-nostr</module>
<module>nx01-redsea-jdatstart</module>
<module>nx01-warp-core</module>
<module>nx01-warp-fault</module>
<module>nx01-warp-manifestor</module>
<module>nx01-x4o-driver</module>
<module>nx01-x4o-fc18</module>
<module>nx01-x4o-maisdoc</module>
@ -294,6 +295,21 @@
<artifactId>nx01-jpp1-klass-cake</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-jpp1-klass-fault</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-jpp2-warp-manifestor</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-jpp3-enter-zillala</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-jpp-base</artifactId>
@ -421,16 +437,6 @@
<artifactId>nx01-warp-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-warp-fault</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-warp-manifestor</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-x4o-driver</artifactId>