29 Commits

Author SHA1 Message Date
flux
a401a3e66f simplify logic (a little); check hud name 2022-06-19 16:29:39 +02:00
flux
eb5e793dc2 update HUD instead of stacking multiple HUDs, which sometimes don't disappear 2022-06-19 16:29:39 +02:00
flux
a8978f47be normalize formatting 2022-06-19 16:29:39 +02:00
SX
9c477efd2d
Allow crafting shared anvils (#26)
Allow crafting shared anvils

Co-authored-by: SX <sx@minetest>
2020-12-11 16:26:56 -07:00
hlqkj
fd860bd0e9
Fix make unrepairable (#25)
Due to a table reference in builtin, modifying the table directly affected other items as well. The function will now copy the values into a new table to replace the table reference.
2020-11-30 20:21:07 +01:00
hlqkj
c7cf2b48ab
Add technic to optional depends (#24)
Rechargeable technic tools made unrepairable
Add some missing technic tools exclusions
2020-11-21 21:07:26 +01:00
David Leal
1fa1fd132f
Fix crash when removing HUD's (#23) 2020-11-13 19:43:15 -07:00
Luke aka SwissalpS
7708aee694
Improve infotext and spam less (#21) 2020-10-13 21:46:31 +02:00
FaceDeer
16d10d4475 update deprecated function 2020-02-18 23:04:55 -07:00
FaceDeer
a035f10b03 switch to native translator 2020-02-17 22:58:59 -07:00
FaceDeer
6969e7baff expose make_unrepairable 2020-02-16 22:02:48 -07:00
coil
a6fa5984e2 Add nil check for clicker and item stack (#16)
This prevents crashes when on_rightclick is called by a mod.
2019-08-18 15:10:47 -05:00
FaceDeer
200feb25bb add setting to allow hammer repair to be disabled 2019-04-14 21:21:31 -06:00
FaceDeer
14b32a0e50 Place item entity flat on the anvil in Minetest 5.0 2019-04-14 20:52:57 -06:00
SmallJoker
1daefe03e8 Fix tailing spaces, tabs 2019-01-19 14:53:17 +01:00
berengma
e91e913c06 Check ownership when leftclick and add infotext to node of who is the owner 2019-01-19 14:53:06 +01:00
Gundul
1ee9599147 add ownercheck to anvil (#12)
* add ownercheck to anvil

* fix recipe issue with default:sign_wall_steel

* fix typo
2019-01-01 17:40:03 -07:00
FaceDeer
d394b8b825 tweak recipe to remove conflict with steel sign 2018-04-08 17:06:19 -06:00
FaceDeer
eba7069278 Update some item_displacement references 2017-06-18 14:06:44 -06:00
texmex
b8b2d93a68 Global table instead of variable 2017-05-30 09:25:14 +02:00
tacotexmex
4df59a8418 Make item displacement variable global, so that it's configureable by other mods 2017-05-18 02:44:16 +02:00
FaceDeer
364da1b09f explicitly sending returned items to the wield index 2017-04-21 23:10:00 -06:00
FaceDeer
dcdeb5d321 item duplication bug 2017-04-21 16:58:10 -06:00
FaceDeer
a89df737e2 add a group check to let other mods exclude tools from anvil repair 2017-03-26 14:38:28 -06:00
FaceDeer
42c84f0f69 local variable definition 2017-03-10 22:58:44 -07:00
FaceDeer
ab69c4c5d1 use item description rather than item name for player-facing text 2017-03-10 00:55:28 -07:00
FaceDeer
5ba70edb7e add clang and sparks 2017-03-09 20:27:01 -07:00
FaceDeer
c8fc033efa using an itemframe-like entity to display workpiece 2017-03-07 22:39:25 -07:00
FaceDeer
e6c1353056 Initial commit
This anvil was extracted from the Cottages mod by Sokomine, available
from https://github.com/Sokomine/cottages.

It's intended as a replacement for the decorative and otherwise-inert
anvil that was bundled with the Castle mod.
2017-02-27 23:34:35 -07:00