mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 19:44:05 +09:00
code refactor to clarify the state of item being dynamic
fix: simple item cell not showing itemcount for stackable and canbedynamic items
This commit is contained in:
@@ -40,7 +40,7 @@ object MusicDiscHelper {
|
||||
open class MusicDiscPrototype(originalID: ItemID, module: String, path: String) : ItemFileRef(originalID) {
|
||||
override var refPath = path
|
||||
override var refModuleName = module
|
||||
override val isDynamic = false
|
||||
override val canBeDynamic = false
|
||||
@Transient override var ref = ModMgr.getFile(refModuleName, refPath)
|
||||
override var mediumIdentifier = "music_disc"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user