Started by
WatermelonFrogy
on
Topic category: Help with Minecraft modding (Java Edition)
Hello!
I want to make a very simple mod that makes creepers friendly once given a flower.
How would i go about doing that?
Also if possible i'd like the flower you gave the creepy to appear on its head like the muddy pig
Thanks in advance!
different entity. search before posting (or code but I don't think you would want to deal with that)
I did search, i couldn't find anything about it.
i still have no idea what to do.
make a different entity and despawn the creeper and spawn the one with flower, something so simple that you can do by searching on different things
yes but how would i make the entity act the same as the creeper minus the explosions and following?
AI
Okay, what about the flower on its head?
Custom model or texture bruh
Why are you being so rude and aggressive about this?
I'm new to all this and need help, you shouldn't be like "oh just do this how did you not know something so simple?"
sorry for rudeness but I already explained you 2 times
I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
Might have to spawn in a different variant of the entity your trying to "tame" then in the AI click animal.
Procedure when right clicked:
If: item = "flower type"
Do: Spawn "flower creeper" at X Y Z Add: despawn target entity Optional: tame "Entity" by "Source Entity"
You might have to make those different variants of flower creepers by hand I don't think Mcreator has the ability to grab textures from files. Unless someone knows