Add a common runtime superclass to avoid duplicate code
BlayTheNinth opened this issue ยท 0 comments
BlayTheNinth commented
Right now FabricBalm, NeoForgeBalm and ForgeBalm have some duplicate code that could be avoided if it could just be part of a super.initializeRuntime().
Similarly, the runtime's initCallbacks, modules and sided proxy could all be moved to the super class.