Add detector rails in railcorridor chests

This commit is contained in:
Wuzzy 2017-09-02 17:22:43 +02:00
parent ba8e02d713
commit f449f4637b
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ function tsm_railcorridors.get_treasures(pr)
{ itemstring = "mcl_minecarts:rail", weight = 20, amount_min = 4, amount_max = 8 },
{ itemstring = "mcl_torches:torch", weight = 15, amount_min = 1, amount_max = 16 },
{ itemstring = "mcl_minecarts:rail", weight = 5, amount_min = 1, amount_max = 4 }, -- TODO: Activator Rail
{ itemstring = "mcl_minecarts:rail", weight = 5, amount_min = 1, amount_max = 4 }, -- TODO: Detector Rail
{ itemstring = "mcl_minecarts:detector_rail", weight = 5, amount_min = 1, amount_max = 4 },
{ itemstring = "mcl_minecarts:golden_rail", weight = 5, amount_min = 1, amount_max = 4 },
}
}}, pr)