diff --git a/init.lua b/init.lua index d6435d3..f5053c7 100644 --- a/init.lua +++ b/init.lua @@ -1,6 +1,6 @@ minetest.register_node("xytest:stone_with_xychorium", { description = "Xychorium Ore", - tiles = {"default_stone.png^xytest_xychorium.png"}, + tiles = {"default_stone.png^xytest_mineral_xychorium.png"}, is_ground_content = true, groups = {cracky=3}, drop = 'xytest:xychorium', @@ -79,4 +79,4 @@ for _, row in ipairs(xytest.dyes) do end dofile(minetest.get_modpath("xytest").."/craft.lua") dofile(minetest.get_modpath("xytest").."/dye.lua") -dofile(minetest.get_modpath("xytest").."/xychoridite.lua") \ No newline at end of file +dofile(minetest.get_modpath("xytest").."/xychoridite.lua") diff --git a/textures/xytest_brick_black.png b/textures/xytest_brick_black.png new file mode 100644 index 0000000..3e139d6 Binary files /dev/null and b/textures/xytest_brick_black.png differ diff --git a/textures/xytest_brick_blue.png b/textures/xytest_brick_blue.png new file mode 100644 index 0000000..91b4c66 Binary files /dev/null and b/textures/xytest_brick_blue.png differ diff --git a/textures/xytest_brick_brown.png b/textures/xytest_brick_brown.png new file mode 100644 index 0000000..8c14211 Binary files /dev/null and b/textures/xytest_brick_brown.png differ diff --git a/textures/xytest_brick_cyan.png b/textures/xytest_brick_cyan.png new file mode 100644 index 0000000..8125194 Binary files /dev/null and b/textures/xytest_brick_cyan.png differ diff --git a/textures/xytest_brick_dark_green.png b/textures/xytest_brick_dark_green.png new file mode 100644 index 0000000..1797295 Binary files /dev/null and b/textures/xytest_brick_dark_green.png differ diff --git a/textures/xytest_brick_dark_grey.png b/textures/xytest_brick_dark_grey.png new file mode 100644 index 0000000..fdf719d Binary files /dev/null and b/textures/xytest_brick_dark_grey.png differ diff --git a/textures/xytest_brick_green.png b/textures/xytest_brick_green.png new file mode 100644 index 0000000..947b4bf Binary files /dev/null and b/textures/xytest_brick_green.png differ diff --git a/textures/xytest_brick_grey.png b/textures/xytest_brick_grey.png new file mode 100644 index 0000000..7c51bfb Binary files /dev/null and b/textures/xytest_brick_grey.png differ diff --git a/textures/xytest_brick_magenta.png b/textures/xytest_brick_magenta.png new file mode 100644 index 0000000..4b13de2 Binary files /dev/null and b/textures/xytest_brick_magenta.png differ diff --git a/textures/xytest_brick_orange.png b/textures/xytest_brick_orange.png new file mode 100644 index 0000000..bcb13ae Binary files /dev/null and b/textures/xytest_brick_orange.png differ diff --git a/textures/xytest_brick_pink.png b/textures/xytest_brick_pink.png new file mode 100644 index 0000000..2a036c5 Binary files /dev/null and b/textures/xytest_brick_pink.png differ diff --git a/textures/xytest_brick_red.png b/textures/xytest_brick_red.png new file mode 100644 index 0000000..dc77ee8 Binary files /dev/null and b/textures/xytest_brick_red.png differ diff --git a/textures/xytest_brick_violet.png b/textures/xytest_brick_violet.png new file mode 100644 index 0000000..26832f9 Binary files /dev/null and b/textures/xytest_brick_violet.png differ diff --git a/textures/xytest_brick_white.png b/textures/xytest_brick_white.png new file mode 100644 index 0000000..91b3733 Binary files /dev/null and b/textures/xytest_brick_white.png differ diff --git a/textures/xytest_brick_yellow.png b/textures/xytest_brick_yellow.png new file mode 100644 index 0000000..e34421b Binary files /dev/null and b/textures/xytest_brick_yellow.png differ diff --git a/textures/xytest_mineral_xychorium.png b/textures/xytest_mineral_xychorium.png new file mode 100644 index 0000000..4542fc2 Binary files /dev/null and b/textures/xytest_mineral_xychorium.png differ diff --git a/textures/xytest_xychorium.png b/textures/xytest_xychorium.png new file mode 100644 index 0000000..abfa0eb Binary files /dev/null and b/textures/xytest_xychorium.png differ