1
0
mirror of https://github.com/paramat/watershed.git synced 2025-07-22 10:10:35 +02:00

Singlenode realm, water y = 1, auto spawn on low land, acacialeaf

This commit is contained in:
paramat
2014-04-01 01:39:57 +01:00
parent db9094fbe8
commit e7295638ed
5 changed files with 166 additions and 18 deletions

View File

@ -9,6 +9,17 @@ minetest.register_node("watershed:appleleaf", {
sounds = default.node_sound_leaves_defaults(),
})
minetest.register_node("watershed:acacialeaf", {
description = "WS Acacia Leaves",
drawtype = "allfaces_optional",
visual_scale = 1.3,
tiles = {"default_leaves.png"},
paramtype = "light",
is_ground_content = false,
groups = {snappy=3, flammable=2, leaves=1},
sounds = default.node_sound_leaves_defaults(),
})
minetest.register_node("watershed:needles", {
description = "WS Pine Needles",
drawtype = "allfaces_optional",