I hereby claim:
- I am spgoding on github.
- I am spgoding (https://keybase.io/spgoding) on keybase.
- I have a public key ASDvFP-tZc-fBsfA7OdZQZ54PzP7Qgg55lYuPFT7BrAgKgo
To claim this, I am signing this object:
| const enum LootContext { | |
| BlockEntity, | |
| BlockState, | |
| DamageSource, | |
| DirectKillerEntity, | |
| ExplosionRadius, | |
| KillerEntity, | |
| LastDamagePlayer, | |
| Origin, | |
| ThisEntity, |
| // Put `input.json` and `mapping.json` in the same directory as this script. | |
| const { promises: fs } = require('fs') | |
| const path = require('path'); | |
| (async () => { | |
| const result1 = {} | |
| const result2 = {} | |
| const input = JSON.parse(await fs.readFile(path.join(__dirname, 'input.json'), { encoding: 'utf-8' })) | |
| const mapping = JSON.parse(await fs.readFile(path.join(__dirname, 'mapping.json'), { encoding: 'utf-8' })) |
I hereby claim:
To claim this, I am signing this object: