diff --git a/cookother.yml b/cookother.yml index e02f0bc2..5554e711 100644 --- a/cookother.yml +++ b/cookother.yml @@ -1,6 +1,7 @@ - name: containers regex: '(?-s)capacity="(?!num)"(?:!anyslotsperrow="(?!num))?' lua: | + if file:find("tools.xml") and capacity == 1 then return false end capacity=capacity*2 if not slotsperrow then return true end slotsperrow=1