577 Commits

Author SHA1 Message Date
oilboi
ac45a7038e Mobs now drop experience based on their hp 2020-05-24 14:42:34 -04:00
oilboi
08262e2330 Stop nodes that drop themselves from giving xp 2020-05-24 14:36:41 -04:00
oilboi
7651c1647f Tune chicken more 2020-05-24 14:36:29 -04:00
oilboi
530f0e04fc Update chicken blend 2020-05-24 02:38:45 -04:00
oilboi
b3f509e519 Make chickens spawn 2020-05-24 02:32:54 -04:00
oilboi
77422c7e62 Fix minetest engine memory leak causing clientmods to not initalize (safety net) 2020-05-24 02:32:41 -04:00
oilboi
ac29c65ee9 fix mobs not getting hurt inside hurt_inside group nodes 2020-05-24 01:36:39 -04:00
oilboi
ff61cce037 Add in chicken and chicken eggs 2020-05-24 01:31:02 -04:00
oilboi
bfb749e695 Add in the spypigoatsplosion mob with extreme rarity 2020-05-24 00:19:07 -04:00
oilboi
59cebd0384 Overhaul mob collision detection 2020-05-23 23:57:55 -04:00
oilboi
27b22b6b7c Tweak mob magnetic collision detection to work better 2020-05-23 22:17:31 -04:00
oilboi
965c6fbe3e Add music which plays during certain times of the day and night 2020-05-23 20:11:43 -04:00
oilboi
7b209b1f9a Make player's head pitch match where they're looking 2020-05-23 18:37:21 -04:00
oilboi
c477ec6ecd Tune eating particles even further 2020-05-23 18:04:05 -04:00
oilboi
9d31a7093d Make eating particles go where player is looking 2020-05-23 17:58:29 -04:00
oilboi
d20065a397 Rework all foods to use new particle system with minetest.register_food 2020-05-23 17:54:22 -04:00
oilboi
e8a38079a1 Make treecapitator utilize new digging particle spawner type 2020-05-23 17:21:46 -04:00
oilboi
1ce8969c2b Make only snowmen spawn when snowing 2020-05-23 16:33:55 -04:00
oilboi
dc5ca553e6 Overhaul snowman with ElCeejo's remake of 22i's snowman model :D 2020-05-23 16:33:44 -04:00
oilboi
2ae251bfe1 Fix charcoal not being fuel 2020-05-23 15:47:58 -04:00
oilboi
cbb722ab7a Make furnaces drop xp when collecting smelted items 2020-05-23 15:45:24 -04:00
oilboi
ead97dec0d Treecapitator now checks for axe and adds wear to it 2020-05-23 14:15:55 -04:00
oilboi
b1b893cc40 Make treecapitator automatically plant sapling, and use it by default 2020-05-23 13:36:58 -04:00
oilboi
1722fde2ce Implement better path shortcutting when less than 4 steps in path 2020-05-23 00:19:41 -04:00
oilboi
26b08328a7 Make mobs run directly at you when close 2020-05-22 23:56:31 -04:00
oilboi
85fc6a1899 Make mobs even smarter 2020-05-22 23:52:41 -04:00
oilboi
07b2f4db1c Implement first prototype of pathfinding 2020-05-22 23:43:13 -04:00
oilboi
b67397aa8d Rebalance mobs to be a bit easier to kill but a bit faster 2020-05-22 22:42:59 -04:00
oilboi
f802598771 Stop hostile mobs from taking over the entire area during the day 2020-05-22 22:26:37 -04:00
oilboi
f50031b5a6 Make spider only hostile at night, and when punched or following during day 2020-05-22 22:26:22 -04:00
oilboi
c4365530ea Make creepers stop destroying the entire area 2020-05-22 22:03:46 -04:00
oilboi
a47941aec8 Make players throw drop items combining look_dir and player_velocity 2020-05-22 21:57:23 -04:00
oilboi
46d897bd05 Fix minetest.item_drop crashing with nil player 2020-05-22 21:50:19 -04:00
oilboi
75624c4b9f Make weather persistent between server restarts 2020-05-22 21:38:12 -04:00
oilboi
188950a948 Add in extreme prototype snowman 2020-05-21 00:25:50 -04:00
oilboi
95652ada15 Fix being able to craft chest and furnace out of random nodes 2020-05-20 21:14:09 -04:00
oilboi
6c7fa6f422 Ice and snow now melts when not snowing 2020-05-20 15:36:41 -04:00
oilboi
4e7d4a4106 Fix crazy huge xp level number on latest minetest build 2020-05-20 15:18:21 -04:00
oilboi
44e710c138 Make hand damage other players 2020-05-20 15:02:44 -04:00
oilboi
3420c19c9d Add in cool spider noises 2020-05-20 14:59:21 -04:00
oilboi
41e0c3d888 Add in fishing 2020-05-20 14:50:10 -04:00
oilboi
84c32a8d2a Improve mob jumping, finalize spider, add string, add attributes 2020-05-20 14:01:50 -04:00
oilboi
c09067c77e Fix spider to work properly :D 2020-05-20 13:24:54 -04:00
oilboi
03f24c592d Add in new song for going to sleep 2020-05-20 12:23:14 -04:00
oilboi
0c38bdbc2c Fix insanely loud jump sound 2020-05-19 21:30:01 -04:00
oilboi
bd1ba689d7 Add in prototype spider 2020-05-19 21:14:50 -04:00
oilboi
83baab03fe Balance out mob hp 2020-05-19 17:47:48 -04:00
oilboi
51f8f14178 Creepers now drop gunpowder and tnt is made from it 2020-05-19 17:02:01 -04:00
oilboi
501e1a5a7a Make exploding mobs dissapear on explosion 2020-05-19 16:41:14 -04:00
oilboi
37b4eded9b Add in customized 22i's slime 2020-05-19 16:38:25 -04:00