Commit Graph

28 Commits

Author SHA1 Message Date
AntumDeluge
a003553309 Set default maximum spawn to 10 2021-05-06 20:42:51 -07:00
AntumDeluge
3f12094bdf Lower spawn rate & chance 2021-05-06 20:41:42 -07:00
AntumDeluge
f26ca5c2b9 Make 'spawn_cap' local to 'spawn.lua' 2021-05-06 20:39:02 -07:00
AntumDeluge
87dec04c58 Make 'spawn_maxlight' local to 'spawn.lua' 2021-05-06 20:34:18 -07:00
AntumDeluge
d12f80d1f3 Change 'spawn_interval' default to 2 minutes (120) 2021-05-06 20:25:17 -07:00
AntumDeluge
1d9c2ed3c5 Change 'spawn_chance' default to '2' (1/2 or 50%) 2021-05-06 20:23:44 -07:00
AntumDeluge
e96d9da420 Add more debugging output 2021-05-06 20:21:40 -07:00
AntumDeluge
6b8a1b7f82 Fix finding number of active entities in world 2021-05-06 20:19:08 -07:00
AntumDeluge
da60a0f9ab Don't set local 'spawnit' 2021-05-06 20:18:43 -07:00
AntumDeluge
fe42ca01db Add method 'sneeker.get_pos_string':
Returns x, y, z coordinates in a string.
2021-05-06 20:14:21 -07:00
AntumDeluge
21d78e0b65 Add debugging output in case of denied spawn 2021-05-06 20:03:37 -07:00
AntumDeluge
3a3de549bf Fix global name:
- 'sneeker' not 'sneaker'
2021-05-06 19:59:49 -07:00
AntumDeluge
58b239b4ae Minor edit to log message 2021-05-06 19:57:26 -07:00
AntumDeluge
c905656ec8 Changes to 'sneeker.log' method:
Only log message if minetest setting 'log_mods' is 'true'.
2021-05-06 19:56:00 -07:00
AntumDeluge
a73dc9aa39 Put node light in local variable & add debugging output 2021-05-06 19:46:51 -07:00
AntumDeluge
a5025cdfb8 Use setting 'sneeker.spawn_maxlight' to determine node light for spawn 2021-05-06 19:44:49 -07:00
AntumDeluge
439646417a Add method 'sneaker.spawn' to spawn entity 2021-05-06 19:42:16 -07:00
AntumDeluge
1f04669a68 Do not spawn if spawn cap is reached 2021-05-06 19:42:16 -07:00
AntumDeluge
05670a46c7 Put mob & spawnegg names in 'sneeker' attributes 2021-05-06 19:41:57 -07:00
AntumDeluge
43bfded8b2 Change settings naming convention from 'sneeker_*' to 'sneeker.*' 2021-05-06 19:33:34 -07:00
AntumDeluge
517c7afd06 Re-label to 'sneeker' 2021-05-06 19:31:05 -07:00
AntumDeluge
58d9d44c35 Add logging messages 2021-05-06 19:13:35 -07:00
AntumDeluge
0b7e8b89c6 Change spawn rate:
- Use settings file to set 'chance' & 'interval'
- Set spawn chance to 1/18000 (18000)
- Set spawn interval to 40 minutes (2400)
2021-05-06 19:08:27 -07:00
AntumDeluge
a52acac435 Remove unnecessary variable 'time_sec' 2021-05-06 19:00:40 -07:00
AntumDeluge
f838db1cef Set license for new code as CC0 2021-05-06 18:57:53 -07:00
AntumDeluge
58ac8ed83c Relabel to 'sneaker' 2021-05-06 18:35:19 -07:00
AntumDeluge
de7cd62f17 Run spawn function every 20 minutes 2021-05-06 18:23:40 -07:00
AntumDeluge
1da3049808 Add Rui's creeper mod code:
Forked from Git commit 036666e. Original repo & forum thread appear to
have been deleted.
2017-05-15 15:21:03 -07:00