Nicu kneekoo
  • Joined on 2019-11-15
kneekoo approved VoxeLibre/VoxeLibre#4658 2024-09-28 03:48:07 +02:00
Changed bamboo cap drawtype
kneekoo commented on issue VoxeLibre/VoxeLibre#4655 2024-09-27 19:30:45 +02:00
Make hollow tree logs passable in crouch / climbable when vertical

Crawling would require some crawling mechanics, whether just for this node or for any small spaces (eg. regular 1-node height tunnel).

Indeed: #2707

kneekoo opened issue VoxeLibre/VoxeLibre#4654 2024-09-24 22:44:49 +02:00
Broken mob textures when they equip gear
kneekoo commented on pull request VoxeLibre/VoxeLibre#4479 2024-09-24 22:24:25 +02:00
Improve mob smartness (cliffs, paths) part 1

Should we care about this now or later? Not sure about other mobs, but at least skeletons don't avoid fire, and maybe other hazards.

skeleton walking into fire

kneekoo closed issue VoxeLibre/VoxeLibre#853 2024-09-24 17:11:35 +02:00
Jukebox music greatly increases loading time
kneekoo commented on issue VoxeLibre/VoxeLibre#853 2024-09-24 17:11:35 +02:00
Jukebox music greatly increases loading time

This was fixed since Minetest 5.8.0, so I'll close it.

kneekoo commented on issue VoxeLibre/VoxeLibre#4652 2024-09-23 15:18:07 +02:00
Bow shots landing sound can be heard by distant players.

The client can be 0.87.2, but is the server also up to date? Because the server dictate most of what's going on for players. I wonder when the max hear distance was touched last time.

kneekoo commented on issue VoxeLibre/VoxeLibre#4645 2024-09-23 15:14:54 +02:00
Campfires should extinguish in contact with water

Fixing is going to break great working iron farms though. womp womp.

Signs or open fences above campfires should fix this easily.

kneekoo commented on pull request VoxeLibre/VoxeLibre#4640 2024-09-19 19:41:15 +02:00
Fix growth logic, clean up mcl_farming/shared_functions

For the next PR, we'll need some testing for growth speeds. The beetroot doesn't seem to be affected much, if at all, by this PR. It grows quite fast. On the other hand, carrots and potatoes seem…

kneekoo commented on pull request VoxeLibre/VoxeLibre#4640 2024-09-19 14:41:41 +02:00
Fix growth logic, clean up mcl_farming/shared_functions

The growth speed is pretty decent, I'd say. The main difference is actually the loaded block issue, which made crops grow abnormally fast. Now it's slightly slower but not too slow. I think we're…

kneekoo commented on issue VoxeLibre/VoxeLibre#4544 2024-09-18 11:21:07 +02:00
Bamboo is too bright

I'm in favor of the yellower variant. It fits better visually, and I think that's more important.

kneekoo opened issue VoxeLibre/VoxeLibre#4646 2024-09-17 16:20:32 +02:00
Mobs float too low on the water surface, and horses drown
kneekoo opened issue VoxeLibre/VoxeLibre#4645 2024-09-17 15:34:18 +02:00
Campfires should extinguish in contact with water
kneekoo commented on issue VoxeLibre/VoxeLibre#4644 2024-09-17 14:43:52 +02:00
Axolotl jump out of water and die

This sounds like a good idea - a dolphin just crossed my small island over land, twice in the last 5 minutes. :) But will aquatic mobs be able to swim up if their jumping ability is removed, or…

kneekoo commented on pull request VoxeLibre/VoxeLibre#4611 2024-09-17 14:33:56 +02:00
WIP: BIG mapgen update for structures and villages, needs testing

Should we also add hollow fallen trees?

I think the regular ones are enough, since they're more natural. But if we want to "advertise" the existence of hollow logs, we could make tiny…

kneekoo commented on pull request VoxeLibre/VoxeLibre#4640 2024-09-17 01:55:54 +02:00
Fix growth logic, clean up mcl_farming/shared_functions

I have to say I really like seeing the new stages of growth. The beetroot still grows reasonably fast, not sure yet about the other kinds of crops.

![crops growing in VoxeLibre](https://i.imgur.…

kneekoo commented on pull request VoxeLibre/VoxeLibre#4636 2024-09-15 21:39:40 +02:00
FIX spawning

Ok, I'm comfortable with the spawns. They're way less compared to how it was, and I think it's great. Now it's worth making animal pens and breed them. It may seem bare to players who have been…

kneekoo commented on pull request VoxeLibre/VoxeLibre#4611 2024-09-15 18:32:17 +02:00
WIP: BIG mapgen update for structures and villages, needs testing
2024-09-15 17:49:22: ACTION[Server]: singleplayer right-clicks object 1889: LuaEntitySAO "mcl_boats:boat" at (-94,1,133)
2024-09-15 17:49:40: ACTION[Emerge-0]: [mcl_villages] sudo make me a…
kneekoo commented on pull request VoxeLibre/VoxeLibre#4636 2024-09-15 14:22:11 +02:00
FIX spawning

Is this supposed to happen? So many attempts at the same time on the same spot.

2024-09-15 13:29:44: WARNING[Server]: [mcl_mobs] No room for mob mobs_mc:spider at (-19,-5,181)
2024-09-15…
kneekoo commented on pull request VoxeLibre/VoxeLibre#4221 2024-09-15 13:59:15 +02:00
bonemeal API update

Bone mealing from the side of a crop generates the same crop on the adjacent block. This is a known issue, but the additional issue is that the bug caused the existing (and different) crop to be…