From 3a61490cdb06327d6e92baa3c8200549fd023b28 Mon Sep 17 00:00:00 2001 From: Samuel Pizette Date: Thu, 19 May 2022 16:57:14 -0400 Subject: [PATCH 1/5] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9b43e2..928e046 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ # Basalt - A UI Framework for Computercraft +## Important Notice +#### Basalt has moved! We are now located at [Pyroxenium](https://github.com/Pyroxenium), please make sure to update your previous github links, as they are now out of date. We apologize for any inconvenience. + Basalt is still under developement and you may find bugs! -Check out my [wiki](https://github.com/NoryiE/NyoUI/wiki/) for information
+## Information + +Check out the [wiki](https://github.com/NoryiE/NyoUI/wiki/) for information
If you have questions, feel free to message me: NyoriE#8206 on discord Todo:
From 1baaaf26c8c9bdfbaf30d6adc578f4716f3bf1de Mon Sep 17 00:00:00 2001 From: Samuel Pizette Date: Thu, 19 May 2022 16:57:41 -0400 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 928e046..2298173 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Basalt - A UI Framework for Computercraft ## Important Notice -#### Basalt has moved! We are now located at [Pyroxenium](https://github.com/Pyroxenium), please make sure to update your previous github links, as they are now out of date. We apologize for any inconvenience. +#### Basalt has moved! We are now located at [Pyroxenium](https://github.com/Pyroxenium), please make sure to update your previous GitHub links, as they are now out of date. We apologize for any inconvenience. Basalt is still under developement and you may find bugs! From f4f5ba88cb8a6722989bf8f250124a6d4c96f8ca Mon Sep 17 00:00:00 2001 From: Samuel Pizette Date: Fri, 20 May 2022 00:31:36 -0400 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2298173..c3908d3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Basalt - A UI Framework for Computercraft +# Basalt - A UI Framework for CC:Tweaked ## Important Notice #### Basalt has moved! We are now located at [Pyroxenium](https://github.com/Pyroxenium), please make sure to update your previous GitHub links, as they are now out of date. We apologize for any inconvenience. From be229460b80c51f48c959607922423e07b7881f8 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Fri, 20 May 2022 17:18:24 +0200 Subject: [PATCH 4/5] Update basaltPreview.lua --- examples/basaltPreview.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/basaltPreview.lua b/examples/basaltPreview.lua index 31b78c0..b2335ff 100644 --- a/examples/basaltPreview.lua +++ b/examples/basaltPreview.lua @@ -1,7 +1,7 @@ --Basalt configurated installer local filePath = "basalt.lua" --here you can change the file path default: basalt.lua if not(fs.exists(filePath))then -shell.run("wget https://raw.githubusercontent.com/NoryiE/Basalt/master/basalt-minified.lua "..filePath) +shell.run("wget https://raw.githubusercontent.com/NoryiE/Basalt/master/basalt.lua "..filePath) end local basalt = dofile("basalt.lua") -- here you can change the variablename in any variablename you want default: basalt @@ -68,4 +68,4 @@ end):show()) -- Editor Frame: editorFrame:addTextfield("exampleTextfield"):setPosition(2,2):setBackground(colors.black):setSize(w-2,h-3):setForeground(colors.white):show() -basalt.autoUpdate() \ No newline at end of file +basalt.autoUpdate() From 473e881c707733f9ab10994dcc2953b893f3d8a7 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Fri, 20 May 2022 17:19:15 +0200 Subject: [PATCH 5/5] Update basaltPreview.lua --- examples/basaltPreview.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/basaltPreview.lua b/examples/basaltPreview.lua index b2335ff..0fb5995 100644 --- a/examples/basaltPreview.lua +++ b/examples/basaltPreview.lua @@ -1,7 +1,7 @@ --Basalt configurated installer local filePath = "basalt.lua" --here you can change the file path default: basalt.lua if not(fs.exists(filePath))then -shell.run("wget https://raw.githubusercontent.com/NoryiE/Basalt/master/basalt.lua "..filePath) +shell.run("pastebin run ESs1mg7P") end local basalt = dofile("basalt.lua") -- here you can change the variablename in any variablename you want default: basalt