Fix some other files (forgot to commit :v)

This commit is contained in:
Bituvo 2024-04-21 09:40:16 -04:00
parent b286fcfb26
commit 1048e52b0c
3 changed files with 5 additions and 6 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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