Commit Graph

20 Commits (61d9da63fad0f8de2ffdce688c0653c49e79a292)

Author SHA1 Message Date
Jean-Patrick Guerrero 61d9da63fa Global code style cleaning 2019-07-23 14:03:20 +02:00
y f0860cb598 Stairs fix 2019-07-23 12:10:21 +02:00
James Stevenson 2e61cc4578 Use stairs mod inner/outer nodes. 2019-07-16 11:47:16 +02:00
JP Guerrero 9b5bdc1b1a Workbench: Fix special case of unknown items output (#90) 2018-04-17 13:17:56 +02:00
Jat15 271d5b1147 Add settings and compatibility with moreblocks and stairs
If workbench disabling.
And setting for disabling:
- Chess
- Cooking
- Enchanting
- Hive
- Itemframe
- Mailbox
- Mechanisms
- Rope
- Workbench
By default all active.
2018-03-08 20:51:46 +01:00
Auke Kok 6b71509f98 Fix #86 - crash in workbench: `attempt to concatenate a nil value`
Caused by a keystroke used in the formspec - this causes all
these fields not to be set, and the subsequent crash.
2017-11-09 21:50:29 -08:00
DS-Minetest 85a6334607 add more listrings 2017-03-04 16:59:33 +01:00
Auke Kok 7675d495c4 Only Pickaxe is repairable.
Luacheck points out that:

```
Checking src/workbench.lua                        1 warning
    src/workbench.lua:74:2: loop is executed at most once
```

And this is correct, only the pickaxe is actually currently
repairable.

Returned the code to the previous (working) fashion.
2017-02-07 20:07:51 -08:00
JPG 16ea4a7385 Style cleaning 2017-01-28 16:24:35 +01:00
JPG 6573113607 Polish previous fix 2017-01-25 00:45:23 +01:00
JPG 243ee5348a Fix #74 2017-01-24 17:36:30 +01:00
JPG a168d16d18 Minor cleanup 2017-01-24 04:10:30 +01:00
JPG 4209040b90 Workbench: Make custom cuttable nodes table global 2017-01-14 13:05:31 +01:00
JP Guerrero a939dbd391 Workbench: Small fix for the filtering 2016-12-09 11:54:51 +01:00
JP Guerrero de94a402b9 Minor style cleaning 2016-12-05 14:08:56 +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 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