D00Med / scifi_nodes

Minetest mod that adds scifi themed nodes
Other
12 stars 18 forks source link

Ceiling and wall lights can't be rotated in all directions #55

Open akozlovskiy119 opened 3 years ago

akozlovskiy119 commented 3 years ago

For example, ceiling light can't be placed horizontally along X axis, same with wall light and Z axis. Since these light nodes have an asymmetric shape, it would be nice if they could be rotated in all directions. Perhaps this problem applies to some other nodes as well.

BuckarooBanzay commented 7 months ago

these nodes have currently wallmounted as param2type:

https://github.com/D00Med/scifi_nodes/blob/f1c0d745037f06132206f44bec17902c7d49d7e8/nodeboxes.lua#L450-L499

not sure if we could "just" change it to facedir without sime kind of lbm :thinking: