32px bamboo sprout, hearty stew
This commit is contained in:
parent
66e7ce2bfa
commit
faa7dc0934
@ -60,7 +60,7 @@ minetest.register_node("ethereal:basandra_bush_sapling", {
|
||||
|
||||
minetest.register_node("ethereal:bamboo_sprout", {
|
||||
description = S("Bamboo Sprout"),
|
||||
drawtype = "plantlike",
|
||||
drawtype = "plantlike", visual_scale = 0.4,
|
||||
tiles = {"ethereal_bamboo_sprout.png"},
|
||||
inventory_image = "ethereal_bamboo_sprout.png",
|
||||
wield_image = "ethereal_bamboo_sprout.png",
|
||||
@ -73,7 +73,7 @@ minetest.register_node("ethereal:bamboo_sprout", {
|
||||
},
|
||||
sounds = default.node_sound_defaults(),
|
||||
selection_box = {
|
||||
type = "fixed", fixed = {-4 / 16, -0.5, -4 / 16, 4 / 16, 0, 4 / 16}
|
||||
type = "fixed", fixed = {-3 / 16, -0.4, -3 / 16, 3 / 16, 0, 3 / 16}
|
||||
},
|
||||
on_use = minetest.item_eat(2),
|
||||
grown_height = 11,
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 421 B |
Binary file not shown.
Before Width: | Height: | Size: 367 B After Width: | Height: | Size: 321 B |
Binary file not shown.
Before Width: | Height: | Size: 334 B After Width: | Height: | Size: 180 B |
BIN
textures/ethereal_hearty_stew_32px.png
Normal file
BIN
textures/ethereal_hearty_stew_32px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 334 B |
Loading…
Reference in New Issue
Block a user