forked from copygirl/heck
parent
23caf1fba9
commit
bd11603154
2 changed files with 35 additions and 0 deletions
@ -0,0 +1,22 @@ |
||||
#Amount of lapis lazuli taken as cost for rerolling enchantments. Set to 0 to disable this kind of cost. |
||||
#Requires "reroll_enchantments" to be set to "WITH_COST". |
||||
#Range: 0 ~ 64 |
||||
reroll_lapis_cost = 1 |
||||
#Amount of enchantment levels taken as cost for rerolling enchantments. Set to 0 to disable this kind of cost. |
||||
#Requires "reroll_enchantments" to be set to "WITH_COST". |
||||
#Range: > 0 |
||||
reroll_level_cost = 0 |
||||
#Re-roll possible enchantments in an enchanting table every time an item is placed into the enchanting slot. |
||||
#Allowed Values: FREE, WITH_COST, NEVER |
||||
reroll_enchantments = "WITH_COST" |
||||
#Choose how many enchantments are shown on the enchanting tooltip, if any at all. |
||||
#Allowed Values: NONE, SINGLE, ALL |
||||
show_enchantments = "ALL" |
||||
#Amount of bookshelves required to perform enchantments at the highest level. |
||||
#Range: > 0 |
||||
enchanting_power = 15 |
||||
#Blocks without a collision shape do not block bookshelves placed behind from counting towards current enchanting power. |
||||
lenient_bookshelves = true |
||||
#Only allow items that can be enchanted to be placed into the enchanting slot of an enchanting table. Useful when inserting items automatically with a hopper. |
||||
filter_enchanting_input = true |
||||
|
@ -0,0 +1,13 @@ |
||||
name = "Easy Magic" |
||||
filename = "EasyMagic-v3.3.0-1.18.2-Forge.jar" |
||||
side = "both" |
||||
|
||||
[download] |
||||
hash-format = "sha1" |
||||
hash = "cbc3b613aa55c4a698b4d4e50ea54f192ac90f02" |
||||
mode = "metadata:curseforge" |
||||
|
||||
[update] |
||||
[update.curseforge] |
||||
file-id = 3671353 |
||||
project-id = 456239 |
Loading…
Reference in new issue