Commit Graph

491 Commits (28877e7b4fd225638b1251333d319e9fc523bf96)

Author SHA1 Message Date
kilbith 28877e7b4f Add footstep sound for Trampoline 2016-04-25 12:21:02 +02:00
kilbith 8d9f529e1c Tweak node defs 2016-04-24 16:02:12 +02:00
kilbith bfd67c37a3 Preserve original quality of all textures 2016-04-24 14:40:40 +02:00
kilbith f1b7d8f107 Add Trampoline 2016-04-24 12:37:02 +02:00
kilbith b87bd4e607 Follow the style guidelines better 2016-04-23 22:15:17 +02:00
kilbith 2297d0cb71 Remove cushion shift+click combination + misc. cleaning 2016-04-23 21:35:32 +02:00
kilbith fa0d47380c Enchant. Table : Fix unknown items when declared tools not registered 2016-04-17 11:38:47 +02:00
kilbith 654b553bed Cauldron: stop sound on destruct 2016-04-14 00:07:38 +02:00
kilbith 4fc78597ad Add sounds for Cauldron and Enchantment Table 2016-04-13 20:35:26 +02:00
kilbith 4fc0cb1687 Drop some aliases (doors, cobblewalls, etc.) 2016-04-07 02:06:34 +02:00
kilbith fb36f033b8 Craftguide : get_formspec -> set_formspec 2016-04-07 01:50:13 +02:00
kilbith 5185d49a0c Workbench : move formspecs table outside of function to avoid overhead 2016-04-07 01:25:59 +02:00
kilbith 5afbde77a3 Mailbox: minor code cleaning 2016-04-05 14:51:03 +02:00
kilbith c49978f25e Enchant. Table : better looking glyphes 2016-04-02 22:42:37 +02:00
kilbith 3dbd30a6da Ench. Table : tweaking of particle trajectories 2016-04-02 20:51:08 +02:00
kilbith 0591b0ad76 Enchant Table / Item Frame : don't spawn entities if node get destructed shortly after joining 2016-04-02 17:56:40 +02:00
kilbith 1fb9850e58 Enchant Table : attract MC-like glyphes when bookshelves are around 2016-04-02 17:35:02 +02:00
kilbith 06c3a6f4cd Enchant table : Add a book entity over the table 2016-04-01 23:52:00 +02:00
Jean-Patrick Guerrero a64dbfca47 Mailbox : enforce using 16px images in tablecolumn 2016-03-28 13:55:00 +02:00
Jean-Patrick Guerrero 114cef1534 Work Bench: attempt to fix unknown nodes 2016-03-26 13:54:30 +01:00
Jean-Patrick Guerrero fda9237654 Rope: prevent placing in non-owned protected areas 2016-03-25 14:43:47 +01:00
Jean-Patrick Guerrero e04c2bab3b Item Frame: fix tools being repaired when put in frame 2016-03-23 15:58:19 +01:00
Jean-Patrick Guerrero 55ed70b08c Item Frame : some code cleaning 2016-03-20 21:23:17 +01:00
Jean-Patrick Guerrero f8b6cfe365 Phase-out some aliases 2016-03-20 12:41:58 +01:00
Jean-Patrick Guerrero ede71edd49 Add an hint to get pressure plates working better 2016-03-20 11:42:41 +01:00
Jean-Patrick Guerrero f927546ebd Fix crash after using screwdriver on barrel 2016-03-19 12:25:35 +01:00
Jean-Patrick Guerrero a80ccae963 Crafting Guide : further code cleaning 2016-03-17 23:25:55 +01:00
Jean-Patrick Guerrero 9b74343d58 Crafting Guide : don't create items list whenever a new formspec is shown 2016-03-17 20:40:08 +01:00
Jean-Patrick Guerrero c2d26b513e Crafting Guide : Remember last formspec on re-opening 2016-03-17 01:09:01 +01:00
Jean-Patrick Guerrero 3af915c623 Small simplification 2016-03-16 23:15:33 +01:00
Jean-Patrick Guerrero e213da648a Small typo 2016-03-16 22:26:24 +01:00
Jean-Patrick Guerrero 87f25f7a0d Drop and alias flint-and-steel (merged in Minetest Game) 2016-03-15 17:52:58 +01:00
Jean-Patrick Guerrero bb7ae96850 Change Lantern textures 2016-03-15 16:26:28 +01:00
Jean-Patrick Guerrero 9f86a9d999 Code reduction on nodes.lua 2016-03-15 14:42:30 +01:00
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