mirror of
https://github.com/minetest-mods/technic.git
synced 2025-06-28 22:36:35 +02:00
Added Mineclone2 support apart from special machines own recipes within the machines
This commit is contained in:
@ -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
|
@ -23,7 +23,7 @@ local STRING, FLOAT =
|
||||
wrench.META_TYPE_FLOAT
|
||||
|
||||
wrench.registered_nodes = {
|
||||
["default:chest"] = {
|
||||
[chest_ingrediant] = {
|
||||
lists = {"main"},
|
||||
},
|
||||
["default:chest_locked"] = {
|
||||
|
Reference in New Issue
Block a user