Module:Blast resistance values: Difference between revisions
m Undo revision 1348854 by User 100251833 (talk) unneeded change (especially for a purely data module), plus it broke the code |
Split the table |
||
| Line 1: | Line 1: | ||
_G= { | |||
['barrier'] = '18,000,003', | ['barrier'] = '18,000,003', | ||
['bedrock'] = '18,000,000', | ['bedrock'] = '18,000,000', | ||
| Line 313: | Line 313: | ||
['technicalblocks'] = '0', | ['technicalblocks'] = '0', | ||
['structurevoid'] = '0', | ['structurevoid'] = '0', | ||
_G=_G -- Mandatory | |||
} | } | ||
-- Make changes below, blockid='value' | |||
-- Don't modify below this line | |||
return _G | |||