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 9d5ea58 commit b4743a4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions nodes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -349,19 +349,17 @@ register_node("maptools:drowning", {
register_node("maptools:build2unlock", {
description = S("Build To Unlock"),
inventory_image = "default_steel_block.png^keys_key_skeleton.png",
drawtype = "glasslike_framed",
paramtype = "light",
sunlight_propagates = true,
buildable_to = true,
tiles = {"default_stone.png^default_glass.png"},
tiles = {"default_stone.png^loc.png"},
})

register_node("maptools:flood2unlock", {
description = S("Flood To Unlock"),
inventory_image = "default_steel_block.png^keys_key_skeleton.png",
drawtype = "glasslike_framed",
paramtype = "light",
sunlight_propagates = true,
floodable = true,
tiles = {"default_water.png^b2d.png"},
tiles = {"default_water.png^loc.png"},
})

0 comments on commit b4743a4

Please sign in to comment.