Jump to content

Leaderboard

Popular Content

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

  1. Look at PlayerEntity#abilities
    1 point
  2. @Mod.EventBusSubscriber(value=Dist.CLIENT,modid= CottageCraft.MOD_ID) You are registering your event handler to the wrong bus, so your registerEntityRenderers() is never executed. Remember that when no bus is specified, default goes to the forge bus. ModelRegistryEvent is fired on the mod bus
    1 point
  3. Why do you have Optifine installed on a server anyway?
    1 point
  4. There is not need to extend ItemModelsProperties since func_239418_a_ is a static method. You have to register your properties during your client setup event
    1 point
  5. It looks like you'd need to extend BlockItem and override getBurnTime to do this, as getBurnTime is an Item method, not a Block method
    1 point
×
×
  • Create New...

Important Information

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