diff options
| author | RealSilverMoon <31100241+RealSilverMoon@users.noreply.github.com> | 2024-02-01 01:15:29 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-31 18:15:29 +0100 |
| commit | 787eba0a15c583b240e96630978b9c3539e55fa4 (patch) | |
| tree | d4a4ba4e4fb4ea9d09174215581da5c79a6413a2 /src/main/resources/assets/gregtech/textures/blocks | |
| parent | 19950f533392fdadc5858ba12adce64374414083 (diff) | |
| download | GT5-Unofficial-787eba0a15c583b240e96630978b9c3539e55fa4.tar.gz GT5-Unofficial-787eba0a15c583b240e96630978b9c3539e55fa4.tar.bz2 GT5-Unofficial-787eba0a15c583b240e96630978b9c3539e55fa4.zip | |
Add Drone Centre (#2412)
* Add Drone Centre
* Apply texture and model
* Update en_US.lang
* Remove import.*
* Switch to block render
* Balance range and break chance
* Add recipe
* Spotless
* Update lang
* Fix recipe
* Rewrite connection system and UI
* Remove debuff party
* Spotless
* Fix server class not found
* A stupid enough recipe
* Another bad recipe
* Update tooltip & i18n
* Close it!
* Spotless
* Disable draggable
* prohibited remote control when centre is offline
* Rename
* Rename; Change specifiers
* Update texture
* spotless
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/resources/assets/gregtech/textures/blocks')
| -rw-r--r-- | src/main/resources/assets/gregtech/textures/blocks/iconsets/DRONE_CENTRE_ACTIVE.png | bin | 0 -> 429 bytes |
| -rw-r--r-- | src/main/resources/assets/gregtech/textures/blocks/iconsets/DRONE_CENTRE_FACE.png | bin | 0 -> 519 bytes |
| -rw-r--r-- | src/main/resources/assets/gregtech/textures/blocks/iconsets/DRONE_CENTRE_INACTIVE.png | bin | 0 -> 308 bytes |
| -rw-r--r-- | src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_DRONE_MODULE_ACTIVE.png | bin | 0 -> 326 bytes |
| -rw-r--r-- | src/main/resources/assets/gregtech/textures/blocks/iconsets/TRANSPARENT.png | bin | 0 -> 1020 bytes |
5 files changed, 0 insertions, 0 deletions
diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/DRONE_CENTRE_ACTIVE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/DRONE_CENTRE_ACTIVE.png Binary files differnew file mode 100644 index 0000000000..3590515cb8 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/DRONE_CENTRE_ACTIVE.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/DRONE_CENTRE_FACE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/DRONE_CENTRE_FACE.png Binary files differnew file mode 100644 index 0000000000..53488e032a --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/DRONE_CENTRE_FACE.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/DRONE_CENTRE_INACTIVE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/DRONE_CENTRE_INACTIVE.png Binary files differnew file mode 100644 index 0000000000..04f37eb57d --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/DRONE_CENTRE_INACTIVE.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_DRONE_MODULE_ACTIVE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_DRONE_MODULE_ACTIVE.png Binary files differnew file mode 100644 index 0000000000..470e589b59 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_DRONE_MODULE_ACTIVE.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/TRANSPARENT.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/TRANSPARENT.png Binary files differnew file mode 100644 index 0000000000..6175e8622a --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/TRANSPARENT.png |
