Commit Graph

47 Commits

Author SHA1 Message Date
Jordan Irwin
ef962fcc12 Minor cleanup 2021-07-19 18:24:03 -07:00
Jordan Irwin
7bf5b9a927 Move some code into "expand" & "explode" local functions 2021-07-19 18:23:47 -07:00
Jordan Irwin
be4da85462 Add nil check to sneeker.boom method 2021-07-19 18:22:57 -07:00
Jordan Irwin
776bd77a61 Play sound when hit if "sounds" mod available 2021-07-19 18:05:01 -07:00
Jordan Irwin
ab748fdecb Minor cleanup to changelog 2021-07-19 18:01:40 -07:00
Jordan Irwin
ad2786131c Move entity code into entity.lua 2021-07-19 17:49:39 -07:00
Jordan Irwin
8e2bef6127 Add link to Rui's original mod in README 2021-07-19 17:45:52 -07:00
Jordan Irwin
dc2f803cff Clean up README 2021-07-19 17:42:48 -07:00
Jordan Irwin
40d0ba9301 Link to ContentDB in README 2021-07-19 17:40:11 -07:00
Jordan Irwin
f51fa72f59 Fix reference link in README 2021-07-19 17:36:18 -07:00
Jordan Irwin
b4e1acc75e Re-generate HTML docs 2021-07-19 17:35:18 -07:00
Jordan Irwin
a12b8eb0dd Change API reference URL 2021-07-19 17:34:36 -07:00
Jordan Irwin
b133b86d34 Add to TODO list 2021-07-19 17:32:46 -07:00
Jordan Irwin
b020b803b2 Minor cleanup to changelog file 2021-07-19 17:31:48 -07:00
Jordan Irwin
56fdaac34f Rename changelog file 2021-07-19 17:31:02 -07:00
Jordan Irwin
3a3acc8dae Add to TODO list 2021-05-18 11:56:40 -07:00
Jordan Irwin
eaab253726 Add to changelog 2021-05-08 21:41:57 -07:00
Jordan Irwin
5be4c40e97 Link to doc reference, changelog, & todo list in README 2021-05-08 21:28:41 -07:00
Jordan Irwin
5c75481d8a Add changelog & set version to 1.0 2021-05-08 21:25:02 -07:00
Jordan Irwin
d992f38268 Generate HTML documentation with LDoc 2021-05-08 21:18:58 -07:00
Jordan Irwin
2210eff6bc Add LuaDoc 2021-05-08 21:18:33 -07:00
Jordan Irwin
62175d6a75 Add config & script for generating HTML documentation with LDoc 2021-05-08 21:17:55 -07:00
Jordan Irwin
6205ae4031 Update README 2021-05-08 18:26:39 -07:00
Jordan Irwin
cc73168dd4 Implement method to despawn sneekers that aren't near any players 2021-05-08 18:15:22 -07:00
Jordan Irwin
d741261156 Add lifetime limit 2021-05-08 18:12:19 -07:00
Jordan Irwin
969cac3860 Add setting to adjust loudness of explostion 2021-05-08 16:58:10 -07:00
Jordan Irwin
1aff8fee5b Add option to require nearby players for spawn 2021-05-08 16:01:21 -07:00
Jordan Irwin
b0f464e7ac Add TODO list 2021-05-08 15:26:18 -07:00
Jordan Irwin
e733689692 Add debug message when spawned 2021-05-08 15:19:44 -07:00
Jordan Irwin
0cb069edeb Add setting to chance spawn mapblock limit 2021-05-08 15:19:44 -07:00
Jordan Irwin
94c22a5406 Add some logging 2021-05-08 15:19:41 -07:00
Jordan Irwin
aa6c19dd82 Change spawn nodes...
- Remove: default:dirt_with_grass, default:stone
- Add: default:dirt_with_dry_grass, defaut:dry_dirt, default:dtry_dirt_with_dry_grass, default:desert_sand
2021-05-08 15:06:51 -07:00
Jordan Irwin
7edfb6cb9b Use settings to determine spawn chance, frequency, level, & light requirements 2021-05-08 15:06:48 -07:00
Jordan Irwin
7ca26b4105 Spawn on node nether:rack of nether mod available 2021-05-08 11:53:32 -07:00
Jordan Irwin
b64b6a67db Copy license text from tnt mod for tnt_function.lua module 2021-05-08 11:51:20 -07:00
Jordan Irwin
b9609a5b16 Replace deprecated setting_get methods 2021-05-08 11:44:42 -07:00
Jordan Irwin
be4c3617af Cleanup 2021-05-08 11:42:35 -07:00
Jordan Irwin
b082a746fa Relable to "sneeker" 2021-05-08 11:18:50 -07:00
Jordan Irwin
c29a930352 Change license to MIT 2021-05-08 11:10:20 -07:00
Jordan Irwin
84f6c2f3c9 Hack: check that coordinates are numbers before setting new velocity 2021-05-06 18:01:33 -07:00
Jordan Irwin
6c46f8bf7e Check that tnt is enabled 2021-05-06 18:00:40 -07:00
Jordan Irwin
45b0bf5f08 Update for Minetest 5.x API 2021-05-06 17:58:47 -07:00
Jordan Irwin
6efa22caf4 Fix line endings 2021-05-06 17:32:24 -07:00
Jordan Irwin
b88e4357f9 Add tnt as dependency 2021-05-06 17:14:03 -07:00
Jordan Irwin
cc9cb71090 Whitespace cleanup 2021-05-06 17:13:44 -07:00
Jordan Irwin
a89eb699c9 Move description & dependencies into mod.conf 2021-05-06 17:10:14 -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