Dm3Ch Posted August 29, 2015 Posted August 29, 2015 Hello! I'm writing mod and I need to handle block place, brake event for block with known coordinates. Can I anything do this? Quote
Failender Posted August 29, 2015 Posted August 29, 2015 u cant subscribe only for one block. but you can do if else checks to find out if it is the desired block. is it one of ur blocks or vanilla? Quote
Dm3Ch Posted August 29, 2015 Author Posted August 29, 2015 I need to know when one of the list of coordinates become not air P.S. Sorry for my bad english Quote
Failender Posted August 29, 2015 Posted August 29, 2015 well. in the block place event iterate over the list with a foreach loop and check if it is the desired one Quote
Dm3Ch Posted August 29, 2015 Author Posted August 29, 2015 But how can I subscribe for global place block event? Quote
Failender Posted August 29, 2015 Posted August 29, 2015 http://www.minecraftforum.net/forums/mapping-and-modding/mapping-and-modding-tutorials/1571567-forge-1-6-4-1-8-eventhandler-and srsly use google Quote
Recommended Posts
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.