Created basic Mod Menu Integration and made different fog types toggleable
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user