Posted April 8, 201510 yr I have some problem that confuses me. Suppose I have Block A and Block B. Both implemented ITileEntityProvider. I placed a Block A in the world. Then I want to replace Block A with Block B IN THE CODE. (something like world.aFunction(whatever)) What should I do?
April 8, 201510 yr I assume that because both classes implement ITileentityProvider, he wants to have the now late lock A's tileentity with Block B's tileentity. If my post helped you, please press that "Thank You"-button to show your appreciation. Also if you don't know Java, I would suggest you read the official tutorials by Oracle to get an idea of how to do this. Thanks, and good modding! Also if you haven't, set up a Git repo for your mod not only for convinience but also to make it easier to help you.
April 8, 201510 yr Author The what should I do to ensure that both the Block and TileEntity are replaced?
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.