Nicu kneekoo
  • Joined on 2019-11-15
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
kneekoo opened issue VoxeLibre/VoxeLibre#4301 2024-05-17 19:16:46 +02:00
Grass and clover survive and float on village-generated dirt paths
kneekoo opened issue VoxeLibre/VoxeLibre#4300 2024-05-17 18:53:46 +02:00
Village locations are checked for placement even after generation
kneekoo opened issue VoxeLibre/VoxeLibre#4299 2024-05-17 18:20:33 +02:00
Sheep graze the grass under their bodies, instead of their head
kneekoo opened issue VoxeLibre/VoxeLibre#4298 2024-05-17 18:18:19 +02:00
The attack range in creative mode has been nerfed
kneekoo opened issue VoxeLibre/VoxeLibre#4297 2024-05-17 18:15:54 +02:00
Villagers cannot return home when the player is far
kneekoo opened issue VoxeLibre/VoxeLibre#4296 2024-05-17 17:51:03 +02:00
Harvesting with Fortune causes wheat and beetroot not to drop
kneekoo commented on issue VoxeLibre/VoxeLibre#855 2024-05-17 02:50:30 +02:00
Check dirt before generating decorations

Another option is having dirt below the schema, but it feels hacky and would be OP for any skyblock.

1-4 blocks of dirt, strictly to cover the bottom of the tree sounds like enough to me, and…

kneekoo commented on issue VoxeLibre/VoxeLibre#2625 2024-05-17 00:37:22 +02:00
Trees should only require the minimal volume to grow

Well, I got curious and I looked in the Minetest Schematic File Format and wrote a C program to get info on our trees. Here goes: