Different colors for different stem stages
|
@ -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 = {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Before Width: | Height: | Size: 156 B |
Before Width: | Height: | Size: 307 B |
Before Width: | Height: | Size: 363 B |
After Width: | Height: | Size: 302 B |
After Width: | Height: | Size: 333 B |
After Width: | Height: | Size: 352 B |
After Width: | Height: | Size: 400 B |
After Width: | Height: | Size: 458 B |
After Width: | Height: | Size: 488 B |
After Width: | Height: | Size: 504 B |
After Width: | Height: | Size: 524 B |
After Width: | Height: | Size: 302 B |
After Width: | Height: | Size: 333 B |
After Width: | Height: | Size: 352 B |
After Width: | Height: | Size: 400 B |
After Width: | Height: | Size: 458 B |
After Width: | Height: | Size: 488 B |
After Width: | Height: | Size: 504 B |
After Width: | Height: | Size: 524 B |