Better beanstalk texture
This commit is contained in:
parent
fd2b06bc87
commit
127718c509
7
init.lua
7
init.lua
@ -36,10 +36,11 @@ minetest.register_node("magicbeans_w:blank", {
|
||||
|
||||
minetest.register_node("magicbeans_w:stem", {
|
||||
description = S("magic beanstalk stem"),
|
||||
tiles = {"magicbeans_w_stem.png"},
|
||||
paramtype = "light",
|
||||
tiles = {"magicbeans_w_stem_topbottom.png", "magicbeans_w_stem_topbottom.png", "magicbeans_w_stem.png"},
|
||||
paramtype2 = "facedir",
|
||||
groups = {oddly_breakable_by_hand = 1, choppy = 3, flammable = 2},
|
||||
sounds = default.node_sound_wood_defaults()
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
on_place = minetest.rotate_node,
|
||||
})
|
||||
|
||||
minetest.register_node("magicbeans_w:cloud", {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 432 B After Width: | Height: | Size: 353 B |
BIN
textures/magicbeans_w_stem_topbottom.png
Normal file
BIN
textures/magicbeans_w_stem_topbottom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 264 B |
Loading…
x
Reference in New Issue
Block a user