you can also use smelter reactions to make the beds,
[REACTION:CARVE_DOLOMITE_BED]
[NAME:carve dolomite bed]
[SMELTER]
[REAGENT:1:STONE:NO_SUBTYPE:STONE:DOLOMITE]
[PRODUCT:100:1:BED:NO_SUBTYPE:STONE:DOLOMITE]
Obviously, you would need to create a separate entry for each stone type
Or make a reaction class, but you would have to add it to every single stone type
add [REACTION_CLASS:STBED]
to all your stone matgloss entrys then use
[REACTION:CARVE_STONE_BED]
[NAME:carve stone bed]
[SMELTER]
[REAGENT:1:REACTION_CLASS:STBED]
[PRODUCT:100:1:BED:NO_SUBTYPE:STONE:DOLOMITE]
hmm, that would pump out a dolomite bed though, ill have to experiment with this some more, get back to you
How would I do this for Adamantine beds (I have the free adamantine cheat set up)? On distantly related note, how can I get the smelter to produce adamantine strands in addition to wafers? I'd like to get into some cloth making and adamantine clothing sounds fun.
Edit: perhaps like this?
[REACTION:FORGE_ADAMANTINE_BED]
[NAME:forge adamantine bed]
[SMELTER]
[REAGENT:1:BAR:NO_SUBTYPE:METAL:ADAMANTINE]
[PRODUCT:100:1:BED:NO_SUBTYPE:METAL:ADAMANTINE]
One of the following for the strands?
[REACTION:ADAMANTINE_WAFERS]
[NAME:make adamantine wafers]
[SMELTER]
[PRODUCT:100:1:THREAD:NO_SUBTYPE:METAL:ADAMANTINE]
[PRODUCT:100:1:BAR:NO_SUBTYPE:METAL:ADAMANTINE]
[REACTION:ADAMANTINE_STRANDS]
[NAME:make adamantine strands]
[SMELTER]
[PRODUCT:100:1:THREAD:NO_SUBTYPE:METAL:ADAMANTINE]
How do I change the number of bars/strands produced per smelting?