diff --git a/Readme.md b/Readme.md index 9b5453b..4bf3a69 100644 --- a/Readme.md +++ b/Readme.md @@ -15,4 +15,6 @@ This modpack has been designed with the [SkCraft launcher toolkit](https://githu * Wireless base range upped to 32 * Charged quartz chance upped to 0.1 * Disable update notification - +* Blood Magic: + * Allow waila to see info if divination sigil in inventory + * Lower damage done from sacraficial dagger to 1 from 2 diff --git a/src/config/BloodMagic/BloodMagic.cfg b/src/config/BloodMagic/BloodMagic.cfg index 6c0dcee..359d28e 100644 --- a/src/config/BloodMagic/BloodMagic.cfg +++ b/src/config/BloodMagic/BloodMagic.cfg @@ -23,7 +23,7 @@ EntityOcelot;100 EntityPig;100 EntityRabbit;100 - EntityArmorStand;0 + EntityArmorStand;1000 EntitySentientSpecter;0 > } @@ -60,7 +60,7 @@ compatibility { # 0 - Always display information # 1 - Only display when Divination/Seer sigil is in hand. # 2 - Only display when Divination/Seer sigil is in inventory [range: 0 ~ 2, default: 1] - I:wailaAltarDisplayMode=1 + I:wailaAltarDisplayMode=2 } thaumcraft { @@ -90,7 +90,7 @@ general { I:sacrificialDaggerConversion=100 # Damage done from using the Sacrificial Dagger [range: 0 ~ 10000, default: 2] - I:sacrificialDaggerDamage=2 + I:sacrificialDaggerDamage=1 # Base multiplier for the Coat of Arms. DamageDealt * sacrificialPackConversion [range: 0 ~ 100, default: 20] I:sacrificialPackConversion=20