Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IAFEnvoy committed Jan 24, 2025
1 parent 29b6161 commit e2f3690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class IafClientConfig extends FileConfigContainer {
public static final int CURRENT_VERSION = 0;
public final IConfigEntry<Boolean> customMainMenu = new BooleanEntry("iceandfire.customMainMenu", true);
public final IConfigEntry<Boolean> dragonAuto3rdPerson = new BooleanEntry("iceandfire.dragonAuto3rdPerson", false);
public IConfigEntry<Boolean> sirenShader = new BooleanEntry("iceandfire.siren.shader", true);
public final IConfigEntry<Boolean> sirenShader = new BooleanEntry("iceandfire.siren.shader", true);

public IafClientConfig() {
super(Identifier.of(IceAndFire.MOD_ID, "config.iceandfire.client"), "screen.iceandfire.client.title", "./config/iceandfire/iaf-client.json");
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G
org.gradle.parallel=true

# Mod properties
mod_version = 1.0-beta.2
mod_version = 1.0
maven_group = com.iafenvoy.iceandfire
archives_name = IceAndFireCE
enabled_platforms = fabric,forge
Expand Down

0 comments on commit e2f3690

Please sign in to comment.