repainted some textures...

This commit is contained in:
cale 2016-02-12 13:36:15 +01:00
parent 7017d3496c
commit ebf42f5f59
2 changed files with 19 additions and 0 deletions

View File

@ -429,6 +429,25 @@ minetest.register_node("default:mushroom", {
groups = {crumbly = 3, plant = 1},
})
minetest.register_node("default:liana", {
description = "Liana",
drawtype = "signlike",
tiles = {"default_liana.png"},
inventory_image = "default_liana.png",
wield_image = "default_liana.png",
paramtype = "light",
paramtype2 = "wallmounted",
sunlight_propagates = true,
walkable = false,
climbable = true,
is_ground_content = false,
selection_box = {
type = "wallmounted",
},
groups = {crumbly = 3, plant = 1},
legacy_wallmounted = true,
})
-- straw
minetest.register_node("default:straw", {

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 B