Grind gravel into sand

This commit is contained in:
Carter Kolwey 2017-02-27 18:03:39 -06:00
parent 5e19514c60
commit dab5fa7105
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ local recipes = {
-- Other
{"default:cobble", "default:gravel"},
{"default:gravel", "default:sand"},
{"default:sandstone", "default:sand 2"}, -- reverse recipe can be found in the compressor
}