ThePython 6cffa33026 | ||
---|---|---|
textures | ||
.cdb.json | ||
LICENSE | ||
README.md | ||
config.lua | ||
constructor.lua | ||
deconstructor.lua | ||
energy.lua | ||
energy_collector.lua | ||
init.lua | ||
mod.conf | ||
orb.lua | ||
screenshot.png | ||
settingtypes.txt |
README.md
Element Exchange
A Minetest 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. In other words, most of the code is not mine.
Features
- Orb that holds energy (left click while holding it to show charge)
- Collector that collects energy from the sun
- Deconstructor that can turn items into energy
- Constructor that can create items from energy
Config
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
Original 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/.