Add liquid light

This commit is contained in:
Matthias Schiffer 2015-03-28 01:38:22 +01:00
parent ea34f55a12
commit a6d21ce33a
9 changed files with 151 additions and 1 deletions

View file

@ -40,4 +40,7 @@ tile.glowfoo.yellow.name=Yellow Light
tile.glowfoo.lightBlue.name=Light Blue Light
tile.glowfoo.magenta.name=Magenta Light
tile.glowfoo.orange.name=Orange Light
tile.glowfoo.white.name=White Light
tile.liquid_light.name=Liquid Light
item.bucket_light.name=Light Bucket

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View file

@ -0,0 +1,3 @@
{
"animation": {}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

View file

@ -0,0 +1,5 @@
{
"animation": {
"frametime": 2
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 B