Mod Integration Development: What's the correct way to register additional item details? #2106
-
Hey all—I'm currently trying to enrich the item details for my Code sample: link |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Recommended way it by doing something like this. |
Beta Was this translation helpful? Give feedback.
-
Yes, anything in the impl is a no-no :p. You want to do |
Beta Was this translation helpful? Give feedback.
Yes, anything in the impl is a no-no :p. You want to do
VanillaDetailRegistries.ITEM_STACK.addProvider(ModItemDetailProvider())
instead.