1.21.6 prep
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id "io.papermc.paperweight.userdev" version "1.7.3"
|
id "io.papermc.paperweight.userdev" version "2.0.0-beta.17"
|
||||||
id "xyz.jpenilla.run-paper" version "2.3.0"
|
id "xyz.jpenilla.run-paper" version "2.3.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -56,7 +56,7 @@ processResources {
|
|||||||
compileTestJava.enabled = false
|
compileTestJava.enabled = false
|
||||||
|
|
||||||
tasks.assemble {
|
tasks.assemble {
|
||||||
dependsOn(tasks.reobfJar)
|
dependsOn(tasks.shadowJar)
|
||||||
}
|
}
|
||||||
|
|
||||||
publisher {
|
publisher {
|
||||||
|
@@ -4,6 +4,7 @@ import com.hypherionmc.craterlib.core.platform.CompatUtils;
|
|||||||
import com.hypherionmc.craterlib.core.platform.ModloaderEnvironment;
|
import com.hypherionmc.craterlib.core.platform.ModloaderEnvironment;
|
||||||
import com.hypherionmc.craterlib.nojang.world.entity.player.BridgedPlayer;
|
import com.hypherionmc.craterlib.nojang.world.entity.player.BridgedPlayer;
|
||||||
import com.hypherionmc.craterlib.utils.ChatUtils;
|
import com.hypherionmc.craterlib.utils.ChatUtils;
|
||||||
|
import net.kyori.adventure.text.Component;
|
||||||
import org.bukkit.Bukkit;
|
import org.bukkit.Bukkit;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
import org.bukkit.metadata.MetadataValue;
|
import org.bukkit.metadata.MetadataValue;
|
||||||
|
@@ -30,7 +30,7 @@ public class PaperLoaderHelper implements ModloaderEnvironment {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getGameVersion() {
|
public String getGameVersion() {
|
||||||
return SharedConstants.getCurrentVersion().getName();
|
return SharedConstants.getCurrentVersion().name();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@@ -3,15 +3,15 @@ plugins {
|
|||||||
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
|
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
|
||||||
id "xyz.wagyourtail.unimined" version "1.3.9" apply false
|
id "xyz.wagyourtail.unimined" version "1.3.9" apply false
|
||||||
id "com.hypherionmc.modutils.modpublisher" version "2.1.6"
|
id "com.hypherionmc.modutils.modpublisher" version "2.1.6"
|
||||||
id "com.hypherionmc.modutils.orion" version "1.0.24"
|
id "com.hypherionmc.modutils.orion" version "1.0.28"
|
||||||
id "com.hypherionmc.modutils.orion.origami" version "1.0.24" apply false
|
id "com.hypherionmc.modutils.orion.origami" version "1.0.28" apply false
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
}
|
}
|
||||||
|
|
||||||
var relType = project.properties["releaseType"] ?: "${release_type}"
|
var relType = project.properties["releaseType"] ?: "${release_type}"
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
isPort = true //(relType == 'experimental')
|
isPort = false //(relType == 'experimental')
|
||||||
}
|
}
|
||||||
|
|
||||||
orion.setup {
|
orion.setup {
|
||||||
|
@@ -10,7 +10,7 @@ mod_id=craterlib
|
|||||||
mod_name=CraterLib
|
mod_name=CraterLib
|
||||||
|
|
||||||
# Shared
|
# Shared
|
||||||
minecraft_version=1.21.6-pre3
|
minecraft_version=1.21.6
|
||||||
project_group=com.hypherionmc.craterlib
|
project_group=com.hypherionmc.craterlib
|
||||||
|
|
||||||
# Fabric
|
# Fabric
|
||||||
@@ -21,7 +21,7 @@ fabric_api=0.126.0+1.21.6
|
|||||||
forge_version=50.0.6
|
forge_version=50.0.6
|
||||||
|
|
||||||
# NeoForged
|
# NeoForged
|
||||||
neoforge_version=21.5.0-alpha.1.21.6-pre3.20250606.211419
|
neoforge_version=0-beta
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
moon_config=1.0.12
|
moon_config=1.0.12
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
@@ -15,5 +15,5 @@ pluginManagement {
|
|||||||
|
|
||||||
rootProject.name = 'CraterLib'
|
rootProject.name = 'CraterLib'
|
||||||
include("Common", "Fabric", "NeoForge")
|
include("Common", "Fabric", "NeoForge")
|
||||||
//include 'Paper'
|
include 'Paper'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user