recipe for engraving workbench

This commit is contained in:
minjaesong
2024-03-22 22:27:47 +09:00
parent c87bd182b0
commit 844ec6bd4f
2 changed files with 10 additions and 1 deletions

View File

@@ -30,6 +30,10 @@ class ItemTextSignCopper(originalID: ItemID) : FixtureItemBase(originalID, "net.
override var baseToolSize: Double? = baseMass
override var originalName = "ITEM_COPPER_SIGN"
init {
stackable = false
}
@Transient override val makeFixture: () -> FixtureBase = {
FixtureTextSignCopper(
extra.getAsString("signContent") ?: "",