Commit Graph

631 Commits

Author SHA1 Message Date
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
Jean-Patrick Guerrero
5734abb4c6 Some preparative cleanup in Work Table's code 2016-02-14 12:00:55 +01:00
Jean-Patrick Guerrero
67a7291e02 Fix mese aliases 2016-02-13 22:30:58 +01:00
Jean-Patrick Guerrero
3fa408300a Use new doors API from upstream 2016-02-13 20:11:23 +01:00
Jean-Patrick Guerrero
84358fc489 Move sitting functions in handlers folder (turn it globals) 2016-02-12 18:31:18 +01:00
Jean-Patrick Guerrero
711d9fe88d Use string.sub wherever possible 2016-02-11 21:43:00 +01:00
Jean-Patrick Guerrero
28d9e74727 Revert "Convert cauldrons & itemframe ABMs to node timers"
This reverts commit 7c647948c0.
2016-02-10 16:04:30 +01:00
Jean-Patrick Guerrero
22e06a66ad Work Table nodeboxes : move combination table outisde of rightclick function to prevent table creation overhead 2016-02-10 15:28:57 +01:00
Jean-Patrick Guerrero
7c647948c0 Convert cauldrons & itemframe ABMs to node timers 2016-02-10 14:37:41 +01:00
Jean-Patrick Guerrero
6fe2681d09 Increase node timer timeout a bit 2016-02-10 13:57:00 +01:00
Jean-Patrick Guerrero
2ff4a1f042 Some cleaning in mailbox code 2016-02-10 13:14:14 +01:00
Jean-Patrick Guerrero
be813edc39 Work Table : convert repairing ABM to node timer 2016-02-10 12:38:57 +01:00
Jean-Patrick Guerrero
316af94a51 Craft guide : get rid of item_image_button label on output's stack 2016-02-09 15:29:48 +01:00
Jean-Patrick Guerrero
8fea486347 Some minor formspec elements adjusting 2016-02-09 11:58:03 +01:00
Jean-Patrick Guerrero
1984e28b02 Craft guide : adjust yield and group labels positions 2016-02-08 21:57:57 +01:00
Jean-Patrick Guerrero
468a0068d5 Work Table : check cuttable node in registered nodes instead of function 2016-02-08 21:11:25 +01:00
Jean-Patrick Guerrero
f9145a6c1b Work Table : fix previous commit 2016-02-06 00:24:55 +01:00
Jean-Patrick Guerrero
a30d76fb48 Work Table : fix crash on fail to fetch 'tiles' node definition 2016-02-05 23:44:36 +01:00
kilbith
6a3b71d4b4 Ench. table : fix crash when clicking ench. button quickly after moved an enchanted tool 2016-02-04 21:57:46 +01:00
kilbith
73a135151c Fix stone not being cuttable since recent commit 2016-02-04 20:56:52 +01:00
kilbith
720cdff72c Add some helpers (just in case) 2016-02-04 16:30:49 +01:00
kilbith
640c03c9bc Craft guide : extend search function to descriptions 2016-02-04 14:45:46 +01:00
kilbith
4c6e46c0f7 Work Table : fix acacia wood not being catched inside allowed nodes 2016-02-04 13:55:54 +01:00
kilbith
cd0c434e00 Work Table : better ordering of functions 2016-02-03 20:24:24 +01:00
kilbith
0bef7b1e4a Work table : change trash deleting method 2016-02-03 20:16:05 +01:00
kilbith
da7cec38f2 Minor style cleaning 2016-02-03 19:49:45 +01:00
kilbith
2655c3e867 Work Table : remove tabheader (too slow for node formspec) 2016-02-02 22:08:43 +01:00