mirror of
https://github.com/davisonio/colouredstonebricks.git
synced 2024-12-22 11:10:17 +01:00
Cleanup init.lua and update todo
This commit is contained in:
parent
85f8d483e0
commit
53501e1972
@ -32,6 +32,9 @@ Decorative blocks which would look nice on any building or creation.
|
|||||||
## Todo
|
## Todo
|
||||||
- [ ] add luacheck tests
|
- [ ] add luacheck tests
|
||||||
- [ ] add contributing.md
|
- [ ] add contributing.md
|
||||||
|
- [ ] don't use alias rubbish
|
||||||
|
- [ ] see dyes example for list
|
||||||
|
- [ ] fix stairsplus support
|
||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
|
|
||||||
|
8
init.lua
8
init.lua
@ -1,7 +1,3 @@
|
|||||||
---------------------------------------------
|
|
||||||
-- Coloured Stone Bricks Mod by CraigyDavi --
|
|
||||||
---------------------------------------------
|
|
||||||
|
|
||||||
local COLOURS = {
|
local COLOURS = {
|
||||||
"Black",
|
"Black",
|
||||||
"Cyan",
|
"Cyan",
|
||||||
@ -58,7 +54,7 @@ for number = 1, 15 do
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Stairs
|
-- Support for stairsplus mod
|
||||||
|
|
||||||
stairsplus:register_all("colouredstonebricks", colour2, "colouredstonebricks:"..colour2, {
|
stairsplus:register_all("colouredstonebricks", colour2, "colouredstonebricks:"..colour2, {
|
||||||
description = colour.." Stone Brick",
|
description = colour.." Stone Brick",
|
||||||
@ -74,5 +70,3 @@ end
|
|||||||
minetest.register_alias("dye:dark_blue","dye:blue")
|
minetest.register_alias("dye:dark_blue","dye:blue")
|
||||||
minetest.register_alias("dye:dark_pink","dye:magenta")
|
minetest.register_alias("dye:dark_pink","dye:magenta")
|
||||||
minetest.register_alias("dye:purple","dye:violet")
|
minetest.register_alias("dye:purple","dye:violet")
|
||||||
|
|
||||||
print ("Coloured Stone Bricks [colouredstonebricks] has loaded!")
|
|
||||||
|
Loading…
Reference in New Issue
Block a user