Skip to content

Commit ec34793

Browse files
committed
Update description
1 parent 7d52a4f commit ec34793

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@
772772
"title": "Text Generator",
773773
"icon": "text_format",
774774
"author": "SirJain",
775-
"description": "Generates Minecraft-styled text in cubes.",
775+
"description": "Generates blocky text in cubes.",
776776
"about": "This plugin adds a button under the `Tools` menu that allows you to generate Minecraft-like text.\n## How to use\nTo use this plugin, go to `Tools > Generate Text`. Simply enter some text, configure your settings how you like, and press `Generate`!\n\nPlease report any bugs or suggestions you may have.",
777777
"tags": ["Deprecated", "Minecraft", "Font"],
778778
"version": "2.0.1",

plugins/mc_text_generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
title: name,
2323
icon,
2424
author,
25-
description: "Generates Minecraft-styled text in cubes.",
25+
description: "Generates blocky text in cubes.",
2626
about: "This plugin adds a button under the `Tools` menu that allows you to generate Minecraft-like text.\n## How to use\nTo use this plugin, go to `Tools > Generate Text`. Simply enter some text, configure your settings how you like, and press `Generate`!\n\nPlease report any bugs or suggestions you may have.",
2727
tags: ["Deprecated", "Minecraft", "Font"],
2828
version: "2.0.1",

0 commit comments

Comments
 (0)