So, I'm trying to insert a new building into the game. I have never done this before, and naturally, I ran into trouble.
The building just doesn't want to appear on the workshop building menu.
These are the raws that I've got so far, spoilered due to length.
[BUILDING_WORKSHOP:ELEMENTAL_NEXUS]
[NAME:Elemental Nexus]
[NAME_COLOR:7:0:1]
[WORK_LOCATION:3:2]
[BUILD_LABOR:SMELT]
[BUILD_KEY:CUSTOM_SHIFT_E]
[DIM:3:3]
[BLOCK:1:0:0:0]
[BLOCK:2:1:0:1]
[BLOCK:3:1:0:1]
[TILE:0:1:32:32:32]
[TILE:0:2:32:32:32]
[TILE:0:3:32:32:32]
[COLOR:0:1:0:0:0:0:0:0:0:0:0]
[COLOR:0:2:0:0:0:0:0:0:0:0:0]
[COLOR:0:3:0:0:0:0:0:0:0:0:0]
[TILE:1:1:32:32:32]
[TILE:1:2:32:32:32]
[TILE:1:3:32:32:32]
[COLOR:1:1:0:0:0:0:0:0:0:0:0]
[COLOR:1:2:0:0:0:0:0:0:0:0:0]
[COLOR:1:3:0:0:0:0:0:0:0:0:0]
[TILE:2:1:32:32:32]
[TILE:2:2:32:32:32]
[TILE:2:3:32:32:32]
[COLOR:2:1:0:0:0:0:0:0:0:0:0]
[COLOR:2:2:0:0:0:0:0:0:0:0:0]
[COLOR:2:3:0:0:0:0:0:0:0:0:0]
[TILE:3:1:0:157:0]
[TILE:3:2:201:8:187]
[TILE:3:3:186:45:186]
[COLOR:3:1:7:0:0:7:7:1:7:0:0]
[COLOR:3:2:7:0:0:0:7:1:7:0:0]
[COLOR:3:3:7:0:0:7:0:0:7:0:0]
[BUILD_ITEM:1:NONE:NONE:NONE:NONE][BUILDMAT][CAN_USE_ARTIFACT]
I want this workshop to be buildable only with adamant wafers. How would I go about implementing this and fixing my problem?