Skip to content

Commit

Permalink
Remove old minetweaker and tesla code
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Dec 5, 2024
1 parent 4bd775c commit 5e29429
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 1,288 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -323,10 +323,8 @@ sourceSets {
exclude '**/modcompat/ic2/**'
exclude '**/modcompat/immersiveengineering/**'
exclude '**/modcompat/mcmultipart/**'
exclude '**/modcompat/minetweaker/**'
exclude '**/modcompat/signals/**'
exclude '**/modcompat/tconstruct/**'
exclude '**/modcompat/tesla/**'
exclude '**/modcompat/thaumcraft/**'
}
}
Expand All @@ -342,10 +340,8 @@ spotless {
exclude '**/modcompat/ic2/**'
exclude '**/modcompat/immersiveengineering/**'
exclude '**/modcompat/mcmultipart/**'
exclude '**/modcompat/minetweaker/**'
exclude '**/modcompat/signals/**'
exclude '**/modcompat/tconstruct/**'
exclude '**/modcompat/tesla/**'
exclude '**/modcompat/thaumcraft/**'
}

Expand Down
3 changes: 0 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ commoncapabilities_version=1.19.2-2.9.0-88
mcmultipart_version=1.2.1_78
jei_version=1.19.2-forge:11.2.0.247
rfapi_version=1.8.9R1.2.0B1.1
teslaapi_version=1.12.2:1.0.63
mantle_version=1.12-1.3.1.22
tconstruct_version=1.12-2.7.4.37
forestry_version=1.12:5.4.3.129
Expand All @@ -18,8 +17,6 @@ IC2_version=2.8.7-ex112
theoneprobe_version=1.19-6.2.0-6
refinedstorage_version=4861827
ie_version=0.12-90-521
crafttweakerapi_version=4.1.6.457
crafttweakermain_version=1.12-4.1.6.457
signals_version=1.12.2:1.1.0-2
terrablender_version=1.19.2-2.0.1.166
rei_version=9.2.779
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ protected void loadModCompats(ModCompatLoader modCompatLoader) {
// modCompatLoader.addModCompat(new TConstructModCompat());
// modCompatLoader.addModCompat(new ForestryModCompat());
// modCompatLoader.addModCompat(new Ic2ModCompat());
// modCompatLoader.addModCompat(new TeslaApiCompat());
// modCompatLoader.addModCompat(new ImmersiveEngineeringModCompat());
// modCompatLoader.addModCompat(new CraftTweakerModCompat());
// modCompatLoader.addModCompat(new SignalsModCompat());
}

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 5e29429

Please sign in to comment.