Posted November 15, 20195 yr I have a block that mustn't be counted when piston counts blocks for pushing limit.But I don't know how to implement this feature. I've got an idea that I can move block using methods of block. I.e if there is a method that is called right before piston pushes blocks and that receives information about the push I can move block from this method before the piston. That means that piston won't count this block while trying to push the blocks. Another idea isn't related to "method that is triggered when piston pushes blocks". This idea is about overriding piston and its behavior. I can somehow remove instance of old implementation of piston from registry and add mine one. But I think that it can cause mods conflicts and etc. Edited November 15, 20195 yr by AntonBespoiasov
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.