mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-21 06:55:14 +02:00
Update erle's name in code and docs (#4844)
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:
parent
60b01a4daa
commit
12ad6f586d
6 changed files with 7 additions and 5 deletions
2
.mailmap
Normal file
2
.mailmap
Normal 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>
|
|
@ -72,7 +72,7 @@
|
|||
* Tianyang Zhang
|
||||
* j45
|
||||
* Marcin Serwin
|
||||
* erlehmann
|
||||
* erle
|
||||
* E
|
||||
* n_to
|
||||
* debiankaios
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -74,7 +74,7 @@ return {
|
|||
"Tianyang Zhang",
|
||||
"j45",
|
||||
"Marcin Serwin",
|
||||
"erlehmann",
|
||||
"erle",
|
||||
"E",
|
||||
"n_to",
|
||||
"debiankaios",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue