Posted September 15, 20169 yr How does one make a block that faces in the same direction as the player when placed? Also, how do I tell if said block is receiving Redstone power, and from what side? Lastly, how do I make a power provider?
September 15, 20169 yr Author So, if I find the right methods, I just need to override them in a class that extend block?
September 15, 20169 yr Author Can I just extend BlockRedstoneDiode? That's the most helpful for my scenario.
September 15, 20169 yr If you have a reason to extend the diode, sure. 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.
September 16, 20169 yr Hi You might find this example project useful https://github.com/TheGreyGhost/MinecraftByExample see mbe03 There are also redstone power examples (mbe06) but not converted for 10.1.2 quite yet. In the meantime, this link might help (for 1.8 but still the same for 1.10) http://greyminecraftcoder.blogspot.com.au/2015/11/redstone.html -TGG
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.