mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 12:33:57 +01:00
bumb
This commit is contained in:
parent
eebbe14a73
commit
370414846d
@ -4,7 +4,7 @@ org.gradle.jvmargs = -Xmx3G
|
||||
org.gradle.daemon = false
|
||||
|
||||
# mod version info
|
||||
mod_version = 0.5.0a
|
||||
mod_version = 0.5.0b
|
||||
minecraft_version = 1.18.2
|
||||
forge_version = 40.1.60
|
||||
|
||||
|
@ -63,7 +63,7 @@ public class Create {
|
||||
|
||||
public static final String ID = "create";
|
||||
public static final String NAME = "Create";
|
||||
public static final String VERSION = "0.5a";
|
||||
public static final String VERSION = "0.5b";
|
||||
|
||||
public static final Logger LOGGER = LogManager.getLogger();
|
||||
|
||||
|
@ -5,7 +5,7 @@ license="MIT"
|
||||
|
||||
[[mods]]
|
||||
modId="create"
|
||||
version="0.5.0a"
|
||||
version="0.5.0b"
|
||||
displayName="Create"
|
||||
#updateJSONURL=""
|
||||
displayURL="https://www.curseforge.com/minecraft/mc-mods/create"
|
||||
|
Loading…
Reference in New Issue
Block a user