Commit Graph

110 Commits

Author SHA1 Message Date
crabman77 306efd836c update mobs mod
add egg for pumpking, pumpboom, ent mobs
add textures pumpboom, ent inv
resize texture shark inv and rename
2015-12-26 18:12:16 +01:00
crabman77 220d4f9f60 update mobs mod 2015-12-18 21:13:20 +01:00
crabman77 76e04ab1ae update mobs mod 2015-12-18 16:03:58 +01:00
LeMagnesium 1d634aaa99 [mobs/api] Put back calc_velocity 2015-12-12 17:51:48 +01:00
crabman77 a26c4e4f0c update mobs mod 2015-12-12 17:35:38 +01:00
crabman77 871f8b4c54 update mobs mod 2015-12-08 03:29:42 +01:00
LeMagnesium 933543529b [mobs] Update (tidy code)
- Put back calc_velocity
- Update mobs mod
- Change the way chicken drop eggs (use throwing-like entities)
2015-11-04 16:29:28 +01:00
crabman77 ee2c2466ec update mobs 2015-10-29 21:08:23 +01:00
LeMagnesium 3cc5475399 [mobs] Update for the docile_on_day parameter
- Fix #315
2015-10-27 19:26:18 +01:00
LeMagnesium 892910a2a4 [mobs] Reinforce nether lock in mobs:explosion 2015-10-17 13:17:26 +02:00
crabman77 f7f73c2004 use spawn_specific to limit spawn number of mobs:pumpking and mobs:pumpboom
fix typo
2015-10-15 00:06:04 +02:00
LeMagnesium 86e57814e6 [mobs] Add do_not_project_items setting
- Pumpbooms don't affect items anymore (#232)
2015-10-14 23:33:27 +02:00
crabman77 2012270694 update mobs 2015-10-14 15:09:09 +02:00
crabman77 bfc572f898 update mobs 2015-10-10 02:46:12 +02:00
LeMagnesium 6310c475aa [mobs] Add pumpking and pumpbooms
- Related to #232
2015-10-04 10:36:49 +02:00
LeMagnesium 8ae784743d [mobs] Fix crash 2015-10-03 20:17:31 +02:00
crabman77 2c47322feb update mobs mod
fix npc male/female not tamed
reduce volume and convert npc female sound
move .blend in others_thing
chmod 755
2015-09-30 03:43:51 +02:00
crabman77 a038ed0128 update mobs, fix tame and tidy code 2015-09-22 00:01:24 +02:00
crabman77 c9ba04f339 update mobs 2015-09-14 18:53:48 +02:00
crabman77 167a0fe2e3 update mod mobs
convert mobs sounds, stereo to mono, 48kb,44100KHz. before 1,2 Mo, after 833,5 ko
2015-09-01 00:40:11 +02:00
Wouters Dorian fd097bf955 Try to fix [mobs] API-related crashes 2015-08-26 11:50:47 +02:00
crabman77 0283bec348 fix mobs crash 2015-08-25 20:31:39 +02:00
crabman77 13c7e14a3e remove useless|old|unused code in mobs api.lua 2015-08-20 20:35:24 +02:00
crabman77 0b6747966f fix bug mobs collisionbox
indent code
0.4.12-stable version serialize is buggy
2015-08-19 22:15:48 +02:00
crabman77 ef18954a64 fixed mobs d'ont follow item if have not owner 2015-08-19 15:28:13 +02:00
crabman77 8847a0188e added new textures inventory
update api.lua
move menu spawner code from api.lua to mff_menu.lua
2015-08-18 20:38:50 +02:00
crabman77 914594e0af readded texture deleted and spawn mobs pos.y+0.5 2015-08-17 23:45:41 +02:00
crabman77 aaa1cc8fa1 added mobs menu spawner to spawn monster easy
added inventory textures mobs
2015-08-17 22:52:29 +02:00
Gael-de-Sailly 2cbe90902d Fixed fatal error about mobs in unknown nodes 2015-08-17 22:08:59 +02:00
LeMagnesium 7f78ccf906 Make 3dchests burst when hit by fireballs
- Solves #221
2015-08-17 10:57:08 +02:00
crabman77 086942329e detach the player when punch mobs, anit usebug, immortal if attached 2015-07-27 15:53:30 +02:00
crabman77 99b2c31b9a fixed mobs.protected disabled when "mobs_spawn_protected" not in minetest.conf 2015-07-26 16:48:59 +02:00
LeMagnesium 542e999761 Added back nether's lock on DMs' fireballs' explosions
- DMs cannot damage nether anymore
2015-07-24 18:22:19 +02:00
crabman77 1020b080aa added group_attack in cow,goat,warthog and npc
added group attack if not tamed and type(name) identical
fixed crash if unknow node in function env_damage
2015-07-22 00:11:38 +02:00
crabman77 ffd79152fd added selective spawning in area if mobs.protected enabled 2015-07-21 21:57:32 +02:00
LeMagnesium 6ddba5a15e Avoid placing eggs over air or ignore
- Solves #141
2015-07-21 20:46:34 +02:00
Ombridride 07f78821fe Re-set the default knockback of our server 2015-07-19 15:31:07 +02:00
Ombridride a2187b5932 Disable monsters spawn in protected areas 2015-07-18 23:26:04 +02:00
crabman77 e31c510563 fix local var 2015-07-18 20:45:17 +02:00
LeMagnesium 0f562cd59e Added class shifting system
- Warrior shifting system implemented
2015-07-18 18:31:24 +02:00
crabman77 34ae29e899 Remove our fix and replace with better Tenplus1's fix 2015-07-18 15:58:20 +02:00
crabman77 d61103b44d change MFF version to Release Version of this fix 2015-07-17 12:00:34 +02:00
crabman77 efd14421f8 fixed crash if mobs attack and player leave 2015-07-16 23:33:45 +02:00
crabman77 23545d1bc6 fix crash when tools has not full_punch_interval(netherpick) 2015-07-16 15:48:55 +02:00
crabman77 e4479b4343 revert wrong merge 2015-07-16 00:31:19 +02:00
Ombridride 744ccb7bee Mobd update second part 2015-07-16 00:15:56 +02:00
Ombridride c93567ef87 Update the mobs mod
- Fixed racist sheep
- Mobs fall slower in water
- Can only dye sheep if you own it
- Cannot dye a dye'd sheep :)
- Added coloured sheep
- Blast tweak
- Tweak and Tidy code
- tweaked env_damage
- Re-fixed mob arrow
- Fixed mob arrow
- Added evil bunny texture
- Code tidy
- Tidied code
- Replaced some models with .b3d variants, tweaked env_damage routine
- Fixed ability to take animal owned by another player bug
- Added female NPC skin
- Fixed typo
- hear distance added to mobs
- Npc works with new pickup function
- Added capture routine (thanks blert2112)
- explosion function cannot damage protected or unbreakable nodes
- water swimmers cannot move out of water
- updated npc health restoration
2015-07-15 23:31:54 +02:00
crabman77 c366a481ea fixed npc follow|stop if tamed, consume not diamond
mobs follow but rest at distance
comment code
2015-07-14 20:27:36 +02:00
crabman77 64ff460668 fixed diamond not consumed when tamed npc
fixed npc follow diamond
2015-07-14 16:38:50 +02:00
Ombridride e65d085f3b Mobs spawn in protected area 2015-07-13 23:52:30 +02:00