Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.

Commit

Permalink
Fix root advancement title
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtStudioCode committed May 22, 2023
1 parent db76698 commit f3811c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import xyz.xenondevs.vanillahammers.registry.Items
private val ROOT = advancement(VanillaHammers, "root") {
display {
icon(Items.WOODEN_HAMMER)
title(TranslatableComponent("advancement.vanillahammers.root.title"))
title(TranslatableComponent("advancement.vanilla_hammers.root.title"))
description("")
background("minecraft:textures/block/stone.png")

Expand Down

0 comments on commit f3811c0

Please sign in to comment.