Readying up 0.2.4d

- Version bump
- Added changelog
This commit is contained in:
simibubi 2020-06-14 00:14:06 +02:00
parent 0d616b7a21
commit 0c150ff86f
3 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,13 @@
0.2.4d:
More tiny bugfixes; we appreciate the reports!
Changes
- Cart assemblers now have several behaviours depending on the rail type they were placed on
Fixes
- Fixed dedicated server crash when using the Schematicannon
- Fixed blockzappers placing waterlogged blocks
- Updated chinese localization
- Added missing recipe for Dark Scoria
0.2.4c:
A hotfix for our dear users over in Multiplayer.
Fixes

View file

@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
# mod version info
mod_version=0.2.4c
mod_version=0.2.4d
minecraft_version=1.15.2
forge_version=31.2.3

View file

@ -38,7 +38,7 @@ public class Create {
public static final String ID = "create";
public static final String NAME = "Create";
public static final String VERSION = "0.2.4c";
public static final String VERSION = "0.2.4d";
public static Logger logger = LogManager.getLogger();
public static ItemGroup baseCreativeTab = new CreateItemGroup();