generated from CleanroomMC/TemplateDevEnv
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop GTCE support, only support GTCEu. (#6)
* Drop GTCE support, only support GTCEu. * Not in place yet * Revert gtceu check in default rules * remove gtce mixins * upadte gitignore * provide bansoukou files for gtce * fix gtceu dep name Co-authored-by: brachy84
- Loading branch information
Showing
12 changed files
with
10 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,6 @@ build | |
# other | ||
eclipse | ||
run | ||
|
||
.shelf | ||
logs |
Binary file added
BIN
+6.46 KB
bansoukou/gregtech-1.12.2-1.17.1.770/gregtech/api/gui/ModularUI.class
Binary file not shown.
Binary file added
BIN
+17 KB
bansoukou/gregtech-1.12.2-1.17.1.770/gregtech/api/gui/impl/ModularUIContainer.class
Binary file not shown.
Binary file added
BIN
+1.63 KB
bansoukou/gregtech-1.12.2-1.17.1.770/gregtech/api/gui/widgets/SortableSlotWidget.class
Binary file not shown.
Binary file added
BIN
+15.6 KB
...tech-1.12.2-1.17.1.770/gregtech/common/metatileentities/storage/MetaTileEntityChest.class
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71 changes: 0 additions & 71 deletions
71
src/main/java/com/cleanroommc/bogosorter/mixin/gtce/MixinChest.java
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
src/main/java/com/cleanroommc/bogosorter/mixin/gtce/MixinModularUI.java
This file was deleted.
Oops, something went wrong.
49 changes: 0 additions & 49 deletions
49
src/main/java/com/cleanroommc/bogosorter/mixin/gtce/MixinModularUIContainer.java
This file was deleted.
Oops, something went wrong.
5 changes: 1 addition & 4 deletions
5
...esources/mixin.bogosorter.gregtechce.json → ...sources/mixin.bogosorter.gregtechceu.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
{ | ||
"package": "com.cleanroommc.bogosorter.mixin.gtce", | ||
"package": "com.cleanroommc.bogosorter.mixin.gtceu", | ||
"refmap": "mixins.bogosorter.refmap.json", | ||
"target": "@env(DEFAULT)", | ||
"minVersion": "0.8", | ||
"compatibilityLevel": "JAVA_8", | ||
"mixins": [ | ||
"MixinChest", | ||
"MixinModularUI", | ||
"MixinModularUIContainer" | ||
] | ||
} |