Lizzy Fleckenstein

Results 13 comments of Lizzy Fleckenstein

Are you sure that you properly compiled the C++ code from this PR?

> Just a nitpick: 'off-hand' may be a better naming. The right isn't everyone's primary hand ;) If this becomes a thing a way to visually (client-side) change which side...

Added documentation and resolved merge conflicts. Review requested.

implemented sfan5 suggestions also fixed offhand wieldnode pos&rot that had been incorrect since the beginning review requested possible follow-up PRs: - mirroring main hand and offhand via a setting -...

> Won't this break a ton of mods that use `get_wielded_item` and `set_wielded_item` in `on_use` callbacks etc.? yes. that's why it has to be enabled using a mod and is...

:heart::crab::heart: ![]( https://i.giphy.com/media/2dK0W3oUksQk0Xz8OK/giphy.webp)

There is a server-side lua implementation of fall damage in the Crafter subgame that works quite well. https://github.com/oilboi/Crafter-Minetest/blob/master/mods/player_mechanics/fall_damage.lua You are probably aware of the fact that the current fall damage...

I have the same issue with `waybar` and `pkexec swhkd`. They work when executed in a shell, but not when started with `exec-once` or the `exec` dispatch. Other commands work...

I managed to solve the issue by running `dbus-update-activation-environment --all` at startup. It seems like Hyprland won't update the dbus environment if compiled with systemd support but the system wasn't...