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:
@ -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,
|
||||
|
Reference in New Issue
Block a user