Basic Map Operations: Fix two typos
This commit is contained in:
parent
ad76b127dd
commit
92bc32887f
@ -167,7 +167,7 @@ In fact, remove_node will call set_node with name being air.
|
|||||||
|
|
||||||
## Loading Blocks
|
## Loading Blocks
|
||||||
|
|
||||||
You can use `minetest.emerge_area` load map blocks. Emerge area is asynchronous,
|
You can use `minetest.emerge_area` to load map blocks. Emerge area is asynchronous,
|
||||||
meaning the the blocks won't be loaded instantly. Instead they will be loaded
|
meaning the the blocks won't be loaded instantly. Instead they will be loaded
|
||||||
soon in the future, and the callback will be called each time.
|
soon in the future, and the callback will be called each time.
|
||||||
|
|
||||||
@ -223,5 +223,5 @@ minetest.delete_area(pos1, pos2)
|
|||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
This will delete all map blocks in that area, *inclusive*. This means that some
|
This will delete all map blocks in that area, *inclusive*. This means that some
|
||||||
nodes will be deleted outside the are as they will be on a mapblock which overlaps
|
nodes will be deleted outside the area as they will be on a mapblock which overlaps
|
||||||
the area bounds.
|
the area bounds.
|
||||||
|
Loading…
Reference in New Issue
Block a user