mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -04:00
Fix crash
This commit is contained in:
parent
08ade7640b
commit
fdc38134c7
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ minetest.register_node("moontest:hlsource", {
|
|||
paramtype = "light",
|
||||
walkable = false,
|
||||
pointable = false,
|
||||
diggable = false
|
||||
diggable = false,
|
||||
buildable_to = true,
|
||||
liquidtype = "source",
|
||||
liquid_alternative_flowing = "moontest:hlflowing",
|
||||
|
|
Loading…
Add table
Reference in a new issue