Disallow wind from passing thru solids

This commit is contained in:
Aaron Suen 2021-12-07 00:35:02 -05:00
parent 3ea2ce8827
commit 1e0b9dbbaa

View File

@ -13,7 +13,7 @@ minetest.register_entity(modname .. ":fx", {
initial_properties = {
visual_size = {x = 0, y = 0},
pointable = false,
physical = false,
physical = true,
is_visible = false,
collide_with_objects = false,
static_save = false