ancientmarinerdev
  • Joined on 2022-10-03
ancientmarinerdev commented on pull request VoxeLibre/VoxeLibre#4216 2024-03-20 12:47:17 +01:00
Fix - New game load crashes. Add defensive check.

When I create a new game on singlenode and load a custom mob, it crashes. I'm assuming this is the case for all new games. We don't check if the player object is set first so I've added a…

ancientmarinerdev commented on issue VoxeLibre/VoxeLibre#3927 2024-03-19 19:47:58 +01:00
Support Unicode text on signs

You don't have the time to install tga_encoder and ucsigns from CDB and write a sign?

Time, maybe. Mental energy, nope. Never good to spend people's time for them.

ancientmarinerdev commented on issue VoxeLibre/VoxeLibre#4215 2024-03-19 19:37:22 +01:00
Mineshafts spawn blue dye in chests

The change was made and merged before you warned.

Irrelevant. The PR description actually warned that this would happen:

ancientmarinerdev commented on issue VoxeLibre/VoxeLibre#4215 2024-03-19 16:15:29 +01:00
Mineshafts spawn blue dye in chests

The reason for this is that the developers who separated dye and lapis did not know about item aliases and simply replaced the item string turning all lapis in existing chests into blue dye.…

ancientmarinerdev commented on issue VoxeLibre/VoxeLibre#3927 2024-03-19 16:10:15 +01:00
Support Unicode text on signs

@cora has made a Unicode Signs mod that she claims works with MineClone2. However, it description for MineClone 2 contains that “until…

ancientmarinerdev commented on pull request VoxeLibre/VoxeLibre#4220 2024-03-18 22:03:50 +01:00
Add overhead mob spawning via spherical spawn volume

I like these changes, but I don't think we should throttle it to player position. For example, if the node is 1 block above the player, it won't check below the player at all, when it could check south of them a number of blocks.

ancientmarinerdev commented on pull request VoxeLibre/VoxeLibre#4220 2024-03-18 02:10:04 +01:00
Add overhead mob spawning via spherical spawn volume

With this it looks like you're picking a point on the sphere, and then adding or subtracting MOB_SPAWN_ZONE_MIDDLE, which is 32. So usually, mobs spawn 24 to 32 blocks away. With this, if it picks a position above your head, or below your head, it would be checking quite a range of positions. Even 64 squares above your head, which could be way too high.

ancientmarinerdev commented on pull request VoxeLibre/VoxeLibre#4213 2024-03-15 12:44:48 +01:00
Minecart Update

when hopper minecarts got up to full speed, they'd go so fast past the the hopper, it would miss it 80+% of the time

Makes sense. Larger area gives more chances to catch the minecart as…

ancientmarinerdev commented on pull request VoxeLibre/VoxeLibre#4213 2024-03-14 23:55:26 +01:00
Minecart Update

Is it preventing a machine or farm from working?

For reference, here is the machine I was testing when I found this behavior. There is a track running under a line of furnaces with a…

ancientmarinerdev commented on issue VoxeLibre/VoxeLibre#4207 2024-03-14 20:37:20 +01:00
Stone and Derivatives generate too deep in the world

I think dirt generates too low also.

ancientmarinerdev commented on issue VoxeLibre/VoxeLibre#4218 2024-03-14 20:33:11 +01:00
Falling through textures

Unfortunately, you can clip through things in mc. If you're jumping and placing things below your feet, and your head hits something, you can place blocks inside you.

When you place a block…

35de4a4974 Textures fixes for doors
787ef17925 Fix door param2 change when scrapping or waxing
ff23d46125 Door duplication bug solved and more oxidation
f83d1b18cd Oxidation, scrapping and waxing for copper doors
802137f355 New copper doors items and open trapdoor oxidation
Compare 10 commits »
ancientmarinerdev created branch copper-adaptation-refs-recovery in VoxeLibre/VoxeLibre 2024-03-14 20:14:25 +01:00
ancientmarinerdev pushed to hollow_logs_ref_recovery at VoxeLibre/VoxeLibre 2024-03-14 20:12:13 +01:00
d6b329d657 Global definition removed
e2bbc9df5c Global definition removed
4eecab501d Global definition removed
2e2c2da6fa Merge branch 'hollow_logs' of https://git.minetest.land/JoseDouglas26/MineClone2 into hollow_logs
671438e802 Some updates in the code
Compare 7 commits »
ancientmarinerdev created branch hollow_logs_ref_recovery in VoxeLibre/VoxeLibre 2024-03-14 20:12:11 +01:00
ancientmarinerdev commented on pull request VoxeLibre/VoxeLibre#4213 2024-03-13 17:11:07 +01:00
Minecart Update

I'm going to guess that a hopper a block over from a minecart shouldn't load into the minecart. It currently is doing so.

I don't personally think this is a huge issue? Is it preventing a…

ancientmarinerdev created pull request VoxeLibre/VoxeLibre#4217 2024-03-12 18:10:14 +01:00
WIP: Enable custom biome check in spawning. This allows mods to overide the check in singlenode and other mapgens that do not support biome API.
ancientmarinerdev pushed to skyblock_support at VoxeLibre/VoxeLibre 2024-03-12 18:06:20 +01:00
4eed5e5453 Enable custom biome check in spawning. This allows mods to overide the check in singlenode and other mapgens that do not support biome API.
ancientmarinerdev created branch skyblock_support in VoxeLibre/VoxeLibre 2024-03-12 18:06:19 +01:00
ancientmarinerdev created pull request VoxeLibre/VoxeLibre#4216 2024-03-12 18:01:08 +01:00
Fix - New game load crashes. Add defensive check.