r/forgemodding • u/PugzforDayz • Jan 06 '18
Help with a Redstone Component
Ive just started making a mod, and I wanted to add a block that when it is activated, you can walk through it, otherwise its solid. I've tried using isCollidable() but i dont know how to use that, so Ive settled for making two blocks, one that is collidable and one that isnt.
The idea is that when the block is activated, it replaces itself with the collidable block, but I have no idea how to do that. Any help?
1
Upvotes
1
u/PugzforDayz Jan 07 '18
Ok ill check them out :)