My favourite Minetest cheat clients are Dragonfire and Waspsaliva. erle
erle commented on issue VoxeLibre/VoxeLibre#3881 2023-09-11 09:50:13 +02:00
Break any block using beacon beams

I think you know this, but seem comfortable to misrepresent the point. You run an anarchy server, and maintain a cheat client. If griefing and supporting griefing is how you get your kicks, good…

erle commented on issue VoxeLibre/VoxeLibre#3881 2023-09-11 09:39:51 +02:00
Break any block using beacon beams

Creating unlikely scenarios and blindly screaming "But But But THIS!" without thinking about them realistically, is just causing chaos and not actually helpful. All of my programming instructors…

erle commented on issue VoxeLibre/VoxeLibre#3926 2023-09-10 23:07:14 +02:00
Make crafting have a cooldown

It's funny how more people play servers with protection mods and no one really goes on the anarchy servers. Ever wonder why?

I think it is because only a minority likes to have aggressive…

erle commented on issue VoxeLibre/VoxeLibre#3926 2023-09-10 21:24:43 +02:00
Make crafting have a cooldown

This thread inspired me to actually set my avatar, something I did not do for years. 🐉🔥

erle commented on issue VoxeLibre/VoxeLibre#3928 2023-09-10 21:00:02 +02:00
Discussion on adding shovel path remove function mod to main game.

Also we don't have to change any of the game source code, it can just be another mod in minelcone2/mods/items and players can simply rip out the folder if they so want to.

Or, like my…

erle commented on issue VoxeLibre/VoxeLibre#3926 2023-09-10 19:25:52 +02:00
Make crafting have a cooldown

I edited cheat client names out of posts. We know they exist, and we know what they are. It doesn't need to be said

LITERALLY 1984

erle commented on issue VoxeLibre/VoxeLibre#3928 2023-09-10 19:21:32 +02:00
Discussion on adding shovel path remove function mod to main game.

The problem I see here is that if it is added to the main game you can not easily disable it.

erle commented on issue VoxeLibre/VoxeLibre#3881 2023-09-10 19:19:09 +02:00
Break any block using beacon beams

I have no desire to grief people and negatively impact on people's gaming sessions.

Me neither! Yet, griefers exist and I already have found destroyed end portals online.

erle commented on issue VoxeLibre/VoxeLibre#3927 2023-09-10 18:07:50 +02:00
Support Unicode text on signs

The code to generate the texture in the previous post is like this:

font = unicode_text.hexfont(
   {
      kerning = true,
   }
)
font:load_glyphs(
   io.lines("unifont.hex")
)
fon…
erle commented on issue VoxeLibre/VoxeLibre#3927 2023-09-10 18:01:14 +02:00
Support Unicode text on signs

In the picture below this post you can see some rendered nonsense text.

Note the variable width font and handling of combining characters.

erle pushed tag 2023-09-10 to erle/unicode_text 2023-09-10 17:50:54 +02:00
erle commented on issue VoxeLibre/VoxeLibre#3927 2023-09-10 17:09:12 +02:00
Support Unicode text on signs
erle pushed tag 2023-09-10 to erle/mcl_quick_harvest_replant 2023-09-10 14:33:02 +02:00
erle pushed to master at erle/mcl_quick_harvest_replant 2023-09-10 14:32:57 +02:00
92d1671079 + Fix seed dupe
erle commented on issue VoxeLibre/VoxeLibre#3881 2023-09-10 07:17:20 +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.

I have no real issues with there being a way to bypass the bedrock layer

Since…

erle commented on issue VoxeLibre/VoxeLibre#3926 2023-09-10 07:07:37 +02:00
Make crafting have a cooldown

Also, absolutely love how you immediately jumped to the conclusion that I cheat at a game I helped to make.

At least two previous maintainers are authors of and numerous contributors are…

erle commented on issue VoxeLibre/VoxeLibre#3925 2023-09-09 23:47:39 +02:00
Flame arrows should set flammable blocks on fire

@kneekoo looks like you have already opted in by building your house out of flammable materials. You know about thunderstorms, right?

erle opened issue VoxeLibre/VoxeLibre#3927 2023-09-09 20:28:26 +02:00
Support Unicode text on signs
erle commented on issue VoxeLibre/VoxeLibre#3926 2023-09-09 20:17:51 +02:00
Make crafting have a cooldown

@Michieal I see. So are you using a cheat client (like Dragonfire or Waspsaliva) or just clicking super fast?

erle pushed to main at erle/unicode_text 2023-09-09 19:47:22 +02:00
27f4fe7814 + Add LICENSE.txt with AGPL Version 3