From 3d08b568ad1da1e3259a66cb91fd1039781c75cb Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 26 Sep 2017 00:11:57 -0400 Subject: update castles modpack, boost_cart, homedecor, currency, farming redo, framed glass, gloopblocks, mesecons, moreblocks, pipeworks, signs_lib, technic, unified mesecons, and worldedit created a new tag for this release (this will be standard procedure from now on) --- mesecons_lightstone/init.lua | 6 ++++++ .../textures/jeija_lightstone_cyan_off.png | Bin 0 -> 443 bytes mesecons_lightstone/textures/jeija_lightstone_cyan_on.png | Bin 0 -> 663 bytes .../textures/jeija_lightstone_magenta_off.png | Bin 0 -> 387 bytes .../textures/jeija_lightstone_magenta_on.png | Bin 0 -> 633 bytes .../textures/jeija_lightstone_orange_off.png | Bin 0 -> 407 bytes .../textures/jeija_lightstone_orange_on.png | Bin 0 -> 641 bytes .../textures/jeija_lightstone_pink_off.png | Bin 0 -> 349 bytes mesecons_lightstone/textures/jeija_lightstone_pink_on.png | Bin 0 -> 546 bytes .../textures/jeija_lightstone_violet_off.png | Bin 0 -> 387 bytes .../textures/jeija_lightstone_violet_on.png | Bin 0 -> 633 bytes .../textures/jeija_lightstone_white_off.png | Bin 0 -> 429 bytes .../textures/jeija_lightstone_white_on.png | Bin 0 -> 357 bytes 13 files changed, 6 insertions(+) create mode 100644 mesecons_lightstone/textures/jeija_lightstone_cyan_off.png create mode 100644 mesecons_lightstone/textures/jeija_lightstone_cyan_on.png create mode 100644 mesecons_lightstone/textures/jeija_lightstone_magenta_off.png create mode 100644 mesecons_lightstone/textures/jeija_lightstone_magenta_on.png create mode 100644 mesecons_lightstone/textures/jeija_lightstone_orange_off.png create mode 100644 mesecons_lightstone/textures/jeija_lightstone_orange_on.png create mode 100644 mesecons_lightstone/textures/jeija_lightstone_pink_off.png create mode 100644 mesecons_lightstone/textures/jeija_lightstone_pink_on.png create mode 100644 mesecons_lightstone/textures/jeija_lightstone_violet_off.png create mode 100644 mesecons_lightstone/textures/jeija_lightstone_violet_on.png create mode 100644 mesecons_lightstone/textures/jeija_lightstone_white_off.png create mode 100644 mesecons_lightstone/textures/jeija_lightstone_white_on.png (limited to 'mesecons_lightstone') diff --git a/mesecons_lightstone/init.lua b/mesecons_lightstone/init.lua index ab820bf..1b8e222 100644 --- a/mesecons_lightstone/init.lua +++ b/mesecons_lightstone/init.lua @@ -61,3 +61,9 @@ mesecon.lightstone_add("blue", "dye:blue", "jeija_lightstone_blue_off.png", "jei mesecon.lightstone_add("gray", "dye:grey", "jeija_lightstone_gray_off.png", "jeija_lightstone_gray_on.png", "Grey Lightstone") mesecon.lightstone_add("darkgray", "dye:dark_grey", "jeija_lightstone_darkgray_off.png", "jeija_lightstone_darkgray_on.png", "Dark Grey Lightstone") mesecon.lightstone_add("yellow", "dye:yellow", "jeija_lightstone_yellow_off.png", "jeija_lightstone_yellow_on.png", "Yellow Lightstone") +mesecon.lightstone_add("orange", "dye:orange", "jeija_lightstone_orange_off.png", "jeija_lightstone_orange_on.png", "Orange Lightstone") +mesecon.lightstone_add("white", "dye:white", "jeija_lightstone_white_off.png", "jeija_lightstone_white_on.png", "White Lightstone") +mesecon.lightstone_add("pink", "dye:pink", "jeija_lightstone_pink_off.png", "jeija_lightstone_pink_on.png", "Pink Lightstone") +mesecon.lightstone_add("magenta", "dye:magenta", "jeija_lightstone_magenta_off.png", "jeija_lightstone_magenta_on.png", "Magenta Lightstone") +mesecon.lightstone_add("cyan", "dye:cyan", "jeija_lightstone_cyan_off.png", "jeija_lightstone_cyan_on.png", "Cyan Lightstone") +mesecon.lightstone_add("violet", "dye:violet", "jeija_lightstone_violet_off.png", "jeija_lightstone_violet_on.png", "Violet Lightstone") diff --git a/mesecons_lightstone/textures/jeija_lightstone_cyan_off.png b/mesecons_lightstone/textures/jeija_lightstone_cyan_off.png new file mode 100644 index 0000000..5315110 Binary files /dev/null and b/mesecons_lightstone/textures/jeija_lightstone_cyan_off.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_cyan_on.png b/mesecons_lightstone/textures/jeija_lightstone_cyan_on.png new file mode 100644 index 0000000..200345c Binary files /dev/null and b/mesecons_lightstone/textures/jeija_lightstone_cyan_on.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_magenta_off.png b/mesecons_lightstone/textures/jeija_lightstone_magenta_off.png new file mode 100644 index 0000000..43fa524 Binary files /dev/null and b/mesecons_lightstone/textures/jeija_lightstone_magenta_off.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_magenta_on.png b/mesecons_lightstone/textures/jeija_lightstone_magenta_on.png new file mode 100644 index 0000000..8f28b7c Binary files /dev/null and b/mesecons_lightstone/textures/jeija_lightstone_magenta_on.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_orange_off.png b/mesecons_lightstone/textures/jeija_lightstone_orange_off.png new file mode 100644 index 0000000..4bf206e Binary files /dev/null and b/mesecons_lightstone/textures/jeija_lightstone_orange_off.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_orange_on.png b/mesecons_lightstone/textures/jeija_lightstone_orange_on.png new file mode 100644 index 0000000..bcba4d2 Binary files /dev/null and b/mesecons_lightstone/textures/jeija_lightstone_orange_on.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_pink_off.png b/mesecons_lightstone/textures/jeija_lightstone_pink_off.png new file mode 100644 index 0000000..ee265f9 Binary files /dev/null and b/mesecons_lightstone/textures/jeija_lightstone_pink_off.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_pink_on.png b/mesecons_lightstone/textures/jeija_lightstone_pink_on.png new file mode 100644 index 0000000..ba85110 Binary files /dev/null and b/mesecons_lightstone/textures/jeija_lightstone_pink_on.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_violet_off.png b/mesecons_lightstone/textures/jeija_lightstone_violet_off.png new file mode 100644 index 0000000..83b5e2d Binary files /dev/null and b/mesecons_lightstone/textures/jeija_lightstone_violet_off.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_violet_on.png b/mesecons_lightstone/textures/jeija_lightstone_violet_on.png new file mode 100644 index 0000000..2b3eb2e Binary files /dev/null and b/mesecons_lightstone/textures/jeija_lightstone_violet_on.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_white_off.png b/mesecons_lightstone/textures/jeija_lightstone_white_off.png new file mode 100644 index 0000000..78338c8 Binary files /dev/null and b/mesecons_lightstone/textures/jeija_lightstone_white_off.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_white_on.png b/mesecons_lightstone/textures/jeija_lightstone_white_on.png new file mode 100644 index 0000000..792d89d Binary files /dev/null and b/mesecons_lightstone/textures/jeija_lightstone_white_on.png differ -- cgit v1.2.3