powerbanks/README.md

53 lines
1.3 KiB
Markdown
Raw Normal View History

2019-11-19 12:03:52 +01:00
# powerbanks
2019-11-29 15:37:41 +01:00
2019-11-30 13:54:04 +01:00
[![Build Status](https://travis-ci.org/OgelGames/powerbanks.svg?branch=master)](https://travis-ci.org/OgelGames/powerbanks)
2019-11-30 13:32:04 +01:00
[![License](https://img.shields.io/badge/License-MIT%20and%20CC%20BY--SA%204.0-brightgreen.svg)](LICENSE.md)
2019-11-29 15:37:41 +01:00
## Overview
This mod adds portable powerbanks that can be used to recharge technic tools (including those from other mods).
![Overview Screenshot](screenshots/overview.png?raw=true "Overview Screenshot")
## Powerbank versions
Currently there are three different powerbanks:
- #### Powerbank Mk1
- Capacity: 300kEU
- Charging slots: 1
- Recipe:
2019-11-29 15:39:22 +01:00
![Mk1 Recipe](screenshots/mk1_recipe.png?raw=true "Mk1 Recipe")
2019-11-29 15:37:41 +01:00
- #### Powerbank Mk2
- Capacity: 600kEU
- Charging slots: 2
- Recipe:
2019-11-29 15:39:22 +01:00
![Mk2 Recipe](screenshots/mk2_recipe.png?raw=true "Mk2 Recipe")
2019-11-29 15:37:41 +01:00
- #### Powerbank Mk3
- Capacity: 1200kEU
- Charging slots: 3
- Recipe:
2019-11-29 15:39:22 +01:00
2019-11-30 13:32:04 +01:00
![Mk3 Recipe](screenshots/mk3_recipe.png?raw=true "Mk3 Recipe")
2019-11-29 15:37:41 +01:00
## Dependencies
Currently this mod only depends on the [technic](https://github.com/minetest-mods/technic) mod.
2019-11-30 13:32:04 +01:00
## License
Except for the exceptions stated in [LICENSE.md](LICENSE.md#exceptions), all code is licensed under the [MIT License](LICENSE.md#mit-license), with all other assets licensed under the [CC BY-SA 4.0 License](LICENSE.md#cc-by-sa-40-license).