How do I make a clothing recipe use a certain item?

Started by pablo603, November 15, 2018, 01:16:33 PM

Previous topic - Next topic

pablo603

All I can do is make it use stuff with a tag "leathery" "metallic" etc.
How can I make the recipe use certain items (e.g plasteel and muffalo wool)?

Another question: Would it be possible to use both? (e.g steel and "leathery" stuff)

N7Huntsman

You'll use:

<costList>
  <Steel>20</Steel>
  <WoodLog>15</WoodLog>
</costList>


And just fillin the DefName of whatever the item/resource is.
The Rim is a cruel place.

pablo603

Quote from: N7Huntsman on November 16, 2018, 04:48:09 PM
You'll use:

<costList>
  <Steel>20</Steel>
  <WoodLog>15</WoodLog>
</costList>


And just fillin the DefName of whatever the item/resource is.

I feel really dumb now because it's simple.

Thanks for answering!