package manager
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
'opus-develop-1.8',
|
||||
},
|
||||
title = 'Schematic Builder',
|
||||
repository = 'kepler155c/opus-apps/develop1.8/builder',
|
||||
repository = 'kepler155c/opus-apps/develop-1.8/builder',
|
||||
description = [[ ... ]],
|
||||
licence = 'MIT',
|
||||
}
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user