forked from minetest-mods/unifiedbricks
don't set paramtype=light on clay block
This commit is contained in:
1
init.lua
1
init.lua
@ -125,7 +125,6 @@ minetest.register_node("unifiedbricks:clayblock", {
|
||||
tiles = {
|
||||
"unifiedbricks_clayblock.png",
|
||||
},
|
||||
paramtype = "light",
|
||||
paramtype2 = "color",
|
||||
palette = "unifieddyes_palette_extended.png",
|
||||
place_param2 = 240,
|
||||
|
Reference in New Issue
Block a user