mirror of
https://git.0x7be.net/dirk/uniham.git
synced 2025-01-12 05:37:28 +01:00
update “routes” for node crushing
This commit is contained in:
parent
a0502007a3
commit
4270749e34
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user