User Tools

Site Tools


tutorial:lang

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
Next revisionBoth sides next revision
tutorial:lang [2019/07/24 17:13] – added escaping % fudgetutorial:lang [2021/02/11 07:13] – [Translation format] Stat type added arbee
Line 87: Line 87:
 | Fluid | <code> fluid.<modid>.<registry-id> </code> || | Fluid | <code> fluid.<modid>.<registry-id> </code> ||
 | SoundEvent | <code> sound_event.<modid>.<registry-id> </code> || | SoundEvent | <code> sound_event.<modid>.<registry-id> </code> ||
-| StatusEffect | <code> mob_effect.<modid>.<registry-id> </code> ||+| StatusEffect | <code> effect.<modid>.<registry-id> </code> ||
 | Enchantment | <code> enchantment.<modid>.<registry-id> </code> || | Enchantment | <code> enchantment.<modid>.<registry-id> </code> ||
-| EntityType | <code> entity_type.<modid>.<registry-id> </code> || +| EntityType | <code> entity.<modid>.<registry-id> </code> ||
-| Potion | <code> potion.<modid>.<registry-id> </code> ||+
 | Biome | <code> biome.<modid>.<registry-id> </code> || | Biome | <code> biome.<modid>.<registry-id> </code> ||
 +| Stat | <code> stat.<modid>.<registry-id> </code> ||
  
 For types not in this list, see ''net.minecraft.util.registry.Registry.java''. For types not in this list, see ''net.minecraft.util.registry.Registry.java''.
tutorial/lang.txt · Last modified: 2024/02/06 10:26 by rawdiamondmc