How do I make a crafting give me more tan 1 item?

Hello, I’m making a mod but because I’m trying I can’t craft more than two items, that is, with 1 item I create 5 of 1 id, I don’t know if I have the concept wrong but I want to disassemble object 2

item 1

GUID 9462e8ad436143c0adb62ceaa5b2265b
Type Supply
ID 25001

Blueprints 1
Blueprint_0_Type Furniture
Blueprint_0_Supply_0_ID 25004
Blueprint_0_Supplies 1
Blueprint_#_Product 25001
Blueprint_#_Products 5

Exclude_From_Master_Bundle

item 2

GUID 8dee6a2cb7f347c68e8dd57d78b92d66
Type Supply
ID 25004
Exclude_From_Master_Bundle

Blueprints 1
Blueprint_0_Type Utilities
Blueprint_0_Supplies 1
Blueprint_0_Supply_0_ID 25001
Blueprint_0_Supply_0_Amount 5
Blueprint_0_Build 25004
1 Like

Would you mind clarifying what the issue you’re facing is? Is it just that neither of your crafting recipes are working, or is the issue something else?

You didn’t set your indices on Blueprint_#_Product and Blueprint_#_Products. It should look more like this:

Blueprints 1
Blueprint_0_Type Furniture
Blueprint_0_Supplies 1
Blueprint_0_Supply_0_ID 25004
Blueprint_0_Product 25001
Blueprint_0_Products 5

1 Like

My mistake, I’ve been reading the documentation for a while since I’m tired. I hadn’t seen that error.

1 Like

I’m glad that you were able to resolve the issue. :slight_smile:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.