Difference between revisions of "Talk:Main Page"
(→Reviews@#bright circle reviews~!@#bright circle reviews: new section) |
|||
(16 intermediate revisions by 11 users not shown) | |||
Line 13: | Line 13: | ||
:[http://en.wikipedia.org/wiki/.vg .vg] is apparently for the Virgin Islands, but also can be used to mean video games, if that helps. --[[User:Pokechu22|Pokechu22]] ([[User talk:Pokechu22|talk]]) 00:06, 26 October 2015 (UTC) | :[http://en.wikipedia.org/wiki/.vg .vg] is apparently for the Virgin Islands, but also can be used to mean video games, if that helps. --[[User:Pokechu22|Pokechu22]] ([[User talk:Pokechu22|talk]]) 00:06, 26 October 2015 (UTC) | ||
− | == | + | == Velocity == |
− | + | I can confirm that velocity is in 1/8000ths | |
− | |||
− | + | /** | |
+ | * Sets the velocity of the specified entity to the specified value | ||
+ | */ | ||
+ | public void handleEntityVelocity(SPacketEntityVelocity packetIn) | ||
+ | { | ||
+ | PacketThreadUtil.checkThreadAndEnqueue(packetIn, this, this.gameController); | ||
+ | Entity entity = this.clientWorldController.getEntityByID(packetIn.getEntityID()); | ||
− | + | if (entity != null) | |
+ | { | ||
+ | entity.setVelocity((double)packetIn.getMotionX() / 8000.0D, (double)packetIn.getMotionY() / 8000.0D, (double)packetIn.getMotionZ() / 8000.0D); | ||
+ | } | ||
+ | } | ||
− | + | From 1.11.2 source | |
+ | == Any Updates here in 2018 == | ||
− | + | Hi - will this wiki get updates for 2018 ? | |
− | + | == can the article path on this wiki be changed == | |
− | + | please can this article path on this wiki be changed from /$1 to /wiki/$1 as on wikipedia? the /wiki/$1 is better then the simple /$1. '''[[User:Psl631|Psl631]] ([[User talk:Psl631|talk]]) 17:36, 13 September 2018 (UTC)''' | |
− | + | : The short URL looks much cleaner. [[User:Nixinova|Nixinova]] ([[User talk:Nixinova|talk]]) 22:15, 18 May 2019 (UTC) | |
− | |||
− | + | == Change terminology == | |
+ | Shouldn't "Minecraft Modern" be changed to "Java Edition", to match the official terminology? When I first came across this wiki I had no idea what this was referring to and thought it was like a mod or something. The main page should also say what this wiki is for, since I still don't really know. [[User:Nixinova|Nixinova]] ([[User talk:Nixinova|talk]]) 22:14, 18 May 2019 (UTC) | ||
− | + | == Create a Chinese translation for wiki.vg == | |
− | + | Hi, I am an editor from the Chinese Minecraft Wiki and I really like the content on wiki.vg. I hope to have a Chinese Wiki.vg here for better recommending this site for Chinese users.--[[User:Kaniol|Kaniol]] ([[User talk:Kaniol|talk]]) 12:20, 21 September 2019 (UTC) | |
+ | : Translations are gladly accepted, just namespace the page. For example if you wanted a Chinese version of the main page the URL would be https://wiki.vg/ZH:Main_Page. --[[User:TkTech|TkTech]] ([[User talk:TkTech|talk]]) 19:21, 24 September 2019 (UTC) | ||
+ | :: Thanks very much for your support. I am going to start the translation. --[[User:Kaniol|Kaniol]] ([[User talk:Kaniol|talk]]) 03:03, 27 September 2019 (UTC) | ||
− | + | == Bedrock Protocol on main page == | |
− | |||
− | |||
− | + | I'm adding https://wiki.vg/Bedrock_Protocol to the main page with a disclaimer - please put it back if you don't want that | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 19:28, 11 May 2022
Contents
Minecraft not in Beta anymore
Can we change all "Minecraft Beta" references to just "Minecraft" on this wiki? --Thvortex 16:57, 13 January 2012 (MST)
How about "Minecraft Modern" and start referring to it as the Modern Protocol (to juxtapose with "Classic Protocol") 01:07, 13 March 2012 (MST)
- The official website uses "Minecraft" and "Minecraft Classic" when referring to the two versions. That's what I as going for. --Thvortex 00:14, 27 March 2012 (MST)
Why wiki.vg?
A domain called wiki for Minecraft? Seems odd. VG? Never heard such a country code. --Bleonard252 (talk) 17:29, 29 July 2015 (UTC)
- .vg is apparently for the Virgin Islands, but also can be used to mean video games, if that helps. --Pokechu22 (talk) 00:06, 26 October 2015 (UTC)
Velocity
I can confirm that velocity is in 1/8000ths
/** * Sets the velocity of the specified entity to the specified value */ public void handleEntityVelocity(SPacketEntityVelocity packetIn) { PacketThreadUtil.checkThreadAndEnqueue(packetIn, this, this.gameController); Entity entity = this.clientWorldController.getEntityByID(packetIn.getEntityID());
if (entity != null) { entity.setVelocity((double)packetIn.getMotionX() / 8000.0D, (double)packetIn.getMotionY() / 8000.0D, (double)packetIn.getMotionZ() / 8000.0D); } }
From 1.11.2 source
Any Updates here in 2018
Hi - will this wiki get updates for 2018 ?
can the article path on this wiki be changed
please can this article path on this wiki be changed from /$1 to /wiki/$1 as on wikipedia? the /wiki/$1 is better then the simple /$1. Psl631 (talk) 17:36, 13 September 2018 (UTC)
Change terminology
Shouldn't "Minecraft Modern" be changed to "Java Edition", to match the official terminology? When I first came across this wiki I had no idea what this was referring to and thought it was like a mod or something. The main page should also say what this wiki is for, since I still don't really know. Nixinova (talk) 22:14, 18 May 2019 (UTC)
Create a Chinese translation for wiki.vg
Hi, I am an editor from the Chinese Minecraft Wiki and I really like the content on wiki.vg. I hope to have a Chinese Wiki.vg here for better recommending this site for Chinese users.--Kaniol (talk) 12:20, 21 September 2019 (UTC)
- Translations are gladly accepted, just namespace the page. For example if you wanted a Chinese version of the main page the URL would be https://wiki.vg/ZH:Main_Page. --TkTech (talk) 19:21, 24 September 2019 (UTC)
Bedrock Protocol on main page
I'm adding https://wiki.vg/Bedrock_Protocol to the main page with a disclaimer - please put it back if you don't want that