diff --git a/README.md b/README.md index c9b43e2..c3908d3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ -# 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. 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:
diff --git a/examples/basaltPreview.lua b/examples/basaltPreview.lua index 31b78c0..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-minified.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 @@ -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()