<Config>
<Element>
<General>
<Decoration>
<Block icon="767" name="Advanced Metal Grill" textureId="1792" type="CUSTOM_ID_000">
<Price>2000</Price>
<Description>This is the enhanced version of the regular Metal Grill. Can be opened like a door</Description>
<BlockResourceType>2</BlockResourceType>
<ProducedInFactory>3</ProducedInFactory>
<BasicResourceFactory>0</BasicResourceFactory>
<Consistence>
<Item count="10">METAL_GRID</Item>
</Consistence>
<FactoryBakeTime>5.0</FactoryBakeTime>
<InventoryGroup>enhancedMetalGrill</InventoryGroup>
<Animated>false</Animated>
<Armour>0</Armour>
<Transparency>true</Transparency>
<InShop>true</InShop>
<Orientation>false</Orientation>
<Enterable>false</Enterable>
<Hitpoints>15</Hitpoints>
<Placable>true</Placable>
<InRecipe>true</InRecipe>
<CanActivate>true</CanActivate>
<IndividualSides>1</IndividualSides>
<HasActivationTexture>false</HasActivationTexture>
<MainCombinationController>false</MainCombinationController>
<SupportCombinationController>false
</SupportCombinationController>
<EffectCombinationController>false</EffectCombinationController>
<Physical>false</Physical>
<BlockStyle>0</BlockStyle>
<LightSource>false</LightSource>
<LightSourceColor>1.0,1.0,1.0,1.0</LightSourceColor>
<Door>true</Door>
<Deprecated>false</Deprecated>
<CubatomCompound>
<Cubatom>
<mass>light</mass>
<spinning>anti_spin</spinning>
<thermal>solid</thermal>
<conductivity>insulator</conductivity>
</Cubatom>
<Cubatom>
<mass>medium</mass>
<spinning>null_spin</spinning>
<thermal>gas</thermal>
<conductivity>insulator</conductivity>
</Cubatom>
</CubatomCompound>
<ResourceInjection>0</ResourceInjection>
<ExplosionAbsorbtion>0.0</ExplosionAbsorbtion>
</Block>
</Decoration>
</General>
</Element>
</Config>
<Config>
<Element>
<General>
<Hulls>
<Grey>
<Basic>
<Block icon="530" name="Grey Hull" textureId="567" type="Grey_Hull">
<Price>100000</Price>
<Description>Basic Grey Hull block - Now works like a door and emits light!</Description>
<LightSource>true</LightSource>
<LightSourceColor>0.8,0.8,0.8,0.8</LightSourceColor>
<CanActivate>true</CanActivate>
<Door>true</Door>
</Block>
</Basic>
</Grey>
</Hulls>
</General>
</Element>
</Config>
i got a custom block config file, is there a way to simply import it? because i'd rather not just copy paste it over an existing one as when starmade updates it will ruin it.
You could either edit the regular config file you can find under "\StarMade\data\config" or use the BlockConfigImport.xml that also works for servers and doesn't overwrite anything.
...