Commit Graph

33 Commits

Author SHA1 Message Date
Jordan Irwin
1fc949bf99 Add mode "inflate" 2021-05-06 21:40:37 -07:00
Jordan Irwin
47185f48c8 Make sneeker follow player 2021-05-06 21:40:37 -07:00
Jordan Irwin
ea4e576ee6 Re-enable "boom" (WIP) 2021-05-06 21:40:37 -07:00
Jordan Irwin
43855a6e6b Fix spawning 2021-05-06 21:40:37 -07:00
Jordan Irwin
9f061a533c Remove combat settings 2021-05-06 21:40:37 -07:00
Jordan Irwin
523492b1a4 Fix rotation 2021-05-06 21:40:37 -07:00
Jordan Irwin
0e173ccefb Only add gunpower drop if tnt mod available 2021-05-06 21:40:37 -07:00
Jordan Irwin
ae9c9c32dc Add more nodes to spawn on 2021-05-06 21:40:37 -07:00
Jordan Irwin
9046b0fad7 Begin porting to creatures (cmer) mob engine 2021-05-06 21:40:05 -07:00
Jordan Irwin
da35fb58ac Cleanup 2021-05-06 21:34:38 -07:00
Jordan Irwin
428b88bdda Cleanup logging 2021-05-06 21:28:05 -07:00
Jordan Irwin
2603c721d2 Use asm_spawneggs to create egg 2021-05-06 21:16:44 -07:00
AntumDeluge
3497f917f9 Call 'core.*' instead of 'minetest.*' 2021-05-06 20:54:51 -07:00
AntumDeluge
f26ca5c2b9 Make 'spawn_cap' local to 'spawn.lua' 2021-05-06 20:39:02 -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
23477fb85f Add debug message to display in log when turned on 2021-05-06 19:48:29 -07:00
AntumDeluge
05670a46c7 Put mob & spawnegg names in 'sneeker' attributes 2021-05-06 19:41:57 -07:00
AntumDeluge
517c7afd06 Re-label to 'sneeker' 2021-05-06 19:31:05 -07:00
AntumDeluge
40f0c24552 Move settings variables & functions:
- Settings to 'settings.lua'
- Functions to 'functions.lua'
2021-05-06 19:24:36 -07:00
AntumDeluge
e2badd6a6f Add debugging setting & log method 2021-05-06 19:18:37 -07:00
AntumDeluge
58d9d44c35 Add logging messages 2021-05-06 19:13:35 -07:00
AntumDeluge
beaff3d886 Add variable 'sneaker.spawn_cap':
Will set maximun number of sneakers that can be spawned in world at one
time.
2021-05-06 19:03:24 -07:00
AntumDeluge
c0a53e2340 Add 'sneaker.log' method 2021-05-06 19:00:17 -07:00
AntumDeluge
f838db1cef Set license for new code as CC0 2021-05-06 18:57:53 -07:00
AntumDeluge
d9602eef55 Set variables 'sneaker.modname' & 'sneaker.modpath' 2021-05-06 18:54:39 -07:00
AntumDeluge
58ac8ed83c Relabel to 'sneaker' 2021-05-06 18:35:19 -07:00
AntumDeluge
b1c3a5a590 Replace deprecated methods:
- 'setting_get' with 'settings:get'
- 'setting_getbool' with 'settings:get_bool'
2021-05-06 18:26:41 -07:00
AntumDeluge
9d4581ec5b Use 'spawneggs' & 'tnt' to craft 'creeper:spawnegg' 2021-05-06 18:21:48 -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
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
cc9cb71090 Whitespace cleanup 2021-05-06 17:13:44 -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