the-real-herowl
  • Joined on 2023-08-07
the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3878 2023-09-17 11:32:32 +02:00
Wither finishing, effect fixes

okay, explain please?

MC wither does glitch into blocks when you purposely summon him in a place or use a contraption to glitch him. It's not really a glitch in the case of…

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3878 2023-09-16 09:59:53 +02:00
Wither finishing, effect fixes

the wither glitching through blocks isn't a bug and it's a working as intended feature

No, cora means a different thing.

okay, explain please?

MC wither does glitch…

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3878 2023-09-13 09:35:30 +02:00
Wither finishing, effect fixes

I think some people here don't realize how hard it is in survival to even spawn one wither...

The wither getting stuck in nodes is clearly a glitch, even though i don't think…

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3878 2023-09-13 09:34:14 +02:00
Wither finishing, effect fixes

I implemented the MC-like behaviour when stuck. Added safe_boom which happens when mobs_griefing is disabled. Teleporting behaviour removed. Fixed a bunch of crashes. Please test again.

the-real-herowl pushed to master at the-real-herowl/MineClone2 2023-09-13 09:31:51 +02:00
537dec9d5d Implemented wither defensive measures
the-real-herowl pushed to master at the-real-herowl/MineClone2 2023-09-13 09:29:50 +02:00
800bc46cac A few more wither fixes
65c4d7b89d Great batch of improvements
5bbe2c81a8 Another batch of wither adjustments
78799472a3 Further wither adjustments
b8cc409c93 Withering effect and effect immunities
Compare 55 commits »
the-real-herowl pushed to master at the-real-herowl/MineClone2 2023-08-29 02:49:15 +02:00
0d0673f258 A few more wither fixes
44040d0cde Great batch of improvements
7b0055640f Another batch of wither adjustments
3c6789027b Further wither adjustments
69d2f9f542 Withering effect and effect immunities
Compare 77 commits »
the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3878 2023-08-25 05:00:42 +02:00
Wither finishing, effect fixes

I pushed fixes to most of the mentioned problems. If anything, I can't reproduce them on the version I pushed. What remains to be solved:

  • Withering effect stays when dying despite moving the…
the-real-herowl pushed to master at the-real-herowl/MineClone2 2023-08-25 04:47:56 +02:00
df09572547 A few more wither fixes
the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3878 2023-08-25 04:45:18 +02:00
Wither finishing, effect fixes

This is not so obvious one ... not sure what happens but it happens reliably while wearing thorns armor (at least i suspect that's the reason; wither skull gets killed by thorns and then…

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3878 2023-08-24 05:33:29 +02:00
Wither finishing, effect fixes

What's with the death not taking it away then? I can't reproduce that one.

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3878 2023-08-24 05:31:10 +02:00
Wither finishing, effect fixes

oooh lol

the bug is:

you're calling minetest:deserialize

it needs to be minetest.serialize otherwise minetest is the first argument

table:function()

is a…

the-real-herowl pushed to master at the-real-herowl/MineClone2 2023-08-24 05:30:48 +02:00
cfc6f2c74a A few more wither fixes
the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3878 2023-08-24 01:50:50 +02:00
Wither finishing, effect fixes

I fixed the bugs mentioned, +made the wither rose spawn on player kills as well.

the-real-herowl pushed to master at the-real-herowl/MineClone2 2023-08-24 01:49:57 +02:00
5be60d25d1 A few more wither fixes
the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3878 2023-08-23 06:23:38 +02:00
Wither finishing, effect fixes

I'm thinking about merging this anyways as it is already a clear improvement.

You know what, at this point I removed the WIP. I implemented most of my points, adding more uses is for another…

the-real-herowl pushed to master at the-real-herowl/MineClone2 2023-08-23 06:12:41 +02:00
c73a7e1016 A few more wither fixes
the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3878 2023-08-23 03:29:38 +02:00
Wither finishing, effect fixes

Is there any particular reason this is still WIP?

It works pretty well in any case. The only 2 things I could find are:

  • Sometimes (no idea how to reproduce exactly) the wither…
the-real-herowl commented on issue VoxeLibre/VoxeLibre#3882 2023-08-20 09:24:40 +02:00
Server crash during fireball explosion

I am fairly sure this is because the thorns enchantment attempts to damage whatever hits the player, which doesn't go too well in case of a projectile

Pretty much, but not just any projectile,…

the-real-herowl pushed to master at the-real-herowl/MineClone2 2023-08-20 08:59:12 +02:00
a1e8aa3ac1 Great batch of improvements