Started by
Zilver
on
Topic category: User side tutorials
So, recently I had an idea for a block that involves it having its collision toggled off when powered by a redstone signal. Is there any way to achieve the desired effect using a set of procedures? Or would it have to be manually coded?
An explanation or solution would be appreciated.
That is how you turn off Collison, now in MCreator. You may want to make 2 blocks, 1 with and without Collison.
Ah, so 2 options.
1). Manually code it in to toggle.
2). Set an identical block at the block's coordinates, but this copy of the block has collision disabled.
Got it. But any idea how that first option would be packaged? I'm not too familiar with Java.
Alright. I've found a working solution to this problem. Thanks again.
Hey Zilver! did you achive?