Skip to content

Commit 7415875

Browse files
committed
Fix leftovers from merge
1 parent 51c981b commit 7415875

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed

build.gradle

+43-43
Original file line numberDiff line numberDiff line change
@@ -213,49 +213,49 @@ dependencies {
213213
modImplementation("dev.ftb.mods:ftb-teams-forge:2001.3.0")
214214
modImplementation("dev.ftb.mods:ftb-library-forge:2001.2.4")
215215

216-
implementation fg.deobf("curse.maven:journeymap-32274:5457831")
217-
// implementation fg.deobf("ignored:journeymap-1.20.1-5.10.1-forge")
218-
219-
// runtimeOnly fg.deobf("curse.maven:framedblocks-441647:5629578")
220-
// runtimeOnly fg.deobf("curse.maven:galosphere-631098:4983871")
221-
// runtimeOnly fg.deobf("curse.maven:elementary-ores-332609:4622524")
222-
// runtimeOnly fg.deobf("curse.maven:flib-661261:5495793")
223-
// runtimeOnly fg.deobf("curse.maven:infernal-expansion-395078:4002091") not updated to 1.20
224-
// runtimeOnly fg.deobf("org.violetmoon.zeta:Zeta:1.0-9.44")
225-
// runtimeOnly fg.deobf("org.violetmoon.quark:Quark:4.0-461.3475")
226-
// runtimeOnly fg.deobf("curse.maven:mantle-74924:5339977") not updated to 1.20
227-
// runtimeOnly fg.deobf("curse.maven:tinkers-construct-74072:5358052") not updated to 1.20
228-
// runtimeOnly fg.deobf("maven.modrinth:rubidium:0.7.1")
229-
// runtimeOnly fg.deobf("maven.modrinth:embeddium:0.3.31+mc1.20.1")
230-
// runtimeOnly fg.deobf("maven.modrinth:aether:1.20.1-1.4.2-neoforge")
231-
// runtimeOnly fg.deobf("maven.modrinth:spark:1.10.53-forge")
232-
// runtimeOnly fg.deobf("curse.maven:forbidden-arcanus-309858:5198323")
233-
// runtimeOnly fg.deobf("curse.maven:valhelsia-core-416935:5189548")
234-
// runtimeOnly fg.deobf("curse.maven:modern-ui-352491:5229575")
235-
// runtimeOnly fg.deobf("curse.maven:sophisticated-storage-619320:5654289")
236-
// runtimeOnly fg.deobf("curse.maven:sophisticated-core-618298:5654284")
237-
// runtimeOnly fg.deobf("curse.maven:functional-storage-556861:5650296")
238-
// runtimeOnly fg.deobf("curse.maven:titanium-287342:5468426")
239-
// runtimeOnly fg.deobf("curse.maven:storage-drawers-223852:5687960")
240-
// runtimeOnly fg.deobf("curse.maven:architectury-api-419699:5137938")
241-
// runtimeOnly fg.deobf("curse.maven:ftb-library-forge-404465:5567591")
242-
// runtimeOnly fg.deobf("curse.maven:ftb-chunks-forge-314906:5378090")
243-
// runtimeOnly fg.deobf("curse.maven:ftb-teams-forge-404468:5267190")
244-
// runtimeOnly fg.deobf("curse.maven:citadel-331936:5633260")
245-
// runtimeOnly fg.deobf("curse.maven:ice-and-fire-dragons-264231:5633453")
246-
// runtimeOnly fg.deobf("curse.maven:exnihilosequentia-400012:4819325")
247-
// runtimeOnly fg.deobf("curse.maven:novacore-923669:4815411")
248-
// runtimeOnly fg.deobf("curse.maven:upgrade-aquatic-326895:5615651")
249-
// runtimeOnly fg.deobf("curse.maven:blueprint-382216:5292242")
250-
// runtimeOnly fg.deobf("curse.maven:windsweptmod-636321:4817132") not updated to 1.20
251-
// runtimeOnly fg.deobf("curse.maven:good-ending-690161:5024405")
252-
// runtimeOnly fg.deobf("curse.maven:terrablender-563928:5378180")
253-
// runtimeOnly fg.deobf("curse.maven:regions-unexplored-659110:5558225")
254-
// runtimeOnly fg.deobf("curse.maven:vampirism-become-a-vampire-233029:5526512")
255-
// runtimeOnly fg.deobf("curse.maven:applied-energistics-2-223794:5641282")
256-
// runtimeOnly fg.deobf("curse.maven:silent-lib-242998:4585754")
257-
// runtimeOnly fg.deobf("curse.maven:silents-gems-220311:5193708")
258-
// runtimeOnly fg.deobf("curse.maven:project-vibrant-journeys-300297:5676296")
216+
modImplementation("curse.maven:journeymap-32274:5457831")
217+
// implementation("ignored:journeymap-1.20.1-5.10.1-forge")
218+
219+
// modRuntimeOnly("curse.maven:framedblocks-441647:5629578")
220+
// modRuntimeOnly("curse.maven:galosphere-631098:4983871")
221+
// modRuntimeOnly("curse.maven:elementary-ores-332609:4622524")
222+
// modRuntimeOnly("curse.maven:flib-661261:5495793")
223+
// modRuntimeOnly("curse.maven:infernal-expansion-395078:4002091") not updated to 1.20
224+
// modRuntimeOnly("org.violetmoon.zeta:Zeta:1.0-9.44")
225+
// modRuntimeOnly("org.violetmoon.quark:Quark:4.0-461.3475")
226+
// modRuntimeOnly("curse.maven:mantle-74924:5339977") not updated to 1.20
227+
// modRuntimeOnly("curse.maven:tinkers-construct-74072:5358052") not updated to 1.20
228+
// modRuntimeOnly("maven.modrinth:rubidium:0.7.1")
229+
// modRuntimeOnly("maven.modrinth:embeddium:0.3.31+mc1.20.1")
230+
// modRuntimeOnly("maven.modrinth:aether:1.20.1-1.4.2-neoforge")
231+
// modRuntimeOnly("maven.modrinth:spark:1.10.53-forge")
232+
// modRuntimeOnly("curse.maven:forbidden-arcanus-309858:5198323")
233+
// modRuntimeOnly("curse.maven:valhelsia-core-416935:5189548")
234+
// modRuntimeOnly("curse.maven:modern-ui-352491:5229575")
235+
// modRuntimeOnly("curse.maven:sophisticated-storage-619320:5654289")
236+
// modRuntimeOnly("curse.maven:sophisticated-core-618298:5654284")
237+
// modRuntimeOnly("curse.maven:functional-storage-556861:5650296")
238+
// modRuntimeOnly("curse.maven:titanium-287342:5468426")
239+
// modRuntimeOnly("curse.maven:storage-drawers-223852:5687960")
240+
// modRuntimeOnly("curse.maven:architectury-api-419699:5137938")
241+
// modRuntimeOnly("curse.maven:ftb-library-forge-404465:5567591")
242+
// modRuntimeOnly("curse.maven:ftb-chunks-forge-314906:5378090")
243+
// modRuntimeOnly("curse.maven:ftb-teams-forge-404468:5267190")
244+
// modRuntimeOnly("curse.maven:citadel-331936:5633260")
245+
// modRuntimeOnly("curse.maven:ice-and-fire-dragons-264231:5633453")
246+
// modRuntimeOnly("curse.maven:exnihilosequentia-400012:4819325")
247+
// modRuntimeOnly("curse.maven:novacore-923669:4815411")
248+
// modRuntimeOnly("curse.maven:upgrade-aquatic-326895:5615651")
249+
// modRuntimeOnly("curse.maven:blueprint-382216:5292242")
250+
// modRuntimeOnly("curse.maven:windsweptmod-636321:4817132") not updated to 1.20
251+
// modRuntimeOnly("curse.maven:good-ending-690161:5024405")
252+
// modRuntimeOnly("curse.maven:terrablender-563928:5378180")
253+
// modRuntimeOnly("curse.maven:regions-unexplored-659110:5558225")
254+
// modRuntimeOnly("curse.maven:vampirism-become-a-vampire-233029:5526512")
255+
// modRuntimeOnly("curse.maven:applied-energistics-2-223794:5641282")
256+
// modRuntimeOnly("curse.maven:silent-lib-242998:4585754")
257+
// modRuntimeOnly("curse.maven:silents-gems-220311:5193708")
258+
// modRuntimeOnly("curse.maven:project-vibrant-journeys-300297:5676296")
259259

260260
// https://discord.com/channels/313125603924639766/725850371834118214/910619168821354497
261261
// Prevent Mixin annotation processor from getting into IntelliJ's annotation processor settings

0 commit comments

Comments
 (0)