summaryrefslogtreecommitdiff
path: root/data/minecraft/structure/generate_empty_structures.js
blob: ff5d505e1da51f2ac821b789ce1fa65d5227bd91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
let mcmetaPath = '~/mcmeta'; // ~/Downloads/Minecraft/mcmeta # if not exists => git clone https://github.com/misode/mcmeta

// TODO
// go to directory, switch to "summary" branch
// get "registries/data.json"
// => get "worldgen/template_pool"
// switch to "data" branch
// foreach entry get "data/minecraft/worldgen/template_pool/$entry.json"
// => foreach "elements[].element.location"
// create empty nbt file in "data/minecraft/structures"

const result = fetch('template_pool');