Evospace  0.19.0
Modding API
 
Loading...
Searching...
No Matches
JSON data

Root folder may contain directories with JSON files.

Load order: 1) Resources 1) Mixed 1) Recipes 1) Researches 1) Quests 1) Chapters 1) Generators 1) Biomes 1) BiomeFamilies 1) GlobalBiomFamily

Resources

Mixed

StaticItem


{
     "class": "Item",
     "name": "CopperPlate",
     "category": "Parts",
     "image": "T_CopperPlate",
     "label_parts": [
         [
             "CopperPlate",
             "parts"
         ]
     ],
     "logic_json": {
         "Block": "CopperPlate"
     },
     "Materials": [
         "Materials/Copper"
     ],
     "Model": "Models/Plate",
     "max_count": 64,
     "tag": "Misc"
}

ItemLogic

StaticBlock

BlockLogic

Recipes

Researches

Quests

Chapters

Generators

Biomes

BiomeFamilies

GlobalBiomFamily


{
"name": "my_mod",
"version": "0.19",
"title": "My Mod",
"author": "mr. mod maker",
"evospace_version": "0.19",
"dependencies": ["vanilla >= 0.19"],
"description": "Example mod"
}