Merge pull request #2 from Zeg9/master

Add textures
master
Kaceyproductions 2013-04-13 11:29:01 -07:00
commit 0d21501c94
21 changed files with 4 additions and 4 deletions

View File

@ -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")
dofile(minetest.get_modpath("xytest").."/xychoridite.lua")

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 573 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 882 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 B

View File

@ -1,6 +1,6 @@
minetest.register_node("xytest:stone_with_xychoridite", {
description = "Xychorium Ore",
tiles = {"default_stone.png^xytest_xychoridite.png"},
tiles = {"default_stone.png^xytest_mineral_xychoridite.png"},
is_ground_content = true,
groups = {cracky=3},
drop = 'xytest:xychoridite',
@ -26,4 +26,4 @@ minetest.register_craft({
{'xytest:xychoridite', 'xytest:xychoridite'},
{'xytest:xychoridite', 'xytest:xychoridite'},
}
})
})