Closed monk-afk closed 6 months ago
Two part issue, first was in moreblocks/stairsplus/common.lua
136: > def.is_ground_content = def.is_ground_content == true
176: if fields.drop and not (type(fields.drop) == "table") | if fields.drop and (type(fields.drop) ~= "table") the
second part was in unifiedbricks/init.lua
minetest.override_item("default:brick", {
paramtype2 = "color",
palette = "unifieddyes_palette_extended.png",
airbrush_replacement_node = "unifiedbricks:brickblock",
groups = {cracky = 3, ud_param2_colorable = 1},
})
comment that override, and issue is resolved.
Slabs saw will crash server if they are placed one on top of the other
not all slabs exhibit this behavior, example, clay on clay is okay
any 8/16 slab placed on top of
moreblocks:slab_brick
param2 = 240 seems to crash, other slabs seem unaffectedthe second slab should position itself on the node above the first slab.