egordorichev / LastTry

:deciduous_tree: LastTry is open-source game written in Java, using LibGDX library and inspired by Terraria :deciduous_tree:
MIT License
118 stars 17 forks source link

Breaking blocks spawns water #102

Open Col-E opened 7 years ago

Col-E commented 7 years ago

This seems to be caused by how breaking blocks sets the HP to a value that indicates a block should contain water.

egordorichev commented 7 years ago

Will check all HP changes for blocks. Some blocks also generate water, when the world is generating.

egordorichev commented 7 years ago

Probably, will introduce something like BlockHelper.clearHP().