Posted April 16, 20205 yr Is there a set way in which I should call my registries: Should I register items before blocks? Should I register Particles before Items? Should I register Tile Entities before Particles? I was wondering if there is a set way in which everything is registered
April 16, 20205 yr Deferred registries are designed to always fire in the correct order, you don't need to worry about that when you're using them. They're basically just event listeners under the hood. I'm eager to learn and am prone to mistakes. Don't hesitate to tell me how I can improve.
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.