mirror of
https://github.com/HybridDog/vector_extras.git
synced 2024-11-22 15:33:44 +01:00
A small comment
This commit is contained in:
parent
8c7aaf6c0b
commit
fdbcc2e425
2
init.lua
2
init.lua
@ -406,7 +406,7 @@ end
|
||||
local fallings_search = dofile(path .. "/fill_3d.lua")
|
||||
local moves_touch = {
|
||||
{x = -1, y = 0, z = 0},
|
||||
{x = 0, y = 0, z = 0},
|
||||
{x = 0, y = 0, z = 0}, -- FIXME should this be here?
|
||||
{x = 1, y = 0, z = 0},
|
||||
{x = 0, y = -1, z = 0},
|
||||
{x = 0, y = 1, z = 0},
|
||||
|
Loading…
Reference in New Issue
Block a user