Skip to content

Commit

Permalink
Added enchantment names
Browse files Browse the repository at this point in the history
  • Loading branch information
sp614x committed Dec 9, 2016
1 parent 0f41654 commit 0972f6b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions OptiFineDoc/doc/cit_single.properties
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ damageMask=<bitmask>
# stack size is a certain value or range.
stackSize=<stack sizes 0-65535>

# (Optional) List of enchantment IDs and levels.
# (Optional) List of enchantment IDs or names.
# The enchantment names may be short ("flame") or full ("minecraft:flame").
# For reference, the vanilla enchantment IDs are
# 0: Protection
# 1: Fire Protection
Expand All @@ -122,13 +123,16 @@ stackSize=<stack sizes 0-65535>
# 49: Punch
# 50: Flame
# 51: Infinity
enchantmentIDs=<enchantment IDs 0-255>
enchantmentIDs=<enchantment IDs 0-255 or names>

# (Optional) List of enchantment levels.
enchantmentLevels=<enchantment levels 0-255>

# Examples:
# Match Silk Touch, any level:
# enchantmentIDs=33
# Match Flame or Fire Aspect, level 3 or higher:
# enchantmentIDs=20 50
# enchantmentIDs=flame minecraft:fire_aspect
# enchantmentLevels=3-
# Match any enchantment, with 8-10 total levels across all enchantments:
# enchantmentLevels=8-10
Expand Down

0 comments on commit 0972f6b

Please sign in to comment.