Jump to content

richie995

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by richie995

  1. I know this topic is very old, but what mod were you updating
  2. I'm porting a mod from 1.10.2 to 1.12.2 and have received the following error NAME_TO_CLASS cannot be resolved or is not a field for the code I know that NAME_TO_Class needs to be changed. I believe that it could be changed to createEntityByIDFromName, or getClassfromName, and these are suggestions I get when testing. However, When I switch to them it says I need a resource location, which I'm not sure how to create, fix, or what it means. This is one only a few errors left in the port, and would really appreciate a solution.
  3. I'm porting mob properties from 1.10.2 to 1.12.2 in eclipse and I've received the following error I'm relatively new to porting mod, so I'm unsure of what to do. The bolded functions are ones highlighted in red in eclipse. For the error "setEntityItemStack" when hovered over it says "The method setEntityItemStack(ItemStack) is undefined for the type EntityItem" and when hovering over "stacksize" it says "The field ItemStack.stackSize is not visible" I'm unsure of how to fix this error, and could use some help
  4. I've used the mod Mob Properties a lot when it comes to modpacks with friends. I've been wanting to use it in a 1.12.2 modpack I'm creating, but the highest released version is 1.10. I know some java coding, but I'm no expert. Can anyone explain to me, how I might be able to port it from 1.10 to 1.12.2 myself. I know there are mods such as In Control and Mob Properties randomness, but they lack some of the key features I like from Mob Properties. Your help would be greatly appreciated
×
×
  • Create New...

Important Information

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