ExchangeClone/README.md

43 lines
2.2 KiB
Markdown
Raw Normal View History

2021-08-25 17:57:45 +02:00
# Element Exchange
[![ContentDB](https://content.minetest.net/packages/thepython10110/exchangeclone/shields/downloads/)](https://content.minetest.net/packages/thepython10110/exchangeclone/)
![GitHub license](https://img.shields.io/github/license/thepython10110/minetest_exchangeclone)
![GitHub issues](https://img.shields.io/github/issues/thepython10110/minetest_exchangeclone)
2021-08-25 17:57:45 +02:00
2023-03-27 00:19:19 +02:00
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, and forked and modified from [Element Exchange](https://github.com/enchant97/minetest_element_exchange). In other words, most of the code is not mine.
2021-08-25 17:57:45 +02:00
2021-12-30 18:51:45 +01:00
![In Game Screenshot](screenshot.png)
2021-12-30 23:09:15 +01:00
## Features
2023-03-27 00:19:19 +02:00
- Orb that holds energy (left click while holding it to show charge)
2021-12-30 23:09:15 +01:00
- Collector that collects energy from the sun
- Deconstructor that can turn items into energy
- Constructor that can create items from energy
2021-12-30 23:09:15 +01:00
## Config
2023-03-27 00:19:19 +02:00
You can change the default values in the Minetest settings under `mods > exchangeclone`.
## New features added by ThePython10110
* Working on support for MineClone, including hoppers (all features work, just need to add energy values).
* Shift-clicking works (ListRings).
* Fixed a bug where items could be placed in the output slot of the Element Constructor.
* Added the ability to add energy values by group (hopefully)
## Features that may be added in the future
* Energy Condenser similar to that in Equivalent Exchange
* Philosopher's Stone, Dark Matter, Red Matter, etc.
* Basically, various things
2021-12-30 23:09:15 +01:00
## Original License
2021-08-25 17:57:45 +02:00
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/>.