Woratiklis wrote:
in the latest version of the game plants disappear :-\
no bug but there was a chance to die of 25% on flower ticks. i changed it to 2%.
---
last changes:
- FillArea fixed
- you now can chat without controlling minecart while typing
- /give command changed: amount 0 will delete items from inventory; maximum set to 9,999
- another stair bug (you now can jump on them)
- some water bugs fixed
- no more light errors of WoodDesk and GlassDesk
- TNT impovements: only close player will hear sound from TNT. closest player get a 20% chance on each destroyed block to grab it. also a new sound file added.
- Readded Creative Mode
- Added MapGenerator to ServerConfig (turn RandomSeed off to set you own seed; TreeCount is a value between 0 and 100):
Code:
<MapGenerator>
<RandomSeed>true</RandomSeed>
<Seed>0</Seed>
<TreeCount>20</TreeCount>
</MapGenerator>