Different colors for different stem stages

This commit is contained in:
Wuzzy 2017-03-14 03:26:48 +01:00
parent 12b294eda3
commit d4f9c5c122
21 changed files with 4 additions and 4 deletions

View File

@ -65,7 +65,7 @@ for s=1,7 do
drawtype = "plantlike",
sunlight_propagates = true,
drop = stemdrop,
tiles = {"[combine:32x32:0,"..(32-4*s).."=farming_tige_end.png"},
tiles = {"mcl_farming_melontige_"..s..".png"},
selection_box = {
type = "fixed",
fixed = {
@ -87,7 +87,7 @@ minetest.register_node("mcl_farming:melontige_unconnect", {
sunlight_propagates = true,
drop = stemdrop,
drawtype = "plantlike",
tiles = {"farming_tige_end.png"},
tiles = {"mcl_farming_melontige_8.png"},
selection_box = {
type = "fixed",
fixed = {

View File

@ -42,7 +42,7 @@ for s=1,7 do
drawtype = "plantlike",
sunlight_propagates = true,
drop = stemdrop,
tiles = {"[combine:32x32:0,"..(32-4*s).."=farming_tige_end.png"},
tiles = {"mcl_farming_pumpkintige_"..s..".png"},
selection_box = {
type = "fixed",
fixed = {
@ -64,7 +64,7 @@ minetest.register_node("mcl_farming:pumpkintige_unconnect", {
sunlight_propagates = true,
drop = stemdrop,
drawtype = "plantlike",
tiles = {"farming_tige_end.png"},
tiles = {"mcl_farming_pumpkintige_8.png"},
selection_box = {
type = "fixed",
fixed = {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 363 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B