From c0484a10132584055460aff18e97038ee5b39696 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 10 Nov 2018 23:31:10 +0100 Subject: [PATCH] add na cf --- scripts/projects.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/projects.js b/scripts/projects.js index f7a7fa8..3a84489 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -2,6 +2,9 @@ const projects = [{ 'name': "Nature's Aura", 'desc': "Nature's Aura is a new Minecraft mod about collecting, using and replenishing the Aura naturally present in the world to create useful devices and unique mechanics. It's currently not released yet, but the first public beta will be very soon.", 'status': 'In development', + 'links': { + 'CurseForge page': 'https://minecraft.curseforge.com/projects/natures-aura' + }, 'icon': 'na' }, {