]> git.lizzy.rs Git - dragonblocks_alpha.git/commitdiff
Remove 'Nodes' section from README.md
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 28 Mar 2021 10:25:33 +0000 (12:25 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 28 Mar 2021 10:25:33 +0000 (12:25 +0200)
README.md

index 7a3641a524b08d6566371b73d984a24def91ac9f..f3a40a83dd8f1bfd3964976481675b5f854518fd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -14,14 +14,6 @@ or alternatively:
 
 The server will save the map to a file named "map" in the directory it is run in. It will also load the map from there at startup, given that the file exists.
 
-## Nodes:
-- `unloaded`: used for nodes in unloaded mapblocks
-- `air`: default node in newly generated mapblocks
-- `dirt`
-- `grass`
-- `stone`
-- `invalid`: unknown nodes received from server
-
 Interrupt handlers for SIGINT und SIGTERM are implemented.
 
 ## Dependencies