minetest-mods / stamina

Adds hunger (stamina) to minetest.
17 stars 18 forks source link

show particles while eating foods without an inventory image #40

Closed fluxionary closed 2 years ago

fluxionary commented 2 years ago

currently, if a food has no inventory image (or wield image), stamina will show particles of a randomly chosen color when you eat.

screenshot_20221025_142931

in the case where the food is a node, the particles can instead by generated as the particles that would appear if you dug the node.

screenshot_20221025_144915

unfortunately there doesn't seem to be a way to get that effect to respect the node's texture's alpha channel.. but it's an improvement.

SmallJoker commented 2 years ago

LGTM. Will merge in a few days unless there are objections from other contributors/maintainers.