Started by
Rukreep
on
Topic category: Help with Minecraft modding (Java Edition)
Hey there,
I want to make this mod with entities that float on the water. I've added the "Float/swim" on water task but when I check it, the entities just bounce in the water. How can I make it so that entities just go to the water top and stay there and do nothing?
Regards,
~Rukreep
Okay now I have a new problem:
The entities float on water, but they can no longer spawn on water.
I unmarked the "Is Water entity" and now they can't sink, but as hard as I can, they can't spawn on water.
How can I do this?
Could you tell me how you solved the first error?
If you're still having trouble with this might I suggest a quick peek at the code for an entity with a similar feature like the Strider, it spawns on and stands on lava which is a fluid block just like water, although much much hotter.
where can I find the code for an entity like the strider or a boat?
Could you show how did you make an entity to stop bouncing in water? I am trying to make a duck but I can't make it float on top of the water without bouncing and instead of swimming around they just float in one place