@@ -41,7 +41,7 @@ minecraft {
41
41
}
42
42
43
43
data {
44
- args ' --mod' , mod_id, ' --all' , ' --output' , file(' src/generated/resources/' ), ' --existing' , file(' src/main/resources/' ), " --existing-mod" , " blueprint"
44
+ args ' --mod' , mod_id, ' --all' , ' --output' , file(' src/generated/resources/' ), ' --existing' , file(' src/main/resources/' ), " --existing-mod" , " blueprint" , " --existing-mod " , " shieldexp "
45
45
taskName ' Data'
46
46
}
47
47
@@ -97,40 +97,16 @@ dependencies {
97
97
annotationProcessor " org.spongepowered:mixin:${ mixin_version} :processor"
98
98
99
99
// Compatibilities
100
+ runtimeOnly(fg. deobf(" maven.modrinth:create:${ create_version} " ))
101
+ implementation(fg. deobf(" maven.modrinth:farmers-delight:${ farmersdelight_version} " ))
102
+ implementation(fg. deobf(" maven.modrinth:nethers-delight:${ nethersdelight_version} " ))
103
+ implementation(fg. deobf(" maven.modrinth:shield-expansion:${ shieldexpansion_version} " ))
100
104
implementation(fg. deobf(" maven.modrinth:create:${ create_version} " ))
101
105
102
106
// For dev testing
103
107
runtimeOnly(fg. deobf(" maven.modrinth:scannable:${ scannable_version} " ))
104
108
runtimeOnly(fg. deobf(" maven.modrinth:architectury-api:${ architectury_version} " ))
105
109
106
- /* implementation fg.deobf("curse.maven:detailab-520755:${detailab_version}")
107
-
108
- compileOnly fg.deobf("curse.maven:farmers-delight-398521:${farmersdelight_version}")
109
- runtimeOnly fg.deobf("curse.maven:farmers-delight-398521:${farmersdelight_version}")
110
-
111
- compileOnly fg.deobf("curse.maven:shield-expansion-583318:${shieldexpansion_version}")
112
- runtimeOnly fg.deobf("curse.maven:shield-expansion-583318:${shieldexpansion_version}")
113
-
114
- compileOnly fg.deobf("curse.maven:nethers-delight-496394:${nethersdelight_version}")
115
- runtimeOnly fg.deobf("curse.maven:nethers-delight-496394:${nethersdelight_version}")
116
-
117
- compileOnly fg.deobf("curse.maven:quark-243121:${quark_verion}")
118
- runtimeOnly fg.deobf("curse.maven:quark-243121:${quark_verion}")
119
- runtimeOnly fg.deobf("curse.maven:autoreglib-250363:${autoreglib_version}")
120
-
121
- compileOnly fg.deobf("curse.maven:modest-mining-533775:${modestmining_version}")
122
- runtimeOnly fg.deobf("curse.maven:modest-mining-533775:${modestmining_version}")
123
- runtimeOnly fg.deobf("curse.maven:geckolib-388172:${geckolib_version}")
124
- */
125
-
126
-
127
- /*
128
- If 'Data' fails to run try comment out the below dependencies
129
- */
130
- // runtimeOnly fg.deobf("curse.maven:supplementaries-412082:${supplementaries_version}")
131
- // runtimeOnly fg.deobf("curse.maven:selene-499980:${selene_version}")
132
- // /
133
-
134
110
// / Utilities for the development environment
135
111
// runtimeOnly fg.deobf("curse.maven:jade-324717:${jade_version}")
136
112
// compile against the JEI API but do not include it at runtime
@@ -139,11 +115,8 @@ dependencies {
139
115
// at runtime, use the full JEI jar for Forge
140
116
runtimeOnly(fg. deobf(" mezz.jei:jei-${ minecraft_version} -forge:${ jei_version} " ))
141
117
142
- // runtimeOnly fg.deobf("curse.maven:catalogue-459701:${catalogue_version}")
143
- // runtimeOnly fg.deobf("curse.maven:configured-457570:${configured_version}")
144
-
145
- // runtimeOnly fg.deobf("curse.maven:oculus-581495:${oculus_version}")
146
- // runtimeOnly fg.deobf("curse.maven:rubidium-574856:${rubidium_version}")
118
+ runtimeOnly(fg. deobf(" maven.modrinth:scannable:${ scannable_version} " ))
119
+ runtimeOnly(fg. deobf(" maven.modrinth:architectury-api:${ architectury_version} " ))
147
120
// /
148
121
}
149
122
@@ -157,7 +130,7 @@ jar {
157
130
' Implementation-Version' : project. jar. archiveVersion,
158
131
' Implementation-Vendor' : mod_author,
159
132
' Implementation-Timestamp' : new Date (). format(" yyyy-MM-dd'T'HH:mm:ssZ" ),
160
- ' Timestampe ' : System . currentTimeMillis(),
133
+ ' Timestamp ' : System . currentTimeMillis(),
161
134
' Built-On-Java' : " ${ System.getProperty('java.vm.version')} (${ System.getProperty('java.vm.vendor')} )" ,
162
135
' Build-On-Minecraft' : minecraft_version
163
136
])
0 commit comments