Update README.md

This commit is contained in:
acmgit 2022-04-03 03:59:59 +02:00 committed by GitHub
parent 4c33abc93d
commit efc2dbce07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ Remove unknowns is a small mod for minetest, to clean a world from unknown nodes
Everbody knows the scenario, a mod on your game gives up to work and you have to Everbody knows the scenario, a mod on your game gives up to work and you have to
remove it from your minetest world. remove it from your minetest world.
Often you see after the remove of this world the feared "UNKOWN NODE"s. Sometimes Often you see after the remove of this world the feared "UNKNOWN NODE"s. Sometimes
they are in Blue, sometimes they are in red, but doesn't matter what color they have, they are in Blue, sometimes they are in red, but doesn't matter what color they have,
they are unwanted. they are unwanted.
@ -18,7 +18,7 @@ What now to do? In Minetest itself isn't a function to remove all this blocks fr
good reason why, because, if you temporarly remove the mod and install it a small time later again, the good reason why, because, if you temporarly remove the mod and install it a small time later again, the
blocks aren't unknown and you have lost nothing. blocks aren't unknown and you have lost nothing.
The MT-Engine itself don't know, is this a really unkown block or is it only temporarly unknown, so is the The MT-Engine itself don't know, is this a really unknown block or is it only temporarly unknown, so is the
better way to not touch this blocks. better way to not touch this blocks.
But whats now, the mod will not more installed agains? The blocks are here and should be removed from the world. But whats now, the mod will not more installed agains? The blocks are here and should be removed from the world.
@ -42,7 +42,7 @@ This command tries to swap all "Unknown Nodenames" to air in an given Radius.
This should be a little and fast help for you, to remove fast unknown nodes, without to restart the server. This should be a little and fast help for you, to remove fast unknown nodes, without to restart the server.
Also, the command brings the privileg unknown_killer, so you can grant to execute the command to player of your trust. Also, the command brings the privileg unknown_killer, so you can grant to execute the command to player of your trust.
Because, the mod can removes unkown blocks, they have names like existing blocks. In Fact, in a time they were existings blocks. So you or a player can remove valid blocks too, so please take care. Because, the mod can removes unknown blocks, they have names like existing blocks. In Fact, in a time they were existings blocks. So you or a player can remove valid blocks too, so please take care.
There are a second function, with /ru unknown_node node, you can replace unknown_nodes to node. There are a second function, with /ru unknown_node node, you can replace unknown_nodes to node.
I do not take any responsibility in case of destruction of a building or world. I do not take any responsibility in case of destruction of a building or world.