069ae8d7bb
fixed rosary registration due the naming conventions on mods coding api
2023-08-27 14:08:09 -04:00
3004b23be7
add rosay support of mod rosay from tunelerabyss is not present
2023-08-27 13:26:11 -04:00
dcde4d7c05
Fix many workbench and enchanting table bugs from MT-Eurythmia
...
* fix crash https://github.com/Mynetest/Mynetest-server/issues/105
* detect that hammer is present and detect if that mese list are mese
* backported 59a65c6061
* backported 28a24a805b
2023-06-11 21:39:53 -04:00
cd0c35b8c5
Added further sanity check as this keeps crashing somehow
...
* backporting c7e756afc7
* backporting 3823fce1e0
2023-06-11 19:25:37 -04:00
3e0ca1304d
Formspec now updates after applying enchantment
...
* This prevents crash when trying to apply a second enchantment
* backported 556d978708
2023-06-11 19:21:03 -04:00
9f4002b749
fix undefined detection of 3d_armor and add support for repair of
...
* partial backport 03388d21c0
* fix i18n tranlation support identation
2023-06-11 19:16:22 -04:00
f6d0f0b2a5
featured information
2023-06-07 16:27:26 -04:00
ff1a3ca619
fix possible bad array on enchanting code, related to some bugs
...
* maybe related to https://github.com/minetest-mods/xdecor/issues/81
* pending 85b023cfe7
* pending track https://github.com/MT-Eurythmia/xdecor/commits/master
2023-06-07 15:33:56 -04:00
542d430537
detect armor/weapons and only repair it if mod enables
2023-06-06 14:50:41 -04:00
aa199f90e4
eye height adjusted to the new mtgame
...
* backported 02b8ef8832
* still pending to test.. seems works
2023-06-06 14:12:57 -04:00
bfee841c7a
compatibility layer to work with MT 0.4.16 engine
...
* use intlib if present if not mock the translation function
* do not miss thirth parameter in the force register function of nodes
* better (in sync with minenux) description
* add depends.txt and description.txt files with such information for 0.4
* lower the requirements in mod.conf file so
* minor update to README then
2023-06-06 13:43:00 -04:00
Jean-Patrick Guerrero
8b614b3513
Do not set server-side setting from mod
2022-09-20 23:45:00 +02:00
Jean-Patrick Guerrero
b546d69322
Revert "Fix deprecation warnings in animations.lua ( #156 )"
...
This reverts commit 7bf70becacd2f52654a0de23bbe6335f708a859e.
2022-09-13 00:52:03 +02:00
Niklp
7bf70becac
Fix deprecation warnings in animations.lua ( #156 )
...
This bumps the minimal required Minetest version to 5.4.0
2022-09-11 20:02:51 +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.
20220727
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
cd94b34bd0
Update mod.conf
2021-02-28 22:39:38 +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
Salvo 'LtWorf' Tomaselli
7e3549842f
Add Italian translation ( #141 )
2021-01-23 15:31:23 +01:00
mkluwe
3ed7446081
Fix German translation mistakes ( #139 )
2020-12-15 19:18:00 +01:00
yodabear1
01eb8e8184
Add german translation ( #135 )
2020-10-31 13:07:20 +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
SmallJoker
7a4c0e852a
Fix erroneous dependency to mesecons_*
...
nodes.lua checks against 'mesecon', which is provided by 'mesecons'
Co-authored-by: Yves Quemener <yves.quemener@gmail.com>
2020-04-27 19:46:14 +02:00
Niwla23
b8aaf37fc2
Display itemstring in itemframes ( #116 )
...
Itemframe patch
2019-10-12 13:23:04 +02:00
Panquesito7
39e9991404
Replace "setpos" with "set_pos"
2019-08-25 14:57:15 +02:00
Panquesito7
4ebdf89fcb
Replace "getpos" with "get_pos"
2019-08-25 14:57:15 +02:00
Panquesito7
cfca4ccdf3
Update mod.conf
...
Dependencies, optional dependencies, and description was added here.
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
f85c4091ef
fix physics overrides
2019-07-16 11:46:03 +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