NX01: Moved nether modules in jppa
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 45s

This commit is contained in:
Willem Cazander 2026-02-02 18:04:15 +01:00
parent 716c1bf173
commit c67142faba
14 changed files with 53 additions and 53 deletions

View file

@ -19,7 +19,7 @@
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-jpp-nether-tone</artifactId>
<artifactId>nx01-jppa-nether-tone</artifactId>
</dependency>
</dependencies>
</project>

View file

@ -39,7 +39,7 @@ import love.distributedrebirth.nx01.kode.generator.klass.ModelKlassWriter;
/// @version ©Δ 仙上主天
public class ModelDialBased implements KodeGenModel {
private final String BASE_PACK = "ᐩᐩ.ᣕᓫᐪᑋᓫᣗ.ᒄᑊᣔᒻ.ᒃᣔᔆᓫᒄ";
private final String BASE_PACK = "ᣘᐧᐧ.ᣕᓫᐪᑋᓫᣗ.ᒄᑊᣔᒻ.ᒃᣔᔆᓫᒄ";
@Override
public String generatorKey() {
@ -61,8 +61,8 @@ public class ModelDialBased implements KodeGenModel {
klass.addJavaDescription("The nether tone tree slug index.");
writer.addModelKlass(klass);
StringBuilder buf = klass.getBody();
buf.append("module jpp.nether.dial.based {\n");
buf.append("\trequires transitive jpp.nether.tone;\n");
buf.append("module jppa.nether.dial.based {\n");
buf.append("\trequires transitive jppa.nether.tone;\n");
buf.append("\t\n");
// for (String pack : splitSlugs.keySet()) {
// buf.append("\texports ");

View file

@ -41,7 +41,7 @@ import java.util.Map;
import love.distributedrebirth.nx01.kode.generator.KodeGenModel;
import love.distributedrebirth.nx01.kode.generator.klass.ModelKlass;
import love.distributedrebirth.nx01.kode.generator.klass.ModelKlassWriter;
import ᐩᐩ.ᣕᓫᐪᑋᓫᣗ.ᐪᐤᣕᓫ.NetherToneSlugView;
import ᣘᐧᐧ.ᣕᓫᐪᑋᓫᣗ.ᐪᐤᣕᓫ.NetherToneSlugView;
/// Generated the nether lingua interface tree forest.
///
@ -49,7 +49,7 @@ import ᒢᐩᐩ.ᣕᓫᐪᑋᓫᣗ.ᐪᐤᣕᓫ.NetherToneSlugView;
/// @version ©Δ 仙上主天
public class ModelDialLingua implements KodeGenModel {
private static final String BASE_PACK = "ᐩᐩ.ᣕᓫᐪᑋᓫᣗ.ᒄᑊᣔᒻ.ᒻᑊᣕᕐᓑᣔᓫ";
private static final String BASE_PACK = "ᣘᐧᐧ.ᣕᓫᐪᑋᓫᣗ.ᒄᑊᣔᒻ.ᒻᑊᣕᕐᓑᣔᓫ";
private static final int LINGUA_AG1 = 32; // sage master system version space 0x20
private static final int LINGUA_AG2 = 33; // No2Lingua sub space
private static final int LINGUA_AG3 = 34; // Locale ether slug space
@ -197,8 +197,8 @@ public class ModelDialLingua implements KodeGenModel {
klass.addJavaDescription("The nether tone tree slug index.");
writer.addModelKlass(klass);
StringBuilder buf = klass.getBody();
buf.append("module jpp.nether.dial.lingua {\n");
buf.append("\trequires transitive jpp.nether.tone;\n");
buf.append("module jppa.nether.dial.lingua {\n");
buf.append("\trequires transitive jppa.nether.tone;\n");
buf.append("\t\n");
for (String pack : splitSlugs.keySet()) {
buf.append("\texports ");