Allows you to craft with resources in any storage container.
This is a mod for Raft based on the Craft From Storage mod by Azzmurr
This mods allows you to craft items with resources from both your inventory and other storages. Resources are taken in the following priority
It can take partial resources from each inventory. It should not count resources in inventories opened by other players You can toggle the inclusion / exclusion of a chest by toggling it with R while looking at the cest
This mod is released as is and may contain bugs
In case of problems, please create an issue
If you don't have a github account you can also tag me on the Raft Modding discord.
[HarmonyPatch(typeof(CostMultiple), "HasEnoughInInventory")]
[HarmonyPatch(typeof(BuildingUI_CostBox), "SetAmountInInventory")]
[HarmonyPatch(typeof(PlayerInventory), "RemoveCostMultiple")]
[HarmonyPatch(typeof(Inventory), "GetItemCount", typeof(Item_Base))]
[HarmonyPatch(typeof(Inventory), "RemoveItem", typeof(string), typeof(int))]
[HarmonyPatch(typeof(CookingTable_Slot), "InsertItem")]
Description last changed on 2022-06-30