I load item names from the config and register them during Minecraft startup, but I can’t manage to create models, loot tables, tag tables, etc. during that startup. How can all of this be created conditionally in EventCommonSetup, etc.? And how can I also register models specifically during Minecraft startup? (The data generators that run before the Gradle build do NOT work for this)