Nicu kneekoo
  • Joined on 2019-11-15
kneekoo commented on pull request VoxeLibre/VoxeLibre#4549 2024-08-01 04:08:14 +02:00
Avoid multiple ruined portals in the same chunk

Deterministic loot in structures would be another good step... and hopefully as simple as these.

Dungeons and their loot are deterministic, so if you're aware of some types of loot that…

kneekoo commented on pull request VoxeLibre/VoxeLibre#4549 2024-08-01 00:47:56 +02:00
Avoid multiple ruined portals in the same chunk

Does this + #4550 make ruined portals deterministic? That would be really useful, so we can share seeds and have the same experience as other players. These portals are in particular important, as…

kneekoo commented on pull request VoxeLibre/VoxeLibre#4542 2024-07-25 21:16:14 +02:00
Fix iron golem attack animation

Do we still need allow_nav_hacks or we can drop it?

kneekoo commented on issue VoxeLibre/VoxeLibre#4539 2024-07-25 21:10:33 +02:00
Black wool and black wool does not stack?!?

This reminds me of #1431. Is that wool obtained from villager trading?

kneekoo commented on issue VoxeLibre/VoxeLibre#4537 2024-07-23 23:03:49 +02:00
Hopper will not collect items over magma when in water source

This is not a bug because hoppers cannot pull items through full blocks. This can only be achieved with minecarts with hoppers, like this.

minecart with hoppers

kneekoo commented on pull request VoxeLibre/VoxeLibre#4530 2024-07-19 09:04:24 +02:00
Clear itemstring when picking up or merging items

What about enchanted items? Does this affect their properties?

kneekoo commented on issue VoxeLibre/VoxeLibre#4528 2024-07-18 21:37:44 +02:00
Walls block villagers, some houses have unsuitable entrances

This reminded me of #2390. That seems to have been fixed. Has anyone else encountered that?

On the topic of pathfinding, Wuzzy has a video demo

kneekoo commented on pull request VoxeLibre/VoxeLibre#4445 2024-07-15 01:18:17 +02:00
Correct space check when spawning mobs

@teknomunk also use this in mob spawners? I just saw a freshly spawned spider suffocate.

That's a different bug: #1049

kneekoo commented on issue VoxeLibre/VoxeLibre#4300 2024-07-10 14:42:48 +02:00
Village locations are checked for placement even after generation

Could spoil the village locations then. ;-)

I meant that for testing, to figure out if it's the same coords or nearby.

kneekoo commented on issue VoxeLibre/VoxeLibre#4300 2024-07-10 06:05:41 +02:00
Village locations are checked for placement even after generation

Logging the coordinates when trying to generate the village would help.

kneekoo commented on issue VoxeLibre/VoxeLibre#3153 2024-07-10 06:01:35 +02:00
Early game features and mechanics discussion

Very likely, and I think that's fine. It can be really rough to learn the game by starting to play multiplayer, unless others are willing to help.

To accommodate new players in multiplayer…

kneekoo commented on issue VoxeLibre/VoxeLibre#4509 2024-07-10 02:21:17 +02:00
Unlit campfires can be lit by digging with silk touch and then replacing

When you craft a campfire, it's unlit IIRC?

I did some testing a while ago. Check out #3780.

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…