Better beanstalk texture

This commit is contained in:
Wuzzy 2014-07-07 04:11:36 +02:00
parent fd2b06bc87
commit 127718c509
3 changed files with 4 additions and 3 deletions

View File

@ -36,10 +36,11 @@ minetest.register_node("magicbeans_w:blank", {
minetest.register_node("magicbeans_w:stem", { minetest.register_node("magicbeans_w:stem", {
description = S("magic beanstalk stem"), description = S("magic beanstalk stem"),
tiles = {"magicbeans_w_stem.png"}, tiles = {"magicbeans_w_stem_topbottom.png", "magicbeans_w_stem_topbottom.png", "magicbeans_w_stem.png"},
paramtype = "light", paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 1, choppy = 3, flammable = 2}, 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", { minetest.register_node("magicbeans_w:cloud", {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 432 B

After

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B