mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Add firelike drawtype
This commit is contained in:
@@ -644,7 +644,8 @@ ShaderInfo generate_shader(std::string name, u8 material_type, u8 drawtype,
|
||||
"NDT_FENCELIKE",
|
||||
"NDT_RAILLIKE",
|
||||
"NDT_NODEBOX",
|
||||
"NDT_GLASSLIKE_FRAMED"
|
||||
"NDT_GLASSLIKE_FRAMED",
|
||||
"NDT_FIRELIKE"
|
||||
};
|
||||
|
||||
for (int i = 0; i < 14; i++){
|
||||
|
Reference in New Issue
Block a user