Bump fabric api

This commit is contained in:
nea
2023-05-30 17:49:22 +02:00
parent 1d3b28f9f1
commit 6b124ec9af
3 changed files with 6 additions and 11 deletions

View File

@@ -20,15 +20,6 @@ fun LicenseExtension.addExtraLicenseMatchers() {
}
webPresence = "https://www.minecraft.net/en-us"
}
if (group.endsWith("net.fabricmc.fabric-api")) useLicense {
name = "Fabric API ($module)"
description = "Essential hooks for modding with Fabric."
spdxLicense.`Apache-2-0`()
developer("FabricMC") {
webPresence = "https://fabricmc.net/"
}
webPresence = "https://github.com/FabricMC/fabric"
}
if (module == "architectury") useLicense {
name = "Architectury API"
description = "An intermediary api aimed at easing development of multiplatform mods."

View File

@@ -1,7 +1,7 @@
[versions]
minecraft = "1.19.4"
fabric_loader = "0.14.19"
fabric_api = "0.80.0+1.19.4"
fabric_loader = "0.14.21"
fabric_api = "0.83.0+1.19.4"
fabric_kotlin = "1.9.4+kotlin.1.8.21"
yarn = "1.19.4+build.2"
libgui = "7.1.0+1.19.4"

View File

@@ -0,0 +1,4 @@
package moe.nea.firmament.mixins;
public class MixinEntityIdFix {
}