24 lines
533 B
Plaintext
24 lines
533 B
Plaintext
{
|
|
[ "im_inventory_manager" ] = {
|
|
title = "Inv Manager",
|
|
category = "Inventory",
|
|
run = "inventoryManager.lua",
|
|
},
|
|
[ "im_inventory_client" ] = {
|
|
title = "Inv Display",
|
|
category = "Inventory",
|
|
run = "inventoryClient.lua",
|
|
},
|
|
[ "im_crafting_turtle" ] = {
|
|
title = "Crafting Turtle",
|
|
category = "Inventory",
|
|
run = "craftingTurtle.lua",
|
|
requires = "turtle",
|
|
},
|
|
[ "im_web_bridge" ] = {
|
|
title = "Inv Web Bridge",
|
|
category = "Inventory",
|
|
run = "inventoryWebBridge.lua",
|
|
},
|
|
}
|