From 168ffcf73c9f983c62766b0888f5e3c1cbdd3244 Mon Sep 17 00:00:00 2001
From: Robert Jelic <36573031+NoryiE@users.noreply.github.com>
Date: Mon, 25 Jul 2022 23:50:20 +0200
Subject: [PATCH 1/3] Update main.lua
---
Basalt/main.lua | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Basalt/main.lua b/Basalt/main.lua
index b6cb895..7cdbf9d 100644
--- a/Basalt/main.lua
+++ b/Basalt/main.lua
@@ -6,7 +6,7 @@ local uuid = utils.uuid
local createText = utils.createText
local baseTerm = term.current()
-local version = 4
+local version = 5
local debugger = true
local projectDirectory = fs.getDir(table.pack(...)[2] or "")
@@ -339,4 +339,4 @@ basalt.debugFrame:addButton("back"):setAnchor("topRight"):setSize(1, 1):setText(
basalt.debugList = basalt.debugFrame:addList("debugList"):setSize(basalt.debugFrame.width - 2, basalt.debugFrame.height - 3):setPosition(2, 3):setScrollable(true):show()
basalt.debugLabel = basalt.debugFrame:addLabel("debugLabel"):onClick(function() basalt.oldFrame = mainFrame basalt.debugFrame:show() end):setBackground(colors.black):setForeground(colors.white):setAnchor("bottomLeft"):ignoreOffset():setZIndex(20):show()
-return basalt
\ No newline at end of file
+return basalt
From c22ed92d7d6a102fd4d0260badac2f8ab9f60480 Mon Sep 17 00:00:00 2001
From: Robert Jelic <36573031+NoryiE@users.noreply.github.com>
Date: Tue, 26 Jul 2022 00:00:22 +0200
Subject: [PATCH 2/3] Update Home.md
---
docs/Home.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/Home.md b/docs/Home.md
index 52cb1ea..8576b6b 100644
--- a/docs/Home.md
+++ b/docs/Home.md
@@ -9,7 +9,7 @@ Here you can find information about how to use Basalt as well as examples of fun
Basalt is intended to be an easy-to-understand UI Framework designed for CC:Tweaked (Also know as "ComputerCraft: Tweaked") - a popular minecraft mod. For more information about CC:Tweaked, checkout the project's [wiki](https://tweaked.cc/) or [download](https://www.curseforge.com/minecraft/mc-mods/cc-tweaked).
## Quick Demo
-
+
## Questions & Bugs
@@ -21,4 +21,4 @@ Additionally, if you have questions about Basalt or how to make use of it, feel
Feel free to join our [discord](https://discord.gg/yNNnmBVBpE)!
-
\ No newline at end of file
+
From 69cd3686ea470b733f1f24c88352da7c8e149cad Mon Sep 17 00:00:00 2001
From: Robert Jelic <36573031+NoryiE@users.noreply.github.com>
Date: Tue, 26 Jul 2022 00:02:10 +0200
Subject: [PATCH 3/3] Update README.md
---
README.md | 3 ---
1 file changed, 3 deletions(-)
diff --git a/README.md b/README.md
index 51b0ba9..ba01819 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,5 @@
# 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!
## Information