From bc691e95c15079aee735b34d89fd5db0ab5b5cc0 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Sun, 28 Mar 2021 15:02:05 -0600 Subject: [PATCH] final touch-ups before merging --- README.md | 2 +- big_webs/locale/template.txt | 5 +++-- chasms/{LICENSE => LICENSE.txt} | 0 3 files changed, 4 insertions(+), 3 deletions(-) rename chasms/{LICENSE => LICENSE.txt} (100%) diff --git a/README.md b/README.md index 2b73de9..587e98a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Some of the other cave decorations provide dim bioluminescent lighting in some c The "[doc](https://forum.minetest.net/viewtopic.php?f=9&t=15912&p=240152)" mod is supported to provide in-game documentation for all of the new items and nodes this mod adds. -"[ropes](https://github.com/minetest-mods/ropes)" are very useful for navigating some of the large open spaces this mod provides. +"[ropes](https://github.com/minetest-mods/ropes)" are very useful for navigating some of the large open spaces this mod provides. Some are large enough that a [glider](https://github.com/CBugDCoder/glider) may be well suited. "[radiant damage](https://github.com/FaceDeer/radiant_damage)" greatly increases the danger of the Magma Sea if heat radiance is enabled, as well as several of the rare crystals in the deeper layers that emit Mese radiation if that damage type is enabled. diff --git a/big_webs/locale/template.txt b/big_webs/locale/template.txt index dd1f111..22bfe9d 100644 --- a/big_webs/locale/template.txt +++ b/big_webs/locale/template.txt @@ -3,9 +3,10 @@ ### init.lua ### -Big Spiderweb= +Giant Cave Spider Web Generator= +Giant Cave Spider Webbing= -Thick ropes of sticky silk, strung between cavern walls in hopes of catching bats and larger beasts.= +Thick ropes of sticky, springy silk, strung between cavern walls in hopes of catching bats and even larger beasts.= Webbing can be collected and re-strung elsewhere to aid in climbing. It absorbs all falling damage when you land on it.= diff --git a/chasms/LICENSE b/chasms/LICENSE.txt similarity index 100% rename from chasms/LICENSE rename to chasms/LICENSE.txt