feat(minecraft): Update and Gradle changes for Minecraft 26.1
This commit is contained in:
3
tweed5-minecraft/gradle/mc-26.1.0/gradle.properties
Normal file
3
tweed5-minecraft/gradle/mc-26.1.0/gradle.properties
Normal file
@@ -0,0 +1,3 @@
|
||||
fabric.api.key_mapping = fabric-key-mapping-api-v1
|
||||
|
||||
preprocessor.mc_version_number = 260100
|
||||
16
tweed5-minecraft/gradle/mc-26.1.0/mc.versions.toml
Normal file
16
tweed5-minecraft/gradle/mc-26.1.0/mc.versions.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[versions]
|
||||
amecs-priorityKeyMappings = "1.0.1"
|
||||
coat = "1.1.1"
|
||||
fabric-api = "0.144.3+26.1"
|
||||
fabric-loom = "1.15-SNAPSHOT"
|
||||
java = "25"
|
||||
minecraft = "26.1"
|
||||
|
||||
[plugins]
|
||||
fabric-loom = { id = "net.fabricmc.fabric-loom", version.ref = "fabric-loom" }
|
||||
|
||||
[libraries]
|
||||
amecs-priorityKeyMappings = { group = "de.siphalor.amecs.amecs-priority-key-mappings", name = "amecs-priority-key-mappings-mc26.1.0", version.ref = "amecs-priorityKeyMappings" }
|
||||
coat = { group = "de.siphalor.coat", name = "coat-mc26.1.0", version.ref = "coat" }
|
||||
fabric-api = { group = "net.fabricmc.fabric-api", name = "fabric-api", version.ref = "fabric-api" }
|
||||
minecraft = { group = "com.mojang", name = "minecraft", version.ref = "minecraft" }
|
||||
Reference in New Issue
Block a user