Hey, just starting to jump into modding, wondering if anyone could point out why a custom workshop of mine refuses to work?
I'm making it so dwarves can grow stones.
Firstly I have my handy dandy basic plant that grows quickly and produces a non-edible non-brewable plant for processing. Literally, a stone berry or whatever you want to call it. Works like a charm, grows, is harvested and stored with no issues.
[PLANT:STONE_GROWTH]
[NAME: growth stone][NAME_PLURAL:growth stones][ADJ:growth stone]
[USE_MATERIAL_TEMPLATE:STRUCTURAL:STRUCTURAL_PLANT_TEMPLATE]
[MATERIAL_VALUE:5]
[BASIC_MAT:LOCAL_PLANT_MAT:STRUCTURAL]
[PICKED_TILE:248][PICKED_COLOR:7:0:0]
[GROWDUR:200][VALUE:1]
[SEED: growth stone fragment:growth stone fragments:0:0:1:LOCAL_PLANT_MAT:SEED]
[SPRING] [SUMMER] [AUTUMN] [WINTER]
[FREQUENCY:60]
[CLUSTERSIZE:5]
[PREFSTRING:eldritch nature]
[WET][DRY]
[BIOME:SUBTERRANEAN_WATER]
[UNDERGROUND_DEPTH:1:3]
[SHRUB_TILE:58]
[DEAD_SHRUB_TILE:58]
[SHRUB_COLOR:0:0:0]
[DEAD_SHRUB_COLOR:0:0:1]
Then I have my workshop for processing the plants into stones; this appears to be where the problem is, since it doesn't even show up under workshops when I play the modded game, so I assume something is horribly wrong.
[BUILDING_WORKSHOP:STONE_CRUCIBLE]
[NAME:Stone Crucible]
[NAME_COLOR:2:0:1]
[DIM:1:1]
[WORK_LOCATION:1:1]
[BUILD_LABOR:MASON]
[BUILD_KEY:CUSTOM_SHIFT_V]
[BLOCK:1:0]
[TILE:0:1:207]
[COLOR:0:3:0:7:0]
[TILE:1:1:207]
[COLOR:1:1:MAT]
[BUILD_ITEM:3:STONE:NO_SUBTYPE:INORGANIC]
I just based it off the screw press since that was already there and altered it a bit, I'm sure I did something wrong, help!
Finally I have the reaction I want the Stone Crucible to perform
[REACTION:MAKE_STONES]
[NAME:crack open growth stones]
[BUILDING:STONE_CRUCIBLE:CUSTOM_X]
[REAGENT:growth stone:150:PLANT:PLANT_MAT:STONES_GROWTH:NONE]
[PRODUCT:100:1:STONE:INORGANIC:BASALT:NONE]
[SKILL:MASONRY]
Basically it turns the plants into usable stones, but I haven't been able to test it yet. Nonetheless, I assume it won't work, since the error log complains about it.
Any help would be much appreciated, just started modding today.