Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
runs authored and runs committed Jan 8, 2021
1 parent 543d2f5 commit 49cd3c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ allow_defined_top = true
globals = {
"minetest",
"mobkit",
"stairs"
"stairs",
"bucket"
}

read_globals = {
Expand Down
2 changes: 2 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,7 @@ minetest.register_node("swaz:roof_slope_red", {
drawtype= "mesh",
mesh = "swaz_roof_slope.b3d",
tiles = {"swaz_red_roof.png"},
use_texture_alpha = true,
is_ground_content = false,
paramtype2 = "facedir",
groups = {cracky = 3, stone = 1},
Expand All @@ -933,6 +934,7 @@ minetest.register_node("swaz:red_roof_corner", {
drawtype= "mesh",
mesh = "swaz_roof_corner.b3d",
tiles = {"swaz_red_roof.png"},
use_texture_alpha = true,
paramtype2 = "facedir",
is_ground_content = false,
groups = {cracky = 3, stone = 1},
Expand Down
Binary file modified textures/swaz_red_roof.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 49cd3c9

Please sign in to comment.