You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/05/03 22:12:53 UTC

[incubator-nlpcraft] branch NLPCRAFT-315 updated: WIP.

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 e14cda9  WIP.
e14cda9 is described below

commit e14cda9fc2fc8c0f98db56aa57aba5875558873f
Author: unknown <ar...@datalingvo.com>
AuthorDate: Mon May 3 15:12:42 2021 -0700

    WIP.
---
 nlpcraft-examples/minecraft/README.md                 |  16 +++++++++++-----
 .../assets/forge-1.16.5-36.1.0-installer.jar          | Bin 0 -> 7225119 bytes
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/nlpcraft-examples/minecraft/README.md b/nlpcraft-examples/minecraft/README.md
index d7f5876..e360071 100644
--- a/nlpcraft-examples/minecraft/README.md
+++ b/nlpcraft-examples/minecraft/README.md
@@ -27,18 +27,24 @@
 This module is part of Minecraft example. This part provides model for Minecraft server commands. 
 Second part (**../minecraft-mod**) provides mod for Minecraft server sending requests to the NLPCraft server.
 
-### Startup
-Start server normally. For running probe it's required to use dedicated configuration located in [resources folder](src/main/resources/nlpcraft.conf)
-
 ### Installation
-1. Download [Minecraft client](https://www.minecraft.net/en-us/download)
-1. Download [Forge server installer](https://files.minecraftforge.net/) and follow instructions
+1. Download [Minecraft client](https://www.minecraft.net/en-us/download) and install it on your local machine. This is the actual
+   game. Note that Minecraft is NOT a free game, and you will need to purchase it and have an account to play it.
+1. Install Forge Server. You can either [download](https://files.minecraftforge.net/) it or grab   
+   
+
+1. Download [Forge server installer](https://files.minecraftforge.net/). Note that download location is full of harmful
+   online ads and banners. 
 1. Build mod (`cd ../minecraft-mod && ./gradlew clean build`)
 1. Copy mod to mods folder of your forge server folder (`cp build/libs/nlpcraft-mod-*.jar <forge-server-location>/mods`)
 1. (Optional) If non-default settings are used, put them in `main/resources/nlpcraft-settings.json` and copy file to `<forge-server-location>/config`
 1. Start server (`java -jar forge.jar`). For detailed instructions refer to [wiki](https://minecraft.gamepedia.com/Tutorials/Setting_up_a_server)
 1. Connect to the server from client and play!
 
+
+### Startup
+Start server normally. For running probe it's required to use dedicated configuration located in [resources folder](src/main/resources/nlpcraft.conf)
+
 ### Usage
 After starting Minecraft server with mod, you can use natural language to invoke certain commands. It's not required to
 use modded client, so vanilla client could be used. Commands could be either invoked on server side (e.g. `make it sunny`) or
diff --git a/nlpcraft-examples/minecraft/assets/forge-1.16.5-36.1.0-installer.jar b/nlpcraft-examples/minecraft/assets/forge-1.16.5-36.1.0-installer.jar
new file mode 100644
index 0000000..38c406f
Binary files /dev/null and b/nlpcraft-examples/minecraft/assets/forge-1.16.5-36.1.0-installer.jar differ