mirror of
https://github.com/cheapie/plasticbox.git
synced 2024-12-12 09:03:16 +01:00
Use unifieddyes.on_construct
This commit is contained in:
parent
17f62afdb7
commit
b5d1f6146c
1
init.lua
1
init.lua
@ -8,6 +8,7 @@ minetest.register_node("plasticbox:plasticbox", {
|
||||
palette = "unifieddyes_palette_extended.png",
|
||||
after_dig_node = unifieddyes.after_dig_node,
|
||||
place_param2 = 240,
|
||||
on_construct = unifieddyes.on_construct,
|
||||
})
|
||||
|
||||
stairsplus:register_all("plasticbox", "plasticbox", "plasticbox:plasticbox", {
|
||||
|
Loading…
Reference in New Issue
Block a user