mirror of
https://github.com/sirrobzeroone/elepower.git
synced 2025-03-01 13:14:36 +01:00
fix crank display while smooth lighting is disabled
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user