removed silver sand, added dirt again

master
Alexander Weber 2017-05-09 23:02:45 +02:00
parent 375ac90575
commit 190e7ddb03
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ local crushingfurnace_receipes = {
--input output time
{"default:cobble", "default:gravel", 8},
{"default:gravel", "default:sand", 5},
{"default:sand", "default:clay_lump", 5},
{"default:glass", "default:silver_sand", 3},
{"default:sand", "default:dirt", 5},
{"default:dirt", "default:clay_lump", 5},
{"default:desert_cobble", "default:desert_sand", 5},
}