Posted July 17, 201312 yr Hello, When I run my set of custom Tile Entities with my mod, during game time, it spams the console with errors saying that the tile entity is missing a mapping. What does this mean, and what methods do I need to implement in order to solve this? Any help would be much appreciated
July 18, 201312 yr Means you're not registering your tile entity. I forget what class it's in, but the method is something like registerTileEntity(Class). I don't remember exactly what, but it should be easy to find Edit: it's in GameRegistry
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.