Skip to content

Commit

Permalink
Fix: Supercraft Spelling (#3005)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunaynx authored Dec 4, 2024
1 parent c6558d0 commit 8089404
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ object GardenVisitorSupercraft {
val neuItem = "GOLD_PICKAXE".toInternalName().getItemStack()
ItemUtils.createItemStack(
neuItem.item,
"§bSuper Craft",
"§bSupercraft",
"§8(From SkyHanni)",
"",
"§7You have the items to craft",
"§7Click me to open the super crafter!",
"§7You have the items to craft.",
"§7Click me to open the supercrafter!",
)
}

Expand Down

0 comments on commit 8089404

Please sign in to comment.