diff --git a/data/modData.ts b/data/modData.ts index 0093819..51abcf3 100644 --- a/data/modData.ts +++ b/data/modData.ts @@ -36,9 +36,11 @@ export const projectNublarInfo: ModInfoType = { { name: "thebradqq", role: "Modeler & Texturer"}, { name: "MX", role: "animator"}, { name: "rodentman87", role: "programmer"}, - { name: "elyasisly", role: "sound artist"}, + { name: "omar_tuareg", role: "animator"}, { name: "Mr.BizarreMegaloceros", role: "modeler"}, - { name: "fred", role: "texturer"} + { name: "fred", role: "texturer"}, + { name: "Nyfaria", role: "programmer"} + ], image: "/images/project_nublar/squad.jpg", guides: [ diff --git a/data/team.ts b/data/team.ts index 64ffd89..7d1e7c7 100644 --- a/data/team.ts +++ b/data/team.ts @@ -154,12 +154,12 @@ export const currentMembers: CurrentMemberType[] = [ ] }, { - "name": "Elyasisly", + "name": "Omar_Tuareg", "imageName": "elyasisly.jpg", - "roles": ["sound_artist"], + "roles": ["animator"], "socials": [ - { "platform": "discord", "link": "Elyasisly#5933" }, - { "platform": "twitter", "link": "https://twitter.com/Ely27290042" }, + { "platform": "discord", "link": "omarafrika" }, + { "platform": "twitter", "link": "https://twitter.com/omar_tuareg" }, { "platform": "github", "link": "https://github.com/Elysisy" } ] }, @@ -182,6 +182,24 @@ export const currentMembers: CurrentMemberType[] = [ { "platform": "twitter", "link": "https://twitter.com/_ItzFred" }, { "platform": "github", "link": "https://github.com/ItzFred" } ] + }, + { + "name": "Nyfaria", + "imageName": "nyfaria.png", + "roles": ["programmer"], + "socials": [ + { "platform": "discord", "link": "nyfaria" }, + { "platform": "twitter", "link": "https://twitter.com/TheNyfaria" }, + { "platform": "github", "link": "https://github.com/Nyfaria" } + ] + }, + { + "name": "ItsMeNotjames", + "imageName": "itsmenotjames.png", + "roles": ["programmer"], + "socials": [ + { "platform": "discord", "link": "itsmenotjames" } + ] } ] diff --git a/pages/mods/projectnublar.tsx b/pages/mods/projectnublar.tsx index 4dd5583..60c7c56 100644 --- a/pages/mods/projectnublar.tsx +++ b/pages/mods/projectnublar.tsx @@ -29,12 +29,12 @@ const DumbLibraryPage = () => {

Requirements

-
Project Nublar Requires DumbLibary, which can be found on it‘s mod page
here
.
+
Project Nublar Requires Geckolib and SmartBrainlib, which can be found on Curseforge.

Release Date

-

DumbCode plans to release a single beta for Project Nublar for Forge 1.16.4, after which all development will move to the lastest forge version.
No dates have been set for release or the beta.

+

DumbCode plans to release a single beta for Project Nublar for (Neo)Forge/Fabric 1.20.1, after which all development will move to the lastest NeoForge and Fabric versions.
No dates have been set for release or the beta.

diff --git a/public/images/people/itsmenotjames.png b/public/images/people/itsmenotjames.png new file mode 100644 index 0000000..d03b8f8 Binary files /dev/null and b/public/images/people/itsmenotjames.png differ diff --git a/public/images/people/nyfaria.png b/public/images/people/nyfaria.png new file mode 100644 index 0000000..b0690bb Binary files /dev/null and b/public/images/people/nyfaria.png differ