From 25947e0fcda0fb2683f3dc2d9f096d2913babfa5 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Fri, 30 Dec 2022 08:25:08 +0000 Subject: [PATCH] update license.txt --- crystal.lua | 1 - fishing.lua | 2 +- food.lua | 1 - init.lua | 2 +- license.txt | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 57 insertions(+), 4 deletions(-) diff --git a/crystal.lua b/crystal.lua index ee38867..db3f4d8 100644 --- a/crystal.lua +++ b/crystal.lua @@ -3,7 +3,6 @@ local S = ethereal.intllib -- Crystal Spike (Hurts if you touch it) --- thanks to ZonerDarkRevention for his DokuCraft DeviantArt crystal texture minetest.register_node("ethereal:crystal_spike", { description = S("Crystal Spike"), drawtype = "plantlike", diff --git a/fishing.lua b/fishing.lua index 8eb808a..dbeba13 100644 --- a/fishing.lua +++ b/fishing.lua @@ -504,7 +504,7 @@ minetest.register_craft({ cooktime = 8 }) --- Sashimi (Thanks to Natalia Grosner for letting me use the sashimi image) +-- Sashimi minetest.register_craftitem("ethereal:sashimi", { description = S("Sashimi"), inventory_image = "ethereal_sashimi.png", diff --git a/food.lua b/food.lua index 9133f9d..d6d730a 100644 --- a/food.lua +++ b/food.lua @@ -247,7 +247,6 @@ minetest.register_node("ethereal:golden_apple", { }) -- Hearty Stew (Heals 5 hearts) --- thanks to ZonerDarkRevention for his DokuCraft DeviantArt bowl texture) minetest.register_craftitem("ethereal:hearty_stew", { description = S("Hearty Stew"), inventory_image = "ethereal_hearty_stew.png", diff --git a/init.lua b/init.lua index 9d6353c..ad4a7f1 100644 --- a/init.lua +++ b/init.lua @@ -7,7 +7,7 @@ ]] -ethereal = {version = "20221128"} +ethereal = {version = "20221230"} local function setting(stype, name, default) diff --git a/license.txt b/license.txt index 40f8af9..b792f84 100644 --- a/license.txt +++ b/license.txt @@ -20,6 +20,61 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Textures by TenPlus1 (CC0) unless listed below... + +Based on candle textures and coloured by wRothbard (CC0): + ethereal_candle_black*.png + ethereal_candle_blue*.png + ethereal_candle_cyan*.png + ethereal_candle_dark_green*.png + ethereal_candle_dark_grey*.png + ethereal_candle_green*.png + ethereal_candle_grey*.png + ethereal_candle_magenta*.png + ethereal_candle_orange*.png + ethereal_candle_pink*.png + ethereal_candle_red*.png + ethereal_candle_violet*.png + ethereal_candle_yellow*.png + +Based on default tools in Minetest (CC BY-SA 3.0): + ethereal_crystal_pick.png + ethereal_crystal_shovel.png + ethereal_crystal_axe.png + ethereal_crystal_sword.png + +Based on texture by ElementW (CC BY-SA 3.0): + bucket_cactus.png + +Based on tree textures by ElementW (CC BY-SA 3.0): + ethereal_yellow_tree.png + ethereal_yellow_tree_top.png + ethereal_frost_tree.png + ethereal_frost_tree_top.png + ethereal_scorched_tree.png + ethereal_scorched_tree_top.png + +Based on wood texture by BlockMen (CC BY-SA 3.0): + ethereal_yellow_wood.png + ethereal_frost_wood.png + +Based on bottle texture by Thomas-S (CC BY-SA 3.0): + ethereal_flight_potion.png + ethereal_firethorn_jelly.png + +Textures based on default_grass.png and default_grass_side.png by TumeniNodes (CC BY-SA 3.0) + ethereal_grass_*.png [Edited by TenPlus1] + ethereal_crystal_moss.png + ethereal_mushroom_moss.png + ethereal_fiery_moss.png + ethereal_gray_moss.png + ethereal_green_moss.png + +Texture by ZonerDarkRevention (CC0) + ethereal_crystal_spike.png [edited by TenPlus1] + ethereal_bowl.png [edited by TenPlus1] + ethereal_hearty_stew.png + Textures by VanessaE (CC-BY-SA 4.0) moretrees_*.png ethereal_banana_wood.png (edited)