Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ jobs:
ender-io-conduits(recommended)
ender-io-ae2-conduits(recommended)
gregtech-food-option(recommended)
chisel(recommended)
extracpus(recommended)
draconic-evolution(recommended)
draconicadditions(recommended)
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.7.0
- Chisel integration move to [GTModpackTeam/GTMoreTools](https://github.com/GTModpackTeam/GTMoreTools)

* * *

# 2.6.4
- Re: Improve the VOM UI [#351](https://github.com/GTModpackTeam/GTExpert-Core/pull/351)
- The AwakenedFusion category is hidden [#352](https://github.com/GTModpackTeam/GTExpert-Core/pull/352)
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

Expand Down Expand Up @@ -162,4 +162,4 @@ General Public License ever published by the Free Software Foundation.
whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the
Library.
Library.
1 change: 0 additions & 1 deletion buildscript.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ debug_thaumenergy = false
debug_eio = false
debug_deda = false
debug_avaritia = false
debug_chisel = false
debug_gtfo = false
debug_jer = false

Expand Down
7 changes: 0 additions & 7 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,6 @@ dependencies {
runtimeOnly rfg.deobf("curse.maven:avaritia-1-1x-unofficial-1165010:7186329")
}

// Debug Chisel: 1.0.2.45
compileOnly rfg.deobf("curse.maven:chisel-235279:2915375")
if (project.debug_all.toBoolean() || project.debug_chisel.toBoolean()) {
runtimeOnly rfg.deobf("curse.maven:chisel-235279:2915375")
runtimeOnly rfg.deobf("curse.maven:ctm-267602:2915363") // CTM 1.0.2.31
}

// Debug GTFO: 1.12.5
if (project.debug_all.toBoolean() || project.debug_gtfo.toBoolean()) {
runtimeOnly rfg.deobf("curse.maven:gregtech-food-option-477021:6472136")
Expand Down
5 changes: 2 additions & 3 deletions src/main/java/com/github/gtexpert/core/GTExpertMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@
"after:" + Mods.Names.ENDER_IO + ";" + "after:" + Mods.Names.ENDER_ENDERGY + ";" +
"after:" + Mods.Names.ENDER_MACHINES + ";" + "after:" + Mods.Names.ENDER_CONDUITS + ";" +
"after:" + Mods.Names.ENDER_AE2_CONDUITS + ";" + "after:" + Mods.Names.DRACONIC_EVOLUTION + ";" +
"after:" + Mods.Names.DRACONIC_ADDITIONS + ";" + "after:" + Mods.Names.CHISEL + ";" +
"after:" + Mods.Names.AVARITIA + ";" + "after:" + Mods.Names.THAUMCRAFT + ";" +
"after:" + Mods.Names.THAUMIC_ENERGISTICS + ";")
"after:" + Mods.Names.DRACONIC_ADDITIONS + ";" + "after:" + Mods.Names.AVARITIA + ";" +
"after:" + Mods.Names.THAUMCRAFT + ";" + "after:" + Mods.Names.THAUMIC_ENERGISTICS + ";")
@Mod.EventBusSubscriber(modid = GTEValues.MODID)
public class GTExpertMod {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ public class GTEGuiTextures {
.fullImage("textures/gui/progress_bar/progress_bar_void_fuel.png");
public static final TextureArea PROGRESS_BAR_VOID_ENDER = TextureArea
.fullImage("textures/gui/progress_bar/progress_bar_void_ender.png");
public static final TextureArea PROGRESS_BAR_CHISEL = TextureArea
.fullImage("textures/gui/progress_bar/progress_bar_chisel.png");
public static final TextureArea SOULVIAL_EMPTY_OVRELAY = TextureArea
.fullImage("textures/gui/overlay/soul_vial_e_overlay.png");
public static final TextureArea SOULVIAL_FULL_OVERLAY = TextureArea
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public class GTETextures {
public static SimpleOverlayRenderer VOID_ORE_MINER_CASING;

// Ender IO
public static OrientedOverlayRenderer AUTO_CHISEL_OVERLAY = new OrientedOverlayRenderer("machines/auto_chisel");
public static OrientedOverlayRenderer VIAL_EXTRACTOR_OVERLAY = new OrientedOverlayRenderer(
"machines/vial_extractor");
public static OrientedOverlayRenderer SLICE_N_SPLICE_OVERLAY = new OrientedOverlayRenderer(
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading