Nicu kneekoo
  • Joined on 2019-11-15
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:

kneekoo commented on issue VoxeLibre/VoxeLibre#4293 2024-05-16 22:24:19 +02:00
No trees around spawn causes game freezing

A good read about world spawn and different seeds: #515. And the other relevant issue I mentioned on Discord: #1230.

kneekoo created pull request VoxeLibre/VoxeLibre#4295 2024-05-16 22:09:17 +02:00
Add the world seed to the startup logging
kneekoo commented on issue VoxeLibre/VoxeLibre#2331 2024-05-16 20:51:40 +02:00
Add dynamic game rules

First post updated with the latest info.

kneekoo commented on issue VoxeLibre/VoxeLibre#3179 2024-05-16 08:17:15 +02:00
Mobs should only drop XP if killed by a player or tamed wolf

The problems mentioned here are still present in the latest master:

  • XP is dropped from mobs even when not killed by a player or tamed wolf
  • rare drops are also dropped when mobs are not…
kneekoo closed issue VoxeLibre/VoxeLibre#3015 2024-05-16 07:54:56 +02:00
Huge drop in FPS while in water
kneekoo commented on issue VoxeLibre/VoxeLibre#3015 2024-05-16 07:53:27 +02:00
Huge drop in FPS while in water

This stopped being a problem a long time ago, likely due to PR #3367.

If it happens again, I'll reopen this.

kneekoo commented on pull request VoxeLibre/VoxeLibre#4279 2024-05-03 17:40:40 +02:00
Make item frames attached to the block they're placed on (fixes #3736)

Nice. :) Until there's a solution for both artistic freedom and proper item frames, this is a welcome fix.

kneekoo commented on issue VoxeLibre/VoxeLibre#4278 2024-05-02 23:25:53 +02:00
suggest add feature

Cut down trees cannot send seeds anywhere for new trees. The problem is the players who don't replant. The server admins (and maybe moderators) can fix replanting if it's really a problem.

Besid…

kneekoo commented on issue VoxeLibre/VoxeLibre#2521 2024-04-29 01:12:59 +02:00
Salmon model issue

I simply moved around the world, no idea if there's a specific trigger for that. I guess flying fast above bodies of water could get you the same warning too.

kneekoo commented on pull request VoxeLibre/VoxeLibre#4213 2024-04-28 23:17:11 +02:00
Minecart Update

I've fixed the typo, but I don't see the Emerge-0 warnings on my side. Are you running as singleplayer? I've been testing using minetestserver and a client on a different computer.

Yes, I…

kneekoo commented on issue VoxeLibre/VoxeLibre#2521 2024-04-28 23:15:13 +02:00
Salmon model issue

It's still a thing.

nicu@Nicu-PC:~/.minetest$ grep extra_mobs_salmon debug.txt
2024-03-06 15:56:53: WARNING[Main]: GenericCAO::addToScene(): Model extra_mobs_salmon.b3d loaded with 13…
kneekoo commented on pull request VoxeLibre/VoxeLibre#4213 2024-04-25 19:06:36 +02:00
Minecart Update

These came up in testing:

WARNING[Main]: Texture "default_rail.png" of mcl_minecarts:rail_v2 has transparency, assuming use_texture_alpha = "clip".
WARNING[Main]: Texture "default_rail_cur…