Bump fabric api
This commit is contained in:
@@ -20,15 +20,6 @@ fun LicenseExtension.addExtraLicenseMatchers() {
|
|||||||
}
|
}
|
||||||
webPresence = "https://www.minecraft.net/en-us"
|
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 {
|
if (module == "architectury") useLicense {
|
||||||
name = "Architectury API"
|
name = "Architectury API"
|
||||||
description = "An intermediary api aimed at easing development of multiplatform mods."
|
description = "An intermediary api aimed at easing development of multiplatform mods."
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.19.4"
|
minecraft = "1.19.4"
|
||||||
fabric_loader = "0.14.19"
|
fabric_loader = "0.14.21"
|
||||||
fabric_api = "0.80.0+1.19.4"
|
fabric_api = "0.83.0+1.19.4"
|
||||||
fabric_kotlin = "1.9.4+kotlin.1.8.21"
|
fabric_kotlin = "1.9.4+kotlin.1.8.21"
|
||||||
yarn = "1.19.4+build.2"
|
yarn = "1.19.4+build.2"
|
||||||
libgui = "7.1.0+1.19.4"
|
libgui = "7.1.0+1.19.4"
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
package moe.nea.firmament.mixins;
|
||||||
|
|
||||||
|
public class MixinEntityIdFix {
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user