Nicu kneekoo
  • Joined on 2019-11-15
kneekoo commented on pull request VoxeLibre/VoxeLibre#2635 2023-07-13 20:57:31 +02:00
Formspec Refactoring

Trailing commas exist in PHP an JavaScript as well. But separating items with commas in a data structure is basic syntax, which is something that anyone writing code would be expected to know how…

kneekoo commented on pull request VoxeLibre/VoxeLibre#3769 2023-07-07 22:54:59 +02:00
Campfire Updates

The new particles are great, but we definitely need them to be more frequent. Hopefully there won't be a significant performance hit if we generate one every 1-2 seconds. Minecraft makes [a lot…

kneekoo commented on issue VoxeLibre/VoxeLibre#3794 2023-07-04 23:37:49 +02:00
cactus bug and fence

Any falling object that hits cacti gets destroyed, I think. That is intentionally coded in item entity code iirc.

To be clear, the farm output is zero, even after a few hours. When a cactus…

kneekoo commented on pull request VoxeLibre/VoxeLibre#3769 2023-07-03 09:54:46 +02:00
Campfire Updates

I have a Good news, the model is complete and now it looks same as Minecraft campfire and also now it is having bigger flame.

Zip file is uploaded and contains the mcl_campfires…

kneekoo commented on issue VoxeLibre/VoxeLibre#3794 2023-07-01 17:14:07 +02:00
cactus bug and fence

Fences, walls, and even glass panes should break cacti if placed adjacently. I tested this in Minecraft, but it's also shown in tutorials.

But I see that the problem with our game is *(in…

kneekoo commented on issue VoxeLibre/VoxeLibre#3826 2023-07-01 14:42:46 +02:00
The /clear command is destructive and enabled by default

This is where Minecraft didn't care about clarity and got it wrong. For compatibility reasons, I would only keep /clear to inform the user about the family of "clear" commands, so they can…

kneekoo commented on issue VoxeLibre/VoxeLibre#3798 2023-06-30 15:52:13 +02:00
Pressing enter in sleep chat box closes formspec

There's field_close_on_enternameclose_on_enter, which works with field and pwdfield.

kneekoo commented on issue VoxeLibre/VoxeLibre#975 2023-06-29 19:40:53 +02:00
Sweep attacks

A source of inspiration is here, in Crafter.

kneekoo commented on issue VoxeLibre/VoxeLibre#2001 2023-06-29 19:40:50 +02:00
Critical hits doesn't affect mobs

A source of inspiration is here, in Crafter.

kneekoo commented on issue VoxeLibre/VoxeLibre#3153 2023-06-19 07:54:21 +02:00
Early game features and mechanics discussion

And what about candles

We don't have them, so contributions are definitely appreciated. :)

kneekoo created pull request VoxeLibre/VoxeLibre#3808 2023-06-19 05:06:54 +02:00
Halved the creeper explosion timer reset radius
kneekoo pushed to reduce-explosiontimer_reset_radius at VoxeLibre/VoxeLibre 2023-06-19 05:03:14 +02:00
9b8ecfbe69 Reduced the creeper explosion timer reset radius from 6 to 3
kneekoo created branch reduce-explosiontimer_reset_radius in VoxeLibre/VoxeLibre 2023-06-19 05:03:13 +02:00
kneekoo commented on pull request VoxeLibre/VoxeLibre#3749 2023-06-18 22:06:01 +02:00
Cherry Blossoms

I just optimized the textures. They're now almost 94% smaller in size (mostly…

kneekoo commented on pull request VoxeLibre/VoxeLibre#3784 2023-06-18 19:21:41 +02:00
add 1.20 armor trims

I just noticed that the optipng command we recommend preserves the metadata, which we actually want out of our textures. :P So I added "-strip all" for a better optimization, and updated…

kneekoo created pull request VoxeLibre/VoxeLibre#3806 2023-06-18 19:02:04 +02:00
Updated optipng command to remove metadata
kneekoo pushed to update-TEXTURES.md-optipng at VoxeLibre/VoxeLibre 2023-06-18 18:54:33 +02:00
358432c52a Updated optipng command to remove metadata
kneekoo created branch update-TEXTURES.md-optipng in VoxeLibre/VoxeLibre 2023-06-18 18:54:32 +02:00
kneekoo commented on pull request VoxeLibre/VoxeLibre#3800 2023-06-16 02:31:24 +02:00
Add more fishing sounds!

Thanks for this! :)

Do you know how to edit/tweak sounds? In an old comment I mentioned two sounds, and the first…

kneekoo commented on pull request VoxeLibre/VoxeLibre#3758 2023-06-15 13:45:49 +02:00
Rename Liquid Textures

tools/Conversion_Table.csv also has to be updated.