You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by if...@apache.org on 2021/03/31 01:42:34 UTC

[incubator-nlpcraft] branch NLPCRAFT-91 updated (eb5f2f1 -> 6d9617e)

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 eb5f2f1  NLPCRAFT-91: Add TODO for mod and small refactoring
     add 3c6fb5d  NLPCRAFT-91: Fix block usage
     add 6d9617e  NLPCRAFT-91: Add dump blocks/items utility

No new revisions were added by this update.

Summary of changes:
 nlpcraft-examples/minecraft-mod/build.gradle       | 20 +++++-
 .../org/apache/nplcraft/example/ExampleMod.java    | 34 -----------
 .../org/apache/nplcraft/example/GameFilesDump.java | 71 ++++++++++++++++++++++
 .../minecraft-model/src/main/resources/block.json  |  1 +
 .../minecraft-model/src/main/resources/item.json   |  1 +
 .../src/main/resources/minecraft.yaml              |  2 +-
 6 files changed, 93 insertions(+), 36 deletions(-)
 create mode 100644 nlpcraft-examples/minecraft-mod/src/main/java/org/apache/nplcraft/example/GameFilesDump.java