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

@ -7,7 +7,6 @@
- Added biome "flat" which is only available in flat worlds
- Nodes like torches are now floodable
- Windballs now launch you in the direction you're moving at the cost of reduced launch height
- The Wind Warrior now drops less windballs because of the windball buff
- Started a wiki for players
# [Aug 23rd 2024] Unnamed Minor Update

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", {