Change order of numbers passed into random that crash on some Lua versions
This commit is contained in:
parent
999e8edf3c
commit
e5e14cce59
@ -123,7 +123,7 @@ local professions = {
|
||||
{
|
||||
{ { "mcl_fishing:fish_raw", 6, 6, "mcl_core:emerald", 1, 1 },{ "mcl_fishing:fish_cooked", 6, 6 } },
|
||||
{ { "mcl_mobitems:string", 15, 20 }, E1 },
|
||||
{ { "mcl_core:coal_lump", 15, 10 }, E1 },
|
||||
{ { "mcl_core:coal_lump", 10, 15 }, E1 },
|
||||
-- FIXME missing: bucket of cod + fish should be cod.
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user