Equivalent Exchange/ProjectE for Minetest Game and MineClone2/Mineclonia
Go to file
ThePython fb38d120c5 Void Ring (minus pedestal) 2024-03-05 18:47:40 -08:00
.github/ISSUE_TEMPLATE Update bug_report.md 2023-09-28 17:33:42 -07:00
.vscode Trying to make stonecutter work 2023-11-23 09:17:53 -08:00
exchangeclone Void Ring (minus pedestal) 2024-03-05 18:47:40 -08:00
zzzz_exchangeclone_init Added amulets, started black hole band 2024-03-04 16:41:27 -08:00
.luacheckrc Features complete! Time for testing. 2024-02-16 13:44:08 -08:00
CHANGELOG.md Void Ring (minus pedestal) 2024-03-05 18:47:40 -08:00
CODE_OF_CONDUCT.md Technic works, hoppers don't yet 2023-11-12 17:30:16 -08:00
CONTRIBUTING.md Technic works, hoppers don't yet 2023-11-12 17:30:16 -08:00
LICENSE add inital files 2021-08-25 16:57:45 +01:00
README.md Void Ring (minus pedestal) 2024-03-05 18:47:40 -08:00
modpack.conf Added amulets, started black hole band 2024-03-04 16:41:27 -08:00
phil_transmutation.png Fix screenshots 2024-02-23 10:56:15 -08:00
screenshot.png Fix screenshots 2024-02-23 10:56:15 -08:00
settingtypes.txt Add metatable functions 2024-03-03 17:46:39 -08:00
transmutation_gui.png Fix screenshots 2024-02-23 10:56:15 -08:00

README.md

ExchangeClone

ContentDB

Allows players to turn items into EMC, or Energy Matter Covalence, and EMC into items. Also adds a whole bunch of other stuff.

Mod/game support

ExchangeClone upports all items in the following mods/games (and anything that can be made from them):

  • Minetest Game
  • MineClone2
  • Mineclonia
  • Technic
  • More Ores
  • Ethereal
  • Nether
  • Mobs Redo API and Mobs Animals

ExchangeClone is tested with the latest release of Minetest, Minetest Game, MineClone2, and Mineclonia.

See the wiki for more information

GitHub repo

If you would like to see the latest changes, check out (pun) the dev branch! Beware of bugs.

Forum topic

ContentDB

Wiki

Direct download

Dependencies: Minetest Game or MineClone.

Known issues:

  • The sword/katar AOE ability does not take upgrades (looting, fire aspect, etc.) into account. This will probably not be fixed (MCL)
  • Klein Stars and Upgrades can be used as fuel. This isn't really a problem, but it will probably be removed once I decide the new hopper API is old enough that most people are using it.
  • Dark/Red Matter Shears will sometimes (randomly) be treated as normal shears when used by dispensers. This will not be fixed.
  • In Mineclonia, when inserting items into Dark/Red Matter Furnaces with hoppers, they will not start at the correct speed, instead being limited to a maximum of 1 item/second. This will not be fixed unless Mineclonia changes how things work.
  • In Mineclonia, hoppers can put invalid items into Energy Collectors. This will not be fixed.
  • Tools do not show the wear bar (to show the charge level) when first created or crafted. It only appears after changing the range. This will not be fixed.
  • Unfortunately, caused by the performance improvements to various tool abilities, using the shear ability on sea grass (MCL) will also remove the sand below the sea grass. I can't think of a good way to fix it.
  • Dark and Red Matter Armor can make the player invincible. This is an engine problem that I can't fix.
  • Mobs Redo (and mods that use it) don't care that DM/RM tools are supposed to be unbreakable and add wear to them anyway.
  • Covalence Dust and the Talisman of Repair cannot repair certain tools. This will not be fixed.
  • DM/RM tools are too fast in MTG (can't figure out why)
  • When placing torches with a pick/morningstar, if the placement fails, it still costs energy. This will probably not be fixed.

If you have a suggestion or notice a bug that isn't on this list, visit the GitHub issues page.

Screenshot Transmutation GUI Screenshot Philosopher's Stone Transmutation Screenshot

Sources/licenses:

  • Ideas:
    • Based on the Minecraft mod Equivalent Exchange 2 and the modern version, ProjectE (both MIT, though the source for EE2 is unavailable)
    • Also includes some features from ProjectExpansion, an expansion to ProjectE (MIT).
  • Code: GPLv3+
    • Originally started as a fork of Enchant97's mod Element Exchange (GPLv3+).
    • Some code copied/modified from other mods, of course. Sometimes I remember to give credit, sometimes I don't.
  • Textures:
    • Upgrader and Upgrades: Created by me (CC-BY-SA-3.0)
    • Energy Collectors:
      • Base: Glowstone block from MineClone2 (CC-BY-SA-3.0)
      • Overlay: Created by me (CC-BY-SA-3.0)
    • Armor (not the inventory image): Slightly modified from ProjectE (just moved stuff around so it fit onto Minetest player models correctly).
    • Alchemical Chest: Modified version of EE2/ProjectE's textures, extended to 16x16 instead of 14x14 (MIT)
    • Advanced Alchemical Chests: Modified version of ProjectExpansion's textures, extended to 16x16 instead of 14x14 (MIT)
    • Magnum Stars and EMC Link: Directly from ProjectExpansion (MIT)
    • All other textures: Directly from EE2/ProjectE (MIT)
  • Sounds:
    • Sound for picking up items with BHB or Void Ring: Copied from Mineclonia
    • All other sounds: Directly from EE2/ProjectE (MIT)

You can find the old textures and sounds by going back to previous commits in GitHub.