mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-15 04:41:37 +08:00
[Forge] Update dependencies, mark as GPL
This commit is contained in:
parent
3c402e4afd
commit
4c050f25ac
@ -54,7 +54,7 @@
|
||||
implementation("net.ltgt.apt-idea:net.ltgt.apt-idea.gradle.plugin:0.21")
|
||||
implementation("org.jfrog.buildinfo:build-info-extractor-gradle:4.16.0")
|
||||
implementation("gradle.plugin.org.spongepowered:spongegradle:0.9.0")
|
||||
implementation("net.minecraftforge.gradle:ForgeGradle:3.0.179")
|
||||
implementation("net.minecraftforge.gradle:ForgeGradle:3.0.181")
|
||||
implementation("net.fabricmc:fabric-loom:$loomVersion")
|
||||
implementation("net.fabricmc:sponge-mixin:$mixinVersion")
|
||||
implementation("gradle.plugin.com.mendhak.gradlecrowdin:plugin:0.1.0")
|
||||
|
@ -17,7 +17,7 @@
|
||||
"$useless.${major.toInt() + 1}"
|
||||
}
|
||||
val mappingsMinecraftVersion = "1.16"
|
||||
val forgeVersion = "32.0.25"
|
||||
val forgeVersion = "32.0.92"
|
||||
|
||||
configurations.all {
|
||||
resolutionStrategy {
|
||||
|
@ -10,6 +10,7 @@ displayURL="https://worldedit.enginehub.org/"
|
||||
logoFile="worldedit-icon.png"
|
||||
# A text field displayed in the mod UI
|
||||
authors="sk89q, wizjany, TomyLobo, kenzierocks, Me4502"
|
||||
license="GPL"
|
||||
# A list of mods - how many allowed here is determined by the individual mod loader
|
||||
[[mods]]
|
||||
# The modid of the mod
|
||||
|
Loading…
Reference in New Issue
Block a user