Skip to content

Commit

Permalink
Version 1.3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EssentialGGBot committed May 9, 2024
1 parent 3432e3d commit d362a50
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions changelog/release-1.3.2.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Title: Bug Patch
Summary: Minor bug fixes

## Wardrobe
- Added an "unlocked" notification when claiming a free item

## Bug Fixes
- Fixed sending an emoji in the Social Menu causing the menu to not render properly
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ org.gradle.configureondemand=true
org.gradle.parallel.threads=128
org.gradle.jvmargs=-Xmx16G
minecraftVersion=11202
version=1.3.2.2+gc6bc4f09d7
version=1.3.2.3+g6a2d13e09b
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
universalcraft = "337"
elementa = "638"
elementa = "647"
vigilance = "297"
mixinextras = "0.3.5"
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import gg.essential.elementa.components.Window
import gg.essential.elementa.events.UIClickEvent
import gg.essential.gui.EssentialPalette
import gg.essential.gui.common.ContextOptionMenu
import gg.essential.gui.common.sendUnlockedToast
import gg.essential.gui.elementa.state.v2.State
import gg.essential.gui.elementa.state.v2.combinators.map
import gg.essential.gui.elementa.state.v2.set
Expand Down Expand Up @@ -370,6 +371,8 @@ fun claimFreeItemNow(item: Item.CosmeticOrEmote, wardrobeState: WardrobeState) {
if (slot == CosmeticSlot.EMOTE) {
cosmeticsManager.savedEmotes = wardrobeState.emoteWheel.get()
}
sendUnlockedToast(cosmetic.id, wardrobeState.selectedPreviewingEquippedSettings.map { it[item.id] ?: listOf() })
EssentialSoundManager.playPurchaseConfirmationSound()
}
}, Minecraft.getMinecraft().executor)
}
Expand Down

0 comments on commit d362a50

Please sign in to comment.