Update to 1.21.3

This commit is contained in:
2025-06-14 20:29:35 +02:00
parent 67f979a051
commit d7c9759d27
5 changed files with 13 additions and 4 deletions

View File

@ -15,6 +15,7 @@ dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
}
loom {