hiding the crafting guide again

This commit is contained in:
minjaesong
2024-03-03 14:04:01 +09:00
parent 33b739f34f
commit 34415f720d
2 changed files with 4 additions and 1 deletions

View File

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

Binary file not shown.