mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-08-23 14:42:54 +02:00
Update to Minecraft 1.21.4
This commit is contained in:
@@ -13,9 +13,9 @@ repositories {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// https://modmuss50.me/fabric.html
|
// https://modmuss50.me/fabric.html
|
||||||
minecraft 'com.mojang:minecraft:1.21.3'
|
minecraft 'com.mojang:minecraft:1.21.4'
|
||||||
mappings 'net.fabricmc:yarn:1.21.3+build.2:v2'
|
mappings 'net.fabricmc:yarn:1.21.4+build.1:v2'
|
||||||
modImplementation 'net.fabricmc:fabric-loader:0.16.7'
|
modImplementation 'net.fabricmc:fabric-loader:0.16.9'
|
||||||
|
|
||||||
Set<String> apiModules = [
|
Set<String> apiModules = [
|
||||||
'fabric-api-base',
|
'fabric-api-base',
|
||||||
@@ -26,10 +26,10 @@ dependencies {
|
|||||||
]
|
]
|
||||||
|
|
||||||
apiModules.forEach {
|
apiModules.forEach {
|
||||||
modImplementation(fabricApi.module(it, '0.106.1+1.21.3'))
|
modImplementation(fabricApi.module(it, '0.111.0+1.21.4'))
|
||||||
}
|
}
|
||||||
|
|
||||||
include(modImplementation('me.lucko:fabric-permissions-api:0.3.2'))
|
include(modImplementation('me.lucko:fabric-permissions-api:0.3.3'))
|
||||||
|
|
||||||
implementation project(':common')
|
implementation project(':common')
|
||||||
}
|
}
|
||||||
|
@@ -1,2 +1,2 @@
|
|||||||
minecraftVersion=1.21.3
|
minecraftVersion=1.21.4
|
||||||
forgeVersion=53.0.0
|
forgeVersion=54.0.6
|
@@ -1,2 +1,2 @@
|
|||||||
minecraftVersion=1.21.3
|
minecraftVersion=1.21.4
|
||||||
neoForgeVersion=21.3.3-beta
|
neoForgeVersion=21.4.10-beta
|
Reference in New Issue
Block a user