Hotfix the hotfix

- Fixed build issues of auto-published jars
This commit is contained in:
simibubi 2020-06-09 23:51:36 +02:00 committed by tterrag
parent 902bfb98b7
commit a8c994ec9f
4 changed files with 6 additions and 5 deletions

View file

@ -183,7 +183,7 @@ curseforge {
changelog = System.getenv('CHANGELOG') == null || System.getenv('CHANGELOG').equals('none') ? getChangelogText() : System.getenv('CHANGELOG') changelog = System.getenv('CHANGELOG') == null || System.getenv('CHANGELOG').equals('none') ? getChangelogText() : System.getenv('CHANGELOG')
changelogType = 'html' changelogType = 'html'
releaseType = project.curse_type releaseType = project.curse_type
mainArtifact(jar) { mainArtifact(shadowJar) {
displayName = "Create - ${version}" displayName = "Create - ${version}"
} }
relations { relations {

View file

@ -1,4 +1,5 @@
0.2.4b: 0.2.4c:
A hotfix for our dear users over in Multiplayer. A hotfix for our dear users over in Multiplayer.
Fixes Fixes
- Fixed server crash when Cart Assembler accelerates held Minecarts - (0.2.4b) Fixed server crash when Cart Assembler accelerates held Minecarts
- Fixed build errors of previous version

View file

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

View file

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