thanks for that, how do I figure out the model name?
I think I got that, now to figure out the moving part
Excavator:
<property name = "Model" value = "Entities / Industrial / barrelPlasticPrefab" />
MiningTruck:
<property name = "Model" value = "Entities / Industrial / barrelPlasticQuadBPrefab" />
RainBarrel:
<property name = "Model" value = "Entities / Decor / BarrelPrefab" />
AutoWaterCollector:
<property name = "Model" value = "Entities / Decor / wineBarrelSetPrefab" />
Now if you look for the name of the block in blocks.xml (original file) it would be:
<block name = "cntBarrelPlasticSingle00">
<property name = "Extends" value = "cntBarrelPolymerMaster" param1 = "CustomIcon" />
<property name = "Model" value = "Entities / Industrial / barrelPlasticPrefab" />
<property name = "LootList" value = "120" />
<property name = "Explosion.ParticleIndex" value = "14" />
</block>
<block name = "cntBarrelPlasticQuadB">
<property name = "Extends" value = "cntBarrelPlasticSingle00" />
<property name = "Model" value = "Entities / Industrial / barrelPlasticQuadBPrefab" />
</block>
Regards
What a moving part, that you can pick it up as a station.