update “routes” for node crushing

This commit is contained in:
Dirk Sohler 2020-04-11 03:37:44 +02:00
parent a0502007a3
commit 4270749e34
No known key found for this signature in database
GPG Key ID: B9751241BD7D4E1A

@ -1,18 +1,21 @@
-- Register replacements for the hammer. Entry ID is the ID of the node to
-- replace and entry value is the ID of the node to replace with.
local replacements = {
-- sefault stone crushing
-- obsidian -> stone -> cobble -> gravel -> sand
['default:obsidian'] = 'default:stone',
['default:stone'] = 'default:cobble',
['default:cobble'] = 'default:gravel',
['default:gravel'] = 'default:sand',
-- sandstone types to sand
['default:sandstone'] = 'default:sand',
['default:desert_sandstone'] = 'default:desert_cobble',
['default:desert_cobble'] = 'default:desert_sand',
['default:desert_sandstone'] = 'default:desert_sand',
['default:silver_sandstone'] = 'default:silver_sand',
-- desert stone -> desert cobble -> desert sand
['default:desert_stone'] = 'default:desert_cobble',
['default:desert_cobble'] = 'default:desert_sand',
}
-- Get a node sound
--
-- This helper function returns a sound table or nil depending on wheter the