Update erle's name in code and docs ()

Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4844
Reviewed-by: kno10 <kno10@noreply.git.minetest.land>
Reviewed-by: teknomunk <teknomunk@protonmail.com>
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-committed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
This commit is contained in:
Mikita Wiśniewski 2025-02-09 16:49:58 +01:00 committed by the-real-herowl
parent 60b01a4daa
commit 12ad6f586d
6 changed files with 7 additions and 5 deletions
.mailmapCREDITS.md
mods
ENTITIES/mobs_mc
HUD/mcl_credits
PLAYER/mcl_gamemode
tools

2
.mailmap Normal file
View file

@ -0,0 +1,2 @@
Ælla Chiana Moskopp <erle@dieweltistgarnichtso.net> <nils@dieweltistgarnichtso.net>
Ælla Chiana Moskopp <erle@dieweltistgarnichtso.net> <nils+git.minetest.land@dieweltistgarnichtso.net>

View file

@ -72,7 +72,7 @@
* Tianyang Zhang
* j45
* Marcin Serwin
* erlehmann
* erle
* E
* n_to
* debiankaios

View file

@ -75,7 +75,7 @@ Origin of those models:
* `mobs_mc_mushroom_brown.png` (CC0)
* “Spawn egg” textures (`mobs_mc_spawn_icon_*`) by 22i
* Llama decor (carpet) textures (`mobs_mc_llama_decor_*`) by erlehmann and rudzik8
* Llama decor (carpet) textures (`mobs_mc_llama_decor_*`) by erle and rudzik8
* Any other texture not mentioned here are licensed under the MIT License
## Sounds

View file

@ -74,7 +74,7 @@ return {
"Tianyang Zhang",
"j45",
"Marcin Serwin",
"erlehmann",
"erle",
"E",
"n_to",
"debiankaios",

View file

@ -70,7 +70,7 @@ minetest.register_chatcommand("gamemode", {
description = S("Change gamemode (survival/creative) for yourself or player"),
privs = { server = true },
func = function(n, param)
-- Full input validation ( just for @erlehmann <3 )
-- Full input validation ( just for @erle <3 )
local p = minetest.get_player_by_name(n)
local args = param:split(" ")
if args[2] ~= nil then

View file

@ -1,6 +1,6 @@
#!/bin/sh -eu
# analyze-packet-spam show minetest client packet count per second
# Copyright © 2021 Nils Dagsson Moskopp (erlehmann)
# Copyright © 2021 Ælla Chiana Moskopp (erle)
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as