14 Commits

Author SHA1 Message Date
Miner59
79342837c0 Forgot to remove some debug log outputs 2014-12-22 01:57:29 +01:00
Miner59
7aad06f1b0 Show recipes for technic machines in craft guide & show crafts of type fuel
Shows recipes from grinder, alloy furnace, extractor, compressor and centrifuge in craft guide, if technic mod is loaded.
Not tested with newest version of technic mod at the moment!
Second, craft guide now shows crafts of type fuel (default is, to show fuel recipes only when there are other craft types for this item).
Although added some function to not display crafts with slabs, panels, microblocks, etc... added by moreblocks mod.
Fixed: search text should now stay there when craft guide is closed.
2014-12-22 01:44:19 +01:00
Miner59
8f74131967 Removes copy&paste code and some bugs were fixed
removes much copy&paste code, saving items in tables instead of inventory slots for "you need:" feature, and it includes a fix to save the text entered in search field
2014-12-19 09:20:40 +01:00
cornernote
3cc6ce707a changes from Miner59 including:
- no unknown items shown when recipes have "group:..." inside, there is then instead a button displayed which shows all items in this group when you press it.

- added a new feature to show the complete list of items you need for a item. For example: output: default:bookshelf,
then it shows: 6 "group:wood", 27 "papyrus". This feature was the most work. I hope it works, but no guarantee.(It could lead to huge for loops which it doesn't exit when recipes are very compex. Also needs to be tested which more mods.)

- you can direct change from last page to first page and from first page to last page now

- added a button to exit the formspec

- crafting recipe for craft guide changed to use group:stick

- crafting recipe for craft guide pc changed to use just the recipe with stone slabs
2014-12-16 08:34:34 +10:30
cornernote
9d9ffe1abe only send group message once per group 2014-12-14 17:04:22 +10:30
cornernote
ebda7432e9 cleanup player message when removing item 2014-12-14 16:45:05 +10:30
cornernote
efa5f1b616 send player a message when group was used 2014-12-14 16:36:32 +10:30
cornernote
4977325637 cleanup log output 2014-12-14 15:43:08 +10:30
cornernote
adb5c88faa show an item instead of unknown if item is a group 2014-12-14 15:38:27 +10:30
Brett O'Donnell
5641fa1824 Update api_craft_guide.lua 2014-01-17 10:53:47 +10:30
Brett O'Donnell
95c4df8418 prevent stealing of items 2012-11-09 00:00:09 +10:30
Brett O'Donnell
9818f34e72 added search and removed detached inventory 2012-11-02 13:17:44 +10:30
Brett O'Donnell
604b92ea77 move buttons to the bottom 2012-09-25 13:22:16 +09:30
Brett O'Donnell
75670ece2e move files to modpack for easier install 2012-09-23 00:37:48 +09:30