Skip to content

Commit

Permalink
Static invocation
Browse files Browse the repository at this point in the history
Signed-off-by: Hendrix-Shen <[email protected]>
  • Loading branch information
Hendrix-Shen committed Jul 13, 2024
1 parent 2060466 commit d7ff15e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public class VillageTradeEnchantedBookInfo {
}

//#if MC > 12006
//$$ ret.add(((MutableComponent) entry.getKey().value().getFullname(entry.getKey(), entry.getIntValue())).withStyle(enchantment_level_color));
//$$ ret.add(((MutableComponent) Enchantment.getFullname(entry.getKey(), entry.getIntValue())).withStyle(enchantment_level_color));
//#elseif MC > 12004
//$$ ret.add(((MutableComponent) entry.getKey().value().getFullname(entry.getIntValue())).withStyle(enchantment_level_color));
//#elseif MC > 11502
Expand Down

0 comments on commit d7ff15e

Please sign in to comment.