Disable backface culling of fire entity

This commit is contained in:
Lizzy Fleckenstein 2021-05-21 20:45:53 +02:00
parent a9bf923df9
commit fb60bd0253
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ minetest.register_entity("mcl_burning:fire", {
visual = "cube",
pointable = false,
glow = -1,
backface_culling = false,
},
animation_frame = 0,