Skip to content

Commit

Permalink
Update nodes.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
oong819 authored Sep 16, 2022
1 parent 9de3651 commit 961b23f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nodes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ register_node("maptools:build2unlock", {
paramtype = "light",
sunlight_propagates = true,
buildable_to = true,
tiles = {"b2u.png^default_stone.png"},
tiles = {"default_stone.png^default_glass.png"},
})

register_node("maptools:flood2unlock", {
Expand All @@ -362,5 +362,6 @@ register_node("maptools:flood2unlock", {
drawtype = "glasslike_framed",
paramtype = "light",
sunlight_propagates = true,
tiles = {"b2u.png^default_water_source.png"},
floodable = true,
tiles = {"default_water.png^b2d.png"},
})

0 comments on commit 961b23f

Please sign in to comment.