Jump to content
  • Home
  • Files
  • Docs
Status Updates
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • CrazyKZB

CrazyKZB

Members
 View Profile  See their activity
  • Content Count

    3
  • Joined

    Sunday at 05:10 PM
  • Last visited

    Monday at 03:25 PM

Community Reputation

0 Neutral

About CrazyKZB

  • Rank
    Tree Puncher
  1. CrazyKZB

    How to register a entity renderer in 1.16.5

    CrazyKZB replied to CrazyKZB's topic in Modder Support

    How would I go about doing that. Like creating a render register using something like Deferred register or registry event.
    • Monday at 03:29 PM
    • 5 replies
  2. CrazyKZB

    How to register a entity renderer in 1.16.5

    CrazyKZB replied to CrazyKZB's topic in Modder Support

    Sorry for the late response. Here is what I used //The Entity Type public static EntityType<EntityChupacabra> RChupacabraEntity = (EntityType<EntityChupacabra>) EntityType.Builder.create(EntityChupacabra::new, EntityClassification.MONSTER).build(Test.MOD_ID + ":EntityChupacabra").setRegistryName(Registration.location("EntityChupacabra")); //The RenderRegistry RenderingRegistry.registerEntityRenderingHandler(EntityRegistration.RChupacabraEntity,new RenderChupacabra.RenderFactory());
    • Monday at 02:44 PM
    • 5 replies
  3. CrazyKZB CrazyKZB joined the community Sunday at 05:10 PM
  4. CrazyKZB

    How to register a entity renderer in 1.16.5

    CrazyKZB posted a topic in Modder Support

    I am new to the forge API and could only find information about DefferredRegister for blocks and items. So I attempted to use IRenderFactory, but found out that in 1.16- they dont use classes anymore, but EntityTypes. I attempted to use my entity type that I had for the custom entity, but it took in a EntityType<?> so when I used it. It gave an error. If anyone has had this error before and found a solution please tell me what you did.
    • Sunday at 05:09 PM
    • 5 replies
  • All Activity
  • Home
  • CrazyKZB
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community