Page 1 of 1

[solved] Terminology of "Blocks"

PostPosted: Sun Apr 10, 2016 06:51
by burli
I'm a little bit confused again about the definition of "Blocks". The wiki says, blocks are groups of 16x16x16 Nodes.

But the wiki tells us about ABMs:

The Active Block Modifier consists of a function that is executed at a specific interval for single nodes.


Shouldn't they be called "ANMs"?

Re: Terminology of "Blocks"

PostPosted: Sun Apr 10, 2016 07:57
by Krock
Whenever a player is near to a 16x16x16 block, Minetest will load it from the database into cache to send block modifications (place/dig) to the clients. To reduce the RAM usage, a block will become inactive (= unloaded) when there's no player near to it.

Active Block Modifiers can only work in active blocks, what the name says. It will modificate the contents of that block -> swapping dirt to grassy dirt or growing saplings, etc.

Re: Terminology of "Blocks"

PostPosted: Sun Apr 10, 2016 08:05
by burli
Ok, thx.

Re: [solved] Terminology of "Blocks"

PostPosted: Sun Apr 10, 2016 11:42
by azekill_DIABLO
what is the difference between this and a chunk?

Re: [solved] Terminology of "Blocks"

PostPosted: Sun Apr 10, 2016 12:12
by burli
azekill_DIABLO wrote:what is the difference between this and a chunk?

A chunk are 5x5x5 Blocks or 80x80x80 Nodes

http://dev.minetest.net/Terminology

Re: [solved] Terminology of "Blocks"

PostPosted: Mon Apr 11, 2016 14:04
by azekill_DIABLO
i'm losing my brain with all of this! thanks:)

Re: [solved] Terminology of "Blocks"

PostPosted: Mon Apr 11, 2016 22:21
by lightonflux
I think a visual representation of a block, node, chunk etc in the wiki would help for beginners.

Image for inspiration:

Image