mirror of
https://github.com/mt-mods/unifieddyes.git
synced 2024-11-22 15:33:52 +01:00
coloured nodes aren't ground content (#19)
This commit is contained in:
parent
ecd05bfd90
commit
3e45f316a3
1
api.lua
1
api.lua
@ -197,6 +197,7 @@ function unifieddyes.generate_split_palette_nodes(name, def, drop)
|
||||
def2.palette = "unifieddyes_palette_"..color.."s.png"
|
||||
def2.paramtype2 = "colorfacedir"
|
||||
def2.groups.ud_param2_colorable = 1
|
||||
def2.is_ground_content = false
|
||||
|
||||
if drop then
|
||||
def2.drop = {
|
||||
|
Loading…
Reference in New Issue
Block a user