File tree Expand file tree Collapse file tree 4 files changed +27
-11
lines changed
Expand file tree Collapse file tree 4 files changed +27
-11
lines changed Original file line number Diff line number Diff line change 11org.gradle.jvmargs = -Xmx1G
22org.gradle.parallel = true
33
4- version = 11.1.0
4+ version = 11.1.1
55maven_group = net.ludocrypt
66archives_base_name = limlib
Original file line number Diff line number Diff line change @@ -3,18 +3,10 @@ minecraft = "1.20.4"
33quilt_mappings = " 1.20.4+build.1"
44quilt_loader = " 0.21.0"
55
6- quilted_fabric_api = " 7.4.0+0.90.0-1.20.1"
7-
86[libraries ]
97minecraft = { module = " com.mojang:minecraft" , version.ref = " minecraft" }
108quilt_mappings = { module = " org.quiltmc:quilt-mappings" , version.ref = " quilt_mappings" }
119quilt_loader = { module = " org.quiltmc:quilt-loader" , version.ref = " quilt_loader" }
1210
13- quilted_fabric_api = { module = " org.quiltmc.quilted-fabric-api:quilted-fabric-api" , version.ref = " quilted_fabric_api" }
14- quilted_fabric_api_deprecated = { module = " org.quiltmc.quilted-fabric-api:quilted-fabric-api-deprecated" , version.ref = " quilted_fabric_api" }
15-
16- [bundles ]
17- quilted_fabric_api = [" quilted_fabric_api" , " quilted_fabric_api_deprecated" ]
18-
1911[plugins ]
2012quilt_loom = { id = " org.quiltmc.loom" , version = " 1.2.+" }
Original file line number Diff line number Diff line change 1+ {
2+ "schemaVersion" : 1 ,
3+ "id" : " limlib" ,
4+ "version" : " ${version}" ,
5+ "name" : " Liminal Library" ,
6+ "description" : " A library for liminal mods" ,
7+ "authors" : [
8+ " LudoCrypt"
9+ ],
10+ "contact" : {
11+ "homepage" : " https://github.com/LudoCrypt/Liminal-Library/wiki" ,
12+ "issues" : " https://github.com/LudoCrypt/Liminal-Library/issues" ,
13+ "sources" : " https://github.com/LudoCrypt/Liminal-Library"
14+ },
15+ "license" : " LGPLv3.0" ,
16+ "icon" : " assets/limlib/icon.png" ,
17+ "environment" : " *" ,
18+ "entrypoints" : {
19+ },
20+ "mixins" : [
21+ " limlib.mixins.json" ,
22+ " limlib.debug.mixins.json"
23+ ],
24+ "depends" : {
25+ }
26+ }
Original file line number Diff line number Diff line change 1919 },
2020 "intermediate_mappings" : " net.fabricmc:intermediary" ,
2121 "entrypoints" : {
22- "init" : " net.ludocrypt.limlib.impl.Limlib" ,
23- "client_init" : " net.ludocrypt.limlib.impl.LimlibClient" ,
2422 "limlib:registrar" : " net.ludocrypt.limlib.impl.debug.DebugWorld"
2523 },
2624 "depends" : [
You can’t perform that action at this time.
0 commit comments