We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ebf26 commit a275648Copy full SHA for a275648
1 file changed
fabric/src/main/resources/fabric.mod.json
@@ -26,7 +26,7 @@
26
"de.cech12.solarcooker.compat.ModMenuCompat"
27
],
28
"rei_client": [
29
- "de.cech12.solarcooker.client.SolarCookerReiClientPlugin"
+ "de.cech12.solarcooker.client.SolarCookerReiClientPlugin"
30
31
"rei_common": [
32
"de.cech12.solarcooker.rei.SolarCookerReiCommonPlugin"
@@ -40,6 +40,7 @@
40
"cloth-config": ">=${cloth_config_version}"
41
},
42
"suggests": {
43
- "modmenu": ">=${mod_menu_version}"
+ "modmenu": ">=${mod_menu_version}",
44
+ "roughlyenoughitems": ">=${rei_version}"
45
}
46
0 commit comments