aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorquerns <33518699+querns@users.noreply.github.com>2024-09-08 13:02:12 -0500
committerGitHub <noreply@github.com>2024-09-08 18:02:12 +0000
commit3b2431ea07cff32fa174f496a1e16246a89b429e (patch)
tree3987a80f2fd5e396ae70821971b3d673e003dfe0 /src/main/resources
parent8ca97eab0abfc33a37a15fe4a66bc112c743480a (diff)
downloadGT5-Unofficial-3b2431ea07cff32fa174f496a1e16246a89b429e.tar.gz
GT5-Unofficial-3b2431ea07cff32fa174f496a1e16246a89b429e.tar.bz2
GT5-Unofficial-3b2431ea07cff32fa174f496a1e16246a89b429e.zip
Adds Infinite Spray Can, left click event for item behaviors (#3085)
Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: boubou19 <miisterunknown@gmail.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/gregtech/sounds.json19
-rw-r--r--src/main/resources/assets/gregtech/sounds/spraycan.oggbin0 -> 20679 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/items/gt.metaitem.01/468.pngbin0 -> 4349 bytes
3 files changed, 18 insertions, 1 deletions
diff --git a/src/main/resources/assets/gregtech/sounds.json b/src/main/resources/assets/gregtech/sounds.json
index c8ea3bc8ee..ae25d2bb23 100644
--- a/src/main/resources/assets/gregtech/sounds.json
+++ b/src/main/resources/assets/gregtech/sounds.json
@@ -141,5 +141,22 @@
"stream": false
}
]
+ },
+ "items.spraycan": {
+ "category": "player",
+ "sounds": [
+ {
+ "name": "spraycan",
+ "stream": false,
+ "licensing": {
+ "sound_url": "https://freesound.org/people/J-La/sounds/38025/",
+ "sound_name": "spraycan.wav",
+ "author_url": "https://freesound.org/people/J-La/",
+ "author_name": "J-La",
+ "license_url": "https://creativecommons.org/licenses/by/3.0/",
+ "license_name": "Attribution 3.0"
+ }
+ }
+ ]
}
-}
+} \ No newline at end of file
diff --git a/src/main/resources/assets/gregtech/sounds/spraycan.ogg b/src/main/resources/assets/gregtech/sounds/spraycan.ogg
new file mode 100644
index 0000000000..1d858c6268
--- /dev/null
+++ b/src/main/resources/assets/gregtech/sounds/spraycan.ogg
Binary files differ
diff --git a/src/main/resources/assets/gregtech/textures/items/gt.metaitem.01/468.png b/src/main/resources/assets/gregtech/textures/items/gt.metaitem.01/468.png
new file mode 100644
index 0000000000..da101c85a0
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/items/gt.metaitem.01/468.png
Binary files differ