changed some textures.

master
NathanSalapat 2015-04-29 19:20:04 -05:00
parent 7443c7989b
commit 14d69d8ecb
6 changed files with 3 additions and 5 deletions

View File

@ -13,8 +13,6 @@ minetest.register_node('mylandscaping:machine', {
mesh = 'mylandscaping_machine.obj',
tiles = {
{name='mylandscaping_tex3.png'},{name='mylandscaping_tex1.png'},{name='default_gravel.png'},{name='mylandscaping_tex2.png'}},
-- inventory_image = 'more_fire_campfire.png',
-- wield_image = 'more_fire_campfire.png',
groups = {oddly_breakable_by_hand=2},
paramtype = 'light',
paramtype2 = 'facedir',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 217 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 B

View File

@ -56,9 +56,9 @@ for i in ipairs (block_type1) do
local block_mat = { -- desc1, mat, img, img2
{"Cement", "cement", "mylandscaping_cement.png",""},
{"Tan Cement", "cement_tan", "mylandscaping_cement.png","^mylandscaping_yellow.png"},
{"Autumn Cement", "cement_autumn", "mylandscaping_cement.png","^mylandscaping_orange.png"},
{"Red Cement", "cement_red", "mylandscaping_cement.png","^mylandscaping_red.png"},
{"Tan Cement", "cement_tan", "mylandscaping_cement.png","^[colorize:#967d4d:75"},
{"Autumn Cement", "cement_autumn", "mylandscaping_cement.png","^[colorize:#ffc017:75"},
{"Red Cement", "cement_red", "mylandscaping_cement.png","^[colorize:#800900:75"},
}
for i in ipairs (block_mat) do
local desc1 = block_mat[i][1]