This commit is contained in:
ThePython 2023-07-13 13:38:00 -07:00
parent 07fb169e5f
commit d2760c91f3
3 changed files with 6 additions and 2 deletions

View File

@ -89,4 +89,7 @@
Added new energy values from Why (and Why's new Minetest Game energy values)
Bugfixes:
Fixed crash based on PESA inventory movement
Added mcl_blackstone to the mod whitelist
Added mcl_blackstone to the mod whitelist
3.2
Changes:
Set MineClone mod namespace

View File

@ -16,6 +16,7 @@ dofile(default_path.."/energy_collector.lua")
dofile(default_path.."/orb.lua")
dofile(default_path.."/craftitems.lua")
if exchangeclone.mineclone then
mcl_item_id.set_mod_namespace("exchangeclone")
dofile(default_path.."/shears.lua")
end
dofile(default_path.."/swords.lua")

View File

@ -2,5 +2,5 @@ name = exchangeclone
title = ExchangeClone
description = Equivalent Exchange for Minetest Game and MineClone! Turn items into energy and energy into items, transmute blocks into other blocks, and craft Dark and Red Matter tools!
min_minetest_version = 5.5
optional_depends = mcl_core, default, moreswords, mcl_stairs, meat_blocks, ghost_blocks, sticky_things, fake_liquids, sound_machine, stairs, mcl_dispensers, farming
optional_depends = mcl_item_id, mcl_core, default, moreswords, mcl_stairs, meat_blocks, ghost_blocks, sticky_things, fake_liquids, sound_machine, stairs, mcl_dispensers, farming
author = ThePython10110