mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-04 23:31:05 +01:00
mcl_enchanting: Add missing dependency on mcl_experience.
This commit is contained in:
parent
6051731645
commit
79192d51ed
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
name = mcl_enchanting
|
||||
description = Enchanting for MineClone2
|
||||
depends = tt, walkover, mcl_sounds, mcl_colors
|
||||
depends = tt, walkover, mcl_sounds, mcl_colors, mcl_experience
|
||||
optional_depends = screwdriver
|
||||
author = Fleckenstein
|
||||
|
|
Loading…
Reference in a new issue