You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/apotheosis/enchantments.cfg
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1846,3 +1846,26 @@
1846
1846
}
1847
1847
1848
1848
1849
+
"draconicevolution:reaper" {
1850
+
# The max level of this enchantment - originally 5.
1851
+
# Default: 9; Range: [1 ~ 127]
1852
+
I:"Max Level"=9
1853
+
1854
+
# The max level of this enchantment available from loot sources.
1855
+
# Default: 5; Range: [1 ~ 127]
1856
+
I:"Max Loot Level"=5
1857
+
1858
+
# The enforced effective max level of this enchantment. Regardless of NBT and other buffs, this enchantment will never exceed this level. -1 to disable.
1859
+
# Default: -1; Range: [-1 ~ 127]
1860
+
I:"Forced Level Cap"=-1
1861
+
1862
+
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples
1863
+
# Default:
1864
+
S:"Max Power Function"=
1865
+
1866
+
# A function to determine the min enchanting power.
Copy file name to clipboardExpand all lines: config/apotheosis/name_generation.cfg
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1279,6 +1279,27 @@ tools {
1279
1279
# Default: [
1280
1280
S:ZANITE <
1281
1281
>
1282
+
1283
+
# A list of material-based prefix names for this material group. May be empty.
1284
+
# Items in this group: draconicevolution:wyvern_shovel, draconicevolution:wyvern_hoe, draconicevolution:wyvern_pickaxe, draconicevolution:wyvern_axe, draconicevolution:wyvern_sword
1285
+
#
1286
+
# Default: [
1287
+
S:draconicevolution_wyvern_shovel <
1288
+
>
1289
+
1290
+
# A list of material-based prefix names for this material group. May be empty.
1291
+
# Items in this group: draconicevolution:draconic_shovel, draconicevolution:draconic_hoe, draconicevolution:draconic_pickaxe, draconicevolution:draconic_axe, draconicevolution:draconic_sword, draconicevolution:draconic_staff
1292
+
#
1293
+
# Default: [
1294
+
S:draconicevolution_draconic_shovel <
1295
+
>
1296
+
1297
+
# A list of material-based prefix names for this material group. May be empty.
1298
+
# Items in this group: draconicevolution:chaotic_shovel, draconicevolution:chaotic_hoe, draconicevolution:chaotic_pickaxe, draconicevolution:chaotic_axe, draconicevolution:chaotic_sword, draconicevolution:chaotic_staff
1299
+
#
1300
+
# Default: [
1301
+
S:draconicevolution_chaotic_shovel <
1302
+
>
1282
1303
}
1283
1304
1284
1305
@@ -1623,7 +1644,7 @@ armors {
1623
1644
>
1624
1645
1625
1646
# A list of material-based prefix names for this material group. May be empty.
1626
-
# Items in this group: minecraft:diamond_helmet, minecraft:diamond_chestplate, minecraft:diamond_leggings, minecraft:diamond_boots, minecraft:diamond_horse_armor
1647
+
# Items in this group: minecraft:diamond_helmet, minecraft:diamond_chestplate, minecraft:diamond_leggings, minecraft:diamond_boots, minecraft:diamond_horse_armor, draconicevolution:wyvern_chestpiece, draconicevolution:draconic_chestpiece, draconicevolution:chaotic_chestpiece
0 commit comments