Skip to content

Commit

Permalink
v0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ampflower committed Jan 17, 2023
1 parent a49b095 commit 490f8e7
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/main/java/net/kjp12/musicmoods/ClientMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/**
* @author KJP12
* @since ${version}
* @since 0.0.0
**/
public class ClientMain implements ClientModInitializer {
public static boolean isModMenuPresent = QuiltLoader.isModLoaded("modmenu");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/kjp12/musicmoods/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/**
* @author KJP12
* @since ${version}
* @since 0.0.0
**/
public final class Config {
private static final Path config = QuiltLoader.getConfigDir().resolve("music-moods.properties");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/kjp12/musicmoods/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

/**
* @author KJP12
* @since ${version}
* @since 0.0.0
**/
public final class Constants {
public static final ResourceLocation moodsResource = new ResourceLocation("music-moods",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

/**
* @author KJP12
* @since ${version}
* @since 0.0.0
**/
public class ConfigurationScreen extends SpruceScreen {
private static final Logger logger = LogUtils.getLogger();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

/**
* @author KJP12
* @since ${version}
* @since 0.0.0
**/
public class MusicMoodsModMenuCompat implements ModMenuApi {
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Tickable music sound instance for fade out on
*
* @author KJP12
* @since ${version}
* @since 0.0.0
**/
public class MusicSoundInstance extends AbstractTickableSoundInstance {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/**
* @author KJP12
* @since ${version}
* @since 0.0.0
**/
public interface WeighedSoundEventsQuery {
boolean contains(Sound sound);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

/**
* @author KJP12
* @since ${version}
* @since 0.0.0
**/
@Mixin(MusicManager.class)
public abstract class MixinMusicManager {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

/**
* @author KJP12
* @since ${version}
* @since 0.0.0
**/
@Mixin(SoundOptionsScreen.class)
public class MixinSoundOptionsScreen extends OptionsSubScreen {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

/**
* @author KJP12
* @since ${version}
* @since 0.0.0
**/
@Mixin(WeighedSoundEvents.class)
public class MixinWeighedSoundEvents implements WeighedSoundEventsQuery {
Expand Down

0 comments on commit 490f8e7

Please sign in to comment.