teknomunk
  • Joined on 2024-02-12
teknomunk created branch skycolor-refactor in teknomunk/MineClone2 2024-05-27 16:39:39 +02:00
teknomunk pushed to skycolor-refactor at teknomunk/MineClone2 2024-05-27 16:39:39 +02:00
8c0c6547d9 Fix random crash in darkness effect in mcl_potions, finish refactoring of mcl_weather.skycolor that also makes darkness effect more reliable
66de22ae27 Start refactor
Compare 2 commits »
teknomunk created pull request VoxeLibre/VoxeLibre#4337 2024-05-27 13:07:58 +02:00
Fix mob spawner crash
teknomunk created branch fix-mobspawner-crash in teknomunk/MineClone2 2024-05-27 13:05:12 +02:00
teknomunk pushed to fix-mobspawner-crash at teknomunk/MineClone2 2024-05-27 13:05:12 +02:00
fefdd26f0c Fix mob spawner crash (https://git.minetest.land/VoxeLibre/VoxeLibre/issues/4336), add mcl_mobs.register_conversion API function
teknomunk commented on issue VoxeLibre/VoxeLibre#4336 2024-05-27 12:33:13 +02:00
crash at login about mcl_mobspawners

I have reproduced this by creating creeper and enderman spawners. Looking into creating a PR to resolve this.

teknomunk commented on issue VoxeLibre/VoxeLibre#4336 2024-05-27 12:27:09 +02:00
crash at login about mcl_mobspawners

Have you by chance created creeper or enderman mob spawners? I don't think VoxeLibre will place them and that's what I think is going on.

teknomunk created pull request VoxeLibre/VoxeLibre#4335 2024-05-27 03:42:37 +02:00
Fix crash that occurs when lingering or splash potions are used from a dispenser
teknomunk created branch fix-potion-dispenser-crashes in teknomunk/MineClone2 2024-05-27 03:40:00 +02:00
teknomunk pushed to fix-potion-dispenser-crashes at teknomunk/MineClone2 2024-05-27 03:40:00 +02:00
ed10d0ebf0 Fix crash that occurs when lingering or splash potions are used from a dispenser
teknomunk commented on issue VoxeLibre/VoxeLibre#4333 2024-05-27 01:45:04 +02:00
Some issues with the new update 0.87

Eating not possible. The eating animation and sound is there, but hunger bar will not replenish. Tried with cooked meat and carot in two worlds created with an old MCL2 world and a new VL…

teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-05-26 23:41:18 +02:00
94d3004ff1 Make composter_progress_chance local, as it is not used anywhere except in mcl_composters
fb6d96f45b Fix typo that prevented bone mealing pumpkin plants
f0fc84e53f Check both above and below in pointed_thing for bonemealing (and pass thru the position as .under), make crimson vines and twisting vines compostable by rightclicking on the composter
417d012320 Fix crash at one more spot
e68b0e5ca1 Fix crashes when using bonemeal on nether nodes
Compare 63 commits »
teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-05-26 23:40:59 +02:00
9536189c33 Make composter_progress_chance local, as it is not used anywhere except in mcl_composters
cb11285275 Fix typo that prevented bone mealing pumpkin plants
78678b98b6 Check both above and below in pointed_thing for bonemealing (and pass thru the position as .under), make crimson vines and twisting vines compostable by rightclicking on the composter
d88f41b650 Fix crash at one more spot
4f5c662756 Fix crashes when using bonemeal on nether nodes
Compare 49 commits »
teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-05-26 21:57:02 +02:00
a6e4db0031 Fix typo that prevented bone mealing pumpkin plants
f2ce65631b Check both above and below in pointed_thing for bonemealing (and pass thru the position as .under), make crimson vines and twisting vines compostable by rightclicking on the composter
3d34d5592d Fix crash at one more spot
32149e7ae3 Fix crashes when using bonemeal on nether nodes
97ea25c254 Change _mcl_on_bonemealing to _on_bone_meal, update API.md to reflect this
Compare 62 commits »
teknomunk pushed to minecart-update at teknomunk/MineClone2 2024-05-26 21:56:25 +02:00
a26697d13d Make old rails have a drawtype, make update lbm always run
0539618c1b Move the various rails to their own files, code cleanup
df58afba7b Remove undefined global for optional environmental physics
9a0db8b6e0 Remove Emerge-0 warning that occurs when placing mineshafts
185a357b9b Restore 45 degree cart movement, remove warning about unknown global
Compare 314 commits »
teknomunk commented on pull request VoxeLibre/VoxeLibre#4332 2024-05-26 21:12:01 +02:00
Update minetest version support information

Updated wording.

teknomunk pushed to update-readme-minetest-version at teknomunk/MineClone2 2024-05-26 21:11:06 +02:00
5dc42ce8ed Use wording that doesn't mention version numbers so it can't get out of date
b2495dc850 Update minetest version support information
Compare 2 commits »
teknomunk pushed to master at teknomunk/MineClone2 2024-05-26 20:24:07 +02:00
e097c87e7c Merge pull request 'release_0_87_prismatic' (#4320) from release_0_87_prismatic into master
9e0136e3c4 Post-release set version 0.88.0-SNAPSHOT
b2d93f3265 Add release notes for v0.87
dfddea76fb Updated release credits and set version for v0.87
da491b8505 Documented a returned table (effect data) (#4330)
Compare 162 commits »
teknomunk pushed to update-readme-minetest-version at teknomunk/MineClone2 2024-05-26 20:23:17 +02:00
c36a27bbed Update minetest version support information
e097c87e7c Merge pull request 'release_0_87_prismatic' (#4320) from release_0_87_prismatic into master
9e0136e3c4 Post-release set version 0.88.0-SNAPSHOT
b2d93f3265 Add release notes for v0.87
dfddea76fb Updated release credits and set version for v0.87
Compare 12 commits »
teknomunk created pull request VoxeLibre/VoxeLibre#4332 2024-05-26 20:16:32 +02:00
Update minetest version support information