teknomunk
  • Joined on 2024-02-12
teknomunk commented on pull request VoxeLibre/VoxeLibre#4280 2024-05-08 12:40:41 +02:00
New mcl_copper

not available in the creative inventory

teknomunk commented on pull request VoxeLibre/VoxeLibre#4280 2024-05-08 12:40:34 +02:00
New mcl_copper

Nitpick: I think all these translation files should have the line sorted alphabetically. Tools like https://github.com/minetest/minetest/blob/master/util/mod_translation_updater.py do this internally and sorting gives a defined order to check against and makes it easier to locate a particular string in the file.

teknomunk commented on pull request VoxeLibre/VoxeLibre#4280 2024-05-08 12:40:16 +02:00
New mcl_copper

Why are you adding a special case for doors in the oxidation API? I think a better option would be to use a general purpose hook so this logic is inside the door nodes.

teknomunk pushed to doc_update at VoxeLibre/VoxeLibre 2024-05-07 16:59:56 +02:00
0003c1888d Update Lemmy and Reddit links
teknomunk created pull request VoxeLibre/VoxeLibre#4285 2024-05-07 16:43:25 +02:00
Fix indestructable blocks provided by mods
teknomunk created branch fix-indestructable-blocks in teknomunk/MineClone2 2024-05-07 16:36:09 +02:00
teknomunk pushed to fix-indestructable-blocks at teknomunk/MineClone2 2024-05-07 16:36:09 +02:00
63fe4eca33 Fix indestructable blocks provided by mods
teknomunk commented on issue VoxeLibre/VoxeLibre#4283 2024-05-07 15:47:39 +02:00
Add terracotta slabs and stairs

Since I saw this and was already look at the autogroups mod for #4225 I quickly threw a counter into overwrite(). As of writing, the master branch has 2531 blocks registered.

teknomunk pushed to master at teknomunk/MineClone2 2024-05-07 15:41:12 +02:00
3b1c55c234 Remove garbage pixels from sweet berry textures (#4281)
0ef81681ba Make item frames attached to the block they're placed on (fixes #3736) (#4279)
efc6ab0bbf Merge pull request 'Hollow logs fixes' (#4268) from hollow_logs into master
69acc5074b Fix dungeon margin bug (#4276)
7d999535e7 Merge pull request 'Ghast fixes' (#4277) from ghast_fixes into master
Compare 28 commits »
teknomunk pushed to doc_update at VoxeLibre/VoxeLibre 2024-05-07 13:38:08 +02:00
412aae9a58 Change VoxeLibre2 to VoxeLibre
98eed36938 Update matrix link, update git link in source code and one module README that has a link to git
a23a57c62d Update issue templates
5f6a9f3a0c Update more documentation to use VoxeLibre
b37e9818b7 Update API documentation to match updated game name
Compare 29 commits »
teknomunk pushed to doc_update at VoxeLibre/VoxeLibre 2024-05-07 13:37:47 +02:00
80b2732dd5 Change VoxeLibre2 to VoxeLibre
teknomunk pushed to doc_update at VoxeLibre/VoxeLibre 2024-05-07 13:13:32 +02:00
802fdbfc39 Update matrix link, update git link in source code and one module README that has a link to git
teknomunk commented on pull request VoxeLibre/VoxeLibre#4220 2024-05-06 13:13:14 +02:00
Add overhead mob spawning via spherical spawn volume

Thinking on this a bit more, I probably need to limit the vertical distance from the goal position checked so the number of blocks isn't excessive with the larger volume.

This is now done.

teknomunk pushed to spherical-farm-spawning at teknomunk/MineClone2 2024-05-06 13:12:43 +02:00
efd2c17a2c Limit check to +/- 16 nodes from goal position (maximum 33 nodes, 3 map blocks)
teknomunk pushed to spherical-farm-spawning at teknomunk/MineClone2 2024-05-06 01:37:30 +02:00
31d80f5142 Change y range calculation to use outer zone distance and not middle to let mobs spawn far away from the player
fcf6b7fbd6 Implement a continuous distribution function using a piecewise linear function for selecting the distance from the player to spawn mobs with, fix crash when no nodes are found under air at the goal position
821624dc6a Change y_min/y_max calculations
13bc015c9b Limit y range to the same hemisphere (top/bottom)
dc2ac92b0a Close if statement
Compare 21 commits »
teknomunk pushed to rover_stalker at VoxeLibre/VoxeLibre 2024-05-05 22:24:00 +02:00
d2a49799ae Change over internal name so that /spawn_mob works
teknomunk pushed to environment-physics at teknomunk/MineClone2 2024-05-05 19:26:47 +02:00
3c9b6a5c4a Add bubble columns, apply environmental physics to players
teknomunk pushed to environment-physics at teknomunk/MineClone2 2024-05-05 14:41:11 +02:00
0a50bc905b Rename to vl_physics
bcbc0a18a4 Make friction not apply in air, change how the two node physics accumulate
27597f6a89 Apply entity physics to experience orbs, add node friction and make ice more slipery than other nodes, pass entity thru to effects
d2550f074d Fix typo
d6b6333ca6 Remove hardcoded gravity from item entity, fix bouancy in environmental effects
Compare 7 commits »
teknomunk commented on pull request VoxeLibre/VoxeLibre#4220 2024-05-04 22:14:44 +02:00
Add overhead mob spawning via spherical spawn volume

With this PR, mobs will now spawn beyond 32 blocks in very small quantities, as mentioned in MineClone2/MineClone2#859

teknomunk pushed to environment-physics at teknomunk/MineClone2 2024-05-04 17:45:03 +02:00
53c8b7dc9f Rename to vl_physics
6a15ebf749 Make friction not apply in air, change how the two node physics accumulate
2973a1d5a8 Apply entity physics to experience orbs, add node friction and make ice more slipery than other nodes, pass entity thru to effects
a6ca6ef1a4 Fix typo
4dc9e9403f Remove hardcoded gravity from item entity, fix bouancy in environmental effects
Compare 73 commits »