mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 12:33:57 +01:00
Version bump
This commit is contained in:
parent
c63d2a59c9
commit
7e4e262f56
@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx3G
|
||||
org.gradle.daemon=false
|
||||
|
||||
# mod version info
|
||||
mod_version=0.2.4a
|
||||
mod_version=0.2.4b
|
||||
minecraft_version=1.15.2
|
||||
forge_version=31.2.3
|
||||
|
||||
|
@ -38,7 +38,7 @@ public class Create {
|
||||
|
||||
public static final String ID = "create";
|
||||
public static final String NAME = "Create";
|
||||
public static final String VERSION = "0.2.4a";
|
||||
public static final String VERSION = "0.2.4b";
|
||||
|
||||
public static Logger logger = LogManager.getLogger();
|
||||
public static ItemGroup baseCreativeTab = new CreateItemGroup();
|
||||
|
Loading…
Reference in New Issue
Block a user