Page 1 of 1

Animation on eating

PostPosted: Sun Jun 19, 2016 15:54
by Ambistic
I think it would be better if there were a little animation when we eat like in minecraft, it would also prevent us from eating accidently while breaking a block or when a mob attack you by surprise, you're reflex is left click, left click, left click but you don't hit, you eat.

Re: Animation on eating

PostPosted: Wed Jun 22, 2016 07:23
by coeseta
Really good idea, it doesn't need look like in Minecraft but some animation would be nice. Maybe that the food disappears in 3 steps along with a neat little nomnomnom sound :P

Re: Animation on eating

PostPosted: Wed Jun 22, 2016 07:48
by glichgamer12
I really would like that.




This calls for.... a MOD!

Re: Animation on eating

PostPosted: Sat Jun 25, 2016 23:59
by philipbenr
glichgamer12 wrote:I really would like that.




This calls for.... a MOD!


Actually, mods are a bad idea. See the character animation mod. It is too choppy. You have to have it integrated into the default character.

Re: Animation on eating

PostPosted: Fri Jul 01, 2016 23:26
by MineYoshi
IDK
There are also some suggestions as:
-sneak animation
and two hands...

In really we need to copy and paste ideas from Minecraft?
I mean, the Minetest community can't have original ideas for this voxel-sandbox game that don't be from Minecraft?

Re: Animation on eating

PostPosted: Sat Jul 02, 2016 06:27
by Ben
If you're talking about the first-person animation, then I'm annoyed with it too; but it cannot be fixed with mods.

On the other hand, I'm secretly working on a patch / pull request to the core engine that would allow for different wield item animations. But that's still a long way to go…

Re: Animation on eating

PostPosted: Sat Jul 02, 2016 07:30
by burli
MineYoshi wrote:IDK
There are also some suggestions as:
-sneak animation
and two hands...

In really we need to copy and paste ideas from Minecraft?
I mean, the Minetest community can't have original ideas for this voxel-sandbox game that don't be from Minecraft?


Ideas are welcome. Tell us what the minetest community can do to prevent accidentally eating items.

The problem is, that minecraft has good solutions for lots of things. And make things worse just to be different from mincraft is the wrong way.

So we have 3 options:
1. stick with the worse solutions from minetest,
2. copy minecraft or
3. find similar/better, but different from minecraft solutions.

I don't want option 1, option 3 is difficult, so there is only option 2

Re: Animation on eating

PostPosted: Sat Jul 02, 2016 13:28
by Ben
Well, one quick solution which would not copy from Minecraft is to trigger the eating action via the "use" key, which Minecraft does not have ;-) . Unfortunately, I think Minetest Game and just about all food mods eat via the left mouse button. That's a lot of changing ahead.

Re: Animation on eating

PostPosted: Sat Jul 02, 2016 15:33
by BrandonReese
Remove the on_use function from food and create an inventory slot to drop the food in to eat it.