mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 12:04:06 +09:00
wires are now separated from blocks
This commit is contained in:
@@ -223,11 +223,9 @@ object ModMgr {
|
||||
|
||||
|
||||
object GameBlockLoader {
|
||||
val blockPath = "blocks/"
|
||||
|
||||
@JvmStatic operator fun invoke(module: String) {
|
||||
BlockCodex(module, blockPath + "blocks.csv")
|
||||
WireCodex(module, blockPath + "wires.csv")
|
||||
BlockCodex(module, "blocks/blocks.csv")
|
||||
WireCodex(module, "wires/wires.csv")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user