I am a first time modder and am working on a mod called "the Hinge and Roller mod." This mod would add hinges and rollers to Minecraft, allowing players to make large doors, drawbridges, hatches, ect. I need help defining an entity as a group of blocks. I plan on defining the roller door as a series of roller blocks and then the blocks that are between them. Here is a sample diagram of what I have in mind: (X is a roller block, N is a normal block, and Y is an air block)
X X X X X X
Y Y YN N N
Y Y YN N N
X X X X X X
I want to make the normal blocks into an entity that move over into the air block when a redstone signal is applied, but then allow players to break the blocks between them when they are not moving. Anyone have any ideas/ pointers? Thanks.
-Jason Church
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I am a first time modder and am working on a mod called "the Hinge and Roller mod." This mod would add hinges and rollers to Minecraft, allowing players to make large doors, drawbridges, hatches, ect. I need help defining an entity as a group of blocks. I plan on defining the roller door as a series of roller blocks and then the blocks that are between them. Here is a sample diagram of what I have in mind: (X is a roller block, N is a normal block, and Y is an air block)
X X X X X X
Y Y YN N N
Y Y YN N N
X X X X X X
I want to make the normal blocks into an entity that move over into the air block when a redstone signal is applied, but then allow players to break the blocks between them when they are not moving. Anyone have any ideas/ pointers? Thanks.
-Jason Church