Add firelike drawtype

This commit is contained in:
TriBlade9
2014-09-20 07:37:40 +08:00
committed by ShadowNinja
parent b5a6bf2068
commit 9a685a4f2e
6 changed files with 169 additions and 1 deletions

View File

@@ -691,6 +691,8 @@ class CNodeDefManager: public IWritableNodeDefManager
if (f->waving == 1)
material_type = TILE_MATERIAL_WAVING_PLANTS;
break;
case NDT_FIRELIKE:
f->backface_culling = false;
case NDT_TORCHLIKE:
case NDT_SIGNLIKE:
case NDT_FENCELIKE: