Add files via upload

This commit is contained in:
loosewheel
2021-11-19 10:37:11 +10:00
committed by GitHub
parent b3604d044d
commit 09dc9951ab
3 changed files with 76 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ lwcomponents.register_spawner (itemname, spawn_func)
This function should return the ObjectRef of the spawned entity or
nil. If this function returns nil for ObjectRef a second boolean
value should be returned for weather to cancel the action.
value should be returned for whether to cancel the action.
eg. If too many mobs:
return nil, true