Posted May 3, 20214 yr Hi, I have implemented a few serializers in my mod, which are reading recipes' json files and loading them. I would like to log all loaded recipes into the console, currently I do it one by one in the recipe constructor, but it spams the console with multiple lines of text. Instead I would love to first load all recipes and then to log all loaded recipes in one line. Is there some kind of event that I can listen to to do that and how can I listed to it? Edited May 4, 20214 yr by Corgam
May 4, 20214 yr Author Thanks for answer! I have used the same solution as CraftTweaker uses for writting "Scripts reloaded" after a resource reload!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.