-
Hey, But nothing happens, no turtle ingame. My Registry class: Class |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Hey, But nothing happens, no turtle ingame. My Registry class: Class |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
public void registerItems
needs to be static if it's registered with@Mod.EventBusSubscriber
. You shouldn't be touchingTurtleUpgrades
(and neither should CC's registry really) - that's an internal class.