The_Great_Sephiroth
Refugee
I'm having an issue with a modlet I am porting from A19 to A21. A19 had a "CustomIcon" value and I had it set to the stainless steel block. That's gone so I just removed the custom icon line for now. However, the growing line is confusing me. I cannot figure out how to tell it to grow a steel block.
This does not work. I see something called "steelShapes" in the official blocks.xml file, but I am not sure how to use that in my modlet. This thing basically costs the same as X steel blocks, you place it down, and it grows up X blocks to speed building. How do I tell it to place a steel cube in A21?
Code:
<property name="PlantGrowing.Next" value="steelBlock"/>
This does not work. I see something called "steelShapes" in the official blocks.xml file, but I am not sure how to use that in my modlet. This thing basically costs the same as X steel blocks, you place it down, and it grows up X blocks to speed building. How do I tell it to place a steel cube in A21?