improved constructor texture

master
Juraj Vajda 2017-08-02 17:02:34 +02:00
parent bc98554101
commit 46a2f64bc3
7 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -123,7 +123,9 @@ end
minetest.register_node("basic_machines:constructor", {
description = "Constructor: used to make machines",
tiles = {"constructor.png"},
tiles = {
"constructor_top.png", "constructor_bottom.png", "constructor_side_1.png", "constructor_side_1.png", "constructor_side_2.png", "constructor_side_2.png"
},
groups = {cracky=3, mesecon_effector_on = 1},
sounds = default.node_sound_wood_defaults(),
after_place_node = function(pos, placer)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 538 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 487 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 561 B