Files
PietroSainaghi 35aff91e33 Finally a GIT!
2022-10-06 18:38:10 -07:00

24 lines
814 B
INI

# Configuration file
general {
# Should players be allowed to equip items that are restricted to them. [default: false]
B:allowEquipRestricted=false
# Should players be allowed to hold items that are restricted to them. [default: false]
B:allowHoldingRestricted=false
# Should players be allowed to hold items that have an enchantment they is restricted to them. [default: true]
B:allowHoldingRestrictedEnchant=true
# Should players be allowed to interact (left/right click) with items that are restricted to them. [default: false]
B:allowInteractRestricted=false
# Should restricted items have their tooltips changed? [default: true]
B:changeRestrictionTooltip=true
# Should restricted items be hidden in JEI? [default: true]
B:hideRestrictionsInJEI=true
}