@@ -156,7 +156,6 @@ repositories {
156156 url = " https://maven.tterrag.com/"
157157 content {
158158 includeGroup(" com.simibubi.create" )
159- includeGroup(" com.jozufozu.flywheel" )
160159 includeGroup(" com.tterrag.registrate" )
161160 }
162161 }
@@ -214,64 +213,60 @@ dependencies {
214213 compileOnly " org.jetbrains:annotations:${ jb_annotations} "
215214 implementation " net.neoforged:neoforge:${ neo_version} "
216215 implementation " cc.tweaked:cc-tweaked-${ minecraft_version} -forge:${ cc_version} "
217- // Compile-time API required
218- // Ae2
219- compileOnly " appeng:appliedenergistics2-forge:${ appliedenergistics_version} "
220- // Curios
221- compileOnly " top.theillusivec4.curios:curios-forge:${ curios_version} :api"
216+
222217 // Minimal requirements end
223218
224219 // Extended requirements
225220 // We don't use the api since we need a specific class from mekanism
226221 compileOnly " mekanism:Mekanism:${ mekanism_version} "
227222 runtimeOnly " mekanism:Mekanism:${ mekanism_version} "
228223
229- // runtimeOnly "mekanism:Mekanism:${mekanism_version}"// core
230-
231224 // Applied Energistics 2
232- runtimeOnly " appeng:appliedenergistics2-forge:${ appliedenergistics_version} "
225+ runtimeOnly " appeng:appliedenergistics2-neoforge:${ appliedenergistics_version} "
226+ compileOnly " appeng:appliedenergistics2-neoforge:${ appliedenergistics_version} "
233227
234228 // Applied Mekanistics
235229 implementation " curse.maven:applied-mekanistics-574300:${ appliedmekanistics_version} "
236230
237231 // Curios
238232 runtimeOnly " top.theillusivec4.curios:curios-forge:${ curios_version} "
233+ compileOnly " top.theillusivec4.curios:curios-forge:${ curios_version} :api"
239234
240235 // Refined Storage
241- // implementation "com.refinedmods:refinedstorage :${refinedstorage_version}"
236+ implementation " curse.maven:refined-storage-243076 :${ refinedstorage_version} "
242237
243238 // AE2 Things
244- compileOnly " curse.maven:ae2things-609977:${ ae2things_version} -sources"
245- runtimeOnly " curse.maven:ae2things-609977:${ ae2things_version} -sources"
239+ // compileOnly "curse.maven:ae2things-609977:${ae2things_version}-sources"
240+ // runtimeOnly "curse.maven:ae2things-609977:${ae2things_version}-sources"
246241
247242 // AE2 Additions
248- compileOnly " curse.maven:ae-additions-493962:${ ae2additions_version} "
249- runtimeOnly " curse.maven:ae-additions-493962:${ ae2additions_version} "
243+ // compileOnly "curse.maven:ae-additions-493962:${ae2additions_version}"
244+ // runtimeOnly "curse.maven:ae-additions-493962:${ae2additions_version}"
250245
251246 // implementation "thedarkcolour:kotlinforforge:${kotlinforforge_version}"
252247
253248 // Botania
254- compileOnly " vazkii.botania:Botania:${ botania_version} "
255- runtimeOnly " vazkii.botania:Botania:${ botania_version} "
249+ // compileOnly "vazkii.botania:Botania:${botania_version}"
250+ // runtimeOnly "vazkii.botania:Botania:${botania_version}"
256251
257252 // Minecolonies
258253 // Remove/Comment this section if you want to use runData.
259- runtimeOnly " com.ldtteam:minecolonies:${ minecolonies_version} "
260- runtimeOnly " com.ldtteam:structurize:${ structurize_version} "
261- runtimeOnly " com.ldtteam:domum_ornamentum:${ domumornamentum_version} :universal"
262- runtimeOnly " com.ldtteam:blockui:${ blockui_version} "
254+ // runtimeOnly "com.ldtteam:minecolonies:${minecolonies_version}"
255+ // runtimeOnly "com.ldtteam:structurize:${structurize_version}"
256+ // runtimeOnly "com.ldtteam:domum_ornamentum:${domumornamentum_version}:universal"
257+ // runtimeOnly "com.ldtteam:blockui:${blockui_version}"
263258
264- compileOnly " com.ldtteam:minecolonies:${ minecolonies_version} "
265- compileOnly " com.ldtteam:structurize:${ structurize_version} "
266- compileOnly " com.ldtteam:domum_ornamentum:${ domumornamentum_version} :universal"
267- compileOnly " com.ldtteam:blockui:${ blockui_version} "
259+ // compileOnly "com.ldtteam:minecolonies:${minecolonies_version}"
260+ // compileOnly "com.ldtteam:structurize:${structurize_version}"
261+ // compileOnly "com.ldtteam:domum_ornamentum:${domumornamentum_version}:universal"
262+ // compileOnly "com.ldtteam:blockui:${blockui_version}"
268263
269264 // Patchouli
270- runtimeOnly " vazkii.patchouli:Patchouli:${ patchouli_version} -FORGE"
265+ // runtimeOnly "vazkii.patchouli:Patchouli:${patchouli_version}-FORGE"
271266
272267 // Create
273- compileOnly " com.simibubi.create:create-1.20.1:${ create_version} :all"
274- runtimeOnly " com.simibubi.create:create-1.20.1:${ create_version} :all"
268+ // compileOnly "com.simibubi.create:create-1.20.1:${create_version}:all"
269+ // runtimeOnly "com.simibubi.create:create-1.20.1:${create_version}:all"
275270
276271 // Powah
277272 implementation " curse.maven:powah-633483:${ powah_version} "
@@ -291,11 +286,11 @@ dependencies {
291286 testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:${ junit_version} "
292287 // Testing stuff
293288 // JEI
294- // implementation "mezz.jei:jei-${jei_version}"
289+ implementation " mezz.jei:jei-${ jei_version} "
295290
296291 // Create Crafts & Additions
297- compileOnly " curse.maven:createaddition-439890:${ createadditions_version} "
298- runtimeOnly " curse.maven:createaddition-439890:${ createadditions_version} "
292+ // compileOnly "curse.maven:createaddition-439890:${createadditions_version}"
293+ // runtimeOnly "curse.maven:createaddition-439890:${createadditions_version}"
299294}
300295
301296
0 commit comments