diff --git a/license.txt b/license.txt index a9e2bdc..a5648c5 100644 --- a/license.txt +++ b/license.txt @@ -25,8 +25,9 @@ Textures by Felfa (CC0) olive*.png lemon*.png -Free textures from JMArtsDesign edited by myself: - ethereal_lemonade.png +Textures by Isaiah658 (CC0) + ethereal_lemonade.png + ethereal_bamboo.png Free textures from Altairas on DeviantArt ethereal_fish_chichlid.png @@ -56,5 +57,5 @@ Notice: Most texture authors are written inside code as comments, anything with I have more than likely created myself :) -Royalty Free SFX from dreamstime.com: +Royalty Free to use SFX from dreamstime.com: ethereal_casting_rod.ogg diff --git a/textures/ethereal_bamboo_trunk.png b/textures/ethereal_bamboo_trunk.png index f8fdefa..ba2a215 100644 Binary files a/textures/ethereal_bamboo_trunk.png and b/textures/ethereal_bamboo_trunk.png differ diff --git a/textures/ethereal_lemonade.png b/textures/ethereal_lemonade.png index 812a7ab..c80eb4d 100644 Binary files a/textures/ethereal_lemonade.png and b/textures/ethereal_lemonade.png differ diff --git a/wood.lua b/wood.lua index 98f461b..b7fbd34 100644 --- a/wood.lua +++ b/wood.lua @@ -289,7 +289,7 @@ minetest.register_craft({ }) --- Bamboo (thanks to Nelo-slay on DeviantArt for the free Bamboo base image) +-- Bamboo minetest.register_node("ethereal:bamboo", { description = S("Bamboo"), drawtype = "plantlike",