diff --git a/README.txt b/README.txt index c2c8c10..ee16d74 100644 --- a/README.txt +++ b/README.txt @@ -3,3 +3,4 @@ For latest stable Minetest back to 0.4.8 Depends default bucket Licenses: code WTFPL, textures CC BY-SA watershed:redcobble texture CC BY-SA by brunob.santos +watershed:pineling texture CC BY-SA by Splizard diff --git a/init.lua b/init.lua index 07917dd..f8a921a 100644 --- a/init.lua +++ b/init.lua @@ -2,11 +2,8 @@ -- For latest stable Minetest and back to 0.4.8 -- Depends default bucket -- License: code WTFPL, textures CC BY-SA --- Red cobble texture CC BY-SA by brunob.santos - --- saplings grown by abm for all 4 trees --- nodeupdate(pos) luxore --- wider ore seams +-- watershed:redcobble texture CC BY-SA by brunob.santos +-- watershed:pineling texture CC BY-SA by Splizard -- Parameters diff --git a/nodes.lua b/nodes.lua index ca5a676..5a3c3a1 100644 --- a/nodes.lua +++ b/nodes.lua @@ -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, diff --git a/textures/watershed_acacialing.png b/textures/watershed_acacialing.png new file mode 100644 index 0000000..07170a0 Binary files /dev/null and b/textures/watershed_acacialing.png differ diff --git a/textures/watershed_pineling.png b/textures/watershed_pineling.png new file mode 100644 index 0000000..cd8167a Binary files /dev/null and b/textures/watershed_pineling.png differ