Started by
SleepyWhirl
on
Topic category: Help with MCreator software
hello
while animating stuff in blockbench with the geckolib plugin and then importing them into mcreator with the geckolib plugin installed there aswell, is it possible to import sound effects with the animation (aka when they are added in blockbench in the editor as a special effect and then exported) in any way? just adding them and exporting the model into mcreator doesnt seem to work, is it possible? or does anyone have some sort of work around to where i could time the sounds/particles with the animations?
Thanks!
I was looking if it was possible :p
well? any results?
It kinda works. I got Animated Models working but their sound doesnt seem to play when its only done through Blockbench animations
thats lterally what i was saying
You know what works?
For making specialized sounds such as death or attack you would normally use Blockbench's effect system for you can use Procedures and the In-Built Triggers in the Living entity properties in Mcreator. You can add even more such sounds through Nerdy's Geckolib plugin and its Geckolib Entity Mod element Block. You just use the Play (your sound) at x y z level 1 pitch 1 category neutral Block for it.
A Template for such attack sounds would be :
Event Trigger : Entity attacked.
Then the Procedure Blocks in this order :
if Block with this in the if slot : Source entity (sub)type of (your Entity name)
and this in do slot : Play (your sound) at x y z level 1 pitch 1 category neutral
the same can be done with death sounds using the Entity dies Event Trigger.
Hope this helps!
Myssyhead
thank you for the tip! i appreciate it,
im gonna be trying that out and playing around with it a bit