Cleanup ambigious sandstone groups, change meaning

- Change meaning of "sandstone" group to include sandstone of any color
- Add "normal_sandstone" group
- Rename "redsandstone" group to "red_sandstone"
This commit is contained in:
Wuzzy 2019-03-12 01:49:27 +01:00
parent 45a30867c3
commit 7935e64637
5 changed files with 26 additions and 23 deletions

View file

@ -1808,7 +1808,6 @@ minetest.register_on_generated(function(minp, maxp, seed)
data[p_pos] = c_sandstone
lvm_used = true
elseif data[p_pos] == c_redsand then
-- Note: This is the only place in which red sandstone is generatd
data[p_pos] = c_redsandstone
lvm_used = true
end