summaryrefslogtreecommitdiff
path: root/meta/common
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2023-05-10 20:55:45 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2023-06-16 21:15:36 -0700
commit651ff8356ce125c6ee41da5edd9e981492fa7d1a (patch)
tree594adff9838bd8dea50fbba6c722bcd987ee494f /meta/common
parentac5171ea4411803c731ad6e5ea3d7cc8d0f49208 (diff)
downloadProject-Tick-651ff8356ce125c6ee41da5edd9e981492fa7d1a.tar.gz
Project-Tick-651ff8356ce125c6ee41da5edd9e981492fa7d1a.zip
feat: generate java componate
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'meta/common')
-rw-r--r--meta/common/java.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/common/java.py b/meta/common/java.py
index 8de3c47c4e..541d2fb374 100644
--- a/meta/common/java.py
+++ b/meta/common/java.py
@@ -7,4 +7,6 @@ ADOPTIUM_DIR = join(BASE_DIR, "adoptium")
AZUL_DIR = join(BASE_DIR, "azul")
ADOPTIUM_VERSIONS_DIR = join(ADOPTIUM_DIR, "versions")
-AZUL_VERSIONS_DIR = join(AZUL_DIR, "versions") \ No newline at end of file
+AZUL_VERSIONS_DIR = join(AZUL_DIR, "versions")
+
+JAVA_COMPONENT = "net.minecraft.java" \ No newline at end of file