ancientmarinerdev
90842c5f25
Fixed slight error.
2023-05-31 22:20:58 +00:00
ancientmarinerdev
428ae9ac0d
Fix positional sounds based on mt docs.
2023-05-31 22:20:58 +00:00
SmokeyDope
adee1a49af
Add max_hear_distance flag to composter sounds
2023-05-31 22:20:58 +00: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
ancientmarinerdev
ae486fa525
Merge pull request 'Fix a typo in the Acquire Hardware achievement' ( #3740 ) from uqers/MineClone2:master into master
...
Reviewed-on: MineClone2/MineClone2#3740
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2023-05-28 19:46:07 +00:00
uqers
7133031caf
Fix translations for ru, pl, ja, and fr
2023-05-27 01:42:59 +00:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
f1d17e2c69
mcl_skins: PR feedback
2023-05-26 20:27:11 +00:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
26f033932e
Add mcl_custom_skins info to README
2023-05-26 20:27:11 +00:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
1e63f3931a
Skins update
2023-05-26 20:27:11 +00:00
PrairieWind
5ed92a2695
Make pigs mountable without carrot on a stick, but require the carrot on a stick to actually control the pig
2023-05-22 21:40:23 +00:00
ancientmarinerdev
10a3d06360
Fix global variable references and exit mob_step if missing pos
2023-05-22 21:05:12 +00:00
PrairieWind
a5a035d9bb
Make sure dying sign text respects protection
2023-05-22 20:47:49 +00:00
uqers
9c8b942e26
Fix a typo in Acquire Hardware achievement
...
Fixes a minor typo with an achievement name
2023-05-21 03:17:07 +00:00
ancientmarinerdev
62ca6faab1
Updated credits for new assets
2023-05-19 14:18:49 +00:00
PrairieWind
6294a61d0d
Make end crystals explode when nearby crystals are punched and explode
2023-05-17 21:17:46 +00:00
PrairieWind
873297d2cf
Make Piglin Brutes drop golden axes
...
Instead of dropping crossbows
2023-05-17 20:55:09 +00:00
ancientmarinerdev
e2688c03e3
Zombie piglin no longer prevent sleep unless hostile.
2023-05-17 19:49:37 +00:00
PrairieWind
e2963f88a7
Update dead bush generation
...
Removed Taiga biome and changed the generation values
2023-05-16 23:13:11 +00:00
PrairieWind
5071a7c789
Fix translator translating sign description api side instead of mod side
2023-05-16 21:38:28 +00:00
PrairieWind
0903ac60e4
Make custom sign registration not absolutely require color
2023-05-16 21:38:28 +00:00
PrairieWind
d467b80491
Fix waterlogged mangrove roots leaving water in the nether
2023-05-16 19:35:56 +00:00
ancientmarinerdev
5a059379b2
Group damage logic. Remove physics falling logic out of suspend with duplicate falling call
2023-05-15 13:54:23 +00:00
ancientmarinerdev
952a90bfde
Re-organise mob_step for better clarity
2023-05-15 13:54:23 +00:00
ancientmarinerdev
f326fa620f
Optimise do states and env danger check
2023-05-15 13:54:23 +00:00
ancientmarinerdev
3d1fb8cf4a
Clean up and optimise falling
2023-05-15 13:54:23 +00:00
ancientmarinerdev
519b237ba8
Jumping check only called once per mob_step and refactor duplicate water danger, cliff fall logic
2023-05-15 13:54:23 +00:00
ancientmarinerdev
72c3f87925
Reduce excessive mob overhead
2023-05-15 13:54:23 +00:00
ancientmarinerdev
818052dc6c
Fix mob textures getting reset on shutdown/startup
2023-05-15 13:54:23 +00:00
ancientmarinerdev
53637bbc19
Group attack configured so that sword piglins and piglins will also respond to aggression on other piglins.
2023-05-14 15:56:26 +00:00
ancientmarinerdev
92a8f23d22
Fix creeper name
2023-05-14 15:56:26 +00:00
ancientmarinerdev
2d89440972
Fix Piglin naming and add localisation entries
2023-05-14 15:56:26 +00:00
ancientmarinerdev
92c0809dbe
Remove zombie pigman file as no longer needed
2023-05-14 15:56:26 +00:00
ancientmarinerdev
530c8ec0da
Remove zombie pigmen and ensure zombie piglin named correctly. Add Piglin description names.
2023-05-14 15:56:26 +00:00
PrairieWind
f019f4ae45
Lightning rod param2 is now saved upon being struck
2023-05-14 11:50:27 +00:00
FossFanatic
998983445b
Rename Bucket Textures ( #3708 )
...
This pull request renames buckets so that they use the `mcl_` naming convention.
I originally was going to do some renaming on a bigger scope, but decided against it for now.
Reviewed-on: MineClone2/MineClone2#3708
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
Co-authored-by: FossFanatic <fossfanatic@noreply.git.minetest.land>
Co-committed-by: FossFanatic <fossfanatic@noreply.git.minetest.land>
2023-05-14 11:41:39 +00:00
PrairieWind
be32ffde6b
Remove Flower Forest Beaches from Wolf biome spawn list
2023-05-12 22:50:33 +00:00
ancientmarinerdev
3aed71fb85
Piglins no longer aggro for enchanted gold armour
2023-05-12 22:21:56 +00:00
ancientmarinerdev
d42260cea3
Fix dropped out bamboo lines from translation work
2023-05-11 23:49:46 +01:00
3raven
9518d47662
(french) translation enhancements ( #3643 )
...
- Add missing translation
- Fix broken translations
- Fix unacurate description
- Correct/improve/change for cohesion french translation
Translations templates have been updated,other translations must be updated.
<!--
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: 3raven <elise_declerck@laposte.net>
Reviewed-on: MineClone2/MineClone2#3643
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-05-11 22:39:49 +00:00
ancientmarinerdev
09619a62ee
Clean up is_as_cliff code and convert to new style vector part 2
2023-05-11 20:22:49 +01:00
ancientmarinerdev
31e6e38013
Clean up is_as_cliff code and convert to new style vector
2023-05-11 20:22:49 +01:00
ancientmarinerdev
8092fd573c
Cleanup self.acc code and convert to new style vectors
2023-05-11 20:22:19 +01:00
ancientmarinerdev
7726e576f0
Remove oopsie
2023-05-11 17:30:28 +00:00
ancientmarinerdev
d920441a01
Reduce network activity for elytra flying rocket particles
2023-05-11 17:30:28 +00:00
ancientmarinerdev
39872f8ef6
Fix hoglin reach and view_range
2023-05-11 16:33:55 +00:00
ancientmarinerdev
0787d7a988
Remove duplicate code that has been moved.
2023-05-11 16:33:55 +00:00
ancientmarinerdev
8a771ebfce
Allow adjustment of attack frequency. Reduce attack frequency of Hoglins. Move on_step and do_states functionality off of the attack timer on to their own timer.
2023-05-11 16:33:55 +00:00
megustanlosfrijoles
d14c074d6c
Add spanish translations ( #3678 )
...
I'm working on adding more translations. I made this pull request to let everyone now I'm working on this.
So far I've completed 1 file/mod
Co-authored-by: José Muñoz <dr.cabra@disroot.org>
Reviewed-on: MineClone2/MineClone2#3678
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-10 23:12:37 +00:00
ancientmarinerdev
ff426412ef
Fix sheep wool farm crash
2023-05-10 22:37:55 +00:00
ancientmarinerdev
3785dcda48
Beds mesecons dependency incorrectly named
2023-05-09 23:34:07 +00:00