mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 03:54:06 +09:00
more work on the Terminal, ComputerCraft compatibility layer (wip), quarried stone texture
Former-commit-id: 1fd1b5ce05663dd41d6077077b64e08ac0f1b5a0 Former-commit-id: bd52729417fc4dfcd8ad11f00d34507943156a83
This commit is contained in:
@@ -29,7 +29,7 @@ object TilePropCodex {
|
||||
|
||||
try {
|
||||
// todo verify CSV using pre-calculated SHA256 hash
|
||||
val records = CSVFetcher(CSV_PATH)
|
||||
val records = CSVFetcher.readFromString(TilePropCSV.text)
|
||||
|
||||
println("[TilePropCodex] Building tile properties table")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user