748 Commits

Author SHA1 Message Date
oilboi
a430350809 Make players health not regenerate when on fire 2020-06-09 02:27:12 -04:00
oilboi
dbde7a3809 Overhaul client version checking 2020-06-09 02:20:00 -04:00
oilboi
313e9e7aa0 Fix engine not locking out if player glitches items into armor slot 2020-06-08 13:49:11 -04:00
oilboi
7c6b1dd79c Tune mob spawning further 2020-06-08 13:38:06 -04:00
oilboi
4ab472495a Disable MT version check (causing problems with nrz's build) 2020-06-08 12:34:21 -04:00
oilboi
ff19c141c9 Add in capes 2020-06-08 10:25:12 -04:00
oilboi
675dc6155e Update README.md 2020-06-08 01:49:08 -04:00
oilboi
dd23d5e497 Overhaul weather effects 2020-06-07 23:42:12 -04:00
oilboi
0f610fbb28 Overhaul fire starting nodes even further 2020-06-07 11:47:39 -04:00
oilboi
b99a9846a4 Add clientside fire animation 2020-06-07 11:35:32 -04:00
oilboi
e1f5d65f38 Add in prototype fire entity 2020-06-07 11:10:43 -04:00
oilboi
08f457991f Tune spiders eyes more and enable spawning 2020-06-07 08:45:15 -04:00
oilboi
bcd7d0c2bd Push fire changes for local engine upgrade 2020-06-07 08:30:52 -04:00
oilboi
07927cf618 Tune spider eyes even more 2020-06-07 12:14:59 -04:00
oilboi
69030c7489 Add in glowing spider eyes 2020-06-07 11:53:31 -04:00
oilboi
7c12e371b0 Fix jetpack to work better 2020-06-07 11:06:50 -04:00
oilboi
71420084ab Make jetpacks last longer 2020-06-07 06:30:20 -04:00
oilboi
08caf518f6 Add hover mode to jetpack 2020-06-07 06:13:17 -04:00
oilboi
79b3ed8556 Add in jetpacks 2020-06-07 06:03:17 -04:00
oilboi
fdb8d21f26 Make sneepers blue when hurt 2020-06-05 08:17:42 -04:00
oilboi
715aa48b0d Add in snoider and sneeper 2020-06-05 08:16:26 -04:00
oilboi
3e5660a9f9 Allow sheep to drop wool even if you one shot them 2020-06-05 07:25:23 -04:00
oilboi
4cccc17d92 Make spiders and creepers spawn more often at night 2020-06-05 07:23:41 -04:00
oilboi
c4f54524aa Do experimental catch up for spawning mobs 2020-06-05 07:13:16 -04:00
oilboi
f0ed02f964 Fix mob count handling 2020-06-05 07:09:27 -04:00
oilboi
6fca9d233f Re enable mobs 2020-06-05 06:37:31 -04:00
oilboi
b2b155f1fb Add in sheep 2020-06-05 06:35:49 -04:00
oilboi
f63695d577 Push broken sheep for now 2020-06-01 23:35:52 -04:00
oilboi
5fa3842964 make the arrows compatable with clients that don't have the new_pos patch 2020-06-01 22:37:45 -04:00
oilboi
2e7362bd04 Add in moveresult enabled arrows 2020-06-01 19:22:15 -04:00
oilboi
5b18709aad Remove debug info 2020-05-31 17:50:49 -04:00
oilboi
ab4b0816c5 Fix snowballs hurting players 2020-05-31 17:49:16 -04:00
oilboi
d976589803 Make boots absorb fall damage 2020-05-31 17:33:56 -04:00
oilboi
68daa6aee9 Disable showing entity selectionboxes 2020-05-31 15:48:27 -04:00
oilboi
b7a1eadc15 Make non-hostile mobs run away from players when punched 2020-05-31 05:40:01 -04:00
oilboi
01d74fd21e Nerf armor slightly 2020-05-31 05:20:26 -04:00
oilboi
47e6eb6565 Rebalance mobs to attack faster yet deal less damage 2020-05-31 05:12:29 -04:00
oilboi
98d39b7c2c Make player punch timer use metadata 2020-05-31 05:04:11 -04:00
oilboi
df748cc7e7 Nerf tnt 2020-05-31 05:04:01 -04:00
oilboi
81e69c4257 Make combat a bit more fast paced 2020-05-31 04:47:51 -04:00
oilboi
7f1b2aed23 Add in Krock's awesome CSM Colored Names chat mod 2020-05-31 04:38:47 -04:00
oilboi
d3de106004 Make the armor texture more consistent 2020-05-31 01:33:51 -04:00
oilboi
5e1ddf3e47 Add in armor GUI 2020-05-31 00:55:13 -04:00
oilboi
861ee7c9d4 Fix regeneration not continuing with full hunger bar 2020-05-30 23:36:24 -04:00
oilboi
e6dbd7d4d2 Implement armor defense and make mobs more powerful 2020-05-30 23:20:50 -04:00
oilboi
8cd7bef89c Tune experience even more 2020-05-30 17:25:24 -04:00
oilboi
3b204e5cf9 Implement stage 2 of experience orb overhaul 2020-05-30 17:22:43 -04:00
oilboi
91be062634
Merge pull request #43 from Treer/feature/even-snow-cover
Even snow coverage, eventually covering ground in full blanket
2020-05-30 15:47:51 -04:00
Treer
cb5830f85c Even snow coverage, eventually covering ground in full blanket
Use "fizzlefade" effect (linear feedback shift register) to ensure do_snow() covers empty nodes before snowing on nodes which already have snow.

To adjust how many times do_snow() must be called for a full blanket of snow, adjust cDoSnow_call_count_for_blanket_coverage
2020-05-30 21:29:34 +10:00
oilboi
fe2e42be76 Tune experience buffer even more :D 2020-05-30 04:25:17 -04:00