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
You might try adding in the "type" meta data attribute in the "PhysicalItem" tag, as he does in the farming mod files. I know it doesn't always matter:
<PhysicalItem xsi:type="MyObjectBuilder_ConsumableItemDefinition">
<Id>
<TypeId>ConsumableItem</TypeId>
<SubtypeId>ApplePie</SubtypeId>
</Id>
<DisplayName>Apple Pie</DisplayName>
<Description>a delicious snack, high in carbs</Description>
<Icon>Textures\GUI\Icons\ApplePie.png</Icon>
<Size>
<X>0.05</X>
<Y>0.05</Y>
<Z>0.05</Z>
</Size>
<Mass>0.25</Mass>
<Volume>0.25</Volume>
<Model>Models\ApplePie.mwm</Model>
<PhysicalMaterial>None</PhysicalMaterial>
<Stats>
<Stat Name="Sleep" Value="-0.01" Time="5"/>
<Stat Name="Food" Value="0.1" Time="7"/>
</Stats>
<MinimalPricePerUnit>500</MinimalPricePerUnit>
<MinimumOfferAmount>3</MinimumOfferAmount>
<MaximumOfferAmount>24</MaximumOfferAmount>
<MinimumOrderAmount>300</MinimumOrderAmount>
<MaximumOrderAmount>18000</MaximumOrderAmount>
<CanPlayerOrder>true</CanPlayerOrder>
</PhysicalItem>