Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
will use it in my reworking process for my world ^^
so just need blockvariantgroup.sbc to disable blocks you don't want ^^
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2044485142
for exemple i make a windturbin x5 and x10, i put that in a folder superwindturbin_cubesblock.sbc, in the definition of one of it you add :
<BlockVariants>
<BlockVariant>
<TypeId>WindTurbine</TypeId>
<SubtypeId>LargeBlockWindTurbine</SubtypeId>
</BlockVariant>
<BlockVariant>
<TypeId>WindTurbine</TypeId>
<SubtypeId>LargeBlockWindTurbineX10</SubtypeId>
</BlockVariant>
</BlockVariants>
If you just want to replace the Block just replace the refinery in the Cubeblocks (don't change any Subtype or TypeID and its automaticly replaced and is added to Variant function.)
only disable blocks you realy dont want to have in the game!
i create a new block, a new reffinerie for uranium only for exemple, how to add it to a block category without modify BlockVariantGroups.sbc to select it with the scroll wheel when a select a refinery ?