Different colors for different stem stages
This commit is contained in:
parent
12b294eda3
commit
d4f9c5c122
21 changed files with 4 additions and 4 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue