@ -458,7 +458,7 @@ local function get_recipe_fs(data)
elseifwidth==0then
shapeless=true
localn=#recipe.items
width=n<=4and2ormin(3, n)
width=(n<5andn>1)and2ormin(3,max(1,n))
end
localrows=ceil(maxn(recipe.items)/width)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.