mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-12 06:41:51 +09:00
recipe for engraving workbench
This commit is contained in:
@@ -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") ?: "",
|
||||
|
||||
Reference in New Issue
Block a user