• Joined on 2023-09-05
Eliy21 commented on issue VoxeLibre/VoxeLibre#4366 2024-07-16 09:31:29 +02:00
Eating suspicious stew causes crash & some stews uncraftable

I've made a TLDR workflow on using the Delayed Eating API just in case anyone needs it. Please share if needed.

Before delayed eating implementation:

register_item_api() {

   …
Eliy21 commented on issue VoxeLibre/VoxeLibre#4366 2024-07-14 12:26:40 +02:00
Eating suspicious stew causes crash & some stews uncraftable

No, on your branch in creative mode there is no eating delay (intended), but on master there is an eating delay for sus stew in creative and it crashes the game.

Hmm, I don't know why there's…

Eliy21 commented on issue VoxeLibre/VoxeLibre#4366 2024-07-14 11:16:13 +02:00
Eating suspicious stew causes crash & some stews uncraftable

I would try to fix the bug but there seems to be no documentation for mcl_hunger delayed eating

Oh crap, the time has come for this to finally bite me in the as... I knew I can't enjoy my…

Eliy21 commented on pull request VoxeLibre/VoxeLibre#4169 2024-02-02 13:35:02 +01:00
Added eating animation

@the-real-herowl I've tested the new changes now and while it seems fine on PC, on mobile it covers a huge portion of the screen so the image should probably be scaled down a bit.

Here's what…

Eliy21 commented on pull request VoxeLibre/VoxeLibre#4169 2024-02-02 09:45:19 +01:00
Added eating animation

The animation sometimes covers the hotbar a bit, but it's for a split second and only partially. Haven't tested this on mobile yet. Not even sure if eating is possible on mobile with the delay.…

Eliy21 commented on pull request VoxeLibre/VoxeLibre#4169 2024-02-01 17:36:52 +01:00
Added eating animation

mods/PLAYER/mcl_hunger/init.lua Line 323 & 324: (Before: if eat_effects_cooldown[player] > 0.2 then)

				player:hud_change(mcl_hunger.eat_anim_hud[player_name], "alignment", {x =…
Eliy21 pushed to fix_damage_animation_and_invul_crash at Eliy21/MineClone2 2024-02-01 15:46:22 +01:00
127fd37034 Fix damage animation and player invul crash in mcl_playerplus
Eliy21 pushed to fix_damage_animation_and_invul_crash at Eliy21/MineClone2 2024-02-01 15:42:20 +01:00
c31226041f Merge pull request 'Fixed ghast hitbox' (#4156) from ghast_fix into master
b3bcd949b9 Merge pull request 'Change on scaffolding placement checking' (#4164) from JoseDouglas26/MineClone2:scaffolding_bug_fix into master
a8ad631864 Added ghast achievement and nerfed ghast
1478960b7f Improved ghast combat
f41990c1d0 Fixed ghast hitbox
Compare 112 commits »
Eliy21 created pull request VoxeLibre/VoxeLibre#4176 2024-02-01 15:41:56 +01:00
WIP: Fix damage animation and player invul crash in mcl_playerplus
Eliy21 created branch fix_damage_animation_and_invul_crash in Eliy21/MineClone2 2024-02-01 15:35:28 +01:00
Eliy21 pushed to fix_damage_animation_and_invul_crash at Eliy21/MineClone2 2024-02-01 15:35:28 +01:00
Eliy21 commented on pull request VoxeLibre/VoxeLibre#4169 2024-01-30 08:55:27 +01:00
Added eating animation

The whole thing is MTE doesn't let you have the default hud elements cover custom elements (i.e. custom hud always covers default hud). And if we made a custom hotbar to replace the default one,…

Eliy21 commented on pull request VoxeLibre/VoxeLibre#4169 2024-01-29 18:46:10 +01:00
Added eating animation

Hotbar would be covered by the item.

Is there a way for it to be the other way around and make the item be covered by the hotbar instead? Or another way would be to put the item just on top…

Eliy21 commented on pull request VoxeLibre/VoxeLibre#4169 2024-01-29 16:01:35 +01:00
Added eating animation

Can't place in the middle, because hotbar would be below that. If we made our own replacement, it wouldn't work on mobile.

Oh so the hotbar would move up and down with the item? Okay then I…

Eliy21 commented on pull request VoxeLibre/VoxeLibre#4169 2024-01-29 14:39:45 +01:00
Added eating animation

This is nice. Although the eating animation could be better if it was centered because in first person having the food go up and down at the bottom center would simulate more the feeling of it…

Eliy21 pushed to shield_update at Eliy21/MineClone2 2024-01-28 17:16:42 +01:00
4b20ab689e Fix crash when guarding TNT explosions
Eliy21 pushed to shield_update at Eliy21/MineClone2 2024-01-28 16:05:54 +01:00
3c6b334df1 Fix being able to reduce knockback while guarding when facing away from Hoglin/Zoglin
a591e655ef Fix being able to reduce knockback while guarding when facing away from explosions
c790cd049d Add compatibility for other forks which do not have mcl_hunger.is_eating API
ff049eb321 Reduce Hoglin/Zoglin knockbacks when guarding
eca31c2fe3 Reduce explosion knockbacks when guarding
Compare 11 commits »
Eliy21 pushed to shield_update at Eliy21/MineClone2 2024-01-28 16:05:21 +01:00
2b121447f6 Fix being able to reduce knockback while guarding when facing away from Hoglin/Zoglin
Eliy21 pushed to shield_update at Eliy21/MineClone2 2024-01-28 16:01:22 +01:00
09234cadf8 Fix being able to reduce knockback while guarding when facing away from explosions
Eliy21 pushed to shield_update at Eliy21/MineClone2 2024-01-28 15:54:45 +01:00
6c3ff65c9c Add compatibility for other forks which do not have mcl_hunger.is_eating API