Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/03/20 in all areas

  1. It looks like you are not correctly registering the capability. Add this: FMLJavaModLoadingContext.get().getModEventBus().addListener(this::init); to the constructor of your main mod class.
    1 point
  2. No. Do not conditionally register items. Do not do this. There is a reason that the registry events run before the configuration events. Do not do this. Do not attempt to do this. Do not.
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.