Blockbench Animation Wont Fire

Started by gustavowizard123 on

Topic category: Help with MCreator software

Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Blockbench Animation Wont Fire

Im trying to animate my water mob when its swimming, how do i do without GeckoLib? i create from Blockbench

GeckoLib do Not suport 2025.2, they claim they have a new option to create animations inside Mcreator but all the posts i find here are with geckolib.. i tried to export one from blockbench but its not working, i set up the condition : If Entity is Swimming -> Return True _> Else Return False, but my dolphin wont play the animations when its swimming... btw they still didnt fix the swim speed, its very very slow speed yet...

Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
actually i made some tests…
Fri, 09/12/2025 - 07:43

actually i made some tests and the problem is not the animation: it does work - but only when i set the Condition: IsOnWater, the Condition: IsSwimming is Not working, even thou the entity IS swimming... how could i fix this?

Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The mob is WaterEntity, thus…
Fri, 09/12/2025 - 07:47

The mob is WaterEntity, thus the Behavior i set Swim Around, not Walking, but the Behavior Swim Around do not satisfy the condition IsEntitySwimming, and there is no IsEntityMoving condition so im kinda lost lol

Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
aight so i manage to make…
Fri, 09/12/2025 - 07:57

aight so i manage to make this work using If Delta Z, X or Y Movement is Different from 0 then fire the Return True, thus im 100% sure that the condition IsSwimming dont work with the Swimming AI behavior

Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
also what is the difference…
Fri, 09/12/2025 - 08:00

also what is the difference of Do Meele Attack and Do Meele/Contact Attack? im trying to make the entity attack other fishes here and its not

Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
oh nvm again i got it, hehe…
Fri, 09/12/2025 - 08:05

oh nvm again i got it, hehe AI respond me