Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Yarn generating reaction only makes generic "thread." [SOLVED]  (Read 600 times)

Argonnek

  • Bay Watcher
  • Surging Forward
    • View Profile
Yarn generating reaction only makes generic "thread." [SOLVED]
« on: December 21, 2014, 12:23:39 am »

I've been trying to mod the rose gold reaction to make yarn for a mood, but it just keeps giving me thread. This is the reaction I've made:

Code: [Select]
[REACTION:ROSE_GOLD_MAKING]
[NAME:make rose gold bars]
[BUILDING:SMELTER:NONE]
REAGENT:A:450:BAR:NO_SUBTYPE:METAL:GOLD
REAGENT:B:150:BAR:NO_SUBTYPE:METAL:COPPER
[PRODUCT:100:1:THREAD:CREATURE_MAT:ALPACA:HAIR][PRODUCT_DIMENSION:15000]
PRODUCT:100:4:BAR:NO_SUBTYPE:METAL:ROSE_GOLD PRODUCT_DIMENSION:150
FUEL
[SKILL:SMELT]

I've looked over the wiki's page on reaction modding, but I can't figure it out.
« Last Edit: December 21, 2014, 04:45:44 am by Argonnek »
Logged

BlackFlyme

  • Bay Watcher
  • BlackFlyme cancels Work: Interrupted by bird.
    • View Profile
Re: Yarn generating reaction only makes generic "thread."
« Reply #1 on: December 21, 2014, 12:29:53 am »

I believe that it may be because your product has no subtoken for the item. It should be:

[PRODUCT:100:1:THREAD:NONE:CREATURE_MAT:ALPACA:HAIR]
Logged

Argonnek

  • Bay Watcher
  • Surging Forward
    • View Profile
Re: Yarn generating reaction only makes generic "thread."
« Reply #2 on: December 21, 2014, 12:32:12 am »

That worked. Thanks!