Skip to content

Instantly share code, notes, and snippets.

View 0x230c40a9b133aa's full-sized avatar

0x230c40a9b133aa

View GitHub Profile

https://www.reddit.com/r/HermitCraft/comments/6mn4cx/hermitcraft_advancements_spreadsheet/

Hermit name Advancement title Requirement(s)
BDoubleO Sneaky Real Estate killed a villager in a village
BDoubleO Taxman picked up a stack of/64 emeralds
BDoubleO The Old School Way fish in a boat
Biffa Advanced Brewing drink a healing potion named "English Breakfast Tea"
Biffa Biffa's Bowl throw a bowl in to a (deep) ocean named "Biffa's Bowl"
Biffa The Agency make a potion called "tea" or "Tea"
@0x230c40a9b133aa
0x230c40a9b133aa / export.js
Created July 12, 2017 12:24
A handy script that extracts hermit name and the advancement title in HermitCraft Advancement pack
/*
(c) 0x230c40a9b133aa 2017, Licensed under MIT.
Usage: put file in advancements/hermitcraft/-directory, run with `node export.js`
Note: The output separates the hermit name and the advancement title with a tab ('\t'), so you can just copy and paste them in to a spreadsheet program (i.e. MS Excel) and the program will automatically put the hermit names and the advancement titles in their own columns!
*/
const fs = require('fs');
const path = require('path');