Commit Graph

39 Commits (master)

Author SHA1 Message Date
Francisco 0ac7755325
Fixed erroneous node reference thanks to Vapalus on minetest.net forums!
see https://forum.minetest.net/viewtopic.php?f=9&t=13004&p=300423#p300414
2017-11-16 12:48:57 -08:00
Francisco acabe4dfe1 Merge pull request #12 from AntumMT/fixes
Make sure that local 'nodef' is not 'nil' in 'on_step' function
2017-07-05 10:33:15 -07:00
AntumDeluge c85b54a587 Make sure that local 'nodef' is not 'nil' in 'on_step' function 2017-06-28 18:50:20 -07:00
Francisco 832cac6e89 Merge pull request #11 from AntumDeluge/nodef_fix
Make sure that local 'nodef' is not 'nil' in 'do_env_damage' function
2017-06-14 12:03:11 -07:00
AntumDeluge b1449a983a Make sure that local 'nodef' is not 'nil' in 'do_env_damage' function 2017-06-09 15:10:35 -07:00
Francisco 7e59723dc3 Merge pull request #10 from AntumDeluge/deprecated_env
Replace deprecated calls to 'minetest.env'
2017-06-08 20:44:15 -07:00
Francisco 1e13e539ec Merge pull request #9 from AntumDeluge/settings
Replace deprecated methods
2017-06-08 20:43:41 -07:00
AntumDeluge 7d6baa16e4 Replace deprecated calls to 'minetest.env' 2017-06-07 22:11:09 -07:00
AntumDeluge b2d07256aa Replace deprecated methods:
- 'setting_get' with 'settings:get'
- 'setting_getbool' with 'settings:get_bool'
2017-06-06 14:40:52 -07:00
Francisco 6c7fdf9ad0 Merge pull request #8 from AntumDeluge/fixes
Set local 'singleplayer' variable:
2017-05-23 22:23:48 -07:00
AntumDeluge a102b221b6 Set local 'singleplayer' variable:
- Fixes undeclared global error
2017-05-10 10:40:24 -07:00
FreeLikeGNU a346f85aa3 tunnel chance adjust and only digger digs 2015-09-12 13:33:10 -07:00
Francisco 0772634283 Merge pull request #4 from duane-r/to-merge
More "rational" tunneling behavior
2015-09-11 22:45:30 -07:00
Duane Robertson 32252fbd81 More "rational" tunneling behavior
This adds a tunneling function that can be used for any dungeon-building
mob. It's tweaked to slow the tunneling down to a reasonable level, but
that can be changed by adjusting the chances of state change at the end
of the function. I also temporarily corrected a default setting for
def.replace_rate_secondary that causes the current master to crash. This
isn't a complete fix. Checking for a bad value at the math.random call
would be better. My change may result in crashes at long intervals, but
it's better than the current state.
2015-09-11 02:07:17 -05:00
FreeLikeGNU e49af38710 added traps from duane-r, thanks! 2015-09-08 21:43:00 -07:00
FreeLikeGNU ea302e5e29 fix silly typo 2015-09-07 20:44:31 -07:00
FreeLikeGNU c23ff01cc0 remove extra file 2015-09-07 20:35:01 -07:00
FreeLikeGNU bdc6a4a7c9 nastier traps 2015-09-07 20:25:07 -07:00
FreeLikeGNU ab98780348 more adjustments and copper goblins 2015-09-06 14:59:45 -07:00
FreeLikeGNU b3abdac5a8 Goblins make traps! 2015-09-06 10:02:57 -07:00
FreeLikeGNU 71617992a1 digger skin and goblin s&r adjustments 2015-09-05 11:10:45 -07:00
FreeLikeGNU a4c3dc0f1a moar spawns and greedier gobs 2015-09-04 23:22:32 -07:00
FreeLikeGNU 00edb3cdc7 Better search and replace functions! 2015-09-04 14:35:15 -07:00
FreeLikeGNU 30ac84c841 additional files 2015-08-29 10:53:08 -07:00
FreeLikeGNU b919492a04 SoundFX and adjustments 2015-08-29 10:49:13 -07:00
Francisco 3003d2991d Add Digger, adjust spawn and replacement rates 2015-08-27 16:21:13 -07:00
FreeLikeGNU de3633c2ec cobble goblin and goblin lairs! 2015-08-15 20:03:26 -07:00
FreeLikeGNU f77670ef82 fixed my stupid mistakes 2015-08-15 09:02:01 -07:00
FreeLikeGNU 748094d597 Thieving goblins! 2015-08-14 21:59:09 -07:00
Francisco 18062d09db Fixing bower.json as suggested by cornernote 2015-08-13 10:30:46 -07:00
FreeLikeGNU 1930fe4a87 Mob type and texure refinement, goblin king added by Napiophelios 2015-08-11 20:36:12 -07:00
Francisco 6c8a704cad cleanup of readme 2015-08-11 09:01:19 -07:00
FreeLikeGNU c741eb14ae varieties based on ore 2015-08-10 23:23:39 -07:00
FreeLikeGNU a8158212a2 Merge branch 'master' of github.com:FreeLikeGNU/mobs_goblins 2015-08-10 23:18:55 -07:00
FreeLikeGNU 01d8951c77 varieties based on ore type 2015-08-10 23:17:26 -07:00
Francisco 3c0b2689a2 Create bower.json 2015-08-10 15:51:48 -07:00
Francisco c6080d8149 Update of README.md 2015-08-09 20:44:33 -07:00
FreeLikeGNU 5b798f112e Initial commit of files 2015-08-09 20:42:46 -07:00
Francisco c54a197b8e Initial commit 2015-08-09 19:35:36 -07:00