Posted January 2, 20214 yr What Minecraft imports will I need to make a entity do things like right click on a cart or a furnace and such? I don’t know what makes the entity trigger that
January 2, 20214 yr Author 7 minutes ago, diesieben07 said: Considering no vanilla Minecraft entities do this, you cannot do this just by "importing" something. You will need a FakePlayer and use that to call the methods that do the right click action (onBlockActivated, etc.). Do you know a website/video to show me how to use the onBlockActivates method?
January 2, 20214 yr Author 1 minute ago, diesieben07 said: There is not a tutorial for everything. For something very specific like this you will need to look at your code and use your programming knowledge to figure it out yourself. Oh ok, thanks anyways! I really wanted to know what it’s called so I’ll try to do some research
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.