mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-28 05:50:17 +02:00
Update nodes for compatibility with digging time groups.
This commit is contained in:
@ -11,7 +11,7 @@ minetest.register_node("mesecons_solarpanel:solar_panel", {
|
||||
type = "fixed",
|
||||
},
|
||||
furnace_burntime = 5,
|
||||
material = minetest.digprop_dirtlike(0.1),
|
||||
groups = {snappy=2},
|
||||
description="Solar Panel",
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user