[PORT] 1.21.5-rc-1
This commit is contained in:
@@ -3,7 +3,7 @@ def projectIcon = "https://cdn.modrinth.com/data/Nn8Wasaq/a172c634683a11a2e9ae59
|
|||||||
def JDK = "21";
|
def JDK = "21";
|
||||||
def majorMc = "1.21.5";
|
def majorMc = "1.21.5";
|
||||||
def modLoaders = "neoforge|fabric|quilt|paper";
|
def modLoaders = "neoforge|fabric|quilt|paper";
|
||||||
def supportedMc = "25w10a";
|
def supportedMc = "1.21.5-rc1";
|
||||||
def reltype = "experimental";
|
def reltype = "experimental";
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
|
@@ -39,11 +39,11 @@ shadowJar {
|
|||||||
|
|
||||||
unimined.minecraft {
|
unimined.minecraft {
|
||||||
neoForged {
|
neoForged {
|
||||||
/*if (isPort) {
|
if (isPort) {
|
||||||
loader "net.neoforged:neoforge:${neoforge_version}:universal"
|
loader "net.neoforged:neoforge:${neoforge_version}:universal"
|
||||||
} else {*/
|
} else {
|
||||||
loader neoforge_version
|
loader neoforge_version
|
||||||
//}
|
}
|
||||||
|
|
||||||
mixinConfig("${mod_id}.mixins.json", "${mod_id}.neoforge.mixins.json")
|
mixinConfig("${mod_id}.mixins.json", "${mod_id}.neoforge.mixins.json")
|
||||||
}
|
}
|
||||||
|
@@ -2,8 +2,6 @@ package com.hypherionmc.craterlib.client;
|
|||||||
|
|
||||||
import com.hypherionmc.craterlib.api.events.client.LateInitEvent;
|
import com.hypherionmc.craterlib.api.events.client.LateInitEvent;
|
||||||
import com.hypherionmc.craterlib.client.gui.config.ClothConfigScreenBuilder;
|
import com.hypherionmc.craterlib.client.gui.config.ClothConfigScreenBuilder;
|
||||||
import com.hypherionmc.craterlib.client.gui.config.CraterConfigScreen;
|
|
||||||
import com.hypherionmc.craterlib.core.config.AbstractConfig;
|
|
||||||
import com.hypherionmc.craterlib.core.config.ConfigController;
|
import com.hypherionmc.craterlib.core.config.ConfigController;
|
||||||
import com.hypherionmc.craterlib.core.config.annotations.ClothScreen;
|
import com.hypherionmc.craterlib.core.config.annotations.ClothScreen;
|
||||||
import com.hypherionmc.craterlib.core.config.annotations.NoConfigScreen;
|
import com.hypherionmc.craterlib.core.config.annotations.NoConfigScreen;
|
||||||
|
@@ -22,7 +22,7 @@ public class ServerGamePacketListenerImplMixin {
|
|||||||
public ServerPlayer player;
|
public ServerPlayer player;
|
||||||
|
|
||||||
@Inject(
|
@Inject(
|
||||||
method = "lambda$handleChat$5",
|
method = "lambda$handleChat$6",
|
||||||
at = @At("HEAD"),
|
at = @At("HEAD"),
|
||||||
cancellable = true
|
cancellable = true
|
||||||
)
|
)
|
||||||
|
@@ -18,7 +18,7 @@ orion.setup {
|
|||||||
multiProject = true
|
multiProject = true
|
||||||
enableMirrorMaven = true
|
enableMirrorMaven = true
|
||||||
enableReleasesMaven = true
|
enableReleasesMaven = true
|
||||||
//enableSnapshotsMaven = isPort
|
enableSnapshotsMaven = isPort
|
||||||
|
|
||||||
dopplerToken = System.getenv("DOPPLER_KEY")
|
dopplerToken = System.getenv("DOPPLER_KEY")
|
||||||
|
|
||||||
|
@@ -10,18 +10,18 @@ mod_id=craterlib
|
|||||||
mod_name=CraterLib
|
mod_name=CraterLib
|
||||||
|
|
||||||
# Shared
|
# Shared
|
||||||
minecraft_version=1.21.5-pre3
|
minecraft_version=1.21.5-rc1
|
||||||
project_group=com.hypherionmc.craterlib
|
project_group=com.hypherionmc.craterlib
|
||||||
|
|
||||||
# Fabric
|
# Fabric
|
||||||
fabric_loader=0.16.10
|
fabric_loader=0.16.10
|
||||||
fabric_api=0.119.2+1.21.5
|
fabric_api=0.119.3+1.21.5
|
||||||
|
|
||||||
# Forge
|
# Forge
|
||||||
forge_version=50.0.6
|
forge_version=50.0.6
|
||||||
|
|
||||||
# NeoForged
|
# NeoForged
|
||||||
neoforge_version=16-beta
|
neoforge_version=21.5.0-alpha.1.21.5-rc1.20250322.150002
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
moon_config=1.0.12
|
moon_config=1.0.12
|
||||||
|
@@ -14,6 +14,6 @@ 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