This is an automated email from the ASF dual-hosted git repository.
ifropc pushed a change to branch NLPCRAFT-91
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.
from c3b1445 NLPCRAFT-91: Organize model files
new 77e8be9 NLPCRAFT-91: Fix minecraft model
new 6de7183 NLPCRAFT-91: Add mod for Minecraft as example
The 2 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:
nlpcraft-examples/minecraft-mod/.gitignore | 3 +
nlpcraft-examples/minecraft-mod/LICENSE.txt | 520 +++++++++++++++++++++
nlpcraft-examples/minecraft-mod/build.gradle | 70 +++
.../gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 54708 bytes
.../gradle/wrapper/gradle-wrapper.properties | 5 +
nlpcraft-examples/minecraft-mod/gradlew | 172 +++++++
nlpcraft-examples/minecraft-mod/gradlew.bat | 84 ++++
.../org/apache/nplcraft/example/ExampleMod.java | 154 ++++++
.../src/main/resources/META-INF/mods.toml | 16 +-
.../src/main/resources/minecraft.yaml | 4 +-
10 files changed, 1021 insertions(+), 7 deletions(-)
create mode 100644 nlpcraft-examples/minecraft-mod/.gitignore
create mode 100644 nlpcraft-examples/minecraft-mod/LICENSE.txt
create mode 100644 nlpcraft-examples/minecraft-mod/build.gradle
create mode 100644
nlpcraft-examples/minecraft-mod/gradle/wrapper/gradle-wrapper.jar
create mode 100644
nlpcraft-examples/minecraft-mod/gradle/wrapper/gradle-wrapper.properties
create mode 100755 nlpcraft-examples/minecraft-mod/gradlew
create mode 100644 nlpcraft-examples/minecraft-mod/gradlew.bat
create mode 100644
nlpcraft-examples/minecraft-mod/src/main/java/org/apache/nplcraft/example/ExampleMod.java
copy sql/postgres/database.sh =>
nlpcraft-examples/minecraft-mod/src/main/resources/META-INF/mods.toml (77%)
mode change 100755 => 100644