Started by
GreenMascai
on
Topic category: Help with Minecraft modding (Java Edition)
okay so i am making a marshmello type mod, it uses the same texture as the slime but white. It is basically a slime, but it doesn't bounce or have the transparent part, along with only having the tiny size. The thing is if i use the slime ai in the behavior tab thing it attacks the player, how do i stop this?
Do you mean you only want it to be a small size?
I am currently finishing off a mod with 10 slimes, blue/red/yellow/pink/purple. They have a small size and a slightly larger size, they slide along the floor instead of jumping ( apart from when attacking enemies ) some attack nothing, some attack enemies, they all can follow the player. Is that sort of what you want?
this is kind've what i want, except, i want them to bounce exactly like the original slime without having its ai, also yes i want them to have a larger size
I made mine via custom models/textures/Ai so not managed to make them bounce unless they are "leaping at target". You can change the sizes by making more models of it and then pretty much copying the AI of the smaller one. If you want them to also split apart like slimes you can add for larger slimes you can add a procedure that when they die they summon ( amount of ) smaller slimes.
I don't think it's easy to make them have transparent parts, at least not in blockbench.
You could potentially have them attack the player/leap at target but set their damage to 0 and see if that turns out alright?
CaptainShark thanks so much i will be sure to try this