Hotfix the hotfix
- Fixed build issues of auto-published jars
This commit is contained in:
parent
902bfb98b7
commit
a8c994ec9f
4 changed files with 6 additions and 5 deletions
|
@ -183,7 +183,7 @@ curseforge {
|
|||
changelog = System.getenv('CHANGELOG') == null || System.getenv('CHANGELOG').equals('none') ? getChangelogText() : System.getenv('CHANGELOG')
|
||||
changelogType = 'html'
|
||||
releaseType = project.curse_type
|
||||
mainArtifact(jar) {
|
||||
mainArtifact(shadowJar) {
|
||||
displayName = "Create - ${version}"
|
||||
}
|
||||
relations {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
0.2.4b:
|
||||
0.2.4c:
|
||||
A hotfix for our dear users over in Multiplayer.
|
||||
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
|
|
@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx3G
|
|||
org.gradle.daemon=false
|
||||
|
||||
# mod version info
|
||||
mod_version=0.2.4b
|
||||
mod_version=0.2.4c
|
||||
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.4b";
|
||||
public static final String VERSION = "0.2.4c";
|
||||
|
||||
public static Logger logger = LogManager.getLogger();
|
||||
public static ItemGroup baseCreativeTab = new CreateItemGroup();
|
||||
|
|
Loading…
Reference in a new issue