codetaylor / pyrotech-1.12

An early game mod with new primitive devices, combustion machines, smelting mechanics, storage options, tools, torches, advancements, and absolutely zero GUIs -- with exception to the substantially complete, mostly illustrated, and charred guidebook.
https://pyrotech.readthedocs.io/en/latest/
Other
52 stars 19 forks source link

Config to add custom valid refractory structure blocks. #303

Closed UnlimatedStone9 closed 4 years ago

UnlimatedStone9 commented 4 years ago

Refractory blocks can be used to construct specific structures, like better pitkilns. A config to add other blocks that can also be used as valid structure blocks would be incredibly useful.

(ModTweaker "CraftTweaker addon" does this for BetterWithMods' Kiln via CT scripts, might be a useful reference.)

UnlimatedStone9 commented 4 years ago

Found a seemingly valid config. Whoops.


        # String format: (domain):(path):(meta)
        # If meta is * then it will match all meta.
        # 
        # Note: These strings are for in-world blocks and the meta may be different
        # than the itemStack version of the block.
        # 
        # Note: Don't forget to add the item stack tooltip for any blocks you add
        # here in the Client section.
        S:REFRACTORY_BRICKS <
         >```