Add sulfur from caverealms mod to grinder recipes. try fix orientation of slabs on placement
This commit is contained in:
parent
7302e3514f
commit
3fa21543ae
2 changed files with 12 additions and 1 deletions
|
@ -29,7 +29,7 @@ core.register_on_mods_loaded(function()
|
|||
['Aligned Textures'] = core.is_yes(g('aligned_textures', true)),
|
||||
['Grass Box Height'] = tonumber(g('grass_box_height', 2)) >= 1,
|
||||
['Maximum Stack Size'] = tonumber(g('stack_max', 100)) >= 1,
|
||||
['Proper Rotation'] = core.is_yes(g('proper_rotation', true)),
|
||||
--['Proper Rotation'] = core.is_yes(g('proper_rotation', true)),
|
||||
['Show Steps'] = core.is_yes(g('show_steps', true))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue