Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Product Question!  (Read 385 times)

TheYakuza

  • Bay Watcher
    • View Profile
Product Question!
« on: June 11, 2012, 05:29:47 pm »

Hi, I am having trouble getting a proper product from a reaction. What I am trying to do is take my custom made mushrooms that are grown in farming plots, to be brewed into both fuel and seeds. I have the coke part right but I needed the seeds, But after I added what I thought was the line needed to get the seeds, The Still burst into flames and burnt down the entire forest I was in. ( Seriously it was horrible )

Can anyone help me with the line of code I need to get seeds from the plant I am using?

Spoiler (click to show/hide)
Logged

Hugo_The_Dwarf

  • Bay Watcher
  • Modding Mentor
    • View Profile
    • Regeneration: Forced Evolution
Re: Product Question!
« Reply #1 on: June 11, 2012, 05:36:09 pm »

[REACTION:MAKE_COKE2]
   [NAME:make fuel]
   [BUILDING:STILL:CUSTOM_Z]
   [REAGENT:A:1:PLANT:NONE:PLANT_MAT:MUSHROOM_SHROOM_COMBUSTION:STRUCTURAL]
   [PRODUCT:100:1:BAR:NO_SUBTYPE:COAL:COKE][PRODUCT_DIMENSION:150]
   [PRODUCT:100:2:SEEDS:NONE:PLANT_MAT:MUSHROOM_SHROOM_COMBUSTION:SEED]
   [SKILL:BREWING]
Logged

TheYakuza

  • Bay Watcher
    • View Profile
Re: Product Question!
« Reply #2 on: June 11, 2012, 05:54:31 pm »

Thanks a ton Hugo, helped me again. Works perfectly.
Logged