mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-02 07:43:48 +01:00
Merge pull request 'Bundled lua with 5.7 crashes when you right click a farmer villager. math.random needs correct order' (#3576) from fix_villager_crash_with_bundle_lua into master
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/3576
commit
15fce1130e
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user