JPG
885d6398fd
Remove remaining 3d_armor's support code
2017-10-09 21:52:20 +02:00
JPG
ef03216808
Make packed ice slippery
2017-10-09 21:50:57 +02:00
JPG
85b023cfe7
Drop support for 3d_armor's enchanted stuff
2017-10-09 21:40:33 +02:00
kilbith
787ba258d2
Merge pull request #78 from tjnenrtn/master
...
Verify mailbox ownership when player takes inventory items
2017-04-09 12:14:22 +02:00
tjnenrtn
aedf203440
Verify mailbox ownership when player takes inventory items
2017-04-08 23:47:59 -04:00
kilbith
c64ea47756
Merge pull request #77 from DS-Minetest/master
...
Add more listrings
2017-03-04 18:18:42 +01: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
f3aed9acf4
Update LICENSE
2017-01-30 10:21:28 +01:00
JPG
16ea4a7385
Style cleaning
2017-01-28 16:24:35 +01:00
kilbith
4e9af95454
Make shelves visually consistent with MTG's shelves
2017-01-28 15:24:26 +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
627b80b470
Cooking: Regain health/satiation the right way
2017-01-20 01:59:54 +01:00
JPG
4209040b90
Workbench: Make custom cuttable nodes table global
2017-01-14 13:05:31 +01:00
JPG
3d9305a9d9
Cooking: Add support for hbhunger's satiation
2017-01-11 14:35:52 +01:00
JPG
c50521b3cf
Enforce nodetimer_interval to 0.1 for everyone
2017-01-07 01:51:46 +01:00
JPG
6f773427c1
Mechanisms: Fix empty table checking
2016-12-30 15:16:07 +01:00
JPG
bcd898146c
Fix some luackeck errors
2016-12-30 15:04:57 +01:00
JPG
deb24193c5
Ensure compatibility with older clients (<= 0.4.14)
2016-12-16 12:49:25 +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
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