begin moving turtle specific code from opus into turtle package

This commit is contained in:
kepler155c@gmail.com
2019-02-18 02:57:01 -05:00
parent 20bb3d831f
commit 3564dff4fd
21 changed files with 331 additions and 134 deletions

8
turtle/etc/apps.db Normal file
View File

@@ -0,0 +1,8 @@
{
[ "47b3d6dc1170faf4ae496fff3db374817bf32e2f" ] = {
title = "Refuel",
category = "Apps",
run = "lavaRefuel.lua",
requires = 'turtle',
},
}