Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
asbyth committed Apr 1, 2020
1 parent 72b4fde commit 6cc672d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modGroup=club.sk1er
modVersion=1.2
modVersion=1.3
modBaseName=LobbySounds
forgeVersion=1.8.9-11.15.1.2318-1.8.9
mcpVersion=stable_22
mcpVersion=stable_22
2 changes: 1 addition & 1 deletion src/main/java/club/sk1er/lobbysounds/LobbySounds.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;

@Mod(modid = "lobby_sounds", name = "Lobby Sounds", version = "1.2")
@Mod(modid = "lobby_sounds", name = "Lobby Sounds", version = "1.3")
public class LobbySounds {

private static final String COMPASS_NAME =
Expand Down
1 change: 1 addition & 0 deletions src/main/java/club/sk1er/lobbysounds/config/Sounds.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,6 @@ public class Sounds extends Vigilant {

public Sounds() {
super(new File("./config/lobbysounds.toml"));
initialize();
}
}

0 comments on commit 6cc672d

Please sign in to comment.