gems item sprite change

This commit is contained in:
minjaesong
2024-02-19 03:16:16 +09:00
parent 165a9b4e88
commit b9e7a4ba84
5 changed files with 9 additions and 9 deletions

View File

@@ -344,7 +344,7 @@ class UICrafting(val full: UIInventoryFull?) : UICanvas(
addUIitem(spinnerCraftCount)
addUIitem(buttonCraft)
// temporarily disabled for 0.4 release
if (TerrarumAppConfiguration.VERSION_RAW >= 0x0000_000005_000000) {
if (TerrarumAppConfiguration.VERSION_RAW >= 0x0000_000004_000001) {
addUIitem(menuButtonCraft)
addUIitem(menuButtonTechView)
}