mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-12-25 06:26:56 +01:00
Readying up 0.2.4d
- Version bump - Added changelog
This commit is contained in:
parent
0d616b7a21
commit
0c150ff86f
3 changed files with 12 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue