Started by
AbdulRahim
on
Topic category: Help with Minecraft modding (Bedrock Edition)
Hello, How can i make an item spawn custom mobs?
i just know to make item eatable, is there any way to create item that can spawn custom mobs?
Edited by AbdulRahim on Fri, 06/05/2020 - 15:35
Make a procedure with the trigger Player Right clicks On Block and it is:
Summon mob: (mob) at x y+1 z
If: [not]: (is player in creative mode)
Do: remove item from player
For Minecraft Bedrock Edition?
Not atm, you can only use your spawn egg.
Bedrock edition and items are very limited at the moment, we are waiting for Bedrock Edition Add-Ons API to support more things.
hmm this is weird, I have seen bedrock edition add-ons add GUIs, advanced mobs, and even custom dimensions before in Minecraft China....
Show that addon, this is impossible, there are no APIs for this. Check the documentation of AddOns if you don't believe me ;)
But mobs can be quite advanced, yes.
You could just re-texture the spawn egg image file in the Mcreator workspace folder and use that to spawn the mob,
well that's what people do in other addons at least
You can change the texture of your custom mob's spawn with it's own face or body, what are you trying to do?
if you can explain, i'll help you
Nvm, i thought the post was from someone anyhow i've found a way to get custom entities spawn egg in survival mode as well