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

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


    from 9f0a1c1  WIP.
     add 57a0f49  Minecraft example minor improvements.
     add e23d320  Minecraft example fixes.
     new fa6853b  Merge branch 'master' into NLPCRAFT-315

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/prepare.sh                                     |   5 +-
 .../assets/nlpcraft-example-minecraft-mod-1.0.jar  | Bin 15986 -> 17857 bytes
 .../example/minecraft/NCMinecraftExampleMod.java   |  10 +-
 .../minecraft/utils/NCMinecraftFilesDump.java      | 169 +++++++++++++++++++++
 .../minecraft/utils/NCMinecraftFilesDump.java      |  88 -----------
 nlpcraft-examples/minecraft/pom.xml                |   7 +-
 ...Processor.kt => MinecraftFillMatchProcessor.kt} |   3 +-
 .../nlpcraft/example/minecraft/MinecraftModel.kt   |   6 +-
 .../minecraft/src/main/resources/block.json        |  14 +-
 .../minecraft/src/main/resources/item.json         |  14 +-
 10 files changed, 201 insertions(+), 115 deletions(-)
 rename nlpcraft-examples/minecraft-mod/src/main/java/org/apache/{nplcraft => 
nlpcraft}/example/minecraft/NCMinecraftExampleMod.java (96%)
 create mode 100644 
nlpcraft-examples/minecraft-mod/src/main/java/org/apache/nlpcraft/example/minecraft/utils/NCMinecraftFilesDump.java
 delete mode 100644 
nlpcraft-examples/minecraft-mod/src/main/java/org/apache/nplcraft/example/minecraft/utils/NCMinecraftFilesDump.java
 rename 
nlpcraft-examples/minecraft/src/main/kotlin/org/apache/nlpcraft/example/minecraft/{MinecraftFIllMatchProcessor.kt
 => MinecraftFillMatchProcessor.kt} (98%)

Reply via email to