mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-25 08:20:19 +02:00
committed by
Vanessa Dannenberg
parent
31bf6b8c40
commit
017326dbed
@ -25,7 +25,6 @@ minetest.register_entity("homedecor:mesh_desk_fan", {
|
||||
})
|
||||
|
||||
local add_mesh_desk_fan_entity = function(pos)
|
||||
print("in add_mesh_desk_fan_entity()")
|
||||
local param2 = minetest.get_node(pos).param2
|
||||
local entity = minetest.add_entity(pos, "homedecor:mesh_desk_fan")
|
||||
if param2 == 0 then
|
||||
|
Reference in New Issue
Block a user