Auto crafting table sound

This commit is contained in:
modmuss50 2017-07-01 12:09:35 +01:00
parent 9a7ffce98e
commit 5efd8daab1
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82
4 changed files with 15 additions and 0 deletions

View file

@ -36,11 +36,13 @@ public class ModSounds {
public static SoundEvent CABLE_SHOCK;
public static SoundEvent BLOCK_DISMANTLE;
public static SoundEvent SAP_EXTRACT;
public static SoundEvent AUTO_CRAFTING;
public static void init() {
CABLE_SHOCK = getSound("cable_shock");
BLOCK_DISMANTLE = getSound("block_dismantle");
SAP_EXTRACT = getSound("sap_extract");
AUTO_CRAFTING = getSound("auto_crafting");
}
private static SoundEvent getSound(String str) {