mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-26 03:07:32 +01:00
Move depends.txt into mod.conf for mcl_comparators
Fixes a crash in mcl_comparators caused by attempting to index global 'mesecon' (a nil value).
This commit is contained in:
parent
bfe51316ee
commit
dc41c594aa
@ -1,4 +0,0 @@
|
||||
mesecons
|
||||
mcl_sounds
|
||||
doc?
|
||||
screwdriver?
|
@ -1,2 +1,3 @@
|
||||
name = mcl_comparators
|
||||
depends = mcl_wip
|
||||
depends = mcl_wip, mesecons, mcl_sounds
|
||||
optional_depends = doc, screwdriver
|
||||
|
Loading…
Reference in New Issue
Block a user