Commit Graph

152 Commits

Author SHA1 Message Date
Wuzzy
ce242511f0 Increase item magnet timer 2017-05-29 17:39:01 +02:00
Wuzzy
7bc10b2ade Don't set item age for node drops 2017-05-29 17:32:49 +02:00
Wuzzy
040cead946 Reduce default item despawn time to 5 minutes 2017-05-29 17:18:43 +02:00
Wuzzy
9d5497b347 Items dropped from nodes have no collection delay 2017-05-29 17:13:58 +02:00
Wuzzy
cf9f4ba976 Don't attract item when inventory is full 2017-05-27 18:45:15 +02:00
Wuzzy
1f6548063e Item entity: Double collection radius 2017-05-27 18:39:10 +02:00
Wuzzy
f116bcfb48 Fix items not falling again after failed collect 2017-05-27 17:53:36 +02:00
Wuzzy
db26ba2191 Fix item entity jittering after falling on floor 2017-05-27 17:07:17 +02:00
Wuzzy
e99dd9d085 Fix item entities following player forever 2017-05-27 17:02:17 +02:00
Wuzzy
23c438f427 Re-enable item falling after being in unloaded 2017-05-27 15:37:15 +02:00
Wuzzy
3cda40818c Make item entities respect gravity setting 2017-05-27 15:22:28 +02:00
Wuzzy
0b4ae22c21 Clean up various potential crashes in minetest.after in mcl_item_entities 2017-05-27 15:17:03 +02:00
Wuzzy
0930ab52c9 Item entities: Reduce player collect height 2017-05-27 14:59:13 +02:00
Wuzzy
461807b0dc Remove messages for feeding/taming animals 2017-05-25 10:48:13 +02:00
Wuzzy
8d1ffbe2cd Update to Mobs Redo 1.35 2017-05-25 10:33:19 +02:00
Wuzzy
f676a2fc2c Remove unused code in mobs 2017-05-25 06:40:11 +02:00
Wuzzy
c1c15eb60b Rename mcl_monster_spawners to mcl_mobspawners.
Sorry for the trouble, but the long name annoyed me. :P
2017-05-25 06:09:03 +02:00
Wuzzy
20e6f764e8 Move monster spawner mod to ITEMS 2017-05-25 02:23:12 +02:00
Wuzzy
d4f183c1fc Fix mcl_monster_spawner function 2017-05-25 02:17:24 +02:00
Wuzzy
64ec1fd03d Update monster spawner docs 2017-05-25 02:15:24 +02:00
Wuzzy
097de371b6 Readme and license for mcl_monster_spawner (MIT) 2017-05-25 02:11:19 +02:00
Wuzzy
88b02c7170 Move mob spawner into new mod 2017-05-25 02:06:36 +02:00
Wuzzy
d71da3a818 Add public API function to setup the mob spawner 2017-05-25 01:59:10 +02:00
Wuzzy
9b4d174c43 Refactor mob spawner metadata 2017-05-25 01:45:16 +02:00
Wuzzy
4283edd84d Disable editing monster spawner after first edit 2017-05-25 01:29:54 +02:00
Wuzzy
5720b1c041 Adjust spawner doll size 2017-05-25 01:14:18 +02:00
Wuzzy
6b92d6691d Add basic animated doll inside spawner cage 2017-05-25 00:59:41 +02:00
Wuzzy
8ea9bc885c Fix mob spawner default 2017-05-24 23:44:03 +02:00
Wuzzy
3d96714e57 Fix mob spawner error msg 2017-05-24 23:40:48 +02:00
Wuzzy
d8a201ae2d Update monster spawner code from Mobs Redo 2017-05-24 23:12:13 +02:00
Wuzzy
c2373e4a83 Make spiders float on water 2017-05-24 06:25:31 +02:00
Wuzzy
5834224af5 Don't drop items when digging in Creative Mode 2017-05-23 19:32:20 +02:00
Wuzzy
e017229c73 Already start dripping with only 1 air below 2017-05-23 04:29:54 +02:00
Wuzzy
6083c4895d Exhaust player for being hit by mob projectile 2017-05-21 06:03:58 +02:00
Wuzzy
229fdc067f Exhaust for attacking/getting attacked by mobs 2017-05-21 05:27:33 +02:00
Wuzzy
d13fe532c5 Create drips only below solids below liquids 2017-05-20 00:38:10 +02:00
Wuzzy
da3205837b Add label to all ABMs 2017-05-15 00:45:54 +02:00
Wuzzy
c8004a7ed8 Don't spawn villagers 2017-05-10 13:24:33 +02:00
Wuzzy
02856d43b8 Make monster spawner transparent 2017-03-20 20:27:10 +01:00
Wuzzy
f41bda8cdf Fix some undeclared global bugs, and horse aliases 2017-03-20 00:52:49 +01:00
Wuzzy
564c94e18e Add help for spawn eggs and name tags 2017-03-18 18:08:18 +01:00
Wuzzy
72f6ba7b96 Change sheep sound, it is less annoying 2017-03-18 01:37:29 +01:00
Wuzzy
265522435c Zombies no longer drop swords and shovels 2017-03-17 17:31:17 +01:00
Wuzzy
d0b1f843ee Move tall grass to mcl_flowers mod
Alias registered
2017-03-14 20:05:07 +01:00
Wuzzy
3efd26f085 Tamed wolves don't attack in groups anymore 2017-03-14 16:19:39 +01:00
Wuzzy
08a5f1a44f Villers don't attack back when attacked 2017-03-14 16:18:39 +01:00
Wuzzy
61c16df4e4 Add mob spawner help 2017-03-11 19:05:29 +01:00
Wuzzy
005b509938 Add is_ground_content=false to some nodes 2017-03-11 16:36:05 +01:00
Wuzzy
549f541877 Add 4 Minecraft material groups
So they can be used by the noteblock
2017-03-11 05:34:58 +01:00
Wuzzy
e2dd85d9e4 Fix some mob pathfinding problems, switch to A* 2017-03-09 15:44:58 +01:00