mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-15 17:53:42 +01:00
Version up
This commit is contained in:
parent
b05a03d417
commit
3da35a30e3
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx3G
|
||||||
org.gradle.daemon=false
|
org.gradle.daemon=false
|
||||||
|
|
||||||
# mod version info
|
# mod version info
|
||||||
mod_version=0.3.1
|
mod_version=0.3.1a
|
||||||
minecraft_version=1.15.2
|
minecraft_version=1.15.2
|
||||||
forge_version=31.2.47
|
forge_version=31.2.47
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@ public class Create {
|
||||||
|
|
||||||
public static final String ID = "create";
|
public static final String ID = "create";
|
||||||
public static final String NAME = "Create";
|
public static final String NAME = "Create";
|
||||||
public static final String VERSION = "0.3.1";
|
public static final String VERSION = "0.3.1a";
|
||||||
|
|
||||||
public static Logger logger = LogManager.getLogger();
|
public static Logger logger = LogManager.getLogger();
|
||||||
public static ItemGroup baseCreativeTab = new CreateItemGroup();
|
public static ItemGroup baseCreativeTab = new CreateItemGroup();
|
||||||
|
|
Loading…
Reference in a new issue