repainted some textures...
This commit is contained in:
parent
7017d3496c
commit
ebf42f5f59
@ -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", {
|
||||
|
BIN
mods/default/textures/default_liana.png
Normal file
BIN
mods/default/textures/default_liana.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 410 B |
Loading…
x
Reference in New Issue
Block a user