This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch NLPCRAFT-315
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/NLPCRAFT-315 by this push:
     new fa42ca0  Update README.md
fa42ca0 is described below

commit fa42ca0ae5379ce0cd21b479f0fb39f33df02b57
Author: unknown <[email protected]>
AuthorDate: Tue May 4 08:57:41 2021 -0700

    Update README.md
---
 nlpcraft-examples/minecraft/README.md | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/nlpcraft-examples/minecraft/README.md 
b/nlpcraft-examples/minecraft/README.md
index 1eac288..c388985 100644
--- a/nlpcraft-examples/minecraft/README.md
+++ b/nlpcraft-examples/minecraft/README.md
@@ -32,8 +32,8 @@ Second part (**../minecraft-mod**) provides mod for Minecraft 
server sending req
    game. Note that Minecraft is NOT a free game, and you will need to purchase 
it and have an account to play it.
 1. Download Forge Server. Minecraft is a client-server game. This is the 
server to which the Minecraft client will connect to and where the NLPCraft's 
Minecraft mod will be
    installed. 
[Download](https://github.com/apache/incubator-nlpcraft/raw/master/nlpcraft-examples/minecraft/assets/forge-1.16.5-36.1.0-installer.jar)
 
-   the version 1.16.5-36.1.0 or grab the latest from 
[here](https://files.minecraftforge.net/) (this download location, however,
-   is full or harmful online ads and banners). 
+   the version 1.16.5-36.1.0 or grab the latest from 
[here](https://files.minecraftforge.net/) (warning: _this download location, 
however,
+   is full or harmful online ads and banners_). 
 1. Install downloaded Forge Server by going to your download location and 
running `java -jar forge-1.16.5-36.1.0-installer.jar`. Make sure
    to select 'Install Server' when presented with options. Note the location 
of the installed Forge Server (default or selected by you) in the last line of 
the 
    installer log output. For example, on Windows it installs by default to 
`C:\Users\User\AppData\Roaming\.minecraft`.
@@ -42,18 +42,18 @@ Second part (**../minecraft-mod**) provides mod for 
Minecraft server sending req
    create folder `%FORGE_SRV%\mods` and run this 
    from the command line `cp 
.\nlpcraft-examples\minecraft-mod\assets\nlpcraft-example-minecraft-mod-1.0.jar 
%FORGE_SRV%\mods`
 
-### Startup
-1. Start NLPCraft server in 
[standard](http://nlpcraft.apache.org/server-and-probe.html#server) way.
-1. Start NLPCraft probe with Minecraft model in 
[standard](http://nlpcraft.apache.org/server-and-probe.html#probe) way.
-1. Start Forge Server from the `%FORGE_SRV%` location: `java -jar 
.\forge-1.16.5-36.1.0.jar`. Make sure to accept 
-   EULA by opening `%FORGE_SRV%\eula.txt` and changing `eula=false` to 
`eula-=true`. 
+### Start
+1. Start NLPCraft server in a 
[standard](http://nlpcraft.apache.org/server-and-probe.html#server) way.
+1. Start NLPCraft probe with Minecraft model in a 
[standard](http://nlpcraft.apache.org/server-and-probe.html#probe) way (from 
`minecraft` example).
+1. Accept Forge Server EULA by opening `%FORGE_SRV%\eula.txt` file and 
changing `eula=false` to `eula-=true`.
+1. Start Forge Server from the `%FORGE_SRV%` location: `java -jar 
.\forge-1.16.5-36.1.0.jar`. 
 1. Start Minecraft Client and login with your Minecraft account.
-1. Choose 'Multiplayer' -> 'Add Server' and add '127.0.0.1' local server. 
Double-click on added server to connect to it.
-1. Play!
+1. Choose 'Multiplayer' -> 'Add Server' and add '127.0.0.1' local server. 
Double-click on the newly added server to connect to it.
+1. Play Minecraft! 🤘
 
 ### Usage
-Natural language commands could be entered either on Forge Server (e.g. `make 
it sunny`) or on the Minecraft client side, 
-prefixed with slash (`/make it sunny`). See file `MinecraftModel.kt` file for 
examples of possible commands.
+Natural language commands could be entered either on Forge Server (e.g. `make 
it sunny`) or in the game itself, i.e. on the Minecraft client side, 
+prefixed with slash (`/make it sunny`). See file `MinecraftModel.kt` file for 
some examples of possible commands.
 
 ### Copyright
 Copyright (C) 2020 Apache Software Foundation

Reply via email to