Equivalent Exchange/ProjectE for Minetest Game and MineClone2/Mineclonia
Go to file
ThePython 6cffa33026 Snowball is under `mcl_throwing`... 2023-03-27 10:47:26 -07:00
textures add a energy collector 2021-12-30 21:45:58 +00:00
.cdb.json Energy tables incomplete, probably bugs 2023-03-25 10:27:13 -07:00
LICENSE add inital files 2021-08-25 16:57:45 +01:00
README.md Energy value additions and improvements (GROUPS!) 2023-03-27 10:13:23 -07:00
config.lua Energy tables incomplete, probably bugs 2023-03-25 10:27:13 -07:00
constructor.lua Fixed listrings even more 2023-03-26 16:14:32 -07:00
deconstructor.lua Fixed listring, fixed breaking with items inside 2023-03-26 16:30:29 -07:00
energy.lua Snowball is under `mcl_throwing`... 2023-03-27 10:47:26 -07:00
energy_collector.lua Fixed listring, fixed breaking with items inside 2023-03-26 16:30:29 -07:00
init.lua Added some logging for testing 2023-03-25 15:29:02 -07:00
mod.conf Energy tables incomplete, probably bugs 2023-03-25 10:27:13 -07:00
orb.lua Changed description 2023-03-26 15:50:36 -07:00
screenshot.png add missing textures & add screenshot 2021-12-30 17:51:45 +00:00
settingtypes.txt Energy tables incomplete, probably bugs 2023-03-25 10:27:13 -07:00

README.md

Element Exchange

ContentDB GitHub license GitHub issues

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.

In Game Screenshot

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/.