mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 03:54:06 +09:00
better lang for buckets
This commit is contained in:
@@ -39,9 +39,9 @@ open class ItemFluidStoragePrototype(originalID: ItemID, sheetX: Int, sheetY: In
|
||||
@Transient private val fluid = if (sheetX == 0) null else "fluid@$module:$sheetX"
|
||||
|
||||
override var originalName = if (fluid != null)
|
||||
"${FluidCodex[fluid].nameKey}>>=${keyInLang}_WITH"
|
||||
"${FluidCodex[fluid].nameKey}>>=ITEM_BUCKET_TEMPLATE>>=$keyInLang"
|
||||
else
|
||||
keyInLang
|
||||
"NULSTR>>=$keyInLang"
|
||||
|
||||
init {
|
||||
itemImage = CommonResourcePool.getAsItemSheet(sheetName).get(sheetX,sheetY)
|
||||
|
||||
Reference in New Issue
Block a user