mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-03-07 13:48:00 +08:00
[Fabric, Forge] Update build files for 1.16.3
No actual changes, beta 4 is functional, but this was to ensure it compiled.
This commit is contained in:
parent
1cba5c38f5
commit
8e53aa0891
@ -25,9 +25,9 @@
|
||||
accessWidener("src/main/resources/worldedit.accesswidener")
|
||||
}
|
||||
|
||||
val minecraftVersion = "1.16.2"
|
||||
val yarnMappings = "1.16.2+build.1:v2"
|
||||
val loaderVersion = "0.9.1+build.205"
|
||||
val minecraftVersion = "1.16.3"
|
||||
val yarnMappings = "1.16.3+build.1:v2"
|
||||
val loaderVersion = "0.9.3+build.207"
|
||||
|
||||
configurations.all {
|
||||
resolutionStrategy {
|
||||
@ -53,7 +53,7 @@
|
||||
"modImplementation"("net.fabricmc:fabric-loader:$loaderVersion")
|
||||
|
||||
// [1] declare fabric-api dependency...
|
||||
"fabricApi"("net.fabricmc.fabric-api:fabric-api:0.17.2+build.396-1.16")
|
||||
"fabricApi"("net.fabricmc.fabric-api:fabric-api:0.20.2+build.402-1.16")
|
||||
|
||||
// [2] Load the API dependencies from the fabric mod json...
|
||||
@Suppress("UNCHECKED_CAST")
|
||||
|
@ -53,7 +53,6 @@
|
||||
import net.minecraft.util.math.Vec3d;
|
||||
import net.minecraft.util.registry.Registry;
|
||||
import net.minecraft.world.biome.Biome;
|
||||
import net.minecraft.world.biome.Biomes;
|
||||
|
||||
import java.util.Comparator;
|
||||
import java.util.Map;
|
||||
|
@ -12,12 +12,12 @@
|
||||
applyPlatformAndCoreConfiguration()
|
||||
applyShadowConfiguration()
|
||||
|
||||
val minecraftVersion = "1.16.2"
|
||||
val minecraftVersion = "1.16.3"
|
||||
val nextMajorMinecraftVersion: String = minecraftVersion.split('.').let { (useless, major) ->
|
||||
"$useless.${major.toInt() + 1}"
|
||||
}
|
||||
val mappingsMinecraftVersion = "1.16"
|
||||
val forgeVersion = "33.0.3"
|
||||
val forgeVersion = "34.0.0"
|
||||
|
||||
configurations.all {
|
||||
resolutionStrategy {
|
||||
|
Loading…
Reference in New Issue
Block a user