diff options
| author | Martin Robertz <dream-master@gmx.net> | 2023-03-18 20:52:28 +0100 |
|---|---|---|
| committer | Martin Robertz <dream-master@gmx.net> | 2023-03-18 20:52:28 +0100 |
| commit | 7a4922087afa1d18b63a1459d78471c24557eab0 (patch) | |
| tree | 0841e59786daccbb0f0128098d575a894083a5e6 /src/main/resources | |
| parent | 4159f36223a936528f43eaa4439281478a4314c2 (diff) | |
| download | GT5-Unofficial-7a4922087afa1d18b63a1459d78471c24557eab0.tar.gz GT5-Unofficial-7a4922087afa1d18b63a1459d78471c24557eab0.tar.bz2 GT5-Unofficial-7a4922087afa1d18b63a1459d78471c24557eab0.zip | |
Revert "Revert "merge master (#1800)""
This reverts commit 4159f36223a936528f43eaa4439281478a4314c2.
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/assets/gregtech/sounds.json | 20 | ||||
| -rw-r--r-- | src/main/resources/assets/gregtech/sounds/buttonDown.ogg | bin | 0 -> 7353 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gregtech/sounds/buttonUp.ogg | bin | 0 -> 9732 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gregtech/textures/gui/overlay_button/auto_pull_me.png | bin | 0 -> 234 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gregtech/textures/gui/overlay_button/auto_pull_me_disabled.png | bin | 0 -> 234 bytes |
5 files changed, 20 insertions, 0 deletions
diff --git a/src/main/resources/assets/gregtech/sounds.json b/src/main/resources/assets/gregtech/sounds.json new file mode 100644 index 0000000000..dcf17b55bb --- /dev/null +++ b/src/main/resources/assets/gregtech/sounds.json @@ -0,0 +1,20 @@ +{ + "gui.buttonDown": { + "category": "block", + "sounds": [ + { + "name": "buttonDown", + "stream": false + } + ] + }, + "gui.buttonUp": { + "category": "block", + "sounds": [ + { + "name": "buttonUp", + "stream": false + } + ] + } +} diff --git a/src/main/resources/assets/gregtech/sounds/buttonDown.ogg b/src/main/resources/assets/gregtech/sounds/buttonDown.ogg Binary files differnew file mode 100644 index 0000000000..d7dec32263 --- /dev/null +++ b/src/main/resources/assets/gregtech/sounds/buttonDown.ogg diff --git a/src/main/resources/assets/gregtech/sounds/buttonUp.ogg b/src/main/resources/assets/gregtech/sounds/buttonUp.ogg Binary files differnew file mode 100644 index 0000000000..9d498d6b74 --- /dev/null +++ b/src/main/resources/assets/gregtech/sounds/buttonUp.ogg diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/auto_pull_me.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/auto_pull_me.png Binary files differnew file mode 100644 index 0000000000..0fa3f15e9f --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/auto_pull_me.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/auto_pull_me_disabled.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/auto_pull_me_disabled.png Binary files differnew file mode 100644 index 0000000000..2d8f2006e5 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/auto_pull_me_disabled.png |
