Windows The ingredient storage service does not work on dedicated servers.

K_3_F_1_R

Refugee
Version
2.5b24
Platform
Windows
There is a recipe for this craft in the vanilla version.
<recipe name="ammo9mmBulletBall" count="1" craft_area="workbench" tags="workbenchCrafting">
<ingredient name="resourceBulletTip" count="1"/>
<ingredient name="resourceGunPowder" count="1"/>
<ingredient name="resourceBulletCasing" count="1"/>
</recipe>
If you add more variations of this recipe, but change the ingredients.
<recipe name="ammoBundle9mmBulletBall" count="1" craft_time="240" craft_area="workbench" tags="learnable,workbenchCrafting">
<ingredient name="resourceBulletTip" count="80"/>
<ingredient name="resourceGunPowder" count="80"/>
<ingredient name="resourceCoal" count="80"/>
</recipe>

<recipe name="ammoBundle9mmBulletBall" count="1" craft_time="240" craft_area="workbench" tags="learnable,workbenchCrafting">
<ingredient name="resourceBulletTip" count="80"/>
<ingredient name="resourceGunPowder" count="80"/>
<ingredient name="resourceScrapLead" count="80"/>
</recipe>
And it turns out that the wrong return of items is working.
You need to start crafting an item. Exit the Workbench. Cancel the craft. And you will receive the items from a different recipe, specifically those listed in the first one.

1767008221010.png
 
Reproduction Steps
You need to start crafting an item. Exit the Workbench. Cancel the craft. And you will receive the items from a different recipe, specifically those listed in the first one.
Link to Logs
https://pastebin.com/sxqBhPpR
Link to Screenshot/Video
https://youtu.be/xy335Ss6jaM
Back
Top