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
<Operation Class="PatchOperationAddModExtension">
<xpath>Defs/ThingDef[defName="MedicineIndustrial"]</xpath>
<value>
<li Class="MinesAutomatedExtension.MineableSettings">
<researchPrerequisites>
<li>CarbonResearch</li>
</researchPrerequisites>
<workOffset>200</workOffset>
<mineableYield>10</mineableYield>
</li>
</value>
</Operation>
Here is the patch for it. It works as intended. I saw that your mod has the same patch in different files. It was only effective when I have done the changes on common/patches/Patch_Mines2.0Vanilla.xml
Industrial medicine is not mineable until you do the research for carbon in my case. Even when using god mode
<xpath>Defs/ThingDef[defName="LKUberSteel"]</xpath>
<value>
<li Class="MinesAutomatedExtension.MineableSettings">
<researchPrerequisites>
<li>LKUberMetals</li>
</researchPrerequisites>
<workOffset>200</workOffset>
<mineableYield>10</mineableYield>
</li>
</value>
</Operation>