Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 432 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 432 Bytes

json-templating-engine

JSON Templating Engine helps generate large quantities of JSON mainly for Minecraft Bedrock Edition addons.

More information on usage is at docs.mcdevkit.com

Prerequisites

  • JDK 11 or later
  • Maven

Building

git clone https://github.com/MCDevKit/json-templating-engine.git
cd json-templating-engine
mvn clean antlr4:antlr4 package