Equivalent Exchange/ProjectE for Minetest Game and MineClone2/Mineclonia
Go to file
ThePython ece55c00aa
Yet another \n\n->\n
2023-05-13 12:20:16 -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 Yet another \n\n->\n 2023-05-13 12:20:16 -07:00
config.lua More recipes, more functions, less bugs 2023-04-14 11:44:18 -07:00
constructor.lua First release 2023-05-13 12:13:22 -07:00
deconstructor.lua First release 2023-05-13 12:13:22 -07:00
energy.lua First release 2023-05-13 12:13:22 -07:00
energy_collector.lua First release 2023-05-13 12:13:22 -07:00
init.lua First release 2023-05-13 12:13:22 -07:00
mod.conf First release 2023-05-13 12:13:22 -07:00
orb.lua Maybe fixed bug? 2023-03-27 15:06:40 -07:00
screenshot.png First release 2023-05-13 12:13:22 -07:00
screenshot_mtg.png First release 2023-05-13 12:13:22 -07:00
settingtypes.txt First release 2023-05-13 12:13:22 -07:00

README.md

ExchangeClone

Allows players to turn nodes into energy (stored in orbs), and energy from orbs into nodes. Supports all items in Minetest Game and MineClone 2!

GitHub repo Forum topic

Dependencies: Minetest Game or MineClone.

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

All energy values are in energy.lua. You can also change the speed at which the Energy Collector collects energy (default: every 5 seconds) in minetest.conf or the Minetest settings.

New features added by ThePython10110

  • Support for MineClone
  • Better energy values (originally, you could convert a single diamond into a diamond block... incredibly OP).
  • 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
  • Damaged tools now give less energy (based on wear)
  • Orbs now can be turned into energy (based on how much is stored) I plan to add more features from Equivalent Exchange (Energy Condenser, Philosopher's Stone, dark matter, etc.), but I don't actually own MineCraft, meaning I will probably make some minor mistakes, since all I have to go on is the internet.

Known issues:

  • When items are inserted into machines with MineClone hoppers, it does not trigger the machines to start.
  • When machines are exploded, they (and the items inside) do not drop.

If you have a suggestion or notice a bug, visit the GitHub issues page.

MineClone Screenshot Minetest Game Screenshot

Sources/license:

This mod is inspired by the "Equivalent Exchange" mod for MineCraft, and forked and modified from Enchant97's mod Element Exchange. Both this mod and Element Exchange are licensed under GPLv3+. The textures for the Constructor, Deconstructor, Collector, and Orb are from Element Exchange and have the same license.

Copyright (C) 2023 ThePython10110

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