Posted February 15, 20178 yr I got forge 1.11 running on eclipse and i am learning to make mods, right now trying to create a mob but i ran into this problem EntityRegisrty does not contain findGlobalUniqueEntityId (my wording) so i took a look at the EntityRegisty class and it does not have it but it does discuss of a global id system
February 15, 20178 yr You should use EntityRegistry.registerModEntity, which uses mod-specific IDs and not global ones, which are/were limited to 256 IDs. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
February 15, 20178 yr You shouldn't be using global entity IDs. Use EntityRegistry.registerModEntity() and use your own ID list (starting at 0). Edited February 15, 20178 yr by Draco18s Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
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.