Compare commits

..

No commits in common. "61a0223216e3b186f4197802475bfcc84214acdf" and "d875163b75bd12a5e583dc481f062ee02c0725d3" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View File

@ -67,10 +67,6 @@ Dependencies: Minetest Game or MineClone.
## Changelog
<details><summary>Look at this fancy expanding changelog</summary>
## v6.4
* Yes, I know, v6.3 only came out about 9 hours ago.
* Mineclonia apparently changed something minor, and it was causing a crash. I fixed it.
### v6.3
* Added Technic items to MCL base energy values (reported by @programmerjake)
* Fixed a bug where iron nuggets were worth the same amount as a random piece of chain armor (reported by @programmerjake)

View File

@ -104,10 +104,6 @@ else
}
end
if exchangeclone.mcl2 then
mcl_item_id.set_mod_namespace("exchangeclone")
end
dofile(modpath.."/constructor.lua")
dofile(modpath.."/deconstructor.lua")
dofile(modpath.."/energy_collector.lua")
@ -117,6 +113,7 @@ if exchangeclone.mcl or minetest.get_modpath("3d_armor") then
dofile(modpath.."/armor.lua")
end
if exchangeclone.mcl then
mcl_item_id.set_mod_namespace("exchangeclone")
dofile(modpath.."/shears.lua")
dofile(modpath.."/tool_upgrades.lua")
end