:PunchTrees:

This commit is contained in:
minjaesong
2023-11-13 18:36:29 +09:00
parent 483f770198
commit f7ce946787
7 changed files with 106 additions and 15 deletions

View File

@@ -0,0 +1,13 @@
package net.torvald.terrarum.itemproperties
/**
* Created by minjaesong on 2023-11-13.
*/
object Item {
const val TREE_STICK = "item@basegame:18"
const val TREE_SEED_OAK = "item@basegame:160"
const val TREE_LOGS_OAK = "item@basegame:168"
}