My favourite Minetest cheat clients are Dragonfire and Waspsaliva. erlehmann
  • Joined on 2021-03-30
erlehmann opened issue VoxeLibre/VoxeLibre#3926 2023-09-08 23:26:07 +02:00
Make crafting have a cooldown
erlehmann opened issue VoxeLibre/VoxeLibre#3925 2023-09-08 23:21:31 +02:00
Flame arrows should set flammable blocks on fire
erlehmann commented on issue VoxeLibre/VoxeLibre#3897 2023-09-08 22:23:41 +02:00
New name for MineClone2

I have the following suggestions for a new name for MineClone 2:

  • NiceMelon 2
  • NiceLemon 2

Rationale: Both are anagrams of “MineClone 2” … if you slur your speech a bit, no one will…

erlehmann commented on pull request erlehmann/bushy_leaves#4 2023-09-08 22:18:09 +02:00
use mesh models instead of nodeboxes

@singularis-mzf this seems very useful for perforamnce. Did you create the models by hand or with a converter script? If you used a script, please provide it.

erlehmann commented on pull request erlehmann/bushy_leaves#5 2023-09-08 22:15:48 +02:00
Fixes dirt or grass in in Plantlife mod

@Neuromancer56 thank you for your contribution. Sorry for the late reply.

I think an explicit node blacklist would make more sense. What do you think?

erlehmann commented on issue VoxeLibre/VoxeLibre#3890 2023-09-08 21:53:37 +02:00
Core developer team or new technical maintainer

I do not understand the following: Why would a “technical maintainer” not do releases or settle disagreements? It has worked that way in the past after all.

erlehmann commented on issue VoxeLibre/VoxeLibre#3843 2023-09-08 21:11:09 +02:00
Pressure plates can be right clicked

So is this a bug or not? What does Minecraft do?

erlehmann commented on issue VoxeLibre/VoxeLibre#3874 2023-09-08 21:05:22 +02:00
The game is crashing on my android phone

@Vitalya-code what is the last revision or release with which the game runs on your phone?

erlehmann commented on issue VoxeLibre/VoxeLibre#3206 2023-09-08 20:54:01 +02:00
Lagging the server with certain redstone circuits crashes the server and dupes items

Please post a screenshot of the exact duping mechanism so I can reproduce the bug.

erlehmann commented on issue VoxeLibre/VoxeLibre#3881 2023-09-08 20:47:39 +02:00
Break any block using beacon beams

I'm personally happy to leave this in. Some players like their bedrock breaking glitches and it don't hurt.

There are a lot of things that can go wrong with leaving this in. I suggest to fix…

erlehmann commented on pull request erlehmann/mcl_quick_harvest_replant#2 2023-09-08 20:09:54 +02:00
Fix seeds not being subtracted on_place

@cora looking at the code after all this time, I am confused why your solution works.

Can you explain what is happening to itemstack here? If so, please do so.

Should the code maybe return…

erlehmann commented on pull request erlehmann/mcl_quick_harvest_replant#2 2023-09-08 20:03:45 +02:00
Fix seeds not being subtracted on_place

I have tested this and confirmed that:

  • Without this patch no seeds are reduced when right-clicking tilled soil or (fully grown) red beets or wheat.
  • With this patch seeds are reduced by one…
erlehmann pushed to main at erlehmann/unicode_text 2023-09-05 00:28:09 +02:00
9ff46a730b * Fix examples in README
erlehmann pushed to main at erlehmann/unicode_text 2023-09-04 20:26:44 +02:00
62068c8368 * Localize variables
erlehmann pushed to main at erlehmann/unicode_text 2023-09-04 20:19:29 +02:00
b3bb944d2d + Make the code work inside and outside of Minetest
erlehmann pushed to main at erlehmann/unicode_text 2023-09-04 19:18:55 +02:00
7bf03de2ec * Load unifont.hex from local directory
erlehmann pushed to main at erlehmann/unicode_text 2023-09-04 19:15:37 +02:00
319bcf2c1f - Remove unifont_upper.hex (users must provide their own font)
erlehmann pushed to main at erlehmann/unicode_text 2023-09-04 19:14:10 +02:00
98e9caaec5 + Expose utf8 functionality as unicode_text.utf8
erlehmann pushed to main at erlehmann/unicode_text 2023-09-04 19:11:13 +02:00
f7e4aa738c * Localize codepoint variable
erlehmann pushed to main at erlehmann/unicode_text 2023-09-04 19:08:12 +02:00
7d36959d1e + Add error message for wrong argument type given to hexfont.load_glyphs()