Go to file
Leo Spratt bcfb72543a add missing tite to metadata 2021-12-30 23:00:42 +00:00
textures add a energy collector 2021-12-30 21:45:58 +00:00
.cdb.json add missing tite to metadata 2021-12-30 23:00:42 +00:00
LICENSE add inital files 2021-08-25 16:57:45 +01:00
README.md update readme & add cdb metadata 2021-12-30 22:09:15 +00:00
config.lua add a energy collector 2021-12-30 21:45:58 +00:00
constructor.lua add missing textures & add screenshot 2021-12-30 17:51:45 +00:00
deconstructor.lua add missing textures & add screenshot 2021-12-30 17:51:45 +00:00
energy.lua add energy values for moreswords mod 2021-12-30 22:33:28 +00:00
energy_collector.lua add a energy collector 2021-12-30 21:45:58 +00:00
init.lua add a energy collector 2021-12-30 21:45:58 +00:00
mod.conf add energy values for moreswords mod 2021-12-30 22:33:28 +00:00
orb.lua add crafting recipes 2021-08-26 15:10:40 +01:00
screenshot.png add missing textures & add screenshot 2021-12-30 17:51:45 +00:00
settingtypes.txt add a energy collector 2021-12-30 21:45:58 +00: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.

In Game Screenshot

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.

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