Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Smelt Object doesn't appear  (Read 422 times)

boathouse2112

  • Bay Watcher
    • View Profile
Smelt Object doesn't appear
« on: April 07, 2012, 09:21:25 am »

I'm making a syndrome-induced slavery bolt and i'm having trouble with the smelt for the new stone.

here's my code:
Code: [Select]
[REACTION:GOLD_TO_SLAVESTONE]
[NAME:make slavestone from gold]
[BUILDING:SMELTER:NONE]
[REAGENT:A:1:BOULDER:NO_SUBTYPE:INORGANIC:CLAY]
[PRODUCT:100:10:BAR:NO_SUBTYPE:METAL:SLAVESTONE][PRODUCT_DIMENSION:150]
[FUEL]
[SKILL:SMELT]

The recipe doesn't appear in smelter
Logged

Deon

  • Bay Watcher
  • 💀 💀 💀 💀 💀
    • View Profile
Re: Smelt Object doesn't appear
« Reply #1 on: April 07, 2012, 09:30:45 am »

Did you add "PERMITTED_REACTION:GOLD_TO_SLAVESTONE" to the entity? Also it tries to turn INORGANIC:CLAY to slavestone, not gold :).
« Last Edit: April 07, 2012, 09:35:02 am by Deon »
Logged
▬(ஜ۩۞۩ஜ)▬
✫ DF Wanderer ✫ - the adventure mode crafting and tweaks
✫ Cartographer's Lounge ✫ - a custom worldgen repository

boathouse2112

  • Bay Watcher
    • View Profile
Re: Smelt Object doesn't appear
« Reply #2 on: April 07, 2012, 09:34:33 am »

Did you add "PERMITTED_REACTION:GOLD_TO_SLAVESTONE to the entity? Also it tries to turn INORGANIC:CLAY to slavestone, not gold :).

thx, i was just using claystone for easy testing, forgot enabling though  ::)
Logged