Zefram 4c982dd667 Fix and enhance grid shapes in craft guide
Commit 043f6081452365daaa033c58e0738527ccb64c3d made shaped crafting
recipes display in a grid of the recipe's minimum bounding box,
but broke the use of a fixed 1x1 grid shape for cooking recipes.
This commit generalises the dynamic-grid-shape facility, putting the
craft type registration in charge.  This restores the correct shape for
cooking recipes.

Also change the logic for dynamic grid sizes for regular shaped and
shapeless crafting.  We'd like to always use a grid shape that is
reminiscent of a regular crafting grid, as a visual cue to the crafting
method.  But it's also nice to show smaller recipes in a smaller grid.
In the expectation that crafting grids will always be square, show the
recipe in the smallest square grid that will accommodate it.
2014-06-13 09:28:39 -03:00
2013-09-21 21:40:20 +02:00
2014-05-19 02:02:34 -04:00
2014-04-22 16:52:04 -04:00
2014-04-29 17:53:43 +01:00
2013-09-21 21:40:20 +02:00
2014-04-22 16:52:04 -04:00

Unified inventory

Unified Inventory replaces the default survival and creative inventory. It adds a nicer interface and a number of features, such as a crafting guide.

License

Copyright (C) 2012-2014 Maciej Kasatkin (RealBadAngel)

Unified inventory code is licensed under the GNU LGPLv2+.

Licenses for textures:

VanessaE: (WTFPL)

  • ui_group.png

RealBadAngel: (WTFPL)

  • Everything else.
Description
An extensible inventory mod which allows searching crafting and browsing for recipes in the same dialogue.
Readme 3.2 MiB
Languages
Lua 100%