TNT minecart and activator rail no longer WIP

This commit is contained in:
Wuzzy 2020-01-30 22:31:44 +01:00
parent 9dc9c12f29
commit 1d2da1f01a
4 changed files with 27 additions and 29 deletions

View file

@ -94,7 +94,7 @@ function tsm_railcorridors.get_treasures(pr)
items = {
{ 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:activator_rail", weight = 5, amount_min = 1, amount_max = 4 },
{ 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 },
}