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/04/26 11:31:10 UTC

[incubator-nlpcraft] branch NLPCRAFT-91 updated (2e7ab1b -> d314268)

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

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


    from 2e7ab1b  Examples moved to separated modules.
     add d314268  Examples moved to separated modules. Minor minecraft example  fixes.

No new revisions were added by this update.

Summary of changes:
 nlpcraft-examples/minecraft-mod/build.gradle       |   2 +-
 .../nplcraft/example/minecraft/ExampleMod.java     | 192 ----------------
 .../nplcraft/example/minecraft/NCExampleMod.java   | 243 +++++++++++++++++++++
 .../minecraft/{ => utils}/GameFilesDump.java       |  50 +++--
 .../src/main/resources/nlpcraft-settings.json      |   0
 .../example/minecraft/FIllMatchProcessor.kt        |  20 +-
 .../nlpcraft/example/minecraft/ValueLoaders.kt     |  48 ++--
 .../apache/nlpcraft/server/rest/NCRestSpec.scala   |   2 -
 8 files changed, 307 insertions(+), 250 deletions(-)
 delete mode 100644 nlpcraft-examples/minecraft-mod/src/main/java/org/apache/nplcraft/example/minecraft/ExampleMod.java
 create mode 100644 nlpcraft-examples/minecraft-mod/src/main/java/org/apache/nplcraft/example/minecraft/NCExampleMod.java
 rename nlpcraft-examples/minecraft-mod/src/main/java/org/apache/nplcraft/example/minecraft/{ => utils}/GameFilesDump.java (73%)
 rename nlpcraft-examples/{minecraft => minecraft-mod}/src/main/resources/nlpcraft-settings.json (100%)