Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New MV Hydro Machine #412

Merged
merged 22 commits into from
Aug 25, 2018

Commits on Feb 5, 2018

  1. New MV hydro with upgraded power

    The LV hydro is easy to make giving lot of power. The New hydro MV will put a tier system to it; thereby giving more incentive to player to pursue MV hydro plus a little survival aspect. This is a result of [Detailed discussion which is here](minetest-mods#411). Thanks to VanessaE for a good talk and support :)
    tanmayameher committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    07953dd View commit details
    Browse the repository at this point in the history
  2. Reduced power production for a MV hydro

    The LV hydro is easy to make giving lot of power. The New hydro MV will put a tier system to it; thereby giving more incentive to player to pursue MV hydro plus a little survival aspect. This is a result of [Detailed discussion which is here](minetest-mods#411). Thanks to VanessaE for a good talk and support and enthusiasm to make one :) This will now produce around 175 EU (in between 150-200, so basically average). The MV hydro will give 10x more power than this one. :)
    tanmayameher committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    366e803 View commit details
    Browse the repository at this point in the history
  3. New texture to compliment the MV Hydro

    The LV hydro is easy to make giving lot of power. The New hydro MV will put a tier system to it; thereby giving more incentive to player to pursue MV hydro plus a little survival aspect. This is a result of [Detailed discussion which is here](minetest-mods#411). Thanks to VanessaE for a good talk and support :)
    tanmayameher committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    1e9172d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Changed the generation per flow unit not max flow

    Thanks to [numberZero](https://github.com/numberZero) for a lot of clarification. Changed the generation per flow unit rather than the maximum flow.
    tanmayameher committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    5855d9f View commit details
    Browse the repository at this point in the history
  2. Some Error correction and Update

    According to the discussion and clarification by @numberZero; Some errors and update has been done. Please refer to [HERE](minetest-mods#412)
    tanmayameher committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    782410d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Update hydro_turbine.lua

    Some edits and corrections. Refer to the discussion and suggestions [HERE](minetest-mods#412)
    tanmayameher committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    431b05f View commit details
    Browse the repository at this point in the history
  2. Updated Ores section with Lead and Sulfur

    Since Lead and Sulfur are missing from manual and they play an important role in making RE battery i thought it will be important to add them to Manual. Plus, Lead blocks got a place now in HV nuclear reactor layout.
    tanmayameher committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    c70ecc0 View commit details
    Browse the repository at this point in the history
  3. Updated ores section with lead and sulfur

    Since Lead and Sulfur are missing from manual and they play an important role in making RE battery i thought it will be important to add them to Manual. Plus, Lead blocks got a place now in HV nuclear reactor layout.
    tanmayameher committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    ce626a5 View commit details
    Browse the repository at this point in the history
  4. Updated ores section with Lead and Sulfur

    Since Lead and Sulfur are missing from manual and they play an important role in making RE battery i thought it will be important to add them to Manual. Plus, Lead blocks got a place now in HV nuclear reactor layout.
    tanmayameher committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    4d15781 View commit details
    Browse the repository at this point in the history
  5. Update water_mill.lua

    lava node initialization not needed with water mill
    tanmayameher committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    febc5eb View commit details
    Browse the repository at this point in the history
  6. Update water_mill.lua

    Lava node initialization is not needed in water mill
    tanmayameher committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    7ec3ca2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1 from tanmayameher/MT-technic-dedicated

    updation of 2 branches unnecessarily created
    tanmayameher committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    c2d0d60 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2 from tanmayameher/MT-technic-manual

    merging my own branches
    tanmayameher committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    a27a9b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. Configuration menu
    Copy the full SHA
    d979143 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from tanmayameher/revert-2-MT-technic-manual

    Revert "merging my own branches"
    tanmayameher committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    db28ab8 View commit details
    Browse the repository at this point in the history
  3. Update water_mill.lua

    Changing the eu_supply formula accordingly. Refer to [PR review](minetest-mods#412 (review))
    tanmayameher committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    ae430d5 View commit details
    Browse the repository at this point in the history
  4. Update init.lua

    Correction in formatting. Refer to [PR review](minetest-mods#412 (review))
    tanmayameher committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    c835ebe View commit details
    Browse the repository at this point in the history
  5. Remove redundant check

    numberZero committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    1020f67 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5 from numberZero/patch-2

    Remove redundant check. Lol, forgot this one. Yes. Thanks 👍
    tanmayameher committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    d6ab903 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2018

  1. Update hydro_turbine.lua

    Changes for proper indentation and river water update.
    tanmayameher committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    59e7ba7 View commit details
    Browse the repository at this point in the history
  2. Updated new texture for hydroturbine

    Texture updated after crushing it with pngcrush.
    tanmayameher committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    c2478fe View commit details
    Browse the repository at this point in the history
  3. Update hydro_turbine.lua

    Changed some more indentation previously done and reviewed. Got it messed up in the new update while indenting. So, reverting them as they were; only not with spaces but tabs. Removed spaces in the tiles section too.
    tanmayameher committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    6e5b9c8 View commit details
    Browse the repository at this point in the history