diff options
author | Vitaliy <silverunicorn2011@yandex.ru> | 2018-07-21 20:11:12 +0300 |
---|---|---|
committer | SmallJoker <SmallJoker@users.noreply.github.com> | 2018-07-21 19:11:12 +0200 |
commit | d1b54a573c6287ea1d63b9c3f979c39058b1331a (patch) | |
tree | 84bf4c48b93d94cfbebf6c4cab29deb368068a0d /technic/radiation.lua | |
parent | f013d2dd1f76fe1e84203a81210b9a9b1987fbdd (diff) |
Use tin from MTG instead of `moreores` (#401)
Register tin dust unconditionally
Diffstat (limited to 'technic/radiation.lua')
-rw-r--r-- | technic/radiation.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/technic/radiation.lua b/technic/radiation.lua index 722b0ac..a4c49c6 100644 --- a/technic/radiation.lua +++ b/technic/radiation.lua @@ -54,6 +54,7 @@ local rad_resistance_node = { ["default:lava_source"] = 17, ["default:mese"] = 21, ["default:mossycobble"] = 15, + ["default:tinblock"] = 37, ["pbj_pup:pbj_pup"] = 10000, ["pbj_pup:pbj_pup_candies"] = 10000, ["gloopblocks:rainbow_block_diagonal"] = 5000, @@ -76,6 +77,7 @@ local rad_resistance_node = { ["default:stone_with_gold"] = 34, ["default:stone_with_iron"] = 20, ["default:stone_with_mese"] = 17, + ["default:stone_with_tin"] = 19, ["default:stonebrick"] = 17, ["default:water_flowing"] = 2.8, ["default:water_source"] = 5.6, @@ -141,10 +143,8 @@ local rad_resistance_node = { ["moreblocks:wood_tile_up"] = 1.7, ["moreores:mineral_mithril"] = 18, ["moreores:mineral_silver"] = 21, - ["moreores:mineral_tin"] = 19, ["moreores:mithril_block"] = 26, ["moreores:silver_block"] = 53, - ["moreores:tin_block"] = 37, ["snow:snow_brick"] = 2.8, ["technic:brass_block"] = 43, ["technic:carbon_steel_block"] = 40, |