From 022ad9a42590516043984f42f71eef73f5bbc56f Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Fri, 19 Apr 2024 11:48:26 +0300 Subject: [PATCH] Flatten directory hierarchy Reverts f716216e8ee1f8980d3ce81f32da5b300c42d713. --- docs/CNAME => CNAME | 0 docs/index.html => index.html | 0 docs/script.js => script.js | 0 docs/style.css => style.css | 0 docs/templateer.js => templateer.js | 0 docs/templateer_bg.wasm => templateer_bg.wasm | Bin {docs/templates => templates}/fabric/build.gradle | 0 .../java/PACKAGE_DIR/fabric/ExampleModFabric.java | 0 .../fabric/client/ExampleModFabricClient.java | 0 .../fabric/src/main/resources/fabric.mod.json | 0 .../fabric_like/build.gradle | 0 .../fabriclike/ExampleModFabricLike.java | 0 {docs/templates => templates}/forge/build.gradle | 0 .../templates => templates}/forge/gradle.properties | 0 .../java/PACKAGE_DIR/forge/ExampleModForge.java | 0 .../forge/src/main/resources/META-INF/mods.toml | 0 .../forge/src/main/resources/pack.mcmeta | 0 .../templates => templates}/forge_only/build.gradle | 0 .../forge_only/gradle.properties | 0 .../forge_only/settings.gradle | 0 .../src/main/java/PACKAGE_DIR/ExampleMod.java | 0 .../src/main/resources/META-INF/mods.toml | 0 .../src/main/resources/MOD_ID.mixins.json | 0 .../forge_only/src/main/resources/pack.mcmeta | 0 .../multiplatform/build.gradle | 0 .../multiplatform/common/build.gradle | 0 .../src/main/java/PACKAGE_DIR/ExampleMod.java | 0 .../common/src/main/resources/MOD_ID.mixins.json | 0 .../multiplatform/gradle.properties | 0 .../multiplatform/settings.gradle | 0 {docs/templates => templates}/neoforge/build.gradle | 0 .../neoforge/gradle.properties | 0 .../PACKAGE_DIR/neoforge/ExampleModNeoForge.java | 0 .../neoforge/src/main/resources/META-INF/mods.toml | 0 .../neoforge_only/build.gradle | 0 .../neoforge_only/gradle.properties | 0 .../neoforge_only/settings.gradle | 0 .../src/main/java/PACKAGE_DIR/ExampleMod.java | 0 .../src/main/resources/META-INF/mods.toml | 0 .../src/main/resources/MOD_ID.mixins.json | 0 {docs/templates => templates}/quilt/build.gradle | 0 .../templates => templates}/quilt/gradle.properties | 0 .../java/PACKAGE_DIR/quilt/ExampleModQuilt.java | 0 .../quilt/src/main/resources/quilt.mod.json | 0 .../shared/gradle/wrapper/gradle-wrapper.jar | Bin .../shared/gradle/wrapper/gradle-wrapper.properties | 0 {docs/templates => templates}/shared/gradlew | 0 {docs/templates => templates}/shared/gradlew.bat | 0 docs/version_index.json => version_index.json | 0 49 files changed, 0 insertions(+), 0 deletions(-) rename docs/CNAME => CNAME (100%) rename docs/index.html => index.html (100%) rename docs/script.js => script.js (100%) rename docs/style.css => style.css (100%) rename docs/templateer.js => templateer.js (100%) rename docs/templateer_bg.wasm => templateer_bg.wasm (100%) rename {docs/templates => templates}/fabric/build.gradle (100%) rename {docs/templates => templates}/fabric/src/main/java/PACKAGE_DIR/fabric/ExampleModFabric.java (100%) rename {docs/templates => templates}/fabric/src/main/java/PACKAGE_DIR/fabric/client/ExampleModFabricClient.java (100%) rename {docs/templates => templates}/fabric/src/main/resources/fabric.mod.json (100%) rename {docs/templates => templates}/fabric_like/build.gradle (100%) rename {docs/templates => templates}/fabric_like/src/main/java/PACKAGE_DIR/fabriclike/ExampleModFabricLike.java (100%) rename {docs/templates => templates}/forge/build.gradle (100%) rename {docs/templates => templates}/forge/gradle.properties (100%) rename {docs/templates => templates}/forge/src/main/java/PACKAGE_DIR/forge/ExampleModForge.java (100%) rename {docs/templates => templates}/forge/src/main/resources/META-INF/mods.toml (100%) rename {docs/templates => templates}/forge/src/main/resources/pack.mcmeta (100%) rename {docs/templates => templates}/forge_only/build.gradle (100%) rename {docs/templates => templates}/forge_only/gradle.properties (100%) rename {docs/templates => templates}/forge_only/settings.gradle (100%) rename {docs/templates => templates}/forge_only/src/main/java/PACKAGE_DIR/ExampleMod.java (100%) rename {docs/templates => templates}/forge_only/src/main/resources/META-INF/mods.toml (100%) rename {docs/templates => templates}/forge_only/src/main/resources/MOD_ID.mixins.json (100%) rename {docs/templates => templates}/forge_only/src/main/resources/pack.mcmeta (100%) rename {docs/templates => templates}/multiplatform/build.gradle (100%) rename {docs/templates => templates}/multiplatform/common/build.gradle (100%) rename {docs/templates => templates}/multiplatform/common/src/main/java/PACKAGE_DIR/ExampleMod.java (100%) rename {docs/templates => templates}/multiplatform/common/src/main/resources/MOD_ID.mixins.json (100%) rename {docs/templates => templates}/multiplatform/gradle.properties (100%) rename {docs/templates => templates}/multiplatform/settings.gradle (100%) rename {docs/templates => templates}/neoforge/build.gradle (100%) rename {docs/templates => templates}/neoforge/gradle.properties (100%) rename {docs/templates => templates}/neoforge/src/main/java/PACKAGE_DIR/neoforge/ExampleModNeoForge.java (100%) rename {docs/templates => templates}/neoforge/src/main/resources/META-INF/mods.toml (100%) rename {docs/templates => templates}/neoforge_only/build.gradle (100%) rename {docs/templates => templates}/neoforge_only/gradle.properties (100%) rename {docs/templates => templates}/neoforge_only/settings.gradle (100%) rename {docs/templates => templates}/neoforge_only/src/main/java/PACKAGE_DIR/ExampleMod.java (100%) rename {docs/templates => templates}/neoforge_only/src/main/resources/META-INF/mods.toml (100%) rename {docs/templates => templates}/neoforge_only/src/main/resources/MOD_ID.mixins.json (100%) rename {docs/templates => templates}/quilt/build.gradle (100%) rename {docs/templates => templates}/quilt/gradle.properties (100%) rename {docs/templates => templates}/quilt/src/main/java/PACKAGE_DIR/quilt/ExampleModQuilt.java (100%) rename {docs/templates => templates}/quilt/src/main/resources/quilt.mod.json (100%) rename {docs/templates => templates}/shared/gradle/wrapper/gradle-wrapper.jar (100%) rename {docs/templates => templates}/shared/gradle/wrapper/gradle-wrapper.properties (100%) rename {docs/templates => templates}/shared/gradlew (100%) mode change 100755 => 100644 rename {docs/templates => templates}/shared/gradlew.bat (100%) rename docs/version_index.json => version_index.json (100%) diff --git a/docs/CNAME b/CNAME similarity index 100% rename from docs/CNAME rename to CNAME diff --git a/docs/index.html b/index.html similarity index 100% rename from docs/index.html rename to index.html diff --git a/docs/script.js b/script.js similarity index 100% rename from docs/script.js rename to script.js diff --git a/docs/style.css b/style.css similarity index 100% rename from docs/style.css rename to style.css diff --git a/docs/templateer.js b/templateer.js similarity index 100% rename from docs/templateer.js rename to templateer.js diff --git a/docs/templateer_bg.wasm b/templateer_bg.wasm similarity index 100% rename from docs/templateer_bg.wasm rename to templateer_bg.wasm diff --git a/docs/templates/fabric/build.gradle b/templates/fabric/build.gradle similarity index 100% rename from docs/templates/fabric/build.gradle rename to templates/fabric/build.gradle diff --git a/docs/templates/fabric/src/main/java/PACKAGE_DIR/fabric/ExampleModFabric.java b/templates/fabric/src/main/java/PACKAGE_DIR/fabric/ExampleModFabric.java similarity index 100% rename from docs/templates/fabric/src/main/java/PACKAGE_DIR/fabric/ExampleModFabric.java rename to templates/fabric/src/main/java/PACKAGE_DIR/fabric/ExampleModFabric.java diff --git a/docs/templates/fabric/src/main/java/PACKAGE_DIR/fabric/client/ExampleModFabricClient.java b/templates/fabric/src/main/java/PACKAGE_DIR/fabric/client/ExampleModFabricClient.java similarity index 100% rename from docs/templates/fabric/src/main/java/PACKAGE_DIR/fabric/client/ExampleModFabricClient.java rename to templates/fabric/src/main/java/PACKAGE_DIR/fabric/client/ExampleModFabricClient.java diff --git a/docs/templates/fabric/src/main/resources/fabric.mod.json b/templates/fabric/src/main/resources/fabric.mod.json similarity index 100% rename from docs/templates/fabric/src/main/resources/fabric.mod.json rename to templates/fabric/src/main/resources/fabric.mod.json diff --git a/docs/templates/fabric_like/build.gradle b/templates/fabric_like/build.gradle similarity index 100% rename from docs/templates/fabric_like/build.gradle rename to templates/fabric_like/build.gradle diff --git a/docs/templates/fabric_like/src/main/java/PACKAGE_DIR/fabriclike/ExampleModFabricLike.java b/templates/fabric_like/src/main/java/PACKAGE_DIR/fabriclike/ExampleModFabricLike.java similarity index 100% rename from docs/templates/fabric_like/src/main/java/PACKAGE_DIR/fabriclike/ExampleModFabricLike.java rename to templates/fabric_like/src/main/java/PACKAGE_DIR/fabriclike/ExampleModFabricLike.java diff --git a/docs/templates/forge/build.gradle b/templates/forge/build.gradle similarity index 100% rename from docs/templates/forge/build.gradle rename to templates/forge/build.gradle diff --git a/docs/templates/forge/gradle.properties b/templates/forge/gradle.properties similarity index 100% rename from docs/templates/forge/gradle.properties rename to templates/forge/gradle.properties diff --git a/docs/templates/forge/src/main/java/PACKAGE_DIR/forge/ExampleModForge.java b/templates/forge/src/main/java/PACKAGE_DIR/forge/ExampleModForge.java similarity index 100% rename from docs/templates/forge/src/main/java/PACKAGE_DIR/forge/ExampleModForge.java rename to templates/forge/src/main/java/PACKAGE_DIR/forge/ExampleModForge.java diff --git a/docs/templates/forge/src/main/resources/META-INF/mods.toml b/templates/forge/src/main/resources/META-INF/mods.toml similarity index 100% rename from docs/templates/forge/src/main/resources/META-INF/mods.toml rename to templates/forge/src/main/resources/META-INF/mods.toml diff --git a/docs/templates/forge/src/main/resources/pack.mcmeta b/templates/forge/src/main/resources/pack.mcmeta similarity index 100% rename from docs/templates/forge/src/main/resources/pack.mcmeta rename to templates/forge/src/main/resources/pack.mcmeta diff --git a/docs/templates/forge_only/build.gradle b/templates/forge_only/build.gradle similarity index 100% rename from docs/templates/forge_only/build.gradle rename to templates/forge_only/build.gradle diff --git a/docs/templates/forge_only/gradle.properties b/templates/forge_only/gradle.properties similarity index 100% rename from docs/templates/forge_only/gradle.properties rename to templates/forge_only/gradle.properties diff --git a/docs/templates/forge_only/settings.gradle b/templates/forge_only/settings.gradle similarity index 100% rename from docs/templates/forge_only/settings.gradle rename to templates/forge_only/settings.gradle diff --git a/docs/templates/forge_only/src/main/java/PACKAGE_DIR/ExampleMod.java b/templates/forge_only/src/main/java/PACKAGE_DIR/ExampleMod.java similarity index 100% rename from docs/templates/forge_only/src/main/java/PACKAGE_DIR/ExampleMod.java rename to templates/forge_only/src/main/java/PACKAGE_DIR/ExampleMod.java diff --git a/docs/templates/forge_only/src/main/resources/META-INF/mods.toml b/templates/forge_only/src/main/resources/META-INF/mods.toml similarity index 100% rename from docs/templates/forge_only/src/main/resources/META-INF/mods.toml rename to templates/forge_only/src/main/resources/META-INF/mods.toml diff --git a/docs/templates/forge_only/src/main/resources/MOD_ID.mixins.json b/templates/forge_only/src/main/resources/MOD_ID.mixins.json similarity index 100% rename from docs/templates/forge_only/src/main/resources/MOD_ID.mixins.json rename to templates/forge_only/src/main/resources/MOD_ID.mixins.json diff --git a/docs/templates/forge_only/src/main/resources/pack.mcmeta b/templates/forge_only/src/main/resources/pack.mcmeta similarity index 100% rename from docs/templates/forge_only/src/main/resources/pack.mcmeta rename to templates/forge_only/src/main/resources/pack.mcmeta diff --git a/docs/templates/multiplatform/build.gradle b/templates/multiplatform/build.gradle similarity index 100% rename from docs/templates/multiplatform/build.gradle rename to templates/multiplatform/build.gradle diff --git a/docs/templates/multiplatform/common/build.gradle b/templates/multiplatform/common/build.gradle similarity index 100% rename from docs/templates/multiplatform/common/build.gradle rename to templates/multiplatform/common/build.gradle diff --git a/docs/templates/multiplatform/common/src/main/java/PACKAGE_DIR/ExampleMod.java b/templates/multiplatform/common/src/main/java/PACKAGE_DIR/ExampleMod.java similarity index 100% rename from docs/templates/multiplatform/common/src/main/java/PACKAGE_DIR/ExampleMod.java rename to templates/multiplatform/common/src/main/java/PACKAGE_DIR/ExampleMod.java diff --git a/docs/templates/multiplatform/common/src/main/resources/MOD_ID.mixins.json b/templates/multiplatform/common/src/main/resources/MOD_ID.mixins.json similarity index 100% rename from docs/templates/multiplatform/common/src/main/resources/MOD_ID.mixins.json rename to templates/multiplatform/common/src/main/resources/MOD_ID.mixins.json diff --git a/docs/templates/multiplatform/gradle.properties b/templates/multiplatform/gradle.properties similarity index 100% rename from docs/templates/multiplatform/gradle.properties rename to templates/multiplatform/gradle.properties diff --git a/docs/templates/multiplatform/settings.gradle b/templates/multiplatform/settings.gradle similarity index 100% rename from docs/templates/multiplatform/settings.gradle rename to templates/multiplatform/settings.gradle diff --git a/docs/templates/neoforge/build.gradle b/templates/neoforge/build.gradle similarity index 100% rename from docs/templates/neoforge/build.gradle rename to templates/neoforge/build.gradle diff --git a/docs/templates/neoforge/gradle.properties b/templates/neoforge/gradle.properties similarity index 100% rename from docs/templates/neoforge/gradle.properties rename to templates/neoforge/gradle.properties diff --git a/docs/templates/neoforge/src/main/java/PACKAGE_DIR/neoforge/ExampleModNeoForge.java b/templates/neoforge/src/main/java/PACKAGE_DIR/neoforge/ExampleModNeoForge.java similarity index 100% rename from docs/templates/neoforge/src/main/java/PACKAGE_DIR/neoforge/ExampleModNeoForge.java rename to templates/neoforge/src/main/java/PACKAGE_DIR/neoforge/ExampleModNeoForge.java diff --git a/docs/templates/neoforge/src/main/resources/META-INF/mods.toml b/templates/neoforge/src/main/resources/META-INF/mods.toml similarity index 100% rename from docs/templates/neoforge/src/main/resources/META-INF/mods.toml rename to templates/neoforge/src/main/resources/META-INF/mods.toml diff --git a/docs/templates/neoforge_only/build.gradle b/templates/neoforge_only/build.gradle similarity index 100% rename from docs/templates/neoforge_only/build.gradle rename to templates/neoforge_only/build.gradle diff --git a/docs/templates/neoforge_only/gradle.properties b/templates/neoforge_only/gradle.properties similarity index 100% rename from docs/templates/neoforge_only/gradle.properties rename to templates/neoforge_only/gradle.properties diff --git a/docs/templates/neoforge_only/settings.gradle b/templates/neoforge_only/settings.gradle similarity index 100% rename from docs/templates/neoforge_only/settings.gradle rename to templates/neoforge_only/settings.gradle diff --git a/docs/templates/neoforge_only/src/main/java/PACKAGE_DIR/ExampleMod.java b/templates/neoforge_only/src/main/java/PACKAGE_DIR/ExampleMod.java similarity index 100% rename from docs/templates/neoforge_only/src/main/java/PACKAGE_DIR/ExampleMod.java rename to templates/neoforge_only/src/main/java/PACKAGE_DIR/ExampleMod.java diff --git a/docs/templates/neoforge_only/src/main/resources/META-INF/mods.toml b/templates/neoforge_only/src/main/resources/META-INF/mods.toml similarity index 100% rename from docs/templates/neoforge_only/src/main/resources/META-INF/mods.toml rename to templates/neoforge_only/src/main/resources/META-INF/mods.toml diff --git a/docs/templates/neoforge_only/src/main/resources/MOD_ID.mixins.json b/templates/neoforge_only/src/main/resources/MOD_ID.mixins.json similarity index 100% rename from docs/templates/neoforge_only/src/main/resources/MOD_ID.mixins.json rename to templates/neoforge_only/src/main/resources/MOD_ID.mixins.json diff --git a/docs/templates/quilt/build.gradle b/templates/quilt/build.gradle similarity index 100% rename from docs/templates/quilt/build.gradle rename to templates/quilt/build.gradle diff --git a/docs/templates/quilt/gradle.properties b/templates/quilt/gradle.properties similarity index 100% rename from docs/templates/quilt/gradle.properties rename to templates/quilt/gradle.properties diff --git a/docs/templates/quilt/src/main/java/PACKAGE_DIR/quilt/ExampleModQuilt.java b/templates/quilt/src/main/java/PACKAGE_DIR/quilt/ExampleModQuilt.java similarity index 100% rename from docs/templates/quilt/src/main/java/PACKAGE_DIR/quilt/ExampleModQuilt.java rename to templates/quilt/src/main/java/PACKAGE_DIR/quilt/ExampleModQuilt.java diff --git a/docs/templates/quilt/src/main/resources/quilt.mod.json b/templates/quilt/src/main/resources/quilt.mod.json similarity index 100% rename from docs/templates/quilt/src/main/resources/quilt.mod.json rename to templates/quilt/src/main/resources/quilt.mod.json diff --git a/docs/templates/shared/gradle/wrapper/gradle-wrapper.jar b/templates/shared/gradle/wrapper/gradle-wrapper.jar similarity index 100% rename from docs/templates/shared/gradle/wrapper/gradle-wrapper.jar rename to templates/shared/gradle/wrapper/gradle-wrapper.jar diff --git a/docs/templates/shared/gradle/wrapper/gradle-wrapper.properties b/templates/shared/gradle/wrapper/gradle-wrapper.properties similarity index 100% rename from docs/templates/shared/gradle/wrapper/gradle-wrapper.properties rename to templates/shared/gradle/wrapper/gradle-wrapper.properties diff --git a/docs/templates/shared/gradlew b/templates/shared/gradlew old mode 100755 new mode 100644 similarity index 100% rename from docs/templates/shared/gradlew rename to templates/shared/gradlew diff --git a/docs/templates/shared/gradlew.bat b/templates/shared/gradlew.bat similarity index 100% rename from docs/templates/shared/gradlew.bat rename to templates/shared/gradlew.bat diff --git a/docs/version_index.json b/version_index.json similarity index 100% rename from docs/version_index.json rename to version_index.json