This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a change to branch NLPCRAFT-305
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.
from b6031d4 WIP.
add 3ff8e0f WIP.
add 7646610 Merge branch 'master' of
https://github.com/apache/incubator-nlpcraft
add 5a8cc47 WIP.
add 3893dfb WIP.
add 4e7131a Configuration processing fixed.
new cae976a Merge branch 'master' into NLPCRAFT-305
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:
README.md | 8 +-
nlpcraft-examples/minecraft-mod/build.gradle | 4 +-
...CExampleMod.java => NCMinecraftExampleMod.java} | 91 ++++++++++++++--------
...ameFilesDump.java => NCMinecraftFilesDump.java} | 11 ++-
.../minecraft/src/main/resources/minecraft.yaml | 18 ++---
.../example/minecraft/NCMinecraftModelSpec.kt | 4 +-
.../nlpcraft/common/config/NCConfigurable.scala | 59 +++++++-------
.../org/apache/nlpcraft/common/util/NCUtils.scala | 26 +++++++
.../org/apache/nlpcraft/probe/NCProbeBoot.scala | 13 ++--
.../org/apache/nlpcraft/server/NCServer.scala | 10 +--
10 files changed, 149 insertions(+), 95 deletions(-)
rename
nlpcraft-examples/minecraft-mod/src/main/java/org/apache/nplcraft/example/minecraft/{NCExampleMod.java
=> NCMinecraftExampleMod.java} (82%)
rename
nlpcraft-examples/minecraft-mod/src/main/java/org/apache/nplcraft/example/minecraft/utils/{GameFilesDump.java
=> NCMinecraftFilesDump.java} (92%)