(Java Minecraft 1.13) What is the max and min elytra glide speed with rockets? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar ManaraHow to tell how fast I'm going in sidebar in vanilla minecraftHow to “fly” with elytra in Minecraft?How to tell how fast I'm going in sidebar in vanilla minecraftUpdate existing Minecraft java world to 1.13: What to expect?Minecraft 1.13 Java Edition: Teleport an item to a playerTalking to moving NPCs in Minecraft 1.13 (Java edition)(Java Minecraft 1.13) How to test for if a beacon is activated?(Java Minecraft 1.13) Can I remove the shadow on an item's name?(Java Minecraft 1.13) How to summon a splash water bottle with no gravity?(Java Minecraft 1.13) Summoned projectiles in front of player freeze and then teleport to where they are aimedminecraft java edition 1.13 player join detector?
How much of a wave function must reside inside event horizon for it to be consumed by the black hole?
First instead of 1 when referencing
How do I check if a string is entirely made of the same substring?
Can a level 2 Warlock take one level in rogue, then continue advancing as a warlock?
Are there moral objections to a life motivated purely by money? How to sway a person from this lifestyle?
How to find if a column is referenced in a computed column?
Drawing a german abacus as in the books of Adam Ries
Is Diceware more secure than a long passphrase?
How can I wire a 9-position switch so that each position turns on one more LED than the one before?
How can I practically buy stocks?
Has a Nobel Peace laureate ever been accused of war crimes?
Why doesn't the standard consider a template constructor as a copy constructor?
Retract an already submitted recommendation letter (written for an undergrad student)
"Rubric" as meaning "signature" or "personal mark" -- is this accepted usage?
Is it acceptable to use working hours to read general interest books?
How do I reattach a shelf to the wall when it ripped out of the wall?
Crossed out red box fitting tightly around image
Suing a Police Officer Instead of the Police Department
What is this word supposed to be?
How to not starve gigantic beasts
Intern got a job offer for same salary than a long term team member
As an international instructor, should I openly talk about my accent?
Is Electric Central Heating worth it if using Solar Panels?
What is /etc/mtab in Linux?
(Java Minecraft 1.13) What is the max and min elytra glide speed with rockets?
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraHow to tell how fast I'm going in sidebar in vanilla minecraftHow to “fly” with elytra in Minecraft?How to tell how fast I'm going in sidebar in vanilla minecraftUpdate existing Minecraft java world to 1.13: What to expect?Minecraft 1.13 Java Edition: Teleport an item to a playerTalking to moving NPCs in Minecraft 1.13 (Java edition)(Java Minecraft 1.13) How to test for if a beacon is activated?(Java Minecraft 1.13) Can I remove the shadow on an item's name?(Java Minecraft 1.13) How to summon a splash water bottle with no gravity?(Java Minecraft 1.13) Summoned projectiles in front of player freeze and then teleport to where they are aimedminecraft java edition 1.13 player join detector?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm planning on creating an item which when held in the off hand while flying gives the player a constant velocity, like a rocket but passive. To know what I need to multiply the players Motion[], by, I need to know approximately what the max flying speed with the rocket is. I checked the wiki but couldn't find any actual numbers, just that it goes faster than without. I also could use the minimum speed required to stay airborne while flying straight/level with the horizon. I've tried using a repeat command block chain for chatting my position while flying but the numbers don't really make any sense, as they dip and spike a lot, so I'm just wondering if there's a way to get these values non experimentally.
minecraft minecraft-commands
add a comment |
I'm planning on creating an item which when held in the off hand while flying gives the player a constant velocity, like a rocket but passive. To know what I need to multiply the players Motion[], by, I need to know approximately what the max flying speed with the rocket is. I checked the wiki but couldn't find any actual numbers, just that it goes faster than without. I also could use the minimum speed required to stay airborne while flying straight/level with the horizon. I've tried using a repeat command block chain for chatting my position while flying but the numbers don't really make any sense, as they dip and spike a lot, so I'm just wondering if there's a way to get these values non experimentally.
minecraft minecraft-commands
Related question but I don't know if it's exactly duplicate.
– Virusbomb
29 mins ago
Yeah I saw that one and setup something similar but chatting it and it was very buggy. Maybe tellraw was messing things up? I'll try the scoreboard later to look in real time but I was hoping for a function or value not just from experimenting.
– Nik3141
5 mins ago
add a comment |
I'm planning on creating an item which when held in the off hand while flying gives the player a constant velocity, like a rocket but passive. To know what I need to multiply the players Motion[], by, I need to know approximately what the max flying speed with the rocket is. I checked the wiki but couldn't find any actual numbers, just that it goes faster than without. I also could use the minimum speed required to stay airborne while flying straight/level with the horizon. I've tried using a repeat command block chain for chatting my position while flying but the numbers don't really make any sense, as they dip and spike a lot, so I'm just wondering if there's a way to get these values non experimentally.
minecraft minecraft-commands
I'm planning on creating an item which when held in the off hand while flying gives the player a constant velocity, like a rocket but passive. To know what I need to multiply the players Motion[], by, I need to know approximately what the max flying speed with the rocket is. I checked the wiki but couldn't find any actual numbers, just that it goes faster than without. I also could use the minimum speed required to stay airborne while flying straight/level with the horizon. I've tried using a repeat command block chain for chatting my position while flying but the numbers don't really make any sense, as they dip and spike a lot, so I'm just wondering if there's a way to get these values non experimentally.
minecraft minecraft-commands
minecraft minecraft-commands
asked 37 mins ago
Nik3141Nik3141
15610
15610
Related question but I don't know if it's exactly duplicate.
– Virusbomb
29 mins ago
Yeah I saw that one and setup something similar but chatting it and it was very buggy. Maybe tellraw was messing things up? I'll try the scoreboard later to look in real time but I was hoping for a function or value not just from experimenting.
– Nik3141
5 mins ago
add a comment |
Related question but I don't know if it's exactly duplicate.
– Virusbomb
29 mins ago
Yeah I saw that one and setup something similar but chatting it and it was very buggy. Maybe tellraw was messing things up? I'll try the scoreboard later to look in real time but I was hoping for a function or value not just from experimenting.
– Nik3141
5 mins ago
Related question but I don't know if it's exactly duplicate.
– Virusbomb
29 mins ago
Related question but I don't know if it's exactly duplicate.
– Virusbomb
29 mins ago
Yeah I saw that one and setup something similar but chatting it and it was very buggy. Maybe tellraw was messing things up? I'll try the scoreboard later to look in real time but I was hoping for a function or value not just from experimenting.
– Nik3141
5 mins ago
Yeah I saw that one and setup something similar but chatting it and it was very buggy. Maybe tellraw was messing things up? I'll try the scoreboard later to look in real time but I was hoping for a function or value not just from experimenting.
– Nik3141
5 mins ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "41"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f350482%2fjava-minecraft-1-13-what-is-the-max-and-min-elytra-glide-speed-with-rockets%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Arqade!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f350482%2fjava-minecraft-1-13-what-is-the-max-and-min-elytra-glide-speed-with-rockets%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Related question but I don't know if it's exactly duplicate.
– Virusbomb
29 mins ago
Yeah I saw that one and setup something similar but chatting it and it was very buggy. Maybe tellraw was messing things up? I'll try the scoreboard later to look in real time but I was hoping for a function or value not just from experimenting.
– Nik3141
5 mins ago