remove debug, add tutorial, add receipt system, improve item calculations, and improve caching

This commit is contained in:
2026-04-06 15:16:46 -07:00
parent df2360ca46
commit d1b3c58249
2 changed files with 82 additions and 26 deletions

View File

@@ -1,10 +1,6 @@
local sdb = require("stratumBackend.stratumDBlib")
local meshnetBackend = require("stratumBackend.meshnetBackend")
print("loaded meshent backend")
meshnetBackend.setTarget(10)
print("set target")
sdb.setBackend(meshnetBackend)
print("set backend")
local trans = sdb.loadTransforms("stratumBackend/transforms","stratumBackend.stratumDBlib")
print("finished preparing transforms")
return trans