AntumDeluge
|
f50c7f37ca
|
Move settings variables & functions:
- Settings to 'settings.lua'
- Functions to 'functions.lua'
|
2017-05-27 19:30:56 -07:00 |
|
AntumDeluge
|
604eb77dc7
|
Add debugging setting & log method
|
2017-05-27 19:20:00 -07:00 |
|
AntumDeluge
|
3f835fa65d
|
Add logging messages
|
2017-05-27 19:15:23 -07:00 |
|
AntumDeluge
|
fa0b50491f
|
settingtypes.txt: Add 'sneaker_spawn_cap'
|
2017-05-27 19:14:35 -07:00 |
|
AntumDeluge
|
46a23df877
|
Change spawn rate:
- Use settings file to set 'chance' & 'interval'
- Set spawn chance to 1/18000 (18000)
- Set spawn interval to 40 minutes (2400)
|
2017-05-27 19:13:47 -07:00 |
|
AntumDeluge
|
85ca164e14
|
Add variable 'sneaker.spawn_cap':
Will set maximun number of sneakers that can be spawned in world at one
time.
|
2017-05-27 19:09:14 -07:00 |
|
AntumDeluge
|
930d52cb3d
|
Remove unnecessary variable 'time_sec'
|
2017-05-27 19:07:41 -07:00 |
|
AntumDeluge
|
2712d7119c
|
Add 'sneaker.log' method
|
2017-05-27 19:07:14 -07:00 |
|
AntumDeluge
|
f6eca4002a
|
Use 'setting_get*' methods instead of 'settings:get*':
Compatibility with 0.4.15 server.
|
2017-05-27 18:04:30 -07:00 |
|
AntumDeluge
|
b8a2e98ea0
|
Set license for new code as CC0
|
2017-05-27 17:36:45 -07:00 |
|
AntumDeluge
|
102c9d9266
|
Rename 'LICENSE.md' to 'LICENSE-wtfpl.txt'
|
2017-05-27 17:30:14 -07:00 |
|
AntumDeluge
|
56033e8988
|
Set variables 'sneaker.modname' & 'sneaker.modpath'
|
2017-05-27 17:26:42 -07:00 |
|
AntumDeluge
|
e8a37511ea
|
Replace double-quoted strings with single-quoted
|
2017-05-27 17:26:10 -07:00 |
|
AntumDeluge
|
83c26a3a41
|
Relabel to 'sneaker'
|
2017-05-27 17:23:59 -07:00 |
|
AntumDeluge
|
14f9c3c6b3
|
Replace deprecated methods:
- 'setting_get' with 'settings:get'
- 'setting_getbool' with 'settings:get_bool'
|
2017-05-15 15:23:18 -07:00 |
|
AntumDeluge
|
299b12b5a4
|
Run spawn function every 20 minutes
|
2017-05-15 15:23:18 -07:00 |
|
AntumDeluge
|
07d7745455
|
Use 'spawneggs' & 'tnt' to craft 'creeper:spawnegg'
|
2017-05-15 15:23:18 -07:00 |
|
AntumDeluge
|
3cc1158417
|
Ignore Eclipse project files & directories
|
2017-05-15 15:23:18 -07:00 |
|
AntumDeluge
|
1da3049808
|
Add Rui's creeper mod code:
Forked from Git commit 036666e. Original repo & forum thread appear to
have been deleted.
Rui
|
2017-05-15 15:21:03 -07:00 |
|