fully 1.21.6

This commit is contained in:
Lukas
2025-06-18 15:52:13 +02:00
parent ed822952c8
commit 43045ffe27
4 changed files with 8 additions and 7 deletions
+2 -2
View File
@@ -37,8 +37,8 @@ dependencies {
modImplementation(fabricApi.module(it, project.fabric_version)) modImplementation(fabricApi.module(it, project.fabric_version))
} }
//modApi "me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config}" modApi "me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config}"
//modApi "com.terraformersmc:modmenu:${project.modmenu}" modApi "com.terraformersmc:modmenu:${project.modmenu}"
include(implementation "org.yaml:snakeyaml:${project.YAML_snake}") include(implementation "org.yaml:snakeyaml:${project.YAML_snake}")
} }
+2 -2
View File
@@ -12,6 +12,6 @@ archives_base_name=Bookshelfinspector
# Dependencies # Dependencies
fabric_version=0.127.0+1.21.6 fabric_version=0.127.0+1.21.6
cloth_config=18.0.145 cloth_config=19.0.146
modmenu=14.0.0-rc.2 modmenu=15.0.0-beta.2
YAML_snake=2.4 YAML_snake=2.4
@@ -1,4 +1,3 @@
/*
package me.lukasabbe.bookshelfinspector.config; package me.lukasabbe.bookshelfinspector.config;
import com.terraformersmc.modmenu.api.ConfigScreenFactory; import com.terraformersmc.modmenu.api.ConfigScreenFactory;
@@ -44,5 +43,4 @@ public class ModMenu implements ModMenuApi {
return builder.build(); return builder.build();
}; };
} }
} }
*/
+3
View File
@@ -15,6 +15,9 @@
], ],
"main": [ "main": [
"me.lukasabbe.bookshelfinspector.Bookshelfinspector" "me.lukasabbe.bookshelfinspector.Bookshelfinspector"
],
"modmenu": [
"me.lukasabbe.bookshelfinspector.config.ModMenu"
] ]
}, },
"mixins": [ "mixins": [