mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
nicer looking water
This commit is contained in:
parent
102c5e31fe
commit
6545ea12e9
5 changed files with 60 additions and 7 deletions
|
@ -2058,7 +2058,7 @@ void make_tree(VoxelManipulator &vmanip, v3s16 p0)
|
|||
MapNode treenode(CONTENT_TREE);
|
||||
MapNode leavesnode(CONTENT_LEAVES);
|
||||
|
||||
s16 trunk_h = myrand_range(2, 6);
|
||||
s16 trunk_h = myrand_range(3, 6);
|
||||
v3s16 p1 = p0;
|
||||
for(s16 ii=0; ii<trunk_h; ii++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue