mojira.dev
MCPE-19807

Ocelot Addon - Cannot modify Speed Boost Multiplier for riding.

I modded an ocelot to be rideable by the player, much the way a pig is rideable. There is a Speed boost attribute to this riding feature. For other animals i can modify how fast the animal moves, however no matter what i enter for the ocelot, it does not change the speed. So, the result is a very slow moving ocelot while you ride it.....which is not exactly why you would want to ride an ocelot.

Below is the code i am using within the Ocelot JSON

"minecraft:rideable":{
"seat_count": 1,
"interact_text": "action.interact.ride.horse",
"seats":{
"position": [0.0,0.35,0.0]
}
},

"minecraft:boostable":{
"speed_multiplier":1.3,
"duration":5.0,
"boost_items": [
{
"item": "wooden_hoe",
"item_damage": 5
}
]
},

the speed_multiplier appears to have no affect on the ocelot speed when i ride it though.

Comments 11

"minecraft:boostgable"

There's your problem. You misspelled "boostable" as "boost*g*able". Resolving this ticket as invalid.

Ha! Thank you for solving that enormous problem 🙂. You know it would be much easier for people as silly as me, if you guys would just publish the JSON library for all modable attributes and how they actually work. I mean maybe this has been done already, but could you let me know if this has been done and where I can find it. Believe me spelling errors are the least of my issues when it comes to Addons right now. I probably overlooked this one simply because I'm inundated with other real confusing issues.

Ha! Thank you for solving that enormous problem 🙂. You know it would be much easier for people as silly as me, if you guys would just publish the JSON library for all modable attributes and how they actually work. I mean maybe this has been done already, but could you let me know if this has been done and where I can find it. Believe me spelling errors are the least of my issues when it comes to Addons right now. I probably overlooked this one simply because I'm inundated with other real confusing issues.

@unknown, this is the closest thing to an official, comprehensive list of add-on entity components. The page was originally created by someone from the Microsoft half of the MCPE team, so it is sort-of official. Unfortunately it hasn't been updated much since 0.16, is missing some of the newer components, and contains a few minor errors, but for the most part, it is a very useful resource:
http://minecraft.gamepedia.com/Pocket_Edition_entity_components

Oh thanks. By the way this issue should be reopened. It turned out that I didn't exactly copy and paste my code in here. I had to type it for some reason, which is why the spelling error was present. Could you try the code yourself and see if you get the desired results?

In order to not be riding in the sky, you'll need to make the position :[ 0.0, 0.35, 0.0]

1 more comments

@unknown, just letting you know that I tried making ocelots be rideable and boostable myself and I can confirm that everything is working as it should, so there was definitely never a bug.

When you boosted the ocelot was the speed variable. My issue is not that the ocelot will not boost, necessarily, but that when I try to make the boost faster or slower it has no affect. When I use this same method on a polar bear I can make the boost nearly as fast as a horse if I want, but with ocelot it is always the same speed, roughly the speed of a pig.

When you boosted the ocelot was the speed variable. My issue is not that the ocelot will not boost, necessarily, but that when I try to make the boost faster or slower it has no affect. When I use this same method on a polar bear I can make the boost nearly as fast as a horse if I want, but with ocelot it is always the same speed, roughly the speed of a pig.

Thank you for your report!
However, this issue has been closed as Cannot Reproduce.

We were unable to reproduce the problem you are describing in the latest version. If you need help or want to add a suggestion please follow a link below.

Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Feedback – 📖 Game Wiki

Thank you for your report!
However, this issue has been closed as Cannot Reproduce.

We were unable to reproduce the problem you are describing in the latest version. If you need help or want to add a suggestion please follow a link below.

Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Feedback – 📖 Game Wiki

Cecil McIntosh

(Unassigned)

Confirmed

Windows

Windows 10

add-on

1.0.2, 1.2.9.1

Retrieved