Unnamed Minor Update
This commit is contained in:
@@ -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", {
|
||||
|
Reference in New Issue
Block a user