aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorYang Xizhi <60341015+GlodBlock@users.noreply.github.com>2022-09-06 21:59:09 +0800
committerGitHub <noreply@github.com>2022-09-06 15:59:09 +0200
commitdec7edc32cfe606580a859ba111ea33085518bfd (patch)
tree32d421aacce14c79839df1c945eab508289cc432 /src/main/resources
parent0f34afff08436727ecd1cb8eb682f2c82871de87 (diff)
downloadGT5-Unofficial-dec7edc32cfe606580a859ba111ea33085518bfd.tar.gz
GT5-Unofficial-dec7edc32cfe606580a859ba111ea33085518bfd.tar.bz2
GT5-Unofficial-dec7edc32cfe606580a859ba111ea33085518bfd.zip
add nei page and code rewrite for radhatch (#195)
* add neihandler for radhatch * spotlessApply (#196) Co-authored-by: Yang Xizhi <60341015+GlodBlock@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * gui container and recipe logic rewrite * clean up * spotlessApply (#197) Co-authored-by: Yang Xizhi <60341015+GlodBlock@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * request change * add sievert display and sound effect * Spotless apply for branch radhatch for #195 (#199) * fix DT construct and survivalConstruct having wrong offset (#198) * spotlessApply Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: Yang Xizhi <60341015+GlodBlock@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> Former-commit-id: bac12a5f712ca340284bdb6f3be4bb26a43f9594
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/bartworks/lang/en_US.lang4
-rw-r--r--src/main/resources/assets/bartworks/sounds.json11
-rw-r--r--src/main/resources/assets/bartworks/sounds/radhatch.oggbin0 -> 236744 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/gui/basicmachines/BW.GUI.Radioactive.pngbin0 -> 2899 bytes
4 files changed, 15 insertions, 0 deletions
diff --git a/src/main/resources/assets/bartworks/lang/en_US.lang b/src/main/resources/assets/bartworks/lang/en_US.lang
index dca5ca5d25..951ceca7dd 100644
--- a/src/main/resources/assets/bartworks/lang/en_US.lang
+++ b/src/main/resources/assets/bartworks/lang/en_US.lang
@@ -165,4 +165,8 @@ itemGroup.bw.MetaItems.0=BartWorks Circuit Overhaul Items
BW.infoData.BioVat.expectedProduction=Expected Production
BW.infoData.BioVat.production=Production
+
+BW.NEI.display.radhatch.0=Sievert: %s Sv
+BW.NEI.display.radhatch.1=Mass: %s kg
+BW.NEI.display.radhatch.2=Time: %s s
#Liquids
diff --git a/src/main/resources/assets/bartworks/sounds.json b/src/main/resources/assets/bartworks/sounds.json
new file mode 100644
index 0000000000..0c1dea7fcc
--- /dev/null
+++ b/src/main/resources/assets/bartworks/sounds.json
@@ -0,0 +1,11 @@
+{
+ "hatch.RadOn": {
+ "category": "block",
+ "sounds": [
+ {
+ "name": "radhatch",
+ "stream": false
+ }
+ ]
+ }
+}
diff --git a/src/main/resources/assets/bartworks/sounds/radhatch.ogg b/src/main/resources/assets/bartworks/sounds/radhatch.ogg
new file mode 100644
index 0000000000..754711c999
--- /dev/null
+++ b/src/main/resources/assets/bartworks/sounds/radhatch.ogg
Binary files differ
diff --git a/src/main/resources/assets/gregtech/textures/gui/basicmachines/BW.GUI.Radioactive.png b/src/main/resources/assets/gregtech/textures/gui/basicmachines/BW.GUI.Radioactive.png
new file mode 100644
index 0000000000..9c6f03f8ed
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/gui/basicmachines/BW.GUI.Radioactive.png
Binary files differ