You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2021/05/04 18:26:21 UTC

[incubator-nlpcraft] branch master updated: Minecraft configuration file fixes.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a48f55f  Minecraft configuration file fixes.
a48f55f is described below

commit a48f55ffb2e00982521c20043641f7a288cfa2c9
Author: Sergey Kamov <sk...@gmail.com>
AuthorDate: Tue May 4 21:26:12 2021 +0300

    Minecraft configuration file fixes.
---
 nlpcraft-examples/minecraft/src/main/resources/block.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nlpcraft-examples/minecraft/src/main/resources/block.json b/nlpcraft-examples/minecraft/src/main/resources/block.json
index e86e232..ebefc91 100644
--- a/nlpcraft-examples/minecraft/src/main/resources/block.json
+++ b/nlpcraft-examples/minecraft/src/main/resources/block.json
@@ -20,6 +20,7 @@
  */
 
 {
+  "version": "1.16.4",
   "data": {
     "sea lantern": "minecraft:sea_lantern",
     "oak fence gate": "minecraft:oak_fence_gate",