From 1048e52b0c430c83287232d1f26926e7818ca58d Mon Sep 17 00:00:00 2001 From: Bituvo Date: Sun, 21 Apr 2024 09:40:16 -0400 Subject: [PATCH] Fix some other files (forgot to commit :v) --- doc/compiling/macos.md | 3 ++- doc/compiling/windows.md | 4 ++-- doc/world_format.md | 4 +--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/compiling/macos.md b/doc/compiling/macos.md index e63bff650..ce16f9bc5 100644 --- a/doc/compiling/macos.md +++ b/doc/compiling/macos.md @@ -2,7 +2,8 @@ ## Requirements -* [Homebrew](https://brew.sh/)* [Git](https://git-scm.com/downloads) +* [Homebrew](https://brew.sh/) +* [Git](https://git-scm.com/downloads) Install dependencies with homebrew: diff --git a/doc/compiling/windows.md b/doc/compiling/windows.md index 3add62093..735624d5d 100644 --- a/doc/compiling/windows.md +++ b/doc/compiling/windows.md @@ -28,7 +28,7 @@ Use `--triplet` to specify the target triplet, e.g. `x64-windows` or `x86-window ## Compile Minetest -### a) Using the vcpkg toolchain and CMake GUI +### a) Using the `vcpkg` toolchain and CMake GUI 1. Start up the CMake GUI 2. Select **Browse Source...** and select DIR/minetest @@ -45,7 +45,7 @@ Use `--triplet` to specify the target triplet, e.g. `x64-windows` or `x86-window 13. Click **Open Project** 14. Compile Minetest inside Visual studio. -### b) Using the Vcpkg Toolchain and the Command Line +### b) Using the `vcpkg` Toolchain and the Command Line Run the following script in PowerShell: diff --git a/doc/world_format.md b/doc/world_format.md index b41c38bc2..b18b94bfa 100644 --- a/doc/world_format.md +++ b/doc/world_format.md @@ -408,7 +408,7 @@ Timestamp and node ID mappings were introduced in map format version 29. * `u8` `name_id_mapping_version` * Should be zero for map format version 29. - + * `u16` `num_name_id_mappings` * foreach `num_name_id_mappings`: * `u16` `id` @@ -469,8 +469,6 @@ Timestamp and node ID mappings were introduced in map format version 29. * `u8` `is_private` * only since map format version 2. 0 = not private, 1 = private * serialized inventory -> [!NOTE] -> Version type was `u16` before map format version 23 ## Node Timers