From d1c01d3dff660da08959b32d502fb80194afe629 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Wed, 25 Jun 2014 01:27:27 -0400 Subject: [PATCH] Added bathroom/kitchen floor tiles in four shades --- homedecor/misc_nodes.lua | 61 ++++++++++++++++++++++++ homedecor/textures/homedecor_tiles1.png | Bin 0 -> 108 bytes homedecor/textures/homedecor_tiles2.png | Bin 0 -> 108 bytes homedecor/textures/homedecor_tiles3.png | Bin 0 -> 105 bytes homedecor/textures/homedecor_tiles4.png | Bin 0 -> 105 bytes 5 files changed, 61 insertions(+) create mode 100644 homedecor/textures/homedecor_tiles1.png create mode 100644 homedecor/textures/homedecor_tiles2.png create mode 100644 homedecor/textures/homedecor_tiles3.png create mode 100644 homedecor/textures/homedecor_tiles4.png diff --git a/homedecor/misc_nodes.lua b/homedecor/misc_nodes.lua index 9ac63608..657d37fd 100644 --- a/homedecor/misc_nodes.lua +++ b/homedecor/misc_nodes.lua @@ -277,3 +277,64 @@ minetest.register_node('homedecor:air_conditioner', { }, selection_box = { -0.5, -0.5, -0.5, 0.5, 0.5, 0.5 } }) + +minetest.register_node("homedecor:tiles_1", { + description = "Bathroom/kitchen tiles (shade #1)", + tiles = { + "homedecor_tiles1.png", + "homedecor_tiles1.png", + "homedecor_tiles1.png", + "homedecor_tiles1.png", + "homedecor_tiles1.png^[transformR90", + "homedecor_tiles1.png^[transformR90" + }, + is_ground_content = true, + groups = {cracky=3}, + sounds = default.node_sound_stone_defaults(), +}) + +minetest.register_node("homedecor:tiles_2", { + description = "Bathroom/kitchen tiles (shade #2)", + tiles = { + "homedecor_tiles2.png", + "homedecor_tiles2.png", + "homedecor_tiles2.png", + "homedecor_tiles2.png", + "homedecor_tiles2.png^[transformR90", + "homedecor_tiles2.png^[transformR90" + }, + is_ground_content = true, + groups = {cracky=3}, + sounds = default.node_sound_stone_defaults(), +}) + +minetest.register_node("homedecor:tiles_3", { + description = "Bathroom/kitchen tiles (shade #3)", + tiles = { + "homedecor_tiles3.png", + "homedecor_tiles3.png", + "homedecor_tiles3.png", + "homedecor_tiles3.png", + "homedecor_tiles3.png^[transformR90", + "homedecor_tiles3.png^[transformR90" + }, + is_ground_content = true, + groups = {cracky=3}, + sounds = default.node_sound_stone_defaults(), +}) + +minetest.register_node("homedecor:tiles_4", { + description = "Bathroom/kitchen tiles (shade #4)", + tiles = { + "homedecor_tiles4.png", + "homedecor_tiles4.png", + "homedecor_tiles4.png", + "homedecor_tiles4.png", + "homedecor_tiles4.png^[transformR90", + "homedecor_tiles4.png^[transformR90" + }, + is_ground_content = true, + groups = {cracky=3}, + sounds = default.node_sound_stone_defaults(), +}) + diff --git a/homedecor/textures/homedecor_tiles1.png b/homedecor/textures/homedecor_tiles1.png new file mode 100644 index 0000000000000000000000000000000000000000..df497914ce77389ab4377f869f928f5ba9d6e78e GIT binary patch literal 108 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|#-1*YAsXkCYregaWM*z&vP6ZM z`S9oG=Q%gcl<;8b`TzgF`lTF>*(uTy9p=?n_!rk5;ATiUnf3g3S+hM*JAMnAZO*@d|$hBZKbuw999?ohAUaGkCiCxvXzopr0E#Ff AApigX literal 0 HcmV?d00001 diff --git a/homedecor/textures/homedecor_tiles4.png b/homedecor/textures/homedecor_tiles4.png new file mode 100644 index 0000000000000000000000000000000000000000..2caa8e5411f0c3f5798d75758540257e2f874c6a GIT binary patch literal 105 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|2A(dCAsXkCQxZTRVn=}@GqZC| zjg6z3F!RcUhlg4P*1Bx++}2olg@19~f=TiW)r&G1lO&uU0`)R@y85}Sb4q9e02p)~ Aq5uE@ literal 0 HcmV?d00001