Fix bread trade

This commit is contained in:
Wuzzy 2018-06-04 15:21:59 +02:00
parent 10e2c174d4
commit cc1fe2f14f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ local professions = {
{ { "mcl_farming:wheat_item", 18, 22, }, E1 },
{ { "mcl_farming:potato_item", 15, 15, }, E1 },
{ { "mcl_farming:carrot_item", 15, 19, }, E1 },
{ E1, { "mcl_core:bread", 2, 4 } },
{ E1, { "mcl_farming:bread", 2, 4 } },
},
{