Skip to content

Commit

Permalink
Updated version name
Browse files Browse the repository at this point in the history
  • Loading branch information
Majrusz committed Jun 15, 2021
1 parent d46600f commit 6ce9575
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class WonderfulEnchantments {
public static final String MOD_ID = "wonderful_enchantments";
public static final String NAME = "Wonderful Enchantments";
public static final String VERSION = "1.3.3";
public static final String VERSION = "1.3.4";
public static final ConfigHandler CONFIG_HANDLER = new ConfigHandler( ModConfig.Type.COMMON, "wonderful-enchantments-common.toml" );
public static final ConfigGroup ENCHANTMENT_GROUP = CONFIG_HANDLER.addConfigGroup( new ConfigGroup( "Enchantments", "" ) );
public static final ConfigGroup CURSE_GROUP = CONFIG_HANDLER.addConfigGroup( new ConfigGroup( "Curses", "" ) );
Expand Down

0 comments on commit 6ce9575

Please sign in to comment.