mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
Disable backface culling of fire entity
This commit is contained in:
@ -68,6 +68,7 @@ minetest.register_entity("mcl_burning:fire", {
|
||||
visual = "cube",
|
||||
pointable = false,
|
||||
glow = -1,
|
||||
backface_culling = false,
|
||||
},
|
||||
|
||||
animation_frame = 0,
|
||||
|
Reference in New Issue
Block a user