From 17f66fcbc5775f636f230bd07afb08c31f026f1a Mon Sep 17 00:00:00 2001 From: Aaron Suen Date: Sat, 15 Jan 2022 22:37:26 -0500 Subject: [PATCH] Update metadata --- .cdbrelease.lua | 2 +- README.md | 5 +++++ TODO | 2 +- hint.lua | 1 + 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.cdbrelease.lua b/.cdbrelease.lua index fc09be7..18922da 100644 --- a/.cdbrelease.lua +++ b/.cdbrelease.lua @@ -19,7 +19,7 @@ stamp = ("00000000" .. stamp):sub(-8) return { user = "Warr1024", pkg = "nc_cats", - dev_state = "ACTIVELY_DEVELOPED", + dev_state = "BETA", version = stamp .. "-$Format:%h$", long_description = readtext('README.md') } diff --git a/README.md b/README.md index e69de29..149a093 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,5 @@ +Adorable cats for NodeCore! + +They come in 7 different colors and have almost a hundred unique names. They meow when you pick them up, purr when you pet them, (sometimes cough up hairballs) but for the most part, they sit still and contentedly watch you work, occasionally reminding you of their presence. These perfectly cubic indestructible cats will fit nicely into any build, even serving as load-bearing structural members, though beware that future updates may bring different, and possibly less desirable, behaviors. + +If you want cats in your world, this mod will add the necessary materials to mapgen, but you will need to find them and make the actual cats yourself. There is also a fallback recipe for skyblocks. \ No newline at end of file diff --git a/TODO b/TODO index 86ffe14..0f1e2e2 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -Cat lifecycle: +- Hints - Petting cats after long enough around another cat may eject a prill - Cat behaviors - Push item stacks off nearby ledges? diff --git a/hint.lua b/hint.lua index 2326ec1..3ad76aa 100644 --- a/hint.lua +++ b/hint.lua @@ -3,3 +3,4 @@ -- extract cat prill -- cat renew -- cat eggcorn +-- pet cat \ No newline at end of file