Commit Graph

143 Commits

Author SHA1 Message Date
Wuzzy
c6309e254e Fix mossy permafrost stair buggy texture 2023-06-30 10:27:57 +02:00
Wuzzy
f32beb38e6 Play 'place' sound when placing painting 2023-06-30 10:16:19 +02:00
Wuzzy
b03158bde6 Fix enchanting buttons overlapping with background 2023-06-30 09:36:51 +02:00
Wuzzy
8be37eed34 Set pointable=false for book entity 2023-06-30 09:14:47 +02:00
Wuzzy
19b6483eaf Rename "Empty Shelf" to "Plain Shelf" 2023-06-30 09:00:40 +02:00
Wuzzy
ec3369763f Use multiplication sign in mailbox donor list 2023-06-30 08:47:41 +02:00
Wuzzy
a364b74045 Make cut nodes translatable ... somewhat 2023-06-30 08:35:39 +02:00
Wuzzy
22df1519a0 Define sounds for nodes that lacked sound defs 2023-06-30 01:42:50 +02:00
Wuzzy
bfc07a425f Add more beehive status messages 2023-06-30 00:45:36 +02:00
Wuzzy
443f748df8 Fix prison door recipe collide with steel bar door 2023-06-29 23:55:34 +02:00
Wuzzy
3a378d7baf Make radio and speaker translatable 2023-06-29 23:48:30 +02:00
Wuzzy
499ebd86e5 Change packed ice recipe to end Ethereal collision 2023-06-29 23:43:42 +02:00
Jean-Patrick Guerrero
8b614b3513 Do not set server-side setting from mod 2022-09-20 23:45:00 +02:00
fluxionary
4305841cf2
Fix duplicated book entities on the enchanting table (#155)
Because of a race condition, the check for whether to regenerate a book entity can happen while the entity is unloaded, resulting in multiple entities per enchanting server.
2022-07-27 20:51:21 +02:00
SmallJoker
3b5b3f0c11 Fix texture alpha deprecation warnings 2022-02-26 12:03:20 +01:00
nixnoxus
a4c18c984b
Add missing cauldron descriptions and translations (#151) 2021-12-21 19:46:23 +01:00
Jordan Irwin
0dbf92e789
Add xdecor:is_repairable method for mods (#147)
to check whether items are repairable with the workbench
2021-07-13 20:49:59 +02:00
Jordan Irwin
3103d426d2
Add method to register items as repairable (#145) 2021-07-07 18:28:25 +02:00
hlqkj
8acc028481 Removed deprecated settings API 2021-03-03 00:23:49 +01:00
Jean-Patrick Guerrero
ad32890bb2 Fix selection box 2021-03-01 00:04:12 +01:00
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
rusty-snake
259420dcf5
enchanting.lua: Allow to pay with industrial mese (#132) 2020-09-17 19:27:45 +02: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
Louis Royer
e26e4fde05 Update cobweb craft to use farming:string (#130)
Add `farming` to depends, since it was missing
2020-09-05 18:57:53 +02:00
Elias Fleckenstein
841a033983
Add nil check in doors_toggle (#126)
Add nil check to prevent errors xdecor caused in combination with pkarcs_doors.
2020-08-26 10:13:25 +02:00
adrido
5b0b4f3b56
Fix "xpanes_space.png" texture not found (#125) 2020-07-26 11:25:56 +02:00
Damian Hofmann
16adad0cd7 Chess: Fix queen-side castling
When castling queen side, the king moves two squares to the left,
not three as this implementation used previously.

This resolves issue #120.
2020-06-24 18:31:30 +02:00
Damian Hofmann
d868488633 Chess: Fix short-castling for black
In the code for black short-castling, the presence of rook_black_2 was checked on the wrong field (1 instead of 8), which prevents black from short-castling. (This was probably overlooked when copying the logic from the long-castling check directly above.)
2020-06-24 18:31:30 +02:00
Niwla23
b8aaf37fc2 Display itemstring in itemframes (#116)
Itemframe patch
2019-10-12 13:23:04 +02:00
Panquesito7
4ebdf89fcb Replace "getpos" with "get_pos" 2019-08-25 14:57:15 +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
CloudyProton
238d0030f4 Request: Change painting recipe to use dye group
Request: Change painting craft recipe to use dye group instead of specifically blue dye.
2019-07-16 11:46:44 +02:00
y
52db2cc97a allow farming bowl to be used on the cauldron to get soup 2019-07-16 11:46:18 +02:00
y
bedcc4d4e4 prevent crash after king is taken 2019-07-16 11:45:49 +02:00
Vanessa Dannenberg
f78fce959c Alias empty shelf if moreblocks is enabled (#108) 2019-07-10 20:27:30 +02:00
benrob0329
8020eb1863 Add mesecons support to doors (#106)
(if available)
2019-06-09 20:50:10 +02:00
Jean-Patrick Guerrero
ee7a28176b Merge branch 'chess_ai' 2019-03-10 23:52:05 +01:00
Jean-Patrick Guerrero
63794662ee Add a singleplayer mode to the chess 2019-03-10 23:50:16 +01:00
SmallJoker
5dfbf7c6e7 Final door toggle crash fix 2018-09-18 01:41:39 +02:00
Hector Kio
79f97a1569 Add listring to move honey to inventory
Allows using shift+click to transfer honey to player inventory.
2018-09-17 02:30:47 +02:00
Jean-Patrick Guerrero
b5bbb1be2e Implement a chess AI 2018-09-05 16:52:03 +02:00
Jean-Patrick Guerrero
3c1423a462 Chess cleanup 2018-08-25 14:36:23 +02:00
Jean-Patrick Guerrero
ed931905be Fix checkmate logic 2018-08-25 12:55:03 +02:00
Jean-Patrick Guerrero
70277d4216 Chess cleanup 2018-08-25 11:40:30 +02:00
Jean-Patrick Guerrero
5e4704ad2a Chess: Add checkmate system 2018-08-24 22:08:19 +02:00
Jean-Patrick Guerrero
9df5d94fcb New chessboard interface 2018-08-15 14:20:08 +02:00
Jat15
4d921123ed Fix echnating for sword and delete data for armor 2018-07-23 15:51:11 +02:00
SmallJoker
e36839e178 Fix passing invalid player object (#94) 2018-07-23 15:50:39 +02:00
JP Guerrero
9b5bdc1b1a Workbench: Fix special case of unknown items output (#90) 2018-04-17 13:17:56 +02:00
JP Guerrero
a8000f99fd Fix missing comma 2018-03-24 10:27:13 +01:00
tenplus1
8cd1f62211 add food_ group to honey
added {food_honey=1, food_sugar=1} groups to honey.
2018-03-22 12:11:31 +01:00
tenplus1
0afb011a4a add food_ group to bowl
added {food_bowl=1} group to bowl so it asheres to ruben's food crafting standards.
2018-03-22 12:11:31 +01:00
JP Guerrero
271cf6b437 Use hardware coloring on curtains 2018-03-08 23:50:36 +01:00
JP Guerrero
f851aadae3 Tweaks to enchantment table + particles 2018-03-08 23:22:55 +01:00
JP Guerrero
6c7a75ede3 Fix a few issues with itemframe #85 2018-03-08 21:32:50 +01:00
JP Guerrero
3c46a5ddb7 White pawn fix 2018-03-08 21:21:20 +01:00
JP Guerrero
a45c1c915a Fix style issues with previous commit 2018-03-08 21:12:21 +01: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
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
tjnenrtn
aedf203440 Verify mailbox ownership when player takes inventory items 2017-04-08 23:47:59 -04: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
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
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