minetest_element_exchange/README.md

39 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2021-08-25 17:57:45 +02:00
# Element Exchange
2021-08-28 21:24:56 +02:00
[![ContentDB](https://content.minetest.net/packages/enchant97/element_exchange/shields/downloads/)](https://content.minetest.net/packages/enchant97/element_exchange/)
2021-08-25 17:57:45 +02:00
![GitHub license](https://img.shields.io/github/license/enchant97/minetest_element_exchange)
![GitHub issues](https://img.shields.io/github/issues/enchant97/minetest_element_exchange)
A [Minetest](https://www.minetest.net/) mod to exchange nodes into other nodes. This is mod is inspired by the "Equivalent Exchange" mod for Minecraft.
2021-12-30 18:51:45 +01:00
![In Game Screenshot](screenshot.png)
2024-03-01 11:10:35 +01:00
## Stopping Development
I am no longer working on this project.
Another user has taken up development of this project and whilst I am not affiliated with this project (nor tested) but seems like a good continuation: <https://github.com/thepython10110/exchangeclone>.
2021-12-30 23:09:15 +01:00
## Features
- Orb that holds energy
- Collector that collects energy from the sun
- Constructor that can convert one node into different node
- Deconstructor that can extract energy from a node
## Config
You can change the default values in the minetest settings under `mods > element_exchange`.
2021-08-25 17:57:45 +02:00
## License
Copyright (C) 2021 Leo Spratt
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.