• Joined on 2023-08-27
Cosinus commented on issue VoxeLibre/VoxeLibre#3897 2023-10-07 00:12:06 +02:00
New name for MineClone2

@knuxyl What about "Mycraft" ?

Cosinus commented on issue VoxeLibre/VoxeLibre#3178 2023-09-27 01:48:31 +02:00
Mobs walk over and fall off edges

As far my understanding goes. MCL calls a path finding function from MT, which returns a list with points on the path. I think mobs should just memorize this path and follow it until they reach…

Cosinus commented on issue VoxeLibre/VoxeLibre#3178 2023-09-25 22:13:58 +02:00
Mobs walk over and fall off edges

Does this need an engine change?

Cosinus commented on issue VoxeLibre/VoxeLibre#3407 2023-08-31 00:58:50 +02:00
Align our fluid mechanics to those of Minecraft

I've added an option to the liquid system, that allows liquids to flow to the nearest slope instead of spread out evenly. I've created a pull request. But I fear that it might not get approved.…

Cosinus created repository Cosinus/MineClone2 2023-08-28 00:19:45 +02:00
Cosinus commented on issue VoxeLibre/VoxeLibre#190 2023-08-27 20:11:57 +02:00
Cobweb bugs

I'm working on a new liquid system that acts similar to that of Minecraft. While the liquid is coming about well. The cobwebs spreading all over the place.