diff --git a/changelog.txt b/changelog.txt index 5d3a5d8ec..ccf8e6090 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,15 @@ +------------------------------------------------------ +Version 3.3.3 +------------------------------------------------------ +- Updated the description of the music disc to properly credit Firel. +- Added the "Gilded" Living Armour Upgrade, which pacifies Piglins when equiped. Trained by giving Gold Ingots directly to piglins. +- Updated the death messages for dying to the Well of Suffering or the Sacrificial Knife. +- Deregistered the SPectral Block's item. + -> Stop placing random things out of your test worlds! ;-; +- Modified some miscilaneous Curios stuff. +- Removed the fact that sacrificial damage would stop momentum. + + ------------------------------------------------------ Version 3.3.2 ------------------------------------------------------ diff --git a/gradle.properties b/gradle.properties index 10c92bd64..5558adc4c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ mapping_channel=official mapping_version=1.20.1 mod_id=bloodmagic -mod_version=3.3.1-43 +mod_version=3.3.3-45 mod_name=Blood Magic # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=All Rights Reserved diff --git a/src/generated/resources/assets/bloodmagic/lang/en_us.json b/src/generated/resources/assets/bloodmagic/lang/en_us.json index b575ba136..3749d9801 100644 --- a/src/generated/resources/assets/bloodmagic/lang/en_us.json +++ b/src/generated/resources/assets/bloodmagic/lang/en_us.json @@ -195,7 +195,7 @@ "item.bloodmagic.basiccuttingfluid": "Basic Cutting Fluid", "item.bloodmagic.blankslate": "Blank Slate", "item.bloodmagic.bleedingedge": "Hellforged Record", - "item.bloodmagic.bleedingedge.desc": "Bleeding Edge of the Hidden Realm", + "item.bloodmagic.bleedingedge.desc": "Firel - Bleeding Edge of the Hidden Realm", "item.bloodmagic.bloodlightsigil": "Sigil of the Blood Lamp", "item.bloodmagic.bow_power_anointment": "Iron Tip", "item.bloodmagic.bow_power_anointment_2": "Iron Tip II", diff --git a/src/main/java/wayoftime/bloodmagic/common/data/GeneratorLanguage.java b/src/main/java/wayoftime/bloodmagic/common/data/GeneratorLanguage.java index 1ac6281b2..c99dc7390 100644 --- a/src/main/java/wayoftime/bloodmagic/common/data/GeneratorLanguage.java +++ b/src/main/java/wayoftime/bloodmagic/common/data/GeneratorLanguage.java @@ -89,7 +89,7 @@ protected void addTranslations() add("tooltip.bloodmagic.soulGem.grand", "A gem used to contain a large amount of will."); add("tooltip.bloodmagic.soulSnare.desc", "Throw at a monster and then kill them to obtain their demonic will."); add("tooltip.bloodmagic.willGauge", "A strange device that can measure the Demon Will in the Aura."); - add("item.bloodmagic.bleedingedge.desc", "Bleeding Edge of the Hidden Realm"); + add("item.bloodmagic.bleedingedge.desc", "Firel - Bleeding Edge of the Hidden Realm"); add("tooltip.bloodmagic.syntheticpoint.desc", "A synthetic living armour point. It's... wriggling."); @@ -126,7 +126,6 @@ protected void addTranslations() add("tooltip.bloodmagic.arctool.craftspeed", "Increases crafting speed by: x%s."); add("tooltip.bloodmagic.arctool.uses", "Uses remaining: %s."); - add("tooltip.bloodmagic.experienceTome", "A book used to store experience."); add("tooltip.bloodmagic.experienceTome.exp", "Exp: %0.3f"); add("tooltip.bloodmagic.experienceTome.expLevel", "Level: %d");