NX01: Added nether tone kode gen and java module thus changed version

This commit is contained in:
Willem Cazander 2026-01-22 13:08:16 +01:00
parent 6659889ca8
commit babb2cf188
47 changed files with 860 additions and 60 deletions

10
nx01-kode-gen/pom.xml Normal file
View file

@ -0,0 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01</artifactId>
<version>5786.SHEVAT〄.1-SNAPSHOT</version>
</parent>
<artifactId>nx01-kode-gen</artifactId>
</project>