Added Mineclone2 support apart from special machines own recipes within the machines

This commit is contained in:
James David Clarke
2023-12-20 08:20:56 +00:00
parent b221d69717
commit cfe2ee2133
68 changed files with 902 additions and 495 deletions

View File

@ -1,3 +1,3 @@
name = wrench
depends = default
optional_depends = technic, technic_chests, technic_worldgen, intllib
optional_depends = technic, technic_chests, technic_worldgen, intllib, default, mcl_core
supported_games = minetest_game,mineclone2

View File

@ -23,7 +23,7 @@ local STRING, FLOAT =
wrench.META_TYPE_FLOAT
wrench.registered_nodes = {
["default:chest"] = {
[chest_ingrediant] = {
lists = {"main"},
},
["default:chest_locked"] = {