fix hd roofing warnings

This commit is contained in:
unknown 2022-02-05 14:58:30 -05:00
parent 3562da0816
commit a07b9805d9
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@ minetest.register_node(":homedecor:skylight_frosted", {
tiles = { "homedecor_skylight_frosted.png" },
wield_image = "homedecor_skylight_frosted.png",
inventory_image = "homedecor_skylight_frosted_inv.png",
use_texture_alpha = true,
use_texture_alpha = "blend",
groups = { snappy = 3 },
paramtype = "light",
sounds = default.node_sound_glass_defaults(),
@ -134,6 +134,7 @@ homedecor_roofing.register_slope = function(modname, subname, recipeitem, groups
paramtype2 = "facedir",
selection_box = slope_cbox,
collision_box = slope_cbox,
use_texture_alpha = "blend",
groups = groups,
on_place = minetest.rotate_node,
sounds = default.node_sound_wood_defaults()