Code: Select all
{
"item": [
"for k, v in pairs(mapping) do end"
],
"recipe": [
"for k, v in pairs(mapping) do end"
],
"entity": [
"for k, v in pairs(mapping) do end"
]
}
The issue gets worse the more mods are using the code migrations (even if they are "empty" in same way). Enabling all three attached mods can freeze loading of menu simulations for up to 30 seconds from my experience.
It gets even worse when those migration scripts are actually doing some stuff (like string.gsub) and when loading larger maps. You can easily look at 10-20 minutes of loading with 3 mods.