From dda0f8bb1ed2211b2df492d7bd53751e47de305f Mon Sep 17 00:00:00 2001 From: GDCloud <93287602+GDCloudstrike@users.noreply.github.com> Date: Sun, 1 Sep 2024 19:59:32 +0200 Subject: Godforge continuation (#2950) * fix wrong offset * improve item insertion window * finish upgrade material functionality * add tooltip to material button * add rhugnor gear * half serious upgrade costs (will definitely change) * fix stocking hatch not working for fuel supply * add information window * add heat formula info * add autobuild hint dot info * add phonon related items and fluids * first iteration of glitchy material renderer * tweak renderer overlay opacity * add new material * add phononic seed crystal and six-phased copper block * add recipes for phonon transfer medium chain * add solenoid block replacement * add creon * decouple smelting module structure * spotless weirdness * add most casing recipes and late loading method (for the special singularities) * add new singularity recipes * more recipes * add glow * generate more dragonblood parts * add upgrade costs * fix upgrade tree window scrollable weirdness * forgor glow texture * add last upgrade text + a random comma * re-add phonon medium abs recipe * add six-phased copper nanite recipe * fix button overlay being off by 1 pixel * fix merge mishaps * forgot to adjust debug buttons * fix stocking bus fuel insertion and fuel int overflow * add graviton shard ejection * minor structure oopsie * ejection button registration * ejection button tooltip * add graviton shard item * eject the right item + save ejection status to nbt * fix input bus amount npe * change rendering block offset * adapt eoh rendering to allow changing the star's size * initial rendering changes (make the blue star render) * change seed crystal recipes * another small seed crystal change * adjust item renderer * add tooltips * circuit oredict fix * tooltips, upgrade names, some experimental ui changes and small fixes * author * make star bigger * fix recipes * remove unnecessary tooltips * spotless * recipe adjustments * make magneto resonatic block craftable * change magneto resonatic gem autoclave times + spotless * add structurecheck button to modules * more recipe adjustments * fix extra material crash * more recipe adjustments * lower eternal singularity amounts * display recipetimes <1 sec properly * try to fix hasShiftDown crash * adjust plasma module recipes * swap placeholder names * implement rings disappearing/reappearing for renderer * utility for structure strings * buff plasma module parallel * fix itemlist * Spotless apply for branch godforge for #2950 (#3013) spotlessApply Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: Martin Robertz Co-authored-by: boubou19 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../tectech/textures/gui/background/star.png | Bin 119474 -> 127886 bytes .../textures/gui/button/boxed_checkmark.png | Bin 0 -> 230 bytes .../gui/button/boxed_exclamation_point.png | Bin 0 -> 194 bytes .../assets/tectech/textures/gui/button/purple.png | Bin 0 -> 315 bytes .../tectech/textures/gui/button/purple_pressed.png | Bin 0 -> 318 bytes .../textures/gui/overlay_button/cyclic_blue.png | Bin 723 -> 722 bytes .../tectech/textures/gui/overlay_button/eject.png | Bin 0 -> 531 bytes .../textures/gui/overlay_button/eject_disabled.png | Bin 0 -> 212 bytes 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/tectech/textures/gui/button/boxed_checkmark.png create mode 100644 src/main/resources/assets/tectech/textures/gui/button/boxed_exclamation_point.png create mode 100644 src/main/resources/assets/tectech/textures/gui/button/purple.png create mode 100644 src/main/resources/assets/tectech/textures/gui/button/purple_pressed.png create mode 100644 src/main/resources/assets/tectech/textures/gui/overlay_button/eject.png create mode 100644 src/main/resources/assets/tectech/textures/gui/overlay_button/eject_disabled.png (limited to 'src/main/resources/assets/tectech/textures') diff --git a/src/main/resources/assets/tectech/textures/gui/background/star.png b/src/main/resources/assets/tectech/textures/gui/background/star.png index ad21ad0868..17872e9cf6 100644 Binary files a/src/main/resources/assets/tectech/textures/gui/background/star.png and b/src/main/resources/assets/tectech/textures/gui/background/star.png differ diff --git a/src/main/resources/assets/tectech/textures/gui/button/boxed_checkmark.png b/src/main/resources/assets/tectech/textures/gui/button/boxed_checkmark.png new file mode 100644 index 0000000000..3c22d97c9b Binary files /dev/null and b/src/main/resources/assets/tectech/textures/gui/button/boxed_checkmark.png differ diff --git a/src/main/resources/assets/tectech/textures/gui/button/boxed_exclamation_point.png b/src/main/resources/assets/tectech/textures/gui/button/boxed_exclamation_point.png new file mode 100644 index 0000000000..f013b5aa13 Binary files /dev/null and b/src/main/resources/assets/tectech/textures/gui/button/boxed_exclamation_point.png differ diff --git a/src/main/resources/assets/tectech/textures/gui/button/purple.png b/src/main/resources/assets/tectech/textures/gui/button/purple.png new file mode 100644 index 0000000000..60af6ebc6f Binary files /dev/null and b/src/main/resources/assets/tectech/textures/gui/button/purple.png differ diff --git a/src/main/resources/assets/tectech/textures/gui/button/purple_pressed.png b/src/main/resources/assets/tectech/textures/gui/button/purple_pressed.png new file mode 100644 index 0000000000..88339c7576 Binary files /dev/null and b/src/main/resources/assets/tectech/textures/gui/button/purple_pressed.png differ diff --git a/src/main/resources/assets/tectech/textures/gui/overlay_button/cyclic_blue.png b/src/main/resources/assets/tectech/textures/gui/overlay_button/cyclic_blue.png index 07c606ec11..149b9f0f10 100644 Binary files a/src/main/resources/assets/tectech/textures/gui/overlay_button/cyclic_blue.png and b/src/main/resources/assets/tectech/textures/gui/overlay_button/cyclic_blue.png differ diff --git a/src/main/resources/assets/tectech/textures/gui/overlay_button/eject.png b/src/main/resources/assets/tectech/textures/gui/overlay_button/eject.png new file mode 100644 index 0000000000..51b15adb5c Binary files /dev/null and b/src/main/resources/assets/tectech/textures/gui/overlay_button/eject.png differ diff --git a/src/main/resources/assets/tectech/textures/gui/overlay_button/eject_disabled.png b/src/main/resources/assets/tectech/textures/gui/overlay_button/eject_disabled.png new file mode 100644 index 0000000000..f3c9e0d13f Binary files /dev/null and b/src/main/resources/assets/tectech/textures/gui/overlay_button/eject_disabled.png differ -- cgit