Published on March 22, 2021 (Updated on May 06, 2021)

Rideable Ender Pearls

Have you ever dreamed of riding an ender pearl? Now it is possible! With this addon, when throwing an ender pearl, you sit on it and fly with it! You can also dismount in flight!

Select version for changelog:

Changelog
  1. Added an icon about the compatibility of the addon with other addons.

Installation

Installation Guides

1
Soooooo why does my pc dowmload rideable_enderpearl.zip_linkvbertisedownload.exe

and my pc flags it as a virus?????????
1
This comment has been removed
1
well now I can't even use this
I can't disable my antivirus bc I'm not admin on my computer
thanks for spoiling my fun
1
Hm.... i think you must make this for allow people chose to ride pearls or no like the pearl that can be ride must be named "ride pearls" or something
1
This comment has been removed
1
when u throw a pearl near a player, the other player can ride the pearl :/

btw nice addon
1
This comment has been removed
1
how do you ride the Ender Pearl????
1
This comment has been removed
1
dude its so cool! can you make more?
1
This comment has been removed
1
can you make a version compatible for 1.14?
1
This comment has been removed
1
Please update More Body Actions! to be compatible with other addons.
1
This comment has been removed
1
Please update More Body Actions! to be compatible with other addons.
1
dude i have created and seen lots of mods but never seen one so cool so easy to get away in pvp keep up the good work
1
This comment has been removed
1
Please update More Body Actions! to be compatible with other addons.
1
also really like the Devastating Lightning mod and boat fixes addon
1
This comment has been removed
1
6b 65 65 70 20 69 74 20 75 70 20 74 68 65 20 67 6f 6f 64 20 77 6f 72 6b 20 3a 29
1
This comment has been removed
1
What’s with the coding inside of .json files?
1
This comment has been removed
1
This comment has been removed
1
This comment has been removed
1
This comment has been removed
1
I didn’t demand anything I just said what’s with the coding inside of .json files! i was just surprised for second until i de-coded it..
{ "format_version": "1.13.0", "minecraft:entity": { "description": { "identifier": "minecraft:player", "is_spawnable": false, "is_summonable": false, "is_experimental": false, "scripts": { "animate": [ "equip", "switch", "light" ] }, "animations": { "equip": "controller.animation.equip", "switch": "controller.animation.switch", "light": "controller.animation.light", "timer": "animation.timer" } }, "component_groups": { "group:mining_helmet_on": { "minecraft:is_sheared": {} }, "group:on": { "minecraft:is_chested": {} }, "minecraft:add_bad_omen": { "minecraft:spell_effects": { "add_effects": [ { "effect": "bad_omen", "duration": 6000, "display_on_screen_animation": true } ] }, "minecraft:timer": { "time": [ 0, 0 ], "looping": false, "time_down_event": { "event": "minecraft:clear_add_bad_omen", "target": "self" } } }, "minecraft:clear_bad_omen_spell_effect": { "minecraft:spell_effects": {} }, "minecraft:raid_trigger": { "minecraft:raid_trigger": { "triggered_event": { "event": "minecraft:remove_raid_trigger", "target": "self" } }, "minecraft:spell_effects": { "remove_effects": "bad_omen" } } }, "components": { "minecraft:experience_reward": { "on_death": "Math.Min(query.player_level * 7, 100)" }, "minecraft:type_family": { "family": [ "player" ] }, "minecraft:is_hidden_when_invisible": {}, "minecraft:loot": { "table": "loot_tables/empty.json" }, "minecraft:collision_box": { "width": 0.6, "height": 1.8 }, "minecraft:can_climb": {}, "minecraft:movement": { "value": 0.1 }, "minecraft:hurt_on_condition": { "damage_conditions": [ { "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, "cause": "lava", "damage_per_tick": 4 } ] }, "minecraft:attack": { "damage": 1 }, "minecraft:player.saturation": { "value": 20 }, "minecraft:player.exhaustion": { "value": 0, "max": 4 }, "minecraft:player.level": { "value": 0, "max": 24791 }, "minecraft:player.experience": { "value": 0, "max": 1 }, "minecraft:breathable": { "total_supply": 15, "suffocate_time": -1, "inhale_time": 3.75, "generates_bubbles": false }, "minecraft:nameable": { "always_show": true, "allow_name_tag_renaming": false }, "minecraft:physics": {}, "minecraft:pushable": { "is_pushable": false, "is_pushable_by_piston": true }, "minecraft:insomnia": { "days_until_insomnia": 3 }, "minecraft:rideable": { "seat_count": 2, "family_types": [ "parrot_tame" ], "pull_in_entities": true, "seats": [ { "position": [ 0.4, -0.2, -0.1 ], "min_rider_count": 0, "max_rider_count": 0, "lock_rider_rotation": 0 }, { "position": [ -0.4, -0.2, -0.1 ], "min_rider_count": 1, "max_rider_count": 2, "lock_rider_rotation": 0 } ] }, "minecraft:scaffolding_climber": {}, "minecraft:environment_sensor": { "triggers": [ { "filters": { "all_of": [ { "test": "has_equipment", "subject": "self", "domain": "head", "value": "item:mining_helmet" } ] }, "event": "event:mining_helmet_on" }, { "filters": { "all_of": [ { "test": "has_equipment", "subject": "self", "domain": "head", "operator": "not", "value": "item:mining_helmet" } ] }, "event": "event:mining_helmet_off" }, { "filters": { "all_of": [ { "test": "has_mob_effect", "subject": "self", "value": "bad_omen" }, { "test": "is_in_village", "subject": "self", "value": true } ] }, "event": "minecraft:trigger_raid" } ] } }, "events": { "event:mining_helmet_on": { "add": { "component_groups": [ "group:mining_helmet_on" ] } }, "event:mining_helmet_off": { "remove": { "component_groups": [ "group:mining_helmet_on", "group:on" ] } }, "event:off": { "remove": { "component_groups": [ "group:on" ] } }, "event:on": { "add": { "component_groups": [ "group:on" ] } }, "minecraft:gain_bad_omen": { "add": { "component_groups": [ "minecraft:add_bad_omen" ] } }, "minecraft:clear_add_bad_omen": { "remove": { "component_groups": [ "minecraft:add_bad_omen" ] }, "add": { "component_groups": [ "minecraft:clear_bad_omen_spell_effect" ] } }, "minecraft:trigger_raid": { "add": { "component_groups": [ "minecraft:raid_trigger" ] } }, "minecraft:remove_raid_trigger": { "remove": { "component_groups": [ "minecraft:raid_trigger" ] } } } }}
1
I got a question why did u use hex instead of normal text it is just nonsense please don’t go hard on yourself take it easy.
1
This comment has been removed
1
First of all you need to chill this is internet and people going to steal your creation and make money with it there’s nothing u can do about it.. using different coding instead of text won’t stop anyone from de-coding it and change it to what ever they want.. I personally have two add-ons here none of them get me any money reason is i don’t own credit card. if you’re worried about me stealing your work you need to worry about those who’re silency stealing your work without saying anything.. don’t worry about people like me who ask you how u did it. worry-less i’m just gonna say one last thing before i go nothing is safe on internet u can’t prevent it from being steal-ed. peace
1
Please update More Body Actions! to be compatible with other addons
1
This comment has been removed
1
I have the right to re-edit the code for personal use. your rules don’t apply for my personal use.. re-coding and improving it doesn’t mean stealing it. you need to chill.
1
No, you don't. This is somebody else's work and you should respect it.
Editing the code and changing it in any way is just rude.
So do NOT edit any of the code, thank you very much.
1
This comment has been removed
1
This comment has been removed
1
This comment has been removed
1
This comment has been removed
1
This is big brain idea
1
This comment has been removed
1
okay, if I throw my enderpearl I will take damage? or not. overall nice add-on!
1
This comment has been removed
1
Can't u do this with like almost 1 command block?
/execute @e[type=ender_pearl]
1
This comment has been removed
1
This comment has been removed
1
This comment has been removed
1
i aint no lazy I guess ill be option A also turning off command block output and command sendfeed back takes like 1second idk howt thats a big deal but ok
1
didnt mean to click post not done I meant
execute @e[type=enderpearl ] teldie teldoe teldie /tp @p teldie teldie 1.5 teldie ???
idk aint no campaign
1
This comment has been removed
1
I like it doesn't use function command. I can play survival minecraft without going to creative
1
This comment has been removed
1
This comment has been removed