diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-08 13:59:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-08 13:59:48 -0300 |
commit | 6629d6c22a26f70828b7a6e428c3852711bc35cd (patch) | |
tree | dea5e5e8756552874312db7c07d50a63aa1cf456 /db/craft_db.conf | |
parent | 054aa32e0f11759a3eccc8f77c7e394ecab47f9d (diff) | |
download | serverdata-6629d6c22a26f70828b7a6e428c3852711bc35cd.tar.gz serverdata-6629d6c22a26f70828b7a6e428c3852711bc35cd.tar.bz2 serverdata-6629d6c22a26f70828b7a6e428c3852711bc35cd.tar.xz serverdata-6629d6c22a26f70828b7a6e428c3852711bc35cd.zip |
Okay, this will need some order or we'll have recipe conflicts >.<
There cannot be two equal recipes, after all. I've defined some rules.
Diffstat (limited to 'db/craft_db.conf')
-rw-r--r-- | db/craft_db.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index f39efd359..195015cf8 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1175,6 +1175,9 @@ craft_db: ( { IronIngot: 1 }, + { + PileOfAsh: 1 + }, ) Priority: 10 }, |