Use mapgen alias for dirt node

master
Wuzzy 2017-05-13 14:18:50 +02:00
parent 45a920f124
commit 4b95ed3433
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
-- in which you need to change the node names.
tsm_railcorridors.nodes = {
dirt = "default:dirt",
dirt = "mapgen_dirt",
chest = "default:chest",
rail = "default:rail",
torch_floor = "default:torch",