Nicu kneekoo
  • Joined on 2019-11-15
kneekoo commented on issue VoxeLibre/VoxeLibre#631 2024-05-29 18:05:12 +02:00
Equip armor with shift-click

This feature no longer works.

kneekoo commented on pull request VoxeLibre/VoxeLibre#4332 2024-05-26 20:34:06 +02:00
Update minetest version support information

Here's a rewording to detach ourselves from version numbers. What do you think?

To run the game with the best performance and support, we recommend the latest version of Minetest, but we…

kneekoo commented on issue VoxeLibre/VoxeLibre#2473 2024-05-25 01:17:44 +02:00
Add the Wandering Trader

A simple alternative until we get leads would be to ignore them and make two llamas follow the trader. Or we could have a mule with chest instead of the llamas, because it looks cool.

kneekoo created pull request VoxeLibre/VoxeLibre#4319 2024-05-24 17:22:46 +02:00
Updated the sleeping formspec for a better look
kneekoo commented on issue VoxeLibre/VoxeLibre#2354 2024-05-24 11:14:01 +02:00
Bucket and lava vanishes when trying to fill bucket with a full inventory

What happens here is not different from Minecraft. So it's not a bug, but we might decide to do something that is more user friendly.

Options brought up:

  • dropping the filled bucket at the…
kneekoo commented on issue VoxeLibre/VoxeLibre#2617 2024-05-23 05:08:12 +02:00
To clone or not to clone - a discussion

This is indeed obsolete at this point in time, but it could be mentioned somewhere in a planning issue for the mod list in the first comment.

kneekoo opened issue VoxeLibre/VoxeLibre#4316 2024-05-22 22:21:53 +02:00
Slab not placed when targeting the adjacent block and a slab already exists in the volume
kneekoo commented on pull request VoxeLibre/VoxeLibre#4315 2024-05-22 21:32:51 +02:00
Fix stonecutter warnings

Nice! The warnings are gone. :)

kneekoo commented on issue VoxeLibre/VoxeLibre#4313 2024-05-22 19:16:36 +02:00
Spiders that spawn from spawner aren't hostile.

This is basically a duplicate of #980 - which is about cave spiders but in fact all spiders are only aggressive if it's not daytime or attacked.

kneekoo commented on issue VoxeLibre/VoxeLibre#4305 2024-05-22 02:21:36 +02:00
Let's raise the stack size of snowballs to 64

Oh, I think that would be great too.

kneekoo commented on issue VoxeLibre/VoxeLibre#3153 2024-05-22 02:17:34 +02:00
Early game features and mechanics discussion

Are formspecs so unreliable that there's no mechanism that triggers when they close? That would probably generate a whole category of weird issues with other formspecs.

Anyway, the players…

kneekoo commented on issue VoxeLibre/VoxeLibre#3153 2024-05-21 13:09:42 +02:00
Early game features and mechanics discussion

I'm not sure what you mean by GUI. When the player joins the world for the first time, we can trigger a formspec to open. To keep things reasonable, some of that info can be grouped so that we…

kneekoo opened issue VoxeLibre/VoxeLibre#4311 2024-05-21 03:34:50 +02:00
Reevaluate our debug info
kneekoo commented on issue VoxeLibre/VoxeLibre#3153 2024-05-21 02:29:35 +02:00
Early game features and mechanics discussion

Some recent discussions brought up a few really trivial things that we might want to address somehow. While the game is quite capable of handling the basic needs in the early game, it's worth…

kneekoo commented on pull request VoxeLibre/VoxeLibre#4292 2024-05-19 23:49:10 +02:00
Update mods/ENVIRONMENT/mcl_weather/skycolor.lua

To make sure we don't leave (many) players behind, a long time decision was to support the latest 2 releases of Minetest, so we don't force people to update or even make it impossible for some…

kneekoo opened issue VoxeLibre/VoxeLibre#4305 2024-05-18 21:51:18 +02:00
Let's raise the stack size of snowballs to 64
kneekoo commented on issue VoxeLibre/VoxeLibre#4301 2024-05-18 16:55:04 +02:00
Grass and clover survive and float on village-generated dirt paths

Or villages generation could be changed... but that's for Mapgen Update.

The problem is so small that I'd rather ignore the existing content and only treat the newly generated stuff by the…

kneekoo commented on issue VoxeLibre/VoxeLibre#4297 2024-05-18 16:47:04 +02:00
Villagers cannot return home when the player is far

I think mapblock unloading is configurable. If that's the case, we can read that setting and allow villagers to move within that distance, instead of the fixed value we now have.

As a matter of…

kneekoo commented on issue VoxeLibre/VoxeLibre#4297 2024-05-18 11:04:51 +02:00
Villagers cannot return home when the player is far

Making mobs stop walking around was purposefully done to reduce their activity, which added some nice performance gains. However, we should make an exception for villagers. Especially with our…

kneekoo opened issue VoxeLibre/VoxeLibre#4302 2024-05-17 19:23:19 +02:00
Our crops float above farmland