fix crank display while smooth lighting is disabled

This commit is contained in:
Evert Prants 2019-06-11 20:53:28 +03:00
parent 0e5662af20
commit 30f7a5d5f7
Signed by: evert
GPG Key ID: 1688DA83D222D0B5

View File

@ -149,6 +149,8 @@ minetest.register_node("elepower_machines:crank", {
groups = {choppy = 1, oddly_breakable_by_hand = 1}, groups = {choppy = 1, oddly_breakable_by_hand = 1},
tiles = {"default_wood.png"}, tiles = {"default_wood.png"},
drawtype = "nodebox", drawtype = "nodebox",
paramtype = "light",
sunlight_propagates = true,
node_box = { node_box = {
type = "fixed", type = "fixed",
fixed = { fixed = {