diff --git a/cookother.yml b/cookother.yml index 6ca20c3a..f802d4bb 100644 --- a/cookother.yml +++ b/cookother.yml @@ -2,7 +2,7 @@ regex: '(?-s)capacity="(?!num)"(?:!anyslotsperrow="(?!num))?' lua: | if capacity == 1 then return false end - capacity=capacity*2 + capacity=round(capacity*2.2) if not slotsperrow then return true end slotsperrow=1 while slotsperrow * slotsperrow < capacity do