Nicu kneekoo
  • Joined on 2019-11-15
kneekoo commented on issue VoxeLibre/VoxeLibre#4351 2024-05-31 22:52:42 +02:00
Eating is broken on Android

Hi, I just checked eating on Android 13 with Minetest 5.8.0 and I could eat.

On PC, players now have to hold the right mouse button pressed to eat. This was done to prevent accidental eating of…

kneekoo commented on pull request VoxeLibre/VoxeLibre#4347 2024-05-31 20:01:47 +02:00
WIP: Dynamic Rules and Settings

Sorry, I should've mentioned I was referring to day_count and game_time in env_meta.txt of each world.

kneekoo commented on pull request VoxeLibre/VoxeLibre#4347 2024-05-31 18:24:10 +02:00
WIP: Dynamic Rules and Settings

Investigating permatime mod for the implementation of doDaylightCycle.

https://github.com/rollerozxa/permatime/blob/master/init.lua

Freezing time is as simple as running `/set…

kneekoo commented on issue VoxeLibre/VoxeLibre#4349 2024-05-31 15:57:26 +02:00
Food is not correctly used when consumed and doesn't fill the hunger bar

What should happen:

Food items should be processed correctly by consumption

The reason for this change is that simple right-clicking lead to accidentally eating something we don't…

kneekoo commented on pull request VoxeLibre/VoxeLibre#4347 2024-05-31 02:32:53 +02:00
WIP: Dynamic Rules and Settings

Does this allow the notification delay to be changed "live" and new notifications would stay on the screen for the new duration?

kneekoo commented on pull request VoxeLibre/VoxeLibre#4317 2024-05-30 23:06:28 +02:00
Changes on slab placement checks

Very nice! This worked properly in my testing. :)

Side question: does anyone know if there's a reason not to allow combining different kinds of slabs in the same block space? Minecraft doesn't…

kneekoo opened issue VoxeLibre/VoxeLibre#4346 2024-05-30 21:37:22 +02:00
Items should never drop inside solids
kneekoo commented on issue VoxeLibre/VoxeLibre#2193 2024-05-30 21:12:27 +02:00
Improve the controls

Some of the improvements I mentioned initially, that relied on engine features, have been added. So I shortened the list to limit the scope of the issue to what might be achievable.

03:58…

kneekoo opened issue VoxeLibre/VoxeLibre#4345 2024-05-30 20:44:14 +02:00
Add a "New version" notification or dialog
kneekoo commented on issue VoxeLibre/VoxeLibre#2331 2024-05-30 19:09:06 +02:00
Add dynamic game rules

Thanks! :) The more we can change without restarting/exiting the game, the better.

kneekoo commented on issue VoxeLibre/VoxeLibre#631 2024-05-29 19:15:21 +02:00
Equip armor with shift-click

I can't tell, I only noticed it recently.

kneekoo reopened issue VoxeLibre/VoxeLibre#631 2024-05-29 18:05:13 +02:00
Equip armor with shift-click
kneekoo commented on issue VoxeLibre/VoxeLibre#631 2024-05-29 18:05:12 +02:00
Equip armor with shift-click

This feature no longer works.

kneekoo commented on pull request VoxeLibre/VoxeLibre#4332 2024-05-26 20:34:06 +02:00
Update minetest version support information

Here's a rewording to detach ourselves from version numbers. What do you think?

To run the game with the best performance and support, we recommend the latest version of Minetest, but we…

kneekoo commented on issue VoxeLibre/VoxeLibre#2473 2024-05-25 01:17:44 +02:00
Add the Wandering Trader

A simple alternative until we get leads would be to ignore them and make two llamas follow the trader. Or we could have a mule with chest instead of the llamas, because it looks cool.

kneekoo created pull request VoxeLibre/VoxeLibre#4319 2024-05-24 17:22:46 +02:00
Updated the sleeping formspec for a better look
kneekoo commented on issue VoxeLibre/VoxeLibre#2354 2024-05-24 11:14:01 +02:00
Bucket and lava vanishes when trying to fill bucket with a full inventory

What happens here is not different from Minecraft. So it's not a bug, but we might decide to do something that is more user friendly.

Options brought up:

  • dropping the filled bucket at the…
kneekoo commented on issue VoxeLibre/VoxeLibre#2617 2024-05-23 05:08:12 +02:00
To clone or not to clone - a discussion

This is indeed obsolete at this point in time, but it could be mentioned somewhere in a planning issue for the mod list in the first comment.

kneekoo opened issue VoxeLibre/VoxeLibre#4316 2024-05-22 22:21:53 +02:00
Slab not placed when targeting the adjacent block and a slab already exists in the volume
kneekoo commented on pull request VoxeLibre/VoxeLibre#4315 2024-05-22 21:32:51 +02:00
Fix stonecutter warnings

Nice! The warnings are gone. :)