Started by
vinicius0910
on
Topic category: Help with MCreator software
anyone knows how i can remove the blocks in the 6x6x6 area? it only detects the block but removing it ain't working..
Topic category: Help with MCreator software
anyone knows how i can remove the blocks in the 6x6x6 area? it only detects the block but removing it ain't working..
if you are removing all of them that are that specific block, then you need to move the swing main hand of entity inside the repeat. Notice that you have it set local:sx variable to -2 multiple times so everytime it runs it it makes it -2.
also with how you set it up the cords of the hole would be -2, -2, -2 if any of the blocks were the right one.
see: https://gist.github.com/TheodoreMeyer/7db3e59b64bde1b521ab54554c81e7b4 for example of how to make it.
Hoped I helped - PixelKid