Initial Sync!

This commit is contained in:
2026-07-26 13:21:37 +01:00
parent dcc2b22c5f
commit e6182d37ff
1582 changed files with 87325 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
#Generic settings
[generic]
#Duration in ticks of each step of a crucible recipe.
#Range: 20 ~ 1200
crucibleStepDuration = 100
#Makes it so that the Crucible will not fizzle out unless the recipe has failed, giving players more time to organize and plan their next step and behave more like a turn-based recipe.
turnBasedCrucible = false
#For turn-based Crucible, duration in ticks between each recipe check once the step duration expired.
crucibleBackoff = 40
#Maximum amount of ethereal health (soul half-hearts) an entity can have at once.
#Range: 0 ~ 1000
maxEtherealHealth = 60
#Soul Enchanter
[soulEnchanter]
#How often the Soul Enchanter can apply enchantments on an item (a value below 0 means unlimited)
soulEnchanterMaximumUses = -1
#How many enchantments the item is allowed to have to be applicable for soul enchanting (a value below 0 means unlimited)
soulEnchanterMaximumEnchantments = -1