-
Notifications
You must be signed in to change notification settings - Fork 12
Description
It would be useful to have a way to make sure the multiblock builder gadget does not place specific blocks.
For example, my multiblock can both use "hatch" blocks and "casing" blocks in a predicate, like gregtech multiblocks. Currently, if I used to multiblock gadget to build the multiblock, it would either place the hatch or the casing depending on inventory position, but I want to make it that the gadget places casings by default and hatches need to be manually placed.
If a way to blacklist hatches existed, the multiblock builder would place casings, and place nothing if there isnt enough casings in the inventory. I think it would be best if this could be done with block tags, such as a "#mbd2:multiblock_gadget_blacklist" tag or something, but a config list of blacklisted blocks could also work.
Thanks!