mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-10 13:51:53 +09:00
brick block crafting
This commit is contained in:
@@ -49,6 +49,16 @@ class ItemClayBall(originalID: ItemID) : LightIngredientBase(originalID) {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Created by minjaesong on 2024-09-13.
|
||||
*/
|
||||
class ItemClayBrick(originalID: ItemID) : LightIngredientBase(originalID) {
|
||||
override var originalName = "ITEM_BRICK_SINGULAR"
|
||||
init {
|
||||
itemImage = CommonResourcePool.getAsItemSheet("basegame.items").get(7,2)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Created by minjaesong on 2024-02-14.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user