From 70f7449d25d3a16e5e60f4a18fc29af04d6f130e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?b=CA=B0edoh=E2=82=82=20sw=C3=A9?= Date: Tue, 18 Aug 2026 03:28:26 +0300 Subject: [PATCH] Write the correct description. --- .../sib/bedohswe/hellofabric/modloader/GameProviderImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/sib/bedohswe/hellofabric/modloader/GameProviderImpl.java b/app/src/main/java/sib/bedohswe/hellofabric/modloader/GameProviderImpl.java index da3d889..0098bd1 100644 --- a/app/src/main/java/sib/bedohswe/hellofabric/modloader/GameProviderImpl.java +++ b/app/src/main/java/sib/bedohswe/hellofabric/modloader/GameProviderImpl.java @@ -65,7 +65,7 @@ public class GameProviderImpl implements GameProvider { .setName(getGameName()) .addAuthor("bʰedoh₂ swé", contactMap) .setContact(new ContactInformationImpl(contactMap)) - .setDescription("Highly moddable Wayland implentation in Java."); + .setDescription("Moddable application template."); BuiltinMod mod = new BuiltinMod(Collections.singletonList(appJar), modMetadata.build());