File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
2- id ' fabric-loom' version ' 1.10 -SNAPSHOT'
2+ id ' fabric-loom' version ' 1.14 -SNAPSHOT'
33 id ' maven-publish'
44}
55
@@ -26,7 +26,7 @@ dependencies {
2626 minecraft libs. minecraft
2727 mappings loom. layered() {
2828 officialMojangMappings()
29- // parchment("org.parchmentmc.data:parchment-${libs.versions.minecraft.get()}:${libs.versions.parchment.mappings.get()}@zip")
29+ parchment(" org.parchmentmc.data:parchment-${ libs.versions.minecraft.get()} :${ libs.versions.parchment.mappings.get()} @zip" )
3030 }
3131
3232 modImplementation libs. fabric. loader
Original file line number Diff line number Diff line change 22org.gradle.jvmargs =-Xmx1G
33
44# Mod Properties
5- mod_version = 1.3 .1
5+ mod_version = 1.4.0-rc .1
66# Notes: when debugging, use rc's, so it would become: 0.X.X-rc.X
77maven_group = dev.renoux
8- archives_base_name = emotes-1.21.8
8+ archives_base_name = emotes-1.21.10
99
1010# Dependencies are managed at gradle/libs.versions.toml
Original file line number Diff line number Diff line change 11[versions ]
2- minecraft = " 1.21.8 "
3- fabric_loader = " 0.16.14 "
2+ minecraft = " 1.21.10 "
3+ fabric_loader = " 0.18.1 "
44
5- # parchment_mappings = "2025.04.19 "
5+ parchment_mappings = " 2025.10.12 "
66
77# APIs
8- fabric_api = " 0.129.0 +1.21.8 "
8+ fabric_api = " 0.138.3 +1.21.10 "
99quilt_config = " 1.3.1"
1010night_config = " 3.6.6"
1111
1212devlogin = " 3.5"
13- mod_menu = " 15 .0.0-beta.3 "
13+ mod_menu = " 16 .0.0-rc.1 "
1414
1515[libraries ]
1616minecraft = { module = " com.mojang:minecraft" , version.ref = " minecraft" }
Original file line number Diff line number Diff line change 2626 ],
2727 "accessWidener" : " emotes.accesswidener" ,
2828 "depends" : {
29- "fabricloader" : " >=0.16.5 " ,
30- "fabric" : " >=0.119.5 " ,
31- "minecraft" : " >=1.21.7 " ,
29+ "fabricloader" : " >=0.18.1 " ,
30+ "fabric" : " >=0.138.3 " ,
31+ "minecraft" : " >=1.21.10 " ,
3232 "java" : " >=21"
3333 }
3434}
You can’t perform that action at this time.
0 commit comments