Skip to content

Commit

Permalink
1.0.5 Release
Browse files Browse the repository at this point in the history
Signed-off-by: djpadbit <[email protected]>
  • Loading branch information
djpadbit committed Oct 4, 2018
1 parent 7417af9 commit cc91e41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions src/main/java/com/sonicether/soundphysics/SoundPhysics.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
public class SoundPhysics {

public static final String modid = "soundphysics";
public static final String version = "1.0.4";
public static final String version = "1.0.5";
public static final String mcVersion = "1.12.2";

private static final Pattern rainPattern = Pattern.compile(".*rain.*");
Expand Down Expand Up @@ -85,8 +85,6 @@ public void init(final FMLInitializationEvent event) {

private static Minecraft mc;

private static SoundHandler sndHandler;

private static SoundCategory lastSoundCategory;
private static String lastSoundName;

Expand All @@ -108,7 +106,6 @@ public void init(final FMLInitializationEvent event) {
public static void init() {
setupEFX();
mc = Minecraft.getMinecraft();
sndHandler = mc.getSoundHandler();
setupThread();
//System.out.println("---------------------------------");
//System.out.println(Type.getMethodDescriptor(Type.getType(boolean.class),Type.getType(FilenameURL.class)));
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"modid": "soundphysics",
"name": "Sound Physics",
"description": "Provides realistic sound attenuation, reverberation, and absorption through blocks.",
"version": "1.0.4",
"version": "1.0.5",
"mcversion": "1.12.2",
"url": "",
"authorList": ["Sonic Ether","daipenger"]
"url": "https://github.com/djpadbit/Sound-Physics",
"authorList": ["Sonic Ether","daipenger","djpadbit"]
}
]

0 comments on commit cc91e41

Please sign in to comment.