How to Write a Bedrock Client: Difference between revisions

From wiki.vg
Jump to navigation Jump to search
imported>Orladog
Create page
 
imported>Orladog
m Update info
 
Line 5: Line 5:
* Make sure you don't want to join or fork an [[Bedrock_Edition_Program_List|existing project]] instead.
* Make sure you don't want to join or fork an [[Bedrock_Edition_Program_List|existing project]] instead.
* Ponder how much work it will be.
* Ponder how much work it will be.
* Download the latest official minecraft server and run it with authentication turned off. Bind it to localhost if you want.
* Download the [https://www.minecraft.net/en-us/download/server/bedrock/ latest official Bedrock server] and run it with authentication turned off (online-mode=false in server.properties).

Latest revision as of 11:18, 8 June 2020

This tutorial is being created to document what it takes to write a stand-alone client to interact with a vanilla Bedrock server. The tutorial is incomplete but will be updated whenever more information is discovered.

Before You Get Started

  • Make sure you don't want to join or fork an existing project instead.
  • Ponder how much work it will be.
  • Download the latest official Bedrock server and run it with authentication turned off (online-mode=false in server.properties).