feat(hytale): add new Hytale plugins and localization support

- Introduced two new plugins: Async and ChainLightning, with detailed metadata including images, technologies, and links to Modtale, CurseForge, and GitHub.
- Updated localization files to include new entries for both plugins in English and French, enhancing user accessibility.
- Added images for the new plugins to the public directory.

This commit expands the Hytale plugin offerings and improves the site's multilingual support.
This commit is contained in:
2026-04-28 18:50:55 +02:00
parent d5dbbb6dff
commit 4d19835f5d
6 changed files with 120 additions and 0 deletions
+18
View File
@@ -31,4 +31,22 @@ export const hytaleDemos: HytaleDemo[] = [
tech: ['Java 25', 'Gradle Shadow', 'Hytale API'],
status: 'live',
},
{
id: 'async',
image: '/images/projects/async.png',
modtale: 'https://modtale.net/mod/async',
curseforge: 'https://www.curseforge.com/hytale/mods/async',
github: 'https://github.com/Mr-KayJayDee/async',
tech: ['Kotlin 2.2', 'Coroutines', 'JDK 25', 'Hytale API'],
status: 'live',
featured: true,
},
{
id: 'chain-lightning',
image: '/images/projects/chain-lightning.png',
modtale: 'https://modtale.net/mod/chain-lightning-sceptre',
curseforge: 'https://www.curseforge.com/hytale/mods/chain-lightning-sceptre',
tech: ['Java 25', 'JUnit 5', 'Hytale API'],
status: 'live',
},
]
+44
View File
@@ -47,6 +47,50 @@ export const projects: Omit<Project, 'title' | 'description' | 'longDescription'
},
],
},
{
id: 'async',
image: '/images/projects/async.png',
technologies: ['Kotlin 2.2', 'Coroutines', 'JDK 25', 'Hytale Plugin API', 'Gradle Shadow', 'JUnit 5'],
category: 'Hytale Library',
date: '2026',
featured: true,
buttons: [
{
title: 'Modtale',
link: 'https://modtale.net/mod/async',
},
{
title: 'CurseForge',
link: 'https://www.curseforge.com/hytale/mods/async',
},
{
title: 'GitHub',
link: 'https://github.com/Mr-KayJayDee/async',
},
{
title: 'Gitea',
link: 'https://gitea.kamisama.ovh/kayjaydee/async',
},
],
},
{
id: 'chain-lightning',
image: '/images/projects/chain-lightning.png',
technologies: ['Java 25', 'Hytale Plugin API', 'Gradle Shadow', 'JUnit 5'],
category: 'Hytale Plugin',
date: '2026',
featured: true,
buttons: [
{
title: 'Modtale',
link: 'https://modtale.net/mod/chain-lightning-sceptre',
},
{
title: 'CurseForge',
link: 'https://www.curseforge.com/hytale/mods/chain-lightning-sceptre',
},
],
},
{
id: 'playhours',
image: '/images/projects/playhours.png',