Skip to content

Commit

Permalink
Updated music disc description and prepared build
Browse files Browse the repository at this point in the history
Fixed an issue where the music disc did not credit the author, Firel.
  • Loading branch information
WayofTime committed Apr 25, 2024
1 parent 983fc06 commit bc7948c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
12 changes: 12 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/generated/resources/assets/bloodmagic/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.");

Expand Down Expand Up @@ -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");
Expand Down

0 comments on commit bc7948c

Please sign in to comment.