Update 'mods/default/nodes.lua'

This commit is contained in:
thunderdog1138 2020-05-19 16:38:05 +00:00
parent 6592c35652
commit 7eec4004d9
1 changed files with 1 additions and 1 deletions

View File

@ -771,7 +771,7 @@ minetest.register_node("default:reeds", {
wield_image = "reeds.png",
paramtype = "light",
sunlight_propagates = true,
walkable = false,
walkable = true,
selection_box = {
type = "fixed",
fixed = {-6 / 16, -0.5, -6 / 16, 6 / 16, 0.5, 6 / 16},