Skip to content
This repository was archived by the owner on Jun 22, 2022. It is now read-only.

Commit f3b83b6

Browse files
authored
Merge Fix Copy Unformatted
Fix Copy Unformatted
2 parents 19a8225 + 7600f34 commit f3b83b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/codeutilities/mod/commands/impl/item/ItemdataCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public void register(MinecraftClient mc, CommandDispatcher<FabricClientCommandSo
3838
LiteralText msg6 = new LiteralText("§5 version!");
3939

4040
msg2.styled((style) -> style.withClickEvent(new ClickEvent(Action.RUN_COMMAND, "/copytxt " + formatted)));
41-
msg3.styled((style) -> style.withClickEvent(new ClickEvent(Action.RUN_COMMAND, "/copytxt " + formatted)));
41+
msg3.styled((style) -> style.withClickEvent(new ClickEvent(Action.RUN_COMMAND, "/copytxt " + unformatted)));
4242
msg5.styled((style) -> style.withClickEvent(new ClickEvent(Action.RUN_COMMAND, "/copytxt " + "/dfgive " + Registry.ITEM.getId(item.getItem()) + unformatted + " 1")));
4343

4444
this.sendMessage(mc, msg1.append(msg2).append(msg3).append(msg4).append(msg5).append(msg6));

0 commit comments

Comments
 (0)