mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2025-02-19 22:12:01 +01:00
Update to Minecraft 1.21.4
This commit is contained in:
parent
b18717edef
commit
f2040ab815
@ -13,9 +13,9 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
// https://modmuss50.me/fabric.html
|
||||
minecraft 'com.mojang:minecraft:1.21.3'
|
||||
mappings 'net.fabricmc:yarn:1.21.3+build.2:v2'
|
||||
modImplementation 'net.fabricmc:fabric-loader:0.16.7'
|
||||
minecraft 'com.mojang:minecraft:1.21.4'
|
||||
mappings 'net.fabricmc:yarn:1.21.4+build.1:v2'
|
||||
modImplementation 'net.fabricmc:fabric-loader:0.16.9'
|
||||
|
||||
Set<String> apiModules = [
|
||||
'fabric-api-base',
|
||||
@ -26,10 +26,10 @@ dependencies {
|
||||
]
|
||||
|
||||
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')
|
||||
}
|
||||
|
@ -1,2 +1,2 @@
|
||||
minecraftVersion=1.21.3
|
||||
forgeVersion=53.0.0
|
||||
minecraftVersion=1.21.4
|
||||
forgeVersion=54.0.6
|
@ -1,2 +1,2 @@
|
||||
minecraftVersion=1.21.3
|
||||
neoForgeVersion=21.3.3-beta
|
||||
minecraftVersion=1.21.4
|
||||
neoForgeVersion=21.4.10-beta
|
Loading…
Reference in New Issue
Block a user