mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-10 12:34:11 +01:00
Version up
This commit is contained in:
parent
b05a03d417
commit
3da35a30e3
@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx3G
|
||||
org.gradle.daemon=false
|
||||
|
||||
# mod version info
|
||||
mod_version=0.3.1
|
||||
mod_version=0.3.1a
|
||||
minecraft_version=1.15.2
|
||||
forge_version=31.2.47
|
||||
|
||||
|
@ -51,7 +51,7 @@ public class Create {
|
||||
|
||||
public static final String ID = "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 ItemGroup baseCreativeTab = new CreateItemGroup();
|
||||
|
Loading…
Reference in New Issue
Block a user