Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Reaction Help  (Read 760 times)

derekiv

  • Bay Watcher
  • The smile.
    • View Profile
Reaction Help
« on: January 14, 2010, 08:30:55 pm »

I'm trying to create some obsidian blocks, but when the reaction is completed, nothing happens. Help?

Code: [Select]
[REACTION:OBSIDIAN_BLOCKS]
[NAME:make 100 obsidian blocks]
[SMELTER]
[PRODUCT:100:100:BLOCK:NO_SUBTYPE:STONE:OBSIDIAN]
Logged

sunshaker

  • Bay Watcher
    • View Profile
Re: Reaction Help
« Reply #1 on: January 14, 2010, 09:07:30 pm »

Well that reaction looks ok.

Using the q or t command is the smelter listed as CLT?
Using the t command can you see if there are blocks in the smelter?
Is there any entries in the error log that might fit this reaction?
Did you add this to your reaction file for a game that is already genned?
Did you empty your .../data/objects/ folder?
Logged

Hugo_The_Dwarf

  • Bay Watcher
  • Modding Mentor
    • View Profile
    • Regeneration: Forced Evolution
Re: Reaction Help
« Reply #2 on: January 14, 2010, 09:30:26 pm »

I'm trying to create some obsidian blocks, but when the reaction is completed, nothing happens. Help?

Code: [Select]
[REACTION:OBSIDIAN_BLOCKS]
[NAME:make 100 obsidian blocks]
[SMELTER]
[PRODUCT:100:100:BLOCK:NO_SUBTYPE:STONE:OBSIDIAN]


I believe there is a "S" at the End of Block I had this problem awhile back when I started messing with reactions
[PRODUCT:100:100:BLOCKS:NO_SUBTYPE:STONE:OBSIDIAN]
Logged

sunshaker

  • Bay Watcher
    • View Profile
Re: Reaction Help
« Reply #3 on: January 14, 2010, 09:40:24 pm »

I believe there is a "S" at the End of Block I had this problem awhile back when I started messing with reactions
[PRODUCT:100:100:BLOCKS:NO_SUBTYPE:STONE:OBSIDIAN]

Drat I missed that when I looked at it. Okay time for bed.
Logged