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:
parent
45a30867c3
commit
7935e64637
5 changed files with 26 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue