File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -223,6 +223,12 @@ modrinth {
223223 uploadFile.set(tasks.remapJar as Any )
224224 additionalFiles.add(tasks.remapSourcesJar as Any )
225225 loaders.addAll(" fabric" , " quilt" )
226+ dependencies {
227+ required.project(" fabric-api" )
228+ optional.project(" modmenu" )
229+ embedded.project(" cloth-config" )
230+ embedded.project(" fabric-language-kotlin" )
231+ }
226232}
227233
228234spotless {
Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ kotlin.code.style=official
55org.gradle.jvmargs =-Xmx1G
66# Fabric Properties
77# Update using https://modmuss50.me/fabric.html
8- minecraft_version =1.19.1
9- yarn_mappings =1.19.1 +build.6
8+ minecraft_version =1.19.2
9+ yarn_mappings =1.19.2 +build.20
1010loader_version =0.14.9
1111# Mod Properties
1212maven_group =com.skaggsm
1313archives_base_name =fabric-tree-chopper
1414curseforge_id =333854
1515modrinth_id =nuvrbzBD
1616# Dependencies
17- fabric_version =0.58.5 +1.19.1
17+ fabric_version =0.62.0 +1.19.2
1818kotlin_version =1.8.4+kotlin.1.7.20
1919cloth_config_version =8.2.88
2020fiber_2_cloth_version =4.0.0
You can’t perform that action at this time.
0 commit comments