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
  • poboy975

poboy975

Members
 View Profile  See their activity
  • Content Count

    1
  • Joined

    November 19, 2020
  • Last visited

    December 1, 2020

Community Reputation

0 Neutral

About poboy975

  • Rank
    Tree Puncher
  1. poboy975 started following ClientRegistry.bindTileEntity question November 19, 2020
  2. poboy975

    ClientRegistry.bindTileEntity question

    poboy975 posted a topic in Modder Support

    Hello, I'm working on learning to mod. I do know a bit of java and c#. I'm looking for help updating the bond tile entity. The top section was me trying to update the bottom line. The bottom line works in 1.15. I've not found the right information yet to help me understand the changes in versions. Can anyone help? Thank you. Attempt to update: ClientRegistry.bindTileEntityRenderer((TileEntity<ModTypeTile>) ObjHandler.MOD_TYPE_TILE = RegistryEvent.Register("ModTypeTile", () -> TileEntityType.Builder(new ModTypeRenderer(new ResourceLocation(Mod.MODID, "textures/blocks/mod_item.png", )); Original Code 1.15: ClientRegistry.bindTileEntityRenderer((TileEntity<ModTypeTile>) ObjHandler.MOD_TYPE_TILE, dispatcher -> new ModTypeRenderer(dispatcher, new ResourceLocation(Mod.MODID, "textures/blocks/mod_item.png"), block -> block == ObjHandler.modtype));
    • November 19, 2020
    • 1 reply
  • All Activity
  • Home
  • poboy975
  • Theme

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