Commit Graph

26 Commits (98816ffce14df5c3a8180439a536d05c46d3e4db)

Author SHA1 Message Date
Jean-Patrick Guerrero 98816ffce1 Add more nodes 2021-02-28 22:16:32 +01:00
Jean-Patrick Guerrero b3fc6daf71 Basic maintainance + fix bugs 2021-02-28 21:02:06 +01:00
Louis Royer 64dcec0c74
Add translation support, requires 5.0.0+ (#131)
Add translation for all parts of the mod
Add french translation

Requires Minetest 5.0.0 or newer.
2020-09-09 17:05:44 +02:00
flux 1e177c009e remove protection checks and logging 2019-08-20 00:14:10 +02:00
flux a15ce62b20 remove unnecessary privilege checks 2019-08-20 00:14:10 +02:00
flux 15b0e749fd fix workbench inv movement bug; add protection checking 2019-08-20 00:14:10 +02:00
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