package manager

This commit is contained in:
kepler155c
2018-11-04 13:01:10 -05:00
parent 4d65ebe24c
commit ed6f95ef94
13 changed files with 12 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ local JSON = require('json')
local blockDB = TableDB()
function blockDB:load()
local blocks = JSON.decodeFromFile('usr/etc/names/minecraft.json')
local blocks = JSON.decodeFromFile('packages/core/etc/names/minecraft.json')
if not blocks then
error('Unable to read blocks.json')