The FTB Forum is now read-only, and is here as an archive.
To participate in our community discussions, please join our Discord! https://ftb.team/discord
So what would people think about a mod that adds a chest piece or item that would deploy blocks or even better pipes at eye level, but behind the player. This would allow players to dig straight lines and lay cabling down easily at one time.
This would be an interesting idea, and would probably be helpful to many users. It would also be extremely easy to implement, just subscribe to the player tick event, and check their equipment inventory for this new equipment item. The only issue would be handling how the tile being set is selected, would you want to give this item an inventory which could hold stacks of the block, or would you make it use certain slots of the inventory?
Hmm Yea I wondered about that, because I just don't ever remember having a chest piece or something with an inventory, considering you'd think a mod like industrial craft would do that for the scuba helmet and air cells
Literally anything in the game could be given an inventory, even things which don't exist in the world can be given an inventory (baubles is a good example of this). All you need is somewhere to store the data, which can be an item, a "fake" entity, or even the world itself. That being said, I don't think I have ever seen something like this done before. If you have no plans to code this mod yourself, perhaps we could work together on it. If you would like to, send me a PM on the forums, or message me on Esper.net, I use the same screen name on both sites.
The issue with that would be making sure the player is wearing the armor. There is an existing method in ItemArmor which behaves like this method, however it's only triggered when the item is worn as armor.