half-blocks have a representative ID filled in that chunk.
If you place another half-block on the first, it becomes a different ID.
To make combinations where you can place one half-block on another; you have to either use eighth blocks OR have notch create 16 different half-block stack combinations. This creates a colossal headache, which is why I say no.
If it's breaking "minecraft rules" Why not make "event" like:
if OnTop Slab Set Torch position y - 8
Also put restriction on other block.
Torch, sign, redstone or any other than 16x16 can be enabled, and all other 16x16 disabled.
Btw, for your 8th blocks/microcubes, you will have same problem. You will not be able to put 2 micro cube next to themself because all item are 16x16... You said it, it's not Minecraft Concept
Btw, for your 8th blocks/microcubes, you will have same problem. You will not be able to put 2 micro cube next to themself because all item are 16x16... You said it, it's not Minecraft Concept
I will be happy to answer your question about eighth blocks; in that thread. You may want to consider re-familiarizing yourself with the concepts again as your postulated problem has been addressed.
In terms of chunks, each chunk is a 16x16x128 3D array storing data values from 0 to 4096.
There is no offset, as arrays are of fixed size. Adding an offset would be impossible by the very nature of arrays being fixed.
All Items (slab, wool color, leaves, dyes) should have a respective ID.
Exemples for why do this:
*Slab Wood Slab should be wood and not stone.
- Can destroy with Axe
*Slab become real half block
Fix space between a slab and any other block
Plus; that's not how MC works.
half-blocks have a representative ID filled in that chunk.
If you place another half-block on the first, it becomes a different ID.
To make combinations where you can place one half-block on another; you have to either use eighth blocks OR have notch create 16 different half-block stack combinations. This creates a colossal headache, which is why I say no.
OFFICIAL POSTING/REPLYING GUIDELINES
UNOFFICIAL POSTING GUIDE (PRT)
UNOFFICIAL REPLYING GUIDE (FTC)
That is a constructive answer.
If it's breaking "minecraft rules" Why not make "event" like:
if OnTop Slab Set Torch position y - 8
Also put restriction on other block.
Torch, sign, redstone or any other than 16x16 can be enabled, and all other 16x16 disabled.
Btw, for your 8th blocks/microcubes, you will have same problem. You will not be able to put 2 micro cube next to themself because all item are 16x16... You said it, it's not Minecraft Concept
I will be happy to answer your question about eighth blocks; in that thread. You may want to consider re-familiarizing yourself with the concepts again as your postulated problem has been addressed.
In terms of chunks, each chunk is a 16x16x128 3D array storing data values from 0 to 4096.
There is no offset, as arrays are of fixed size. Adding an offset would be impossible by the very nature of arrays being fixed.
OFFICIAL POSTING/REPLYING GUIDELINES
UNOFFICIAL POSTING GUIDE (PRT)
UNOFFICIAL REPLYING GUIDE (FTC)