Add LuaDoc
This commit is contained in:
+2
-2
@@ -37,10 +37,10 @@ sneeker.spawn_chance (Sneeker spawn chance) int 10000
|
||||
sneeker.spawn_interval (Sneeker spawn interval) int 240
|
||||
|
||||
# Sets the minimum light that a node must have for spawn to occur.
|
||||
sneeker.spawn_minlight (Sneeker min light for spawn) int 0
|
||||
sneeker.spawn_minlight (Sneeker min light for spawn) int 0 0 15
|
||||
|
||||
# Sets the maximum light that a node can have for spawn to occur.
|
||||
sneeker.spawn_maxlight (Sneeker max light for spawn) int 4
|
||||
sneeker.spawn_maxlight (Sneeker max light for spawn) int 4 0 15
|
||||
|
||||
# Sets the lowest position at which sneeker can spawn.
|
||||
sneeker.spawn_minheight (Sneeker min spawn height) int -31000
|
||||
|
||||
Reference in New Issue
Block a user