29 Commits

Author SHA1 Message Date
OgelGames
3cb912d5c7
Replace fake player code with fakelib (#10)
Some checks failed
luacheck / luacheck (push) Has been cancelled
2024-05-30 21:02:31 +02:00
Freeman
669160743f wield_scale must be a vector not a number removed because is default
fixes #8

@corarona

[#L769](https://github.com/minetest-mods/torch_bomb/blob/master/init.lua#L769) this should say wield_scale = {x=1, y=1, z=1} or just be removed since 1 is the default i suppose.

https://github.com/minetest/minetest/blob/master/doc/lua_api.md?plain=1#L8679
https://codeberg.org/mineclonia/mineclonia/issues/955
https://git.minetest.land/MineClone2/MineClone2/issues/3971
2024-01-18 19:53:25 +01:00
Niklp
025b3a5298 Fix nil error in find_target() 2023-12-02 21:46:21 +01:00
Niklp
5480f4c9df Add luacheck and fix warnings 2023-12-02 21:46:21 +01:00
Niklp
53669f6fad Cleanup files 2023-12-02 21:46:21 +01:00
Github is a non-free platform owned by Microsoft. Reasonable alternatives exist, such as Gitea, Sourcehut. We need a federated, mastodon-like forge based on ForgeFed. See: https://forgefed.org
fc72c40d48
MineClone/MineClonia compatibility (#4)
This also fixes an issue where certain sounds were played globally on the server.
2023-09-20 11:22:04 +02:00
David Leal
6005da164e
Add Spanish translation (#5) 2023-09-11 20:49:59 +02:00
FaceDeer
ab31d78abd add "torch blossom" tools for admins or creative users to scatter torches around more easily 2021-04-02 14:11:42 -06:00
FaceDeer
d0b4d8f769 fix torch bow crash when targeting an unknown node 2021-01-05 21:05:06 -07:00
FaceDeer
0c4c691c8d replace deprecated functions, fix falling node torch bombs 2020-07-11 12:29:07 -06:00
FaceDeer
aa23584c01 fix drops, add sounds to torch bomb nodes 2020-03-30 23:39:36 -06:00
FaceDeer
44698e7790 add screenshot to readme 2020-03-02 21:32:35 -07:00
FaceDeer
236ab1ab89 Update i18n.py 2020-03-02 21:22:42 -07:00
FaceDeer
c9e302226a mention crossbows 2020-02-23 17:09:27 -07:00
FaceDeer
8c54bae0a1 add crossbows 2020-02-23 17:07:05 -07:00
FaceDeer
09eac80fed predictive detonation of unloaded rocket entities 2020-02-17 11:33:41 -07:00
FaceDeer
1acbc39a97 fix translator domain 2020-02-16 01:47:33 -07:00
FaceDeer
08275c321c rocket bombs weren't accounting for blast radius parameter 2020-02-14 18:24:49 -07:00
FaceDeer
42c6421ba9 light bottom texture only when actually rocketing 2020-02-12 23:27:36 -07:00
FaceDeer
950d6a519c update readme 2020-02-12 23:00:48 -07:00
FaceDeer
7b765c0ee1 add torch bomb rockets 2020-02-12 22:57:48 -07:00
FaceDeer
3a05851205 fix buildable-to-not-buildable transition detection 2020-02-12 01:03:23 -07:00
FaceDeer
8fef54a8fc add separate setting for mega bomb range 2020-02-11 21:09:56 -07:00
FaceDeer
8dfbf7b00a add ability to set something other than a torch as the thing torch bombs place 2020-02-11 20:43:09 -07:00
FaceDeer
2cc90d0218 adjusting ranges 2020-02-10 21:44:06 -07:00
FaceDeer
ad2ee684c6 added torch grenade 2020-02-10 21:21:12 -07:00
FaceDeer
845f95a056 make falling optional if you want to mount one of these on the side of a ledge for example to blast downward 2020-02-10 00:14:12 -07:00
FaceDeer
a6daddf335 add the mega torch bomb 2020-02-09 22:11:50 -07:00
FaceDeer
b76956979a Initial commit 2020-02-09 18:27:06 -07:00