summaryrefslogtreecommitdiff
path: root/data/minecraft/structures/generate_empty_structures.js
blob: 94cc5424e37ccc2a5ecde8bcfb1cefa8e3961e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
let mcmetaPath = '~/mcmeta'; // ~/Downloads/Minecraft/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');