Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions data/modData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
26 changes: 22 additions & 4 deletions data/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]
},
Expand All @@ -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" }
]
}
]

Expand Down
4 changes: 2 additions & 2 deletions pages/mods/projectnublar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ const DumbLibraryPage = () => {

<section className="mt-10">
<h1 className="text-3xl text-white">Requirements</h1>
<div className="text-neutral-500">Project Nublar Requires DumbLibary, which can be found on it&lsquo;s mod page <div className="underline inline-block"><Link href="/mods/dumblibrary" >here</Link></div>.</div>
<div className="text-neutral-500">Project Nublar Requires Geckolib and SmartBrainlib, which can be found on Curseforge.</div>
</section>

<section className="mt-10">
<h1 className="text-3xl text-white">Release Date</h1>
<p className="text-neutral-500">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.<br />No dates have been set for release or the beta.</p>
<p className="text-neutral-500">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.<br />No dates have been set for release or the beta.</p>
</section>

<section className="mt-10 mb-20">
Expand Down
Binary file added public/images/people/itsmenotjames.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/people/nyfaria.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.