Commit Graph

519 Commits

Author SHA1 Message Date
JP Guerrero
2bc19694c1 Enchant. Table: Fancy tooltips for enchanted items
NOTE: Minetest 0.4.14-dev or 0.4.15 required.
2016-12-04 00:55:05 +01:00
JP Guerrero
7c5083aaaf Mailbox: use minetest.colorize
NOTE: Minetest 0.4.14-git or 0.4.15 required
2016-12-03 12:54:45 +01:00
JP Guerrero
0ddfea29d0 Workbench: allow to exclude cuttable nodes with group 2016-12-03 11:48:38 +01:00
JP Guerrero
cd75beed21 Workbench: fix minor registration issue with tiles field 2016-12-01 15:35:10 +01:00
JP Guerrero
fa15d1b7f5 Workbench: add more registration filters 2016-12-01 14:14:41 +01:00
JP Guerrero
01b8471bda Update README 2016-11-30 17:36:48 +01:00
JP Guerrero
1c1c21edc1 Add alias for crafting guide 2016-11-30 17:31:09 +01:00
JP Guerrero
388ae38841 Workbench: allow to register custom cuttable nodes (defined by user) 2016-11-30 16:22:31 +01:00
JP Guerrero
6bd045e3de Remove the crafting guide and minor file reorganizing 2016-11-30 15:54:05 +01:00
Napiophelios
7f274e0fde New bee texture 2016-11-30 15:45:29 +01:00
kilbith
b53cf2cae4 Merge pull request #67 from Napiophelios/master
Update craft recipes (fixes #66)
2016-11-30 15:26:21 +01:00
Napiophelios
75ca6f64f5 update craft recipes
that use xpanes nodes as craft items
2016-11-29 08:19:15 -05:00
Tim
768fcfe819 Don't set paramtype="light" by default, unless it's expectable to propagate light. 2016-10-11 02:13:58 +02:00
Tim
480e55ed89 Fix rope protection handling and get rid of a global callback. 2016-09-03 17:32:08 +02:00
Tim
0bba88c7f4 Fix paintings to not destroy unprotected items. 2016-08-06 00:53:48 +02:00
Tim
4c06f81ae0 Add checks to enchanting table formspec/inventory to prevent crashing in some situations. 2016-08-06 00:06:51 +02:00
Tim
beeda8cb9b Don't crash on nil-player in can_dig and check the right players for attachment in chairs. 2016-08-06 00:06:51 +02:00
Tim
73a29be691 Always return the ItemStack for on_rightclick and on_place to comply with the api. 2016-08-06 00:06:47 +02:00
Tim
a2b7ebc6f2 Run luacheck and fix the warnings. 2016-08-06 00:06:17 +02:00
Tim
0b85ec0911 Craftguide: Start item listing at index instead of skipping there.
Also fixes a linter warning.
2016-08-06 00:01:21 +02:00
Tim
f8fee398db Chess: Don't crash on nil-player calling can_dig. 2016-08-05 21:03:22 +02:00
Tim
9fbf904837 Update .gitignore 2016-08-05 18:26:01 +02:00
Rui
524878502e Mailbox: Fix animation texture error (#53)
Fixes #51
2016-06-06 14:43:14 -07:00
Rui
e9f6e606e2 Fix mailbox error (#52)
`tiles` is not a required field. Indexing it may fail.

Fix #51
2016-05-31 07:37:32 -07:00
SmallJoker
de2deee86f mailbox.lua: Use [resize to resize correctly (#47)
mailbox_blank16.png has still an use in nodes.lua for the trampoline node.
2016-05-30 12:34:39 -07:00
James Stevenson
be6448864f Don't allow cut pieces from "forms" into "storage" 2016-05-18 14:51:29 -07:00
Auke Kok
3fc8daf227 Add standard mod files and jp's screenshot.
The screenshot is slighly cropped to get a bit more detail.
2016-05-03 23:07:16 -07:00
kilbith
1dbcf70185 Painting: Use on_place for random placing 2016-05-03 01:58:02 +02:00
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