Nicu kneekoo
  • Joined on 2019-11-15
kneekoo commented on issue VoxeLibre/VoxeLibre#4462 2024-07-01 12:05:14 +02:00
Farmer still get stuck in composter

Out of curiosity I tested the composter in Minecraft and you can get inside, but the compost has no hitbox at all, regardless of its level. And since the players or villagers cannot clip through…

kneekoo commented on issue VoxeLibre/VoxeLibre#4311 2024-06-30 22:28:38 +02:00
Reevaluate our debug info

Here's a succint way to describe the proposed behaviour.

  1. /debug is a toggle for the debug info
  2. When the game storage has no debug level stored, we initialize it with the default…
kneekoo commented on issue VoxeLibre/VoxeLibre#3153 2024-06-30 22:11:06 +02:00
Early game features and mechanics discussion

There is a mechanism, but they may be closed without triggering it.

Here's an idea, if it's even worth bothering with pausing the time. There are a number of things the player cannot do when…

kneekoo commented on issue VoxeLibre/VoxeLibre#4472 2024-06-29 12:17:21 +02:00
Improvement / issue fix: Make it easier for player and villagers to walk through doors

This issue can be integrated into Villager Pathfinding Improvements #2854.

kneekoo commented on issue VoxeLibre/VoxeLibre#4471 2024-06-29 12:15:47 +02:00
Improvement: Give the fishing rod a real line!

The "Feature request" issue template has this tag. The "Default" template doesn't have it.

kneekoo commented on issue VoxeLibre/VoxeLibre#3053 2024-06-29 11:50:47 +02:00
Gamerule API

Minetest issue: Generic auto-completer for chat. There's hope there, but no one seems interested to address autocompletion yet.

kneekoo commented on issue VoxeLibre/VoxeLibre#4454 2024-06-28 16:05:38 +02:00
Optimize the item metadata for lower network traffic

But is it actually stored and sent as strings? It makes no sense to expand a float like that.

As far as I know, that's all string being sent through the network. And it was worse in the past,…

kneekoo commented on pull request VoxeLibre/VoxeLibre#4469 2024-06-28 13:52:25 +02:00
Improve acacia and birch plank textures

I think we could do more with all our planks. If we introduce a Lumberjack villager with a sawmill as the job site block, this block could allow the player to transform regular planks into more…

kneekoo commented on issue VoxeLibre/VoxeLibre#4454 2024-06-27 23:25:40 +02:00
Optimize the item metadata for lower network traffic

It would definitely save network data, but it increases the clients' CPU usage. The ideals solution would be for the engine to allow customizing the precision of floats, so mod makers can use as…

kneekoo commented on issue VoxeLibre/VoxeLibre#2388 2024-06-27 20:37:07 +02:00
Village schematics come with regular dirt, instead of dirt_with_grass

@Herowl, mapgen update tag?

kneekoo commented on issue VoxeLibre/VoxeLibre#3734 2024-06-27 20:10:54 +02:00
A few issues with sheep

Short sounds are probably small enough to tolerate as an addition even when each mob has its own. I know you've [suggested sounds](VoxeLibre/VoxeLibre#4057 (comment)

kneekoo commented on issue VoxeLibre/VoxeLibre#1021 2024-06-27 20:06:57 +02:00
XP orbs dropped when not killed by player

Thanks! #3179 is about the same issue - which I think can be closed. I opened it as a new bug back then, because this was fixed for a while and then we got a regression.

I'll add here the…

kneekoo closed issue VoxeLibre/VoxeLibre#3179 2024-06-27 20:06:28 +02:00
Mobs should only drop XP if killed by a player or tamed wolf
kneekoo commented on issue VoxeLibre/VoxeLibre#3179 2024-06-27 20:06:28 +02:00
Mobs should only drop XP if killed by a player or tamed wolf

Closed in favor of #1021.

kneekoo commented on issue VoxeLibre/VoxeLibre#4462 2024-06-27 10:34:51 +02:00
Farmer still get stuck in composter

Thank you, as I now know I can break the composter to free villagers without robbing them of the ability to restock, I have at least a solution.

Villagers only restock if:

  • it's work hours…
kneekoo commented on issue VoxeLibre/VoxeLibre#3734 2024-06-26 21:57:42 +02:00
A few issues with sheep

Indeed, it was just a question. I still haven't tested that in Minecraft, so I was wondering if the wiki is missing that details or even Minecraft doesn't have a sound for that. I'm all for it if…

kneekoo commented on issue VoxeLibre/VoxeLibre#4462 2024-06-25 02:39:18 +02:00
Farmer still get stuck in composter

This is fixable by increasing the compost level just enough for the villagers to be able to walk out of the composter. The compost level has its own collision box that rises and lifts the player…

kneekoo commented on issue VoxeLibre/VoxeLibre#4464 2024-06-25 02:32:54 +02:00
Villagers (and other mobs) oblivious to danger, drowning in the ocean or falling into the depth

This looks like #2456 - drowning occurs if the top part of the player and/or mob is in water, even if the head is not underwater. Hopefully PR #4412 will fix this problem.

kneekoo commented on issue VoxeLibre/VoxeLibre#3734 2024-06-25 02:02:26 +02:00
A few issues with sheep

But are they supposed to make a sound when feeding them? I haven't tried it in-game, but the Minecraft wiki doesn't mention a sound for this - only for…

kneekoo commented on issue VoxeLibre/VoxeLibre#4455 2024-06-23 18:25:16 +02:00
(Skeleton) horses never despawn

Hi! :) Does this happen on a server or a local game? Skeleton horses only spawn during thunderstorms, and they're rare, so this looks like you had a huge number of lightning strikes.

If this is…