[PORT] 1.21.6-pre3
This commit is contained in:
@@ -3,6 +3,7 @@ package com.hypherionmc.craterlib.common;
|
||||
import com.hypherionmc.craterlib.core.platform.CompatUtils;
|
||||
import com.hypherionmc.craterlib.core.platform.ModloaderEnvironment;
|
||||
import com.hypherionmc.craterlib.nojang.world.entity.player.BridgedPlayer;
|
||||
import net.kyori.adventure.text.Component;
|
||||
import redstonedubstep.mods.vanishmod.VanishUtil;
|
||||
import team.creative.playerrevive.api.IBleeding;
|
||||
import team.creative.playerrevive.server.PlayerReviveServer;
|
||||
|
@@ -11,7 +11,7 @@ plugins {
|
||||
var relType = project.properties["releaseType"] ?: "${release_type}"
|
||||
|
||||
ext {
|
||||
isPort = false //(relType == 'experimental')
|
||||
isPort = true //(relType == 'experimental')
|
||||
}
|
||||
|
||||
orion.setup {
|
||||
|
@@ -10,18 +10,18 @@ mod_id=craterlib
|
||||
mod_name=CraterLib
|
||||
|
||||
# Shared
|
||||
minecraft_version=25w19a
|
||||
minecraft_version=1.21.6-pre3
|
||||
project_group=com.hypherionmc.craterlib
|
||||
|
||||
# Fabric
|
||||
fabric_loader=0.16.13
|
||||
fabric_api=0.119.10+1.21.6
|
||||
fabric_api=0.126.0+1.21.6
|
||||
|
||||
# Forge
|
||||
forge_version=50.0.6
|
||||
|
||||
# NeoForged
|
||||
neoforge_version=0-beta
|
||||
neoforge_version=21.5.0-alpha.1.21.6-pre3.20250606.211419
|
||||
|
||||
# Dependencies
|
||||
moon_config=1.0.12
|
||||
|
@@ -14,6 +14,6 @@ pluginManagement {
|
||||
}
|
||||
|
||||
rootProject.name = 'CraterLib'
|
||||
include("Common", "Fabric"/*, "NeoForge"*/)
|
||||
include("Common", "Fabric", "NeoForge")
|
||||
//include 'Paper'
|
||||
|
||||
|
Reference in New Issue
Block a user