Bonjour,
J'essaie de créé une usine de nourriture pour poule, les inputs fonctionne mais je réussi seulement a faire un output de palette de sac de ciment, ou de boite de céréales. Hors j'aimerais que cela me crée sois des bigbags, soit des palettes bigbags.
voila ce que j'ai fait, mais pas fonctionnel:
<productions>
<production id="chickenFood" name="%s (%s)" params="$l10n_type_wheat" cyclesPerHour="3000" costsPerActiveHour="50">
<inputs>
<input fillType="WHEAT" amount="30"/>
<input fillType="SUNFLOWER" amount="25"/>
<input fillType="MAIZE" amount="20"/>
<input fillType="MINERAL_FEED" amount="10"/>
<input fillType="LIME" amount="15"/>
</inputs>
<outputs>
<output fillType="Chicken Food" amount="98"/>
</outputs>
</production>
</productions>
<storage isExtension="false" fillLevelSyncThreshold="10">
<capacity fillType="WHEAT" capacity="90000"/>
<capacity fillType="SUNFLOWER" capacity="80000"/>
<capacity fillType="MAIZE" capacity="70000"/>
<capacity fillType="MINERAL_FEED" capacity="40000"/>
<capacity fillType="LIME" capacity="45000"/>
<capacity fillType="Chicken Food" capacity="300000"/>
</storage>
Auriez vous une piste du probleme?
Usine a nourriture pour poule
1 post
Page 1 of 1
1 post
Page 1 of 1