fix crank display while smooth lighting is disabled
This commit is contained in:
parent
0e5662af20
commit
30f7a5d5f7
@ -149,6 +149,8 @@ minetest.register_node("elepower_machines:crank", {
|
||||
groups = {choppy = 1, oddly_breakable_by_hand = 1},
|
||||
tiles = {"default_wood.png"},
|
||||
drawtype = "nodebox",
|
||||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
|
Loading…
Reference in New Issue
Block a user