561 Commits

Author SHA1 Message Date
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
oilboi
c66695fd83 Only do animation on walking mobs 2020-05-19 16:29:37 -04:00
oilboi
022efc6659 Fix crashing if no mob head bone 2020-05-19 16:29:20 -04:00
oilboi
f7cd7e7e17 Overhaul jump movement 2020-05-19 16:29:07 -04:00
oilboi
79440bd860 overhaul mob jumping to use raycasting and moveresult 2020-05-19 14:28:42 -04:00
oilboi
8b98ec5346 Make drowning take away full heart 2020-05-19 13:25:08 -04:00
oilboi
79b612f5b8 Revert punching to set_hp while drowning 2020-05-19 13:21:18 -04:00
oilboi
7ff177fdce Stop health regenerating while drowning 2020-05-19 13:07:17 -04:00
oilboi
99bf36d4bd Overhaul drowning 2020-05-19 12:46:02 -04:00
oilboi
9bd7774e76 Add in custom explosion blink timer to mob api 2020-05-19 11:47:53 -04:00
oilboi
524317e461 Add in custom mob api explosion blink colors 2020-05-19 11:45:46 -04:00
oilboi
a50871c2b0 Add in damage color texture modifier to mob api 2020-05-19 10:57:19 -04:00
oilboi
e1950f0274 Add in Nitro Creeper and make it spawn in the nether 2020-05-19 10:54:34 -04:00
oilboi
03ec60ee2e Add nether spawning, creeper now spawns in nether as placeholder 2020-05-19 10:47:56 -04:00
oilboi
d6706caeca make iron boat a bit more floaty 2020-05-18 20:35:19 -04:00
oilboi
dc9a881b98 Fix boat deprecated calls 2020-05-18 20:28:35 -04:00
oilboi
515d21b55d Remove iron boat print debug 2020-05-18 20:25:20 -04:00