Unnamed Minor Update

This commit is contained in:
IamPyu
2024-09-04 18:15:04 -06:00
parent 8b6c294cfa
commit b6d0daced2
2 changed files with 2 additions and 2 deletions

View File

@@ -397,7 +397,8 @@ PyuTestCore.make_node("pyutest_core:light", "Light", {
walkable = false,
paramtype = "light",
sunlight_propagates = true,
light_source = minetest.LIGHT_MAX
light_source = minetest.LIGHT_MAX,
floodable = true
})
PyuTestCore.make_node("pyutest_core:torch", "Torch", {