Add force enable features toggle

This commit is contained in:
desyncfy
2024-08-15 20:37:07 -07:00
parent d3b2ed96f9
commit d953c946c9
8 changed files with 23 additions and 13 deletions

View File

@@ -13,6 +13,6 @@ object SciFyClient : ClientModInitializer {
FishingNotif().fishingNotif()
Bars().bars()
Watermark().watermark()
//LivelyMode().livelyMode()
LivelyMode().livelyMode()
}
}