Dwarf Fortress

Dwarf Fortress

Craftables - Sandstone (Dyed Edition)
4 Comments
amode66 27 Aug @ 1:06am 
yess now i can have sandstone castles.

now the only thing i need to build above ground is a straw roof mod
niemst 24 Aug @ 2:32am 
nice :-)
lonewined  [author] 18 Aug @ 8:39am 
Thank you, I updated the mod with your suggested fixes!
Droseran 17 Aug @ 12:17pm 
Awesome mod, makes it much easier to theme rooms and hallways! I've found a couple of bugs, though.

The peanut shell dye reaction has a space in place of an underscore in the REACTION and PRODUCT tokens. This is causing the reaction to try to produce a material that does not exist. SANDSTONE_DYED_DARK_BROWN is the material ID for that reaction.

PRODUCT_DIMENSION isn't valid modifier for BLOCKS. You can delete all of these.

While the vanilla raws often put modifiers on the same line, it's recommended when modding to put modifiers on a new line indented. You can a search for \]\[ and replace it with ]\n\t[ if using Notepad++ or VSCode search in Regex mode to quickly change this. This makes reading the raws much easier when debugging.

Hope this helps!