ancientmarinerdev
  • Joined on 2022-10-03
ancientmarinerdev commented on issue VoxeLibre/VoxeLibre#2756 2023-12-14 21:43:49 +01:00
Crafting/Enchanting interface - can't take crafted item

I've had this 3 times in 2 days. It's quite a prominent, and annoying issue.

I can't reproduce it in Minetest 5.8.0. Which version are you on? I think engine formspec changes (those…

ancientmarinerdev commented on issue VoxeLibre/VoxeLibre#4072 2023-12-13 04:19:21 +01:00
Slimes are spawning too frequently and too fast

You're right. I wasn't sure if baka's fixes were merged, but once they're in, it'll sure make this easier to control. It's useful as a test case for these changes, I suspect.

ancientmarinerdev commented on issue VoxeLibre/VoxeLibre#2756 2023-12-13 03:47:22 +01:00
Crafting/Enchanting interface - can't take crafted item

I've had this 3 times in 2 days. It's quite a prominent, and annoying issue.

ancientmarinerdev commented on pull request VoxeLibre/VoxeLibre#4000 2023-12-13 03:44:57 +01:00
Shulker improvements and homing mob projectiles

Does this fix #3573 ?

ancientmarinerdev commented on issue VoxeLibre/VoxeLibre#926 2023-12-13 03:40:59 +01:00
Diamond ore generation balancing

Increasing priority as diamond mining for a full set is just too much suffering. You could probably double the amount of diamonds at y=11 ish, and it wouldn't be over the amount you should…

ancientmarinerdev opened issue VoxeLibre/VoxeLibre#4073 2023-12-13 03:39:01 +01:00
Larger slimes can hit you before you can hit them
ancientmarinerdev opened issue VoxeLibre/VoxeLibre#4072 2023-12-13 03:36:24 +01:00
Slimes are spawning too frequently and too fast
ancientmarinerdev commented on pull request VoxeLibre/VoxeLibre#4066 2023-12-13 00:50:38 +01:00
WIP: controls:android:fix bow/rocket/spyglass/burger_follow

This is duplicated 4 times. It would be better as a variable and just reference it.

ancientmarinerdev commented on issue VoxeLibre/VoxeLibre#4063 2023-12-12 23:19:04 +01:00
Crashes on German MineClone2 server

https://codeberg.org/mineclonia/mineclonia/pulls/848 may have a possible solution to this, but I haven't verified.

I have got confirmation that this has fixed the issue. I think we need to…

ancientmarinerdev commented on pull request VoxeLibre/VoxeLibre#4059 2023-12-12 15:04:17 +01:00
mobs:villager: reduce search radius

I wouldn't allow this to go to 256. Never let the user do something silly. I wouldn't allow further than 70. Maybe I'm just mean, but I'd cap it at 60, or 50. Muwhahahahah.

ancientmarinerdev commented on issue VoxeLibre/VoxeLibre#4063 2023-12-12 02:51:03 +01:00
Crashes on German MineClone2 server

https://codeberg.org/mineclonia/mineclonia/pulls/848 may have a possible solution to this, but I haven't verified.

ancientmarinerdev commented on pull request VoxeLibre/VoxeLibre#4055 2023-12-11 18:07:51 +01:00
mobs:animations:align animation to movement speed

is this a typo?

ancientmarinerdev commented on pull request VoxeLibre/VoxeLibre#4059 2023-12-11 17:36:04 +01:00
mobs:villager: reduce search radius

You need to add this in the settings file, otherwise users can not configure this from their client.

ancientmarinerdev commented on pull request VoxeLibre/VoxeLibre#4064 2023-12-11 01:26:10 +01:00
Add an on_attack callback for mobs

Ha, more eyes catch these things. No harm done. :)

ancientmarinerdev commented on pull request VoxeLibre/VoxeLibre#4064 2023-12-10 18:38:06 +01:00
Add an on_attack callback for mobs

Probably needs to be indented as it's inside the else.

ancientmarinerdev commented on issue VoxeLibre/VoxeLibre#4063 2023-12-10 18:35:54 +01:00
Crashes on German MineClone2 server

Looks like it's related to this mod:

https://github.com/minetest-mods/woodcutting

While we don't usually support mods, we should try not to break them. So it is probably on us to understand…

ancientmarinerdev opened issue VoxeLibre/VoxeLibre#4063 2023-12-10 16:14:42 +01:00
Crashes on German MineClone2 server
ancientmarinerdev commented on pull request VoxeLibre/VoxeLibre#4055 2023-12-09 16:47:28 +01:00
mobs:animations:align animation to movement speed

I think the following PR should be merged in once tested:

https://git.minetest.land/MineClone2/MineClone2/pulls/3837/files

This could impact on speeds and set off animations again, so if…

ancientmarinerdev commented on pull request VoxeLibre/VoxeLibre#4059 2023-12-09 16:37:24 +01:00
mobs:villager: reduce search radius

I would constant this value as:

local VILLAGER_SEARCH_RADIUS = 20

at the top of the file as it's duplicated and allows for easier tweaking.