mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 06:43:17 -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",
|
paramtype = "light",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
pointable = false,
|
pointable = false,
|
||||||
diggable = false
|
diggable = false,
|
||||||
buildable_to = true,
|
buildable_to = true,
|
||||||
liquidtype = "source",
|
liquidtype = "source",
|
||||||
liquid_alternative_flowing = "moontest:hlflowing",
|
liquid_alternative_flowing = "moontest:hlflowing",
|
||||||
|
|
Loading…
Add table
Reference in a new issue