mirror of
https://github.com/Sokomine/colormachine.git
synced 2024-11-12 21:50:17 +01:00
added hint in README
This commit is contained in:
parent
d64fb15777
commit
a407345d08
|
@ -1,4 +1,5 @@
|
|||
Work in progress
|
||||
If any menu shows something unexpected, please go to another menu page
|
||||
and come back from there. This ought to update the first menu page.
|
||||
|
||||
depends on: dye
|
||||
|
||||
|
@ -12,7 +13,3 @@ wool
|
|||
flags
|
||||
blox
|
||||
|
||||
|
||||
TODO:
|
||||
- determine which dyes are needed to create the selected color
|
||||
- actually consume dyes when applying color
|
||||
|
|
8
init.lua
8
init.lua
|
@ -19,6 +19,14 @@
|
|||
--]]
|
||||
|
||||
|
||||
|
||||
-- Version 0.2
|
||||
|
||||
-- Changelog:
|
||||
-- 22.07.13 Added textures provided by Vanessae
|
||||
-- fixed a bug concerning normal dyes (when unifieddyes is not installed)
|
||||
|
||||
-- adds a function to check ownership of a node; taken from VanessaEs homedecor mod
|
||||
colormachine = {};
|
||||
|
||||
colormachine.colors = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user