Posted July 2, 20196 yr I am following McJty's 1.14.2 modding tutorial, and he uses TileEntityType.Builder.create() to help register a TileEntity. There were no errors on his screen, but there is on mine. It reads, "The method create(first_blockTile::new, first_block) is undefined for the type TileEntityType.Builder". I'll link the video I was listening to when the problem occurred, my git repo, his git repo, and the full crash report. Thanks for your help in advance! My git repo: https://github.com/IAmAFrenchFry/Forge/ VERY IMPORTANT NOTE: In src/main/java/com/cademissner/cademod/CadeMod.java, lines 69 - 71 are supposed to be commented, and lines 67 - 68 are supposed to be uncommented!!!!!! McJty's git repo: https://github.com/McJty/YouTubeModding14 NOTE AGAIN: I am behind due to this so he has stuff that I don't. I am almost positive he didn't define a function for it because after he wrote the Registry statement, he ran Minecraft and it worked, while I get an error. Crash Report: https://pastebin.com/AWfySDYP Good luck!
July 4, 20196 yr Author I figured out the problem. TileEntityType.Builder.create() didn't exist, it was obfusticated and turned into TileEntityType.Builder.func_223042_a(). Thanks for your help though.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.