1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

tuned grass growth rate

--HG--
extra : rebase_source : 8ad4d13fc7ab1088ebd18cf968d912949aab8eae
This commit is contained in:
Perttu Ahola 2011-05-29 21:16:15 +03:00
parent 9f7c21a0b4
commit b3d242ae38
2 changed files with 10 additions and 11 deletions

View file

@ -308,21 +308,20 @@ Making it more portable:
Stuff to do before release:
---------------------------
- Make grass grow slower; utilize timestamp difference
Stuff to do after release:
---------------------------
- Make sure server handles removing grass when a block is placed (etc)
- The client should not do it by itself
- Block cube placement around player's head
- Protocol version field
- Consider getting some textures from cisoun's texture pack
- Ask from Cisoun
- Make sure the fence implementation and data format is good
- Think about using same bits for material for fences and doors, for
example
- Make sure server handles removing grass when a block is placed (etc)
- The client should not do it by itself
- Add mouse inversion in config
- Block cube placement around player's head
- Move mineral to param2, increment map serialization version, add conversion
Stuff to do after release:
---------------------------
- Finish the ActiveBlockModifier stuff and use it for something
- Move mineral to param2, increment map serialization version, add conversion
======================================================================