diff options
author | Minepolz320 <42765118+Minepolz320@users.noreply.github.com> | 2021-09-19 19:06:45 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-19 19:06:45 +0500 |
commit | bf4510ad135645fe42a100a646e1828f06727c07 (patch) | |
tree | 2e98b4ca500c27fba9b43c8505d85ee981dc8f51 /src/main/java/gregtech/api/GregTech_API.java | |
parent | 06d7905348de8bbf00752afc0f14a0a9c83fbeb8 (diff) | |
parent | 42543040b0533d2cd714412efa29a51b75321bb6 (diff) | |
download | GT5-Unofficial-bf4510ad135645fe42a100a646e1828f06727c07.tar.gz GT5-Unofficial-bf4510ad135645fe42a100a646e1828f06727c07.tar.bz2 GT5-Unofficial-bf4510ad135645fe42a100a646e1828f06727c07.zip |
Merge pull request #2 from Minepolz320/Minepolz320-fix
Fix GT Tools
Diffstat (limited to 'src/main/java/gregtech/api/GregTech_API.java')
-rw-r--r-- | src/main/java/gregtech/api/GregTech_API.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/gregtech/api/GregTech_API.java b/src/main/java/gregtech/api/GregTech_API.java index 2b9e9297e3..fe48f6506f 100644 --- a/src/main/java/gregtech/api/GregTech_API.java +++ b/src/main/java/gregtech/api/GregTech_API.java @@ -353,6 +353,7 @@ public class GregTech_API { sSoundList.put(106, aTextIC2Lower + ":" + "tools.drill.DrillSoft"); sSoundList.put(107, aTextIC2Lower + ":" + "tools.drill.DrillHard"); sSoundList.put(108, aTextIC2Lower + ":" + "tools.ODScanner"); + sSoundList.put(109, aTextIC2Lower + ":" + "tools.InsulationCutters"); sSoundList.put(200, aTextIC2Lower + ":" + "machines.ExtractorOp"); sSoundList.put(201, aTextIC2Lower + ":" + "machines.MaceratorOp"); |