1
0

* Sponge: Add water absorbtion (#4333)

Closes #1411
This commit is contained in:
Zach DeCook
2019-06-10 19:28:02 -04:00
committed by peterbell10
parent 24a8456f79
commit 31a8d017d9
4 changed files with 171 additions and 0 deletions

View File

@@ -16582,6 +16582,14 @@ end
{
Notes = "A flag in the metadata of heads that indicates that the head is a zombie head.",
},
E_META_SPONGE_DRY =
{
Notes = "A flag in the metadata of sponges that indicates that the sponge is dry.",
},
E_META_SPONGE_WET =
{
Notes = "A flag in the metadata of sponges that indicates that the sponge is wet.",
},
esBed =
{
Notes = "A bed explosion. The SourceData param is the {{Vector3i|position}} of the bed.",