Commit Graph

607 Commits (master)

Author SHA1 Message Date
Jean-Patrick Guerrero 8d24310576 Work Bench : add legacy code to go back to main inventory when in old craftguide formspec 2016-03-13 11:29:20 +01:00
Jean-Patrick Guerrero 3749c1e268 Drop connected walls, alias them to new Minetest Game walls 2016-03-13 11:04:17 +01:00
Jean-Patrick Guerrero bec367356c Fix crash on mailbox 2016-03-12 22:00:29 +01:00
Jean-Patrick Guerrero 832534072d Replace xdecor fire by fire from Minetest Game 2016-03-09 16:37:35 +01:00
Jean-Patrick Guerrero 69bc2be4e3 Some minor tweaking 2016-03-09 12:45:36 +01:00
Jean-Patrick Guerrero 628f5e0579 Register plates with functions 2016-03-08 22:10:57 +01:00
Jean-Patrick Guerrero cb70c37765 Cobblewalls : cleaning up 2016-03-08 16:50:15 +01:00
Jean-Patrick Guerrero b75e0bef18 Item Frame : misc. tweaking 2016-03-08 15:58:01 +01:00
Jean-Patrick Guerrero 727da4cf65 Item Frame : convert update item ABM to nodetimer 2016-03-08 15:33:09 +01:00
Jean-Patrick Guerrero 619c0238ac Hive : stop timer when stack reaches max honey stack 2016-03-08 15:06:06 +01:00
Jean-Patrick Guerrero 0422b28df0 Convert hive ABM to nodetimer 2016-03-08 14:35:51 +01:00
Jean-Patrick Guerrero 4d6965ce3d Enchanting : use function to register tools 2016-03-07 14:00:39 +01:00
Jean-Patrick Guerrero 87f99c9599 Cooking : fix cauldron water filling with empty bucket + don't replace stack of empty buckets by a single filled bucket 2016-03-06 00:23:21 +01:00
Jean-Patrick Guerrero 21cf911db0 Pressure plates : fix set_node being called twice + some other fixes 2016-03-04 16:57:11 +01:00
Jean-Patrick Guerrero cd8d90f244 Cooking: code cleaning and add more ingredients 2016-03-02 11:59:02 +01:00
Jean-Patrick Guerrero 079e07a4ba Cooking: check if a dropped item in the cauldron has minetest.item_eat in definition for cooking it 2016-03-02 00:54:16 +01:00
Jean-Patrick Guerrero 2b17673b84 Change sounds of pressure plates 2016-03-01 21:22:04 +01:00
Jean-Patrick Guerrero 7ef1083a3c Change crafting guide recipe to prevent conflicts and add book group in its nodedef 2016-02-29 17:19:13 +01:00
Jean-Patrick Guerrero f5cdb5b7aa Remove an useless tostring() 2016-02-28 22:37:16 +01:00
LeMagnesium 9a30672cf1 Enchanting: Do not assume groupcaps times always go from 1 to 3 2016-02-28 22:25:48 +01:00
Jean-Patrick Guerrero b39a86f1ce Convert cauldrons ABM to nodetimers 2016-02-28 21:07:43 +01:00
Jean-Patrick Guerrero cb74aad285 Sitting : prevent nil cases on pointed_thing 2016-02-28 20:13:40 +01:00
Jean-Patrick Guerrero b695cc3d33 Cooking : prevent crash when dropping custom entities inside the cauldron 2016-02-28 20:03:19 +01:00
Jean-Patrick Guerrero 0455037a6b Update the README 2016-02-28 17:42:14 +01:00
Jean-Patrick Guerrero ad41028b4d Fix mispelling : Leaver -> Lever 2016-02-28 16:32:53 +01:00
Jean-Patrick Guerrero a9fd791b66 Add Leaver (for opening doors) 2016-02-28 11:53:37 +01:00
Jean-Patrick Guerrero f05d675bf7 Pressure plates : only rotate on facedir <= 3 with screwdriver 2016-02-28 10:59:05 +01:00
Jean-Patrick Guerrero 8ac2c14861 Pressure plates : don't crash if using older doors API 2016-02-28 10:36:39 +01:00
Jean-Patrick Guerrero df7bfb9f2e Misc. cleaning 2016-02-27 22:46:05 +01:00
Jean-Patrick Guerrero 203a82c9bf Add pressure plates 2016-02-27 21:08:55 +01:00
Jean-Patrick Guerrero d86d394fc1 Fix doors aliases (finally) 2016-02-25 17:03:25 +01:00
Jean-Patrick Guerrero a4f103b3cf Don't interrupt nodes registration if new doors API ain't used 2016-02-25 16:06:40 +01:00
Jean-Patrick Guerrero c804c26cd9 Craft guide : fix wrong param name on fields callback 2016-02-23 18:24:27 +01:00
Jean-Patrick Guerrero 485f6d5578 Craft guide : localize a bit more variables 2016-02-23 11:57:55 +01:00
Jean-Patrick Guerrero 461586dd07 Craft guide : small localization and pattern simplification 2016-02-22 14:09:24 +01:00
Jean-Patrick Guerrero b22697a52d Hive: produce honey only at day 2016-02-20 12:46:51 +01:00
Jean-Patrick Guerrero 883338867f Fix incomplete alias for doors 2016-02-20 10:00:36 +01:00
Jean-Patrick Guerrero cc6537e561 Very minor style cleaning 2016-02-19 23:13:29 +01:00
Jean-Patrick Guerrero 559e26d15d Doors: use latest API upstream change for recipes 2016-02-18 15:48:29 +01:00
Jean-Patrick Guerrero e05ea4bbbf Possible missing aliases on doors 2016-02-18 12:30:50 +01:00
Jean-Patrick Guerrero a3ed667eec Chess : code style cleanup 2016-02-17 22:56:02 +01:00
Jean-Patrick Guerrero 7b7cd4084c Itemframe: fix previous commit 2016-02-16 14:56:17 +01:00
Jean-Patrick Guerrero c7e77cbf06 Style cleaning + better repairable tools checking 2016-02-15 20:36:17 +01:00
Jean-Patrick Guerrero 231caefc5a Turn repairable tools to be a function 2016-02-15 18:11:28 +01:00
Jean-Patrick Guerrero e69cf4fcb7 Small cleaning of craftguide formspec 2016-02-14 17:03:37 +01:00
Jean-Patrick Guerrero 0bf30f0f5c Work Table -> Work Bench 2016-02-14 16:51:45 +01:00
Jean-Patrick Guerrero 29d2a69aa6 Crafting guide : protect functions access 2016-02-14 16:19:01 +01:00
Jean-Patrick Guerrero 930b3185d0 Move crafting guide to its own book 2016-02-14 15:31:36 +01:00
Jean-Patrick Guerrero ffdbc8bffd Drop the crate (texture is too ugly) 2016-02-14 12:08:11 +01:00
Jean-Patrick Guerrero 5ee3b1d8f6 Drop nodeboxes's combination on rightclick (not useful enough 2016-02-14 12:03:30 +01:00