This commit is contained in:
simibubi 2022-07-12 03:15:12 +02:00
parent eebbe14a73
commit 370414846d
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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();

View File

@ -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"