Create advanced map section

This commit is contained in:
rubenwardy 2019-08-14 14:45:42 +01:00
parent 6e09b6f447
commit 8b7950066d
9 changed files with 12 additions and 10 deletions

View File

@ -2,9 +2,11 @@
title: Lua Voxel Manipulators title: Lua Voxel Manipulators
layout: default layout: default
root: ../.. root: ../..
idx: 3.5 idx: 6.1
description: Learn how to use LVMs to speed up map operations. description: Learn how to use LVMs to speed up map operations.
redirect_from: /en/chapters/lvm.html redirect_from:
- /en/chapters/lvm.html
- /en/map/lvm.html
mapgen_object: mapgen_object:
level: warning level: warning
title: LVMs and Mapgen title: LVMs and Mapgen

View File

@ -2,7 +2,7 @@
title: Creating Games title: Creating Games
layout: default layout: default
root: ../.. root: ../..
idx: 6.1 idx: 7.1
--- ---
## Introduction <!-- omit in toc --> ## Introduction <!-- omit in toc -->

View File

@ -2,7 +2,7 @@
title: Intro to Clean Architectures title: Intro to Clean Architectures
layout: default layout: default
root: ../.. root: ../..
idx: 7.4 idx: 8.4
--- ---
## Introduction <!-- omit in toc --> ## Introduction <!-- omit in toc -->

View File

@ -2,7 +2,7 @@
title: Common Mistakes title: Common Mistakes
layout: default layout: default
root: ../.. root: ../..
idx: 7.1 idx: 8.1
redirect_from: /en/chapters/common_mistakes.html redirect_from: /en/chapters/common_mistakes.html
--- ---

View File

@ -2,7 +2,7 @@
title: Automatic Error Checking title: Automatic Error Checking
layout: default layout: default
root: ../.. root: ../..
idx: 7.2 idx: 8.2
description: Use LuaCheck to find errors description: Use LuaCheck to find errors
redirect_from: /en/chapters/luacheck.html redirect_from: /en/chapters/luacheck.html
--- ---

View File

@ -2,7 +2,7 @@
title: Read More title: Read More
layout: default layout: default
root: ../.. root: ../..
idx: 7.7 idx: 8.7
redirect_from: /en/chapters/readmore.html redirect_from: /en/chapters/readmore.html
--- ---

View File

@ -2,7 +2,7 @@
title: Releasing a Mod title: Releasing a Mod
layout: default layout: default
root: ../.. root: ../..
idx: 7.6 idx: 8.6
redirect_from: /en/chapters/releasing.html redirect_from: /en/chapters/releasing.html
--- ---

View File

@ -2,7 +2,7 @@
title: Security title: Security
layout: default layout: default
root: ../.. root: ../..
idx: 7.3 idx: 8.3
--- ---
## Introduction <!-- omit in toc --> ## Introduction <!-- omit in toc -->

View File

@ -2,7 +2,7 @@
title: Automatic Unit Testing title: Automatic Unit Testing
layout: default layout: default
root: ../.. root: ../..
idx: 7.5 idx: 8.5
--- ---
## Introduction <!-- omit in toc --> ## Introduction <!-- omit in toc -->