mirror of
https://github.com/cheapie/plasticbox.git
synced 2025-03-04 08:44:36 +01:00
Use unifieddyes.on_construct
This commit is contained in:
1
init.lua
1
init.lua
@ -8,6 +8,7 @@ minetest.register_node("plasticbox:plasticbox", {
|
|||||||
palette = "unifieddyes_palette_extended.png",
|
palette = "unifieddyes_palette_extended.png",
|
||||||
after_dig_node = unifieddyes.after_dig_node,
|
after_dig_node = unifieddyes.after_dig_node,
|
||||||
place_param2 = 240,
|
place_param2 = 240,
|
||||||
|
on_construct = unifieddyes.on_construct,
|
||||||
})
|
})
|
||||||
|
|
||||||
stairsplus:register_all("plasticbox", "plasticbox", "plasticbox:plasticbox", {
|
stairsplus:register_all("plasticbox", "plasticbox", "plasticbox:plasticbox", {
|
||||||
|
Reference in New Issue
Block a user