Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Allow cactus to lay on its side also.
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
mods/default/nodes.lua
|
@@ -338,9 +338,11 @@ minetest.register_node("default:leaves", { |
|
|
minetest.register_node("default:cactus", { |
|
|
description = "Cactus", |
|
|
tiles = {"default_cactus_top.png", "default_cactus_top.png", "default_cactus_side.png"}, |
|
|
paramtype2 = "facedir", |
|
|
is_ground_content = true, |
|
|
groups = {snappy=1,choppy=3,flammable=2}, |
|
|
sounds = default.node_sound_wood_defaults(), |
|
|
on_place = minetest.rotate_node |
|
|
}) |
|
|
|
|
|
minetest.register_node("default:papyrus", { |
|
|