We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ebae4a commit 2112816Copy full SHA for 2112816
forge/build.gradle
@@ -10,8 +10,8 @@ neoForge {
10
accessTransformers.add(at.absolutePath)
11
}
12
parchment {
13
- minecraftVersion = rootProject.minecraft_version
14
- mappingsVersion = rootProject.mappings_version
+ minecraftVersion = project.minecraft_version
+ mappingsVersion = project.mappings_version
15
16
runs {
17
client {
gradle.properties
@@ -23,7 +23,7 @@ botarium_version=2.0.5
23
carbon_config_fabric_version=ec9yfAHJ
24
carbon_config_forge_version=L3ipBBnb
25
26
-maven_group=io.github.gregtechintergalactical
+maven_group=org.gt-reimagined
27
tesseract_archive_base_name=TesseractAPI
28
29
0 commit comments