Bundled lua with 5.7 crashes when you right click a farmer villager. math.random needs correct order

This commit is contained in:
ancientmarinerdev 2023-03-22 00:14:04 +00:00 committed by Gitea
parent 109bf17723
commit 2440b73e67
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ local professions = {
}, },
{ {
{ E1, { "mcl_farming:carrot_item_gold", 3, 10 } }, { E1, { "mcl_farming:carrot_item_gold", 3, 10 } },
{ E1, { "mcl_potions:speckled_melon", 4, 1 } }, { E1, { "mcl_potions:speckled_melon", 1, 4 } },
TRADE_V6_BIRCH_SAPLING, TRADE_V6_BIRCH_SAPLING,
TRADE_V6_DARK_OAK_SAPLING, TRADE_V6_DARK_OAK_SAPLING,
TRADE_V6_ACACIA_SAPLING, TRADE_V6_ACACIA_SAPLING,