Merge branch 'master' of https://github.com/Pyroxenium/Basalt
This commit is contained in:
@@ -6,7 +6,7 @@ local uuid = utils.uuid
|
|||||||
local createText = utils.createText
|
local createText = utils.createText
|
||||||
|
|
||||||
local baseTerm = term.current()
|
local baseTerm = term.current()
|
||||||
local version = 4
|
local version = 5
|
||||||
local debugger = true
|
local debugger = true
|
||||||
|
|
||||||
local projectDirectory = fs.getDir(table.pack(...)[2] or "")
|
local projectDirectory = fs.getDir(table.pack(...)[2] or "")
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
# Basalt - A UI Framework for CC:Tweaked
|
# 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!
|
Basalt is still under developement and you may find bugs!
|
||||||
|
|
||||||
## Information
|
## Information
|
||||||
|
|||||||
@@ -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).
|
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
|
## Quick Demo
|
||||||

|
<img src="https://raw.githubusercontent.com/Pyroxenium/Basalt/master/docs/_media/basaltPreview2.gif" width="600">
|
||||||
|
|
||||||
## Questions & Bugs
|
## Questions & Bugs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user