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

Added sapling textures

This commit is contained in:
Mat
2014-06-11 05:08:05 +01:00
parent fe89e76758
commit fe1e55fb17
5 changed files with 6 additions and 8 deletions

View File

@ -148,9 +148,9 @@ minetest.register_node("watershed:jungling", {
description = "Jungletree sapling",
drawtype = "plantlike",
visual_scale = 1.0,
tiles = {"watershed_jungling.png"},
inventory_image = "watershed_jungling.png",
wield_image = "watershed_jungling.png",
tiles = {"default_junglesapling.png"},
inventory_image = "default_junglesapling.png",
wield_image = "default_junglesapling.png",
paramtype = "light",
walkable = false,
is_ground_content = false,