ancientmarinerdev
  • Joined on 2022-10-03
ancientmarinerdev commented on pull request VoxeLibre/VoxeLibre#4198 2024-07-08 22:43:35 +02:00
add hoglin breeding and avoid from warped_fungus, respawn_anchor, ...

Removing lines from a file you're not working on is the best way to risk a merge conflict.

ancientmarinerdev commented on pull request VoxeLibre/VoxeLibre#4198 2024-07-08 22:37:47 +02:00
add hoglin breeding and avoid from warped_fungus, respawn_anchor, ...

Testing this, it looks like the attack-the-player behavior takes priority over the block-avoidance behavior. Placing a warped fungus will not repel an attacking hoglin.

i think that…

ancientmarinerdev commented on issue VoxeLibre/VoxeLibre#2854 2024-07-08 22:34:37 +02:00
Villager Pathfinding Improvements
  1. Villagers and other mobs (especially farm animal when lured) are often not able to jump one block high. You have to run to the side so they can go diagonally, as this sometimes seems to…
ancientmarinerdev commented on issue VoxeLibre/VoxeLibre#4497 2024-07-07 02:30:23 +02:00
ACTION[Server]: [mcl_mobs] global mob cap reached. no cycle spawning.

Can please someone give me some help understanding this warning message in my debug.txt? I could not find anything regarding this here in the tracker, in the MT forum or in the web.

ancientmarinerdev commented on issue VoxeLibre/VoxeLibre#4462 2024-07-07 02:25:54 +02:00
Farmer still get stuck in composter

Villagers will keep their profession when you have traded with them even if their job block goes. This was one of the first thing I fixed when I started contributing (after implementing their…

ancientmarinerdev commented on issue VoxeLibre/VoxeLibre#4496 2024-07-07 01:49:49 +02:00
Bamboo breaks with no apparent reason

I think the bamboo code uses an abm that drops it if it's not above dirt or bamboo. I do not think this factors in "ignore" which is unloaded chunk. It probably needs to not drop if above ignore also.

ancientmarinerdev commented on issue VoxeLibre/VoxeLibre#4493 2024-07-07 01:46:32 +02:00
Villagers bouncing on beds causes them to glitch through the ceiling, sometimes causing death

I could propose the most effective solution to mobs not jumping through the roof. Don't make beds bouncy... so they do not jump on it.

The fact this feature can easily risk and kill off…

ancientmarinerdev commented on issue VoxeLibre/VoxeLibre#4462 2024-06-25 00:05:40 +02:00
Farmer still get stuck in composter

Hmmmmmmmm.

Villagers will keep their profession when you have traded with them even if their job block goes. This was one of the first thing I fixed when I started contributing (after…

ancientmarinerdev commented on issue VoxeLibre/VoxeLibre#4455 2024-06-23 22:08:21 +02:00
(Skeleton) horses never despawn

Is this close to a base or far away? Have any adjustments been made to mob_caps?

ancientmarinerdev created pull request VoxeLibre/VoxeLibre#4448 2024-06-18 01:21:59 +02:00
Fix mobs operating when in, above or next to ignore
ancientmarinerdev pushed to mob_ignore_fix at VoxeLibre/VoxeLibre 2024-06-18 01:19:28 +02:00
551a3ce829 Fix mobs operating when in, above or next to ignore
ancientmarinerdev created branch mob_ignore_fix in VoxeLibre/VoxeLibre 2024-06-18 01:19:27 +02:00
ancientmarinerdev created pull request VoxeLibre/VoxeLibre#4447 2024-06-17 20:41:21 +02:00
Remove light paramtype from slab so they do not let light in from above or below.
ancientmarinerdev pushed to slabs_block_light at VoxeLibre/VoxeLibre 2024-06-17 20:37:10 +02:00
081e91d4fa Remove light paramtype from slab so they do not let light in from above or below.
ancientmarinerdev created branch slabs_block_light in VoxeLibre/VoxeLibre 2024-06-17 20:37:09 +02:00
ancientmarinerdev commented on pull request VoxeLibre/VoxeLibre#4420 2024-06-10 11:35:01 +02:00
Add instructions on how to eat to basic controls help entry

Do we need to add this to the template file also, so translators know it needs translating?

ancientmarinerdev approved VoxeLibre/VoxeLibre#4421 2024-06-09 21:31:50 +02:00
Prevent mob conversion code from crashing

Not tested, but code looks good.

ancientmarinerdev commented on pull request VoxeLibre/VoxeLibre#4421 2024-06-09 21:19:40 +02:00
Prevent mob conversion code from crashing

Usually you could have a lua object but no C++ object behind it. I think we need to check pos to assume it's there before considering deleting.

ancientmarinerdev commented on pull request VoxeLibre/VoxeLibre#4412 2024-06-09 21:08:57 +02:00
New lua breath system, more precise underwater checks, water column climbing and respiration enchantment

We did have another pr here that had lower complexity:

https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/3563/files

Not sure if it's better or worse, and there was a slight flaw with it,…