Skip to content

JSON Framework

Robert WC Seifert edited this page Sep 6, 2017 · 2 revisions

The JSON framework is designed to act as a data loading system for the content creation system. It acts as a parser for JSON data files and creates content from files at runtime. This allows developers to remove large sections of code and skip repeat tasks in development.

JSON Processors

A processor is an object that handles loading of a specific data structure. It does the work of reading the JSON structure and converting it into the actual object.

Voltz Engine processor's

  • Block
  • Item
  • Explosive Handler
  • Multi-Block Layout
  • Ore dictionary
  • Crafting Recipe
  • Furnace Recipe
  • Ore Generator
  • Render
  • Texture
  • Model
  • Missing Mapping Event

Clone this wiki locally