Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
updated antimatter, fixed adjustable transformer gui
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Nov 21, 2023
1 parent 2bc98cc commit 98eb55f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions common/src/main/java/muramasa/gregtech/data/Guis.java
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ public static void widgets(){
SOLAR_BOILER.addGuiCallback(t -> {
t.addWidget(SolarBoilerWidget.build().setSize(70, 25, 62, 54));
});
ADJUSTABLE_TRANSFORMER.getGui().setBackgroundTexture(new ResourceLocation(Ref.ID, "creative_generator"));
// if (side.isClient()) {
ADJUSTABLE_TRANSFORMER.addGuiCallback(t -> {
t.addButton(10, 18, ButtonOverlay.APAD_LEFT, false)
Expand Down

0 comments on commit 98eb55f

Please sign in to comment.