teknomunk
  • Joined on 2024-02-12
teknomunk pushed to projectile-refactor at teknomunk/MineClone2 2024-05-23 14:05:09 +02:00
1d4784e26a More refactoring to generalize arrow code into projectile
teknomunk pushed to projectile-refactor at teknomunk/MineClone2 2024-05-23 12:58:42 +02:00
92e4185032 Correct automatic enderman->rover conversion
teknomunk pushed to projectile-refactor at teknomunk/MineClone2 2024-05-23 04:56:24 +02:00
667748b9b4 Stop rover crashing, start mcl_bows:arrow_entity refactor
teknomunk pushed to projectile-refactor at teknomunk/MineClone2 2024-05-23 02:53:31 +02:00
dca1475685 Remove _thrower from vl_projectile (uses self._vl_projectile.owner instead), reorder some code
teknomunk pushed to projectile-refactor at teknomunk/MineClone2 2024-05-23 02:49:10 +02:00
e4a13f2f5a Finish reworking all items in mcl_throwing
teknomunk pushed to projectile-refactor at teknomunk/MineClone2 2024-05-23 02:34:04 +02:00
c7c0189259 Add in vl_projectile, add mcl_util.match_node_to_filter
teknomunk pushed to projectile-refactor at teknomunk/MineClone2 2024-05-23 02:02:56 +02:00
d1af7d04da Move node related functions to mods/CORE/mcl_util/nodes.lua
f46b99772b Create vl_projectile and refactor snowball and partially refactor ender pearl
a499d292f8 Finish renames (#4314)
52d5ec4248 Merge pull request 'Potions API redo' (#4130) from potions_api_redo into master
07fac026dd Added a darkness potion recipe
Compare 147 commits »
teknomunk created branch projectile-refactor in teknomunk/MineClone2 2024-05-23 01:44:27 +02:00
teknomunk pushed to projectile-refactor at teknomunk/MineClone2 2024-05-23 01:44:27 +02:00
c96ea3f470 Create vl_projectile and refactor snowball and partially refactor ender pearl
teknomunk deleted branch fix-milk-bucket-warning from teknomunk/MineClone2 2024-05-22 21:32:19 +02:00
teknomunk deleted branch spherical-farm-spawning from teknomunk/MineClone2 2024-05-22 21:31:13 +02:00
teknomunk pushed to spherical-farm-spawning at teknomunk/MineClone2 2024-05-22 17:25:41 +02:00
0279dde3d0 Limit check to +/- 16 nodes from goal position (maximum 33 nodes, 3 map blocks)
2a014ca79c Change y range calculation to use outer zone distance and not middle to let mobs spawn far away from the player
1bc0a0b411 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
bd6c8d35c3 Change y_min/y_max calculations
3850fc1a9f Limit y range to the same hemisphere (top/bottom)
Compare 30 commits »
teknomunk pushed to fix-milk-bucket-warning at teknomunk/MineClone2 2024-05-22 17:24:21 +02:00
348c104a19 Fixup milk bucket
691ba9f5b3 Merge pull request 'Documentation update, mostly rename of the game' (#4236) from doc_update into master
a1a74a2072 Add the world seed to the startup logging (#4295)
cd66dc28a4 Cherry blossom particles improvement (#4258)
51eb62f771 Updated release process
Compare 24 commits »
teknomunk pushed to compressed-blocks at teknomunk/MineClone2 2024-05-22 14:18:04 +02:00
6b0f7c69b0 Add overlay textures
5acffc4364 Initial compressed block API and several compressed block series
691ba9f5b3 Merge pull request 'Documentation update, mostly rename of the game' (#4236) from doc_update into master
a1a74a2072 Add the world seed to the startup logging (#4295)
cd66dc28a4 Cherry blossom particles improvement (#4258)
Compare 28 commits »
teknomunk commented on pull request VoxeLibre/VoxeLibre#4261 2024-05-22 14:16:32 +02:00
WIP: New weapons

There are currently no crafting recipes for the hammer and spears. Added to the TODO list.

teknomunk commented on pull request VoxeLibre/VoxeLibre#4306 2024-05-22 14:09:20 +02:00
Improved tool tooltips

I have no issues with this.

teknomunk commented on pull request VoxeLibre/VoxeLibre#4130 2024-05-22 14:08:48 +02:00
Potions API redo

Looks good to me. Checked the code and I don't see any real issues. Rechecked guardians crashing the game and that is fixed.

teknomunk commented on pull request VoxeLibre/VoxeLibre#4282 2024-05-22 13:23:55 +02:00
Rover and Stalker

Stalkers will switch the texture to default if the update check occurs when it is over air.

teknomunk created branch hammers_spears-fix-merge in teknomunk/MineClone2 2024-05-21 04:24:01 +02:00
teknomunk pushed to hammers_spears-fix-merge at teknomunk/MineClone2 2024-05-21 04:24:01 +02:00
a344e44518 Added spears
d9a8e86b6d Fixed hoe descriptions
d6cfdf3b56 Added hammers
bad8bc4c67 Improve blocks translation in French
b43c65093f revert 2c25c9419985cc095e812409ac74a44b6cfc96b1
Compare 6 commits »