Campfire WTHIT and TOP integration

This commit is contained in:
2022-08-27 22:21:34 +02:00
parent 7dc5e660e7
commit 5a352c1c43
16 changed files with 332 additions and 8 deletions

View File

@@ -23,6 +23,9 @@
],
"client": [
"me.hypherionmc.hyperlighting.client.HyperLightingFabricClient"
],
"top_plugin": [
"me.hypherionmc.hyperlighting.common.integration.top.TOPIntegration"
]
},
"mixins": [
@@ -37,5 +40,11 @@
"java": ">=17",
"craterlib": "*"
},
"custom": {
"waila:plugins": {
"id": "hyperlighting:waila_compat",
"initializer": "me.hypherionmc.hyperlighting.common.integration.wthit.HLWTHITPlugin"
}
},
"accessWidener": "hyperlighting.aw"
}