Nicu kneekoo
  • Joined on 2019-11-15
kneekoo commented on issue VoxeLibre/VoxeLibre#4504 2024-07-09 08:37:55 +02:00
Exposed dirt with grass in snowy biome

Those might be different biomes. Do /grantme debug and /debug 3 to check out the biome while standing on the blocks with exposed grass. It's not uncommon at all for biomes to overlap like that.

kneekoo commented on issue VoxeLibre/VoxeLibre#4399 2024-07-04 19:35:31 +02:00
Use new potion effects in gameplay

Nobody has to ask for anything as long as we're talking about free and open source software. The point of the license is to give people the freedom to do what they want with it, as long as they…

kneekoo commented on issue VoxeLibre/VoxeLibre#4462 2024-07-04 03:14:09 +02:00
Farmer still get stuck in composter

I discovered something in my Skyblock world. After I placed my crafting table (full block) under the composter, I was no longer able to fall through the bottom of the composter while composting. I…

kneekoo commented on issue VoxeLibre/VoxeLibre#1231 2024-07-04 03:05:01 +02:00
Only dropped meat should be cooked by fire

You can't, but you can in the regular game - chest loot and fishing are "easy" sources of enchanted books.

kneekoo commented on issue VoxeLibre/VoxeLibre#3283 2024-07-03 17:04:59 +02:00
Anvils do not use experience to fix / enchant items

Well, at the moment, mobs leave XP after dying even when not killed by the player, so you still have a source for quickly leveling up. 🙂

Relying on bugs for the normal gameplay is…

kneekoo commented on issue VoxeLibre/VoxeLibre#1231 2024-07-03 14:36:54 +02:00
Only dropped meat should be cooked by fire

It does make sense, but the problem is it makes it impossible to get potatoes (to start a farm) from zombies if you use Fire Aspect on them.

kneekoo commented on issue VoxeLibre/VoxeLibre#1231 2024-07-03 04:08:42 +02:00
Only dropped meat should be cooked by fire

Yes, I just checked and we still get baked potatoes from zombies. I used a Fire Aspect II sword for this.

kneekoo commented on issue VoxeLibre/VoxeLibre#3245 2024-07-02 00:47:31 +02:00
Mobs dont move slower inside of surfaces that cause slower movement to the player

Also affecting movement is #3296 - though I'm not sure mobs "benefit" from this. The only ones moving worryingly fast uphill were guardians in one encounter. Not sure if slimes too, but I've been…

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…