update blox, bobblocks, coloredwood, technic, homedecor, ilights, stainedglass, unifiedbricks, unified dyes
also contains updates to castle modpack's tapestries that hasn't hit the official castle modpack yet. removed redundant castle mod (should have been deleted when DB switched to the modpack one)
This commit is contained in:
@@ -48,7 +48,10 @@ minetest.register_node("ilights:light", {
|
||||
light_source = 14,
|
||||
selection_box = lamp_cbox,
|
||||
node_box = lamp_cbox,
|
||||
after_place_node = unifieddyes.fix_rotation,
|
||||
after_place_node = function(pos, placer, itemstack, pointed_thing)
|
||||
unifieddyes.fix_rotation(pos, placer, itemstack, pointed_thing)
|
||||
unifieddyes.recolor_on_place(pos, placer, itemstack, pointed_thing)
|
||||
end,
|
||||
after_dig_node = unifieddyes.after_dig_node
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user