Created basic Mod Menu Integration and made different fog types toggleable

This commit is contained in:
2025-04-07 10:32:39 +02:00
parent d99467d953
commit 8c3798d456
7 changed files with 201 additions and 5 deletions

View File

@ -9,7 +9,8 @@
],
"contact": {
"homepage": "https://hak.wtf",
"sources": "https://git.hak.wtf/hkuijlman/SurvivalFabric"
"sources": "https://git.hak.wtf/hkuijlman/SurvivalFabric",
"issues": "https://git.hak.wtf/hkuijlman/SurvivalFabric/issues",
},
"license": "CC0-1.0",
"icon": "assets/survivalfabric/icon.png",
@ -23,6 +24,9 @@
],
"fabric-datagen": [
"wtf.hak.survivalfabric.SurvivalFabricDataGenerator"
],
"modmenu": [
"wtf.hak.survivalfabric.modmenu.ModMenuIntegration"
]
},
"mixins": [
@ -40,8 +44,5 @@
},
"optional": {
"modmenu": "*"
},
"custom": {
"modmenu:api": "wtf.hak.survivalfabric.modmenu.ModMenuIntegration"
}
}