Skip to content

Commit

Permalink
Allow cactus to lay on its side also.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa Ezekowitz authored and kwolekr committed Nov 8, 2013
1 parent 3653859 commit 4bd6bce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mods/default/nodes.lua
Expand Up @@ -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", {
Expand Down

0 comments on commit 4bd6bce

Please sign in to comment.