From 457de1e214d72605df5b54afaea04c5c6ac801ae Mon Sep 17 00:00:00 2001 From: Benjie <31968410+BenjieFiftysix@users.noreply.github.com> Date: Mon, 20 Feb 2023 14:17:15 +0000 Subject: [PATCH] Update description --- README.md | 7 ++++--- init.lua | 15 +++++++-------- mod.conf | 2 ++ 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index eaa0603..22894fa 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ -# Minetest sponge mod +# Minetest Sponge mod ## Water-removing sponges for Minetest. -made by Benjie/Fiftysix - 27/8/18 -updated 22/12/20 +Created by Benjie/fiftysix/56 2018-08-27 - Last updated 2023-02-20 +Copyright Benjie 2018-2023 [Forum topic](https://forum.minetest.net/viewtopic.php?f=9&t=20729) +[Download from ContentDB](https://content.minetest.net/packages/FiftySix/sponge/) Soggy sponges can rarely be found deep in the sea where the darkness begins. These can be cooked into dry sponges, and then placed near a liquid to remove an area of it diff --git a/init.lua b/init.lua index 36aeec0..d1bfa6e 100644 --- a/init.lua +++ b/init.lua @@ -1,18 +1,17 @@ --[[ - - Sponge mod for Minetest - - water removal for survival - -made by Benjie/Fiftysix - 27/8/18 -updated 22/12/20 + - Minetest Sponge mod + - Water removing sponges for Minetest + - Created by Benjie/fiftysix/56 2018-08-27 - Last updated 2023-02-20 + - Copyright Benjie 2018-2023 Soggy sponges can rarely be found deep in the sea where the darkness begins. -These can be cooked into dry sponges, and then placed near a liquid to remove an area of it +These can be cooked into dry sponges, and then placed near a liquid to remove the surrounding cube of it They will hold the water away until they are removed. This will cause them to become soggy, so to use them again they have to be cooked. -Sponges create a 9x9 area of air-like nodes that water can't flow through (checks for protection) +Sponges create a 9x9x9 cube of air-like nodes that water can't flow through (checks for protection) If sponges have cleared more than 3 nodes of liquid, they become soggy sponges -removing a sponge or soggy sponge will turn a 9x9 area of air-like nodes back into air +removing a sponge or soggy sponge will turn a 9x9x9 cube of air-like nodes back into air (air-like nodes can be removed in protection by removing a sponge outside the protection, they are not meant to be permanent) ]]-- diff --git a/mod.conf b/mod.conf index bf1beca..6c60f83 100644 --- a/mod.conf +++ b/mod.conf @@ -1,3 +1,5 @@ name = sponge +title = Sponge +description = Water removing sponges for Minetest depends = default author = fiftysix