Skip to content

Commit

Permalink
ready for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Yefancy committed Apr 18, 2022
1 parent d6f2c9e commit 6fb11cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
org.gradle.jvmargs = -Xmx3G

# Mod Information
mod_version = 0.3.1
mod_version = 0.4.0
maven_group = com.cleanroommc
archives_base_name = multiblocked

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class Multiblocked {
public static final String MODID_GEO = "geckolib3";
public static final String MODID_GTCE = "gregtech";
public static final String NAME = "Multiblocked";
public static final String VERSION = "0.3.1";
public static final String VERSION = "0.4.0";
public static final Logger LOGGER = LogManager.getLogger(NAME);
public static final Random RNG = new Random();
public static final Gson GSON_PRETTY = new GsonBuilder().setPrettyPrinting().create();
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"description": "An extremely flexible, vanilla-esque multiblock mod that also incorporates aspects of MultiblockTweaker and Modular Machinery.",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "",
"updateUrl": "",
"url": "https://github.com/CleanroomMC/Multiblocked",
"updateUrl": "https://github.com/CleanroomMC/Multiblocked",
"authorList": ["KilaBash", "Rongmario"],
"credits": "CleanroomMC Team",
"credits": "thanks for model providers (yor42, 琥珀酸, Zaglo). debug and communication CleanroomMC Team",
"logoFile": "",
"screenshots": [],
"dependencies": [
Expand Down

0 comments on commit 6fb11cb

Please sign in to comment.