the-real-herowl
  • Joined on 2023-08-07
the-real-herowl commented on issue VoxeLibre/VoxeLibre#4493 2024-07-04 17:06:00 +02:00
Villagers bouncing on beds causes them to glitch through the ceiling, sometimes causing death

In short: it's a complex engine issue that we may try to mitigate, fix on our end in some way, hack around it, or something. While I have some ideas that should be very effective in dealing with…

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4491 2024-07-03 21:17:54 +02:00
WIP: VL Client-side mod support

@AFCMS for reference

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4489 2024-07-03 21:17:14 +02:00
WIP: Add new infested, oozing and weaving effects from mc 1.21

Tbh if we were to do anything like this, we'd need an on_death() callback in the API. Also, not sure if these names of the effects reflect what they do properly.

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4489 2024-07-03 21:12:26 +02:00
WIP: Add new infested, oozing and weaving effects from mc 1.21

Well, we do keep a bunch of ancient PRs open... some were reactivated recently. Let's keep this open for now.

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4491 2024-07-03 20:13:04 +02:00
WIP: VL Client-side mod support

Have you seen #3094 ?

the-real-herowl commented on issue VoxeLibre/VoxeLibre#3283 2024-07-03 20:08:59 +02:00
Anvils do not use experience to fix / enchant items

Well, at the moment, mobs leave XP after dying even when not killed by the player, so you still have a source for quickly leveling up. 🙂

Relying on bugs for the normal gameplay is…

the-real-herowl commented on issue VoxeLibre/VoxeLibre#4482 2024-07-03 20:01:58 +02:00
Frost walker can be used on protected water

or if there is some sort of roof above

You can shoot falling sand from a cannon.

the-real-herowl commented on issue VoxeLibre/VoxeLibre#1231 2024-07-03 19:58:10 +02:00
Only dropped meat should be cooked by fire

How do you get fire aspect before potatoes in skyblock?

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4489 2024-07-03 19:57:20 +02:00
WIP: Add new infested, oozing and weaving effects from mc 1.21

Well I would like to have something ("dungeons") like them, but we'll see how far we manage go with the Mapgen Update...

the-real-herowl commented on issue VoxeLibre/VoxeLibre#4485 2024-07-03 14:41:21 +02:00
Can't inflict critical hits on mobs

Well, crits certainly work on players, and indeed they may be not implemented on mobs... I'd like to have an mcl_damage refactoring that would allow dmg modifiers on mobs without hardcoding it.

the-real-herowl commented on issue VoxeLibre/VoxeLibre#4482 2024-07-03 14:36:29 +02:00
Frost walker can be used on protected water

On the versus town server, there is a protection mod where protector blocks can be blown up by tnt (so you can raid bases, but only with explosives). Using frost walker would let you blow up…

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4490 2024-07-03 14:31:07 +02:00
Fix depth of nether bridges.

It's trivial, so not retargetting to Mapgen Updatr yet, but still needs testing to ensure it fixes the issue at hand (bridges being excessively rare).

the-real-herowl commented on issue VoxeLibre/VoxeLibre#1231 2024-07-03 14:27:55 +02:00
Only dropped meat should be cooked by fire

Yes, I just checked and we still get baked potatoes from zombies. I used a Fire Aspect II sword for this.

Doesn't it make sense though?

the-real-herowl commented on issue VoxeLibre/VoxeLibre#4380 2024-07-03 14:27:13 +02:00
Where are some structures???

That makes sense, although the bridges spawn somewhat above the point picked for them. Try using /spawnstruct with them and other structures.

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4489 2024-07-03 14:24:40 +02:00
WIP: Add new infested, oozing and weaving effects from mc 1.21

If I wanted them, I'd have done them in #4130 and I didn't. Is there a reason to have those effects? In my opinion they're genuinely stupid.

the-real-herowl commented on issue VoxeLibre/VoxeLibre#4487 2024-07-03 14:13:12 +02:00
Suggestion: Give poisonous potatoes a meaning in the game

It is already used for brewing.

the-real-herowl commented on issue VoxeLibre/VoxeLibre#4482 2024-07-02 15:10:36 +02:00
Frost walker can be used on protected water

I'm not sure either. Kelp ain't a big loss theoretically... what about other side effects?

the-real-herowl commented on issue VoxeLibre/VoxeLibre#4473 2024-07-01 20:10:16 +02:00
Kelp no longer turns flowing water to source

it is now said that we do not like cherry picking I'm just saying that you (plural) don't like copying instead of cherry-picking, regardless of crediting in other ways etc., as opposed to some…

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4444 2024-07-01 15:46:15 +02:00
Update German Translations

In this case this is not replacing, it's escaping. Since = has a special meaning in translation files, as you know, to insert literally the character =, you have to write @= (and eg. @@ to…

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4476 2024-07-01 14:57:44 +02:00
Stop tnt colliding with entities

Lgtm, but while we're at it I'll want to test some cannon designs.