3raven
86da47b922
French translation update ( #4006 )
...
Update french translation, add missing chain, fix typo
Reviewed-on: MineClone2/MineClone2#4006
Reviewed-by: AFCMS <afcm.contact@gmail.com>
Co-authored-by: 3raven <3raven@noreply.git.minetest.land>
Co-committed-by: 3raven <3raven@noreply.git.minetest.land>
2023-11-25 01:08:06 +00:00
Eliy21
7cbba73d50
Combat (mostly PvE) rebalancing ( #4005 )
...
-Added short mob invulnerability time after being hit
-Added separate shorter range for hitting mobs (as opposed to node interaction)
-Reworked mob knockback
-Slowed down natural health regeneration from saturation
-Added a setting for the saturation health regen speed
Reviewed-on: MineClone2/MineClone2#4005
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: Eliy21 <eliy21@noreply.git.minetest.land>
Co-committed-by: Eliy21 <eliy21@noreply.git.minetest.land>
2023-11-23 00:32:23 +00:00
PrairieWind
d3095fea57
Update ignition, smothering, and campfire inventory drops
...
Bonus fix for grass path creation sound traveling across the entire server
2023-09-04 22:05:38 +00:00
Sab Pyrope
5b4a79a26d
Update russian translation
2023-08-31 14:16:42 +08:00
seventeenthShulker
4365f4df77
Remove whitespace
2023-07-06 19:10:00 +02:00
seventeenthShulker
99af25fba3
Side arrow directions are relative to player orientation
2023-07-06 19:08:52 +02:00
megustanlosfrijoles
06077d1633
Spanish translations ( #3753 )
...
<!--
Please follow our contributing guidelines first:
https://git.minetest.land/MineClone2/MineClone2/src/branch/master/CONTRIBUTING.md#how-you-can-help-as-a-programmer
By submitting this pull request, you agree to follow our Code of Conduct:
https://git.minetest.land/MineClone2/MineClone2/src/branch/master/CODE_OF_CONDUCT.md
-->
Tell us about your pull request! Reference related issues, if necessary
### Testing
Tell us how to test your changes!
Co-authored-by: José Muñoz <dr.cabra@disroot.org>
Reviewed-on: MineClone2/MineClone2#3753
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
Co-authored-by: megustanlosfrijoles <dr.cabra@disroot.org>
Co-committed-by: megustanlosfrijoles <dr.cabra@disroot.org>
2023-05-31 21:22:49 +00:00
syl
96b2f6a01d
Improve French translation
2023-03-10 22:48:46 +01:00
anarquimico
ed8c3e7d26
Second batch of ITEMS translated
2023-02-07 16:39:22 +00:00
Michieal
6265148727
Move textures all into one centralized directory.
2023-01-30 22:55:53 -05:00
Riu Sakura
2b61231f82
add japanese translation
2022-12-19 15:33:31 +09:00
cora
c6fc388597
Add _harmless option for rocket arrows
...
so event fireworks dont grief things
2022-11-26 17:06:04 +01:00
epCode
7e03f86b84
Give the arrows a far less laggy look with an attached particle spawner with critical shot.
2022-10-04 16:46:47 -07:00
cora
0d354cca73
Fix crash when shooting crystals with rocket arrow
2022-09-13 17:08:57 +00:00
3raven
d88277e6b4
Mise à jour de 'mods/ITEMS/mcl_bows/locale/mcl_bows.fr.tr'
2022-08-24 00:56:11 +00:00
3raven
caf8790a57
Mise à jour de 'mods/ITEMS/mcl_bows/locale/template.txt'
2022-08-24 00:54:29 +00:00
3raven
959fcffff1
Mise à jour de 'mods/ITEMS/mcl_bows/crossbow.lua'
2022-08-24 00:51:15 +00:00
3raven
215cb26425
Mise à jour de 'mods/ITEMS/mcl_bows/crossbow.lua'
2022-08-24 00:49:17 +00:00
iliekprogrammar
156aff21a1
[5.6][bows] fix unsafe entity handling for arrows
2022-08-07 12:48:09 +08:00
iliekprogrammar
221ee0fcf1
[5.6] mark places with unsafe set_hp entity handling
...
There might be other places i might be missing, but these are the obvious ones.
leftover entity handling i did not mark:
* everything that involves a apply()-like algorithm (e.g. callbacks) over the
same list of objects.
* in mcl_damage, it's not known whether mcl_damage.from_mt() would involve
entity handling or just player handling.
2022-08-07 00:13:03 +08:00
cora
bf23c61e34
skip damage completely when player & pvp disabled
2022-07-16 12:12:28 +00:00
cora
b7f8a75d04
Add PVP check for rocket arrows
2022-07-16 12:12:28 +00:00
Freedom
454d7e8b04
arrow check if pvp is enable
2022-07-16 12:12:28 +00:00
epCode
ef92475d35
Merge pull request 'master' ( #2296 ) from master into Raytraced_arrows_fix
...
Reviewed-on: MineClone2/MineClone2#2296
2022-06-11 02:42:04 +00:00
epCode
6bc5e76b8f
fix tipped arrows and rocket
2022-06-10 19:40:12 -07:00
epCode
0aaede2f50
Merge pull request 'master' ( #2285 ) from master into Raytraced_arrows
...
Reviewed-on: MineClone2/MineClone2#2285
2022-06-07 18:41:22 +00:00
epCode
6c804f44d5
add a small bit of doc
2022-06-06 18:43:50 -07:00
epCode
d738229298
Make loaded Crossbow (Corssbow) not show up in creative inventory
2022-06-07 00:58:37 +00:00
epCode
78940e109c
fix critical hit displaying in the wrong place
2022-06-06 14:38:18 -07:00
epCode
fdb7d5bfad
fixed Badly calculated arrow direction
2022-06-06 14:32:07 -07:00
epCode
f2c2f4106b
fix arrows not disapearing after mob hit, and self damaging
2022-06-06 13:55:28 -07:00
epCode
e1feec9a30
Add Raytracing arrows
2022-06-06 13:42:24 -07:00
cora
ef093d0c00
Be more careful with possibly expired objects
2022-06-04 20:26:00 +02:00
Lizzy Fleckenstein
e0f70b54ec
Remove _cmi_is_mob
2022-05-25 23:13:33 +02:00
NO411
db68c0e26b
Add shield
2022-03-15 15:58:27 +01:00
epCode
4483f4b6b6
fix #2068
2022-03-15 02:18:02 +00:00
AFCMS
5a7b1cc382
make all arrow types activate target (+ depends and code fixes)
2022-02-26 23:52:03 +01:00
1F616EMO
d1e328e57a
mcl_bows
2022-02-23 23:58:05 +01:00
NO11
7cc7fb1331
Make removing of arrow entities also work with mobs, remove arrows on respawn
2022-01-02 11:06:29 +00:00
NO11
7b46225176
Remove arrow entities when the player joins to prevent killing on startup (working fix)
2022-01-01 22:59:21 +00:00
NO411
7b47a15e34
Remove arrow entities when the player leaves to prevent killing on startup
2021-12-30 14:04:53 +01:00
NO11
642b9db035
localize wielditem in crossbow.lua ( Fix #1901 )
2021-11-13 15:19:34 +00:00
epCode
1c458a2e72
Add crossbows
2021-10-15 12:00:37 -07:00
NO11
28bfb3f141
Better arrow overlay texture
2021-06-05 13:19:47 +00:00
marcin-serwin
cbe8583cef
Merge branch 'master' into polish-translation
2021-06-02 10:14:25 +00:00
AFCMS
cd33d406b2
fix many codestyle issues (functions, strings, modpaths)
2021-05-29 16:12:33 +02:00
AFCMS
5f82e76862
fix many codestyle issues
2021-05-28 00:34:58 +02:00
AFCMS
b7bf566190
[mcl_bows] fix warnings
2021-05-23 01:06:34 +02:00
jordan4ibanez
052bb540ba
Remove unused parent data for arrows
2021-05-10 20:06:38 -04:00
Lizzy Fleckenstein
58d67aace6
Merge branch 'master' into damage
2021-04-25 13:29:07 +02:00