mcl_enchanting: Add missing dependency on mcl_experience.

This commit is contained in:
Daniel Cassidy 2022-01-04 23:46:54 +00:00
parent 7464a4721d
commit 841c278490
1 changed files with 1 additions and 1 deletions

View File

@ -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