diff --git a/src/main/resources/assets/opencomputers/loot/OPPM/autorun.lua b/src/main/resources/assets/opencomputers/loot/OPPM/autorun.lua new file mode 100644 index 000000000..a009b9a91 --- /dev/null +++ b/src/main/resources/assets/opencomputers/loot/OPPM/autorun.lua @@ -0,0 +1,4 @@ +local fs = require("filesystem") +local shell = require("shell") +fs.mount(...,"/op-manager") +shell.setPath(shell.getPath() .. ":/op-manager")