User Tools

Site Tools


tutorial:enchantments

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tutorial:enchantments [2024/08/23 13:47] solidblocktutorial:enchantments [2024/08/23 13:52] (current) – [Adding Translations] solidblock
Line 4: Line 4:
 Since 1.21, enchantments has been data-driven, which means you should define them in data-packs, instead of in the codes. Please see [[https://minecraft.wiki/w/Enchantment_definition|Enchantment definition Minecraft page]] for details. Since 1.21, enchantments has been data-driven, which means you should define them in data-packs, instead of in the codes. Please see [[https://minecraft.wiki/w/Enchantment_definition|Enchantment definition Minecraft page]] for details.
  
-To use the enchantments in vanilla, you should just store ''RegistryKey'' objects of the enchantment.+To use the enchantments in code, you should just store ''RegistryKey'' objects of the enchantment.
 <code java TutorialEnchantments> <code java TutorialEnchantments>
 public final class TutorialEnchantments { public final class TutorialEnchantments {
Line 130: Line 130:
 ===== Adding Translations ===== ===== Adding Translations =====
 =) This part works both versions since 1.21 and before 1.21. =) This part works both versions since 1.21 and before 1.21.
 +
 You'll need to add a translation to your enchantment as well. Head over to your [[tutorial:lang|mod lang file]] and add a new entry: You'll need to add a translation to your enchantment as well. Head over to your [[tutorial:lang|mod lang file]] and add a new entry:
  
-<code javascript>+<code javascript resources/data/tutorial/lang/en_us.json>
 { {
     "enchantment.tutorial.frost": "Frost"     "enchantment.tutorial.frost": "Frost"
tutorial/enchantments.1724420828.txt.gz · Last modified: 2024/08/23 13:47 by solidblock