Increase pattern layer limit to 12

This commit is contained in:
Wuzzy 2019-03-01 17:53:21 +01:00
parent dca095171c
commit ab91971398
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
-- Pattern crafting. This file contains the code for crafting all the
-- emblazonings you can put on the banners. It's quite complicated;
-- normal 08/15 crafting won't work here.
-- run-of-the-mill crafting won't work here.
-- Maximum number of layers which can be put on a banner by crafting.
local max_layers_crafting = 6
local max_layers_crafting = 12
-- Maximum number of layers when banner includes a gradient (workaround, see below).
local max_layers_gradient = 3