Create advanced map section
This commit is contained in:
parent
6e09b6f447
commit
8b7950066d
@ -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
|
@ -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 -->
|
||||||
|
@ -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 -->
|
||||||
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -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
|
||||||
---
|
---
|
||||||
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -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 -->
|
||||||
|
@ -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 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user