Difference between revisions of "Slabs"
Jump to navigation
Jump to search
If you find a typo, inconsistency, or error, please sign up and help out the wiki! We can't do it without your help! :D Thank you!
(Created page with "Slabs are variants of blocks that allow the player to move up blocks without jumping. == Crafting == Slabs are crafted by arranging three blocks in the following pattern. {{B...") |
m (→History) |
||
(11 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | Slabs are variants of blocks that | + | {{Object |
+ | |name=Slab | ||
+ | |image1=Wooden Slab.png | ||
+ | |image2=Cobblestone Slab.png | ||
+ | |image3=Stone Slab.png | ||
+ | |image4=Brick Slab.png | ||
+ | |image5=Stone Brick Slab.png | ||
+ | |image6=Nether Brick Slab.png | ||
+ | |image7=Iron Slab.png | ||
+ | |image8=Gold Slab.png | ||
+ | |image9=Diamond Slab.png | ||
+ | |image10=Obsidian Slab.png | ||
+ | |image11=Bedrock Slab.png | ||
+ | |image12=Bamboo Slab.png | ||
+ | |type=Block | ||
+ | |stackable=Yes, 64 | ||
+ | |physics=None | ||
+ | |renewable=Yes | ||
+ | |id=see [[Slabs#Data Values|data values]] | ||
+ | }} | ||
+ | Slabs are variants of [[blocks]] that are half as tall as normal blocks, which allows the [[player]] to move up blocks without jumping. | ||
− | == Crafting == | + | == Obtaining == |
− | + | ||
− | {{ | + | === Crafting === |
− | | | + | Six slabs can be crafted using three blocks arranged in a horizontal line. |
− | | | + | {{CraftBig |
− | | | + | |animation-sync=true |
− | | | + | |C1-animated=true |
− | | | + | |C1-name1=Wooden Planks |
− | | | + | |C1-name2=Cobblestone |
− | |output= | + | |C1-name3=Stone |
− | | | + | |C1-name4=Bricks |
− | | | + | |C1-name5=Stone Brick |
+ | |C1-name6=Nether Bricks | ||
+ | |C1-name7=Iron Block | ||
+ | |C1-name8=Gold Block | ||
+ | |C1-name9=Diamond Block | ||
+ | |C1-name10=Obsidian | ||
+ | |C1-name11=Bedrock | ||
+ | |C1-name12=Bamboo Block | ||
+ | |C2-animated=true | ||
+ | |C2-name1=Wooden Planks | ||
+ | |C2-name2=Cobblestone | ||
+ | |C2-name3=Stone | ||
+ | |C2-name4=Bricks | ||
+ | |C2-name5=Stone Brick | ||
+ | |C2-name6=Nether Bricks | ||
+ | |C2-name7=Iron Block | ||
+ | |C2-name8=Gold Block | ||
+ | |C2-name9=Diamond Block | ||
+ | |C2-name10=Obsidian | ||
+ | |C2-name11=Bedrock | ||
+ | |C2-name12=Bamboo Block | ||
+ | |C3-animated=true | ||
+ | |C3-name1=Wooden Planks | ||
+ | |C3-name2=Cobblestone | ||
+ | |C3-name3=Stone | ||
+ | |C3-name4=Bricks | ||
+ | |C3-name5=Stone Brick | ||
+ | |C3-name6=Nether Bricks | ||
+ | |C3-name7=Iron Block | ||
+ | |C3-name8=Gold Block | ||
+ | |C3-name9=Diamond Block | ||
+ | |C3-name10=Obsidian | ||
+ | |C3-name11=Bedrock | ||
+ | |C3-name12=Bamboo Block | ||
+ | |output-animated=true | ||
+ | |output-name1=Wooden Planks Slab | ||
+ | |output-name2=Cobblestone Slab | ||
+ | |output-name3=Stone Slab | ||
+ | |output-name4=Brick Slab | ||
+ | |output-name5=Stone Brick Slab | ||
+ | |output-name6=Nether Brick Slab | ||
+ | |output-name7=Iron Slab | ||
+ | |output-name8=Gold Slab | ||
+ | |output-name9=Diamond Slab | ||
+ | |output-name10=Obsidian Slab | ||
+ | |output-name11=Bedrock Slab | ||
+ | |output-name12=Bamboo Block Slab | ||
+ | |output-amount1=6 | ||
+ | |output-amount2=6 | ||
+ | |output-amount3=6 | ||
+ | |output-amount4=6 | ||
+ | |output-amount5=6 | ||
+ | |output-amount6=6 | ||
+ | |output-amount7=6 | ||
+ | |output-amount8=6 | ||
+ | |output-amount9=6 | ||
+ | |output-amount10=6 | ||
+ | |output-amount11=6 | ||
+ | |output-amount12=6 | ||
}} | }} | ||
+ | == Usage == | ||
+ | Slabs are half blocks, thanks to them the [[player]] or [[mobs]] can climb a block higher without jumping. If it is at the very bottom of a space three blocks high, it prevents [[Enderman|Endermen]] from teleporting. | ||
+ | |||
+ | Wooden Planks Slabs are also used to craft the [[Composter]]. | ||
+ | |||
+ | == Data Values == | ||
+ | Each slab has its own data values: | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Slab !! ID | ||
+ | |- | ||
+ | | [[file:Cobblestone Slab.png|center|32px|Cobblestone slab]] || <code>slab_cobblestone</code> | ||
+ | |- | ||
+ | | [[file:Stone Slab.png|center|32px|Stone slab]] || <code>slab_stone</code> | ||
+ | |- | ||
+ | | [[file:Wooden Slab.png|center|32px|Wooden slab]] || <code>slab_wooden_planks</code> | ||
+ | |- | ||
+ | | [[file:Brick Slab.png|center|32px|Brick slab]] || <code>slab_brick</code> | ||
+ | |- | ||
+ | | [[file:Nether Brick Slab.png|center|32px|Nether brick slab]] || <code>slab_nether_brick</code> | ||
+ | |- | ||
+ | | [[file:Stone Brick Slab.png|center|32px|Stone brick slab]] || <code>slab_stone_brick</code> | ||
+ | |- | ||
+ | | [[file:Iron Slab.png|center|32px|Iron slab]] || <code>slab_iron</code> | ||
+ | |- | ||
+ | | [[file:Gold Slab.png|center|32px|Gold slab]] || <code>slab_gold</code> | ||
+ | |- | ||
+ | | [[file:Diamond Slab.png|center|32px|Diamond slab]] || <code>slab_diamond</code> | ||
+ | |- | ||
+ | | [[file:Obsidian Slab.png|center|32px|Obsidian slab]] || <code>slab_obsidian</code> | ||
+ | |- | ||
+ | | [[file:Bedrock Slab.png|center|32px|Bedrock slab]] || <code>slab_bedrock</code> | ||
+ | |- | ||
+ | | [[file:Bamboo Slab.png|center|32px|Bamboo slab]] || <code>slab_bamboo</code> | ||
+ | |} | ||
== History == | == History == | ||
Line 31: | Line 144: | ||
| | | | ||
*Walking and sprinting up stairs and slabs works much better | *Walking and sprinting up stairs and slabs works much better | ||
+ | |- | ||
+ | ![[Version History#1.30|1.30]] | ||
+ | !Nov 13, 2020 | ||
+ | | | ||
+ | *Added bamboo slab | ||
+ | |- | ||
+ | ![[Version History#1.31|1.31]] | ||
+ | !Dec 30, 2023 | ||
+ | | | ||
+ | *Tweaked all slab's mining speed | ||
+ | *Wooden Slabs are now used to craft the Composter | ||
|} | |} | ||
+ | |||
+ | == Trivia == | ||
+ | * Mine Blocks has some variants of slabs unavaliable in Minecraft, those being iron, gold, diamond, obsidian and bedrock slabs. | ||
+ | * Both Bamboo slabs and stone slabs that use the regular stone texture were first introduced in Mine blocks and later in Minecraft. | ||
+ | * Unlike in Minecraft, slabs cannot be used to break falling blocks. | ||
== See Also == | == See Also == |
Latest revision as of 10:40, 6 February 2024
Slabs are variants of blocks that are half as tall as normal blocks, which allows the player to move up blocks without jumping.
Obtaining
Crafting
Six slabs can be crafted using three blocks arranged in a horizontal line.
Usage
Slabs are half blocks, thanks to them the player or mobs can climb a block higher without jumping. If it is at the very bottom of a space three blocks high, it prevents Endermen from teleporting.
Wooden Planks Slabs are also used to craft the Composter.
Data Values
Each slab has its own data values:
Slab | ID |
---|---|
slab_cobblestone
| |
slab_stone
| |
slab_wooden_planks
| |
slab_brick
| |
slab_nether_brick
| |
slab_stone_brick
| |
slab_iron
| |
slab_gold
| |
slab_diamond
| |
slab_obsidian
| |
slab_bedrock
| |
slab_bamboo
|
History
Version | Date | Changes |
---|---|---|
1.25 | May 11, 2013 |
|
1.27 | Nov 13, 2015 |
|
1.30 | Nov 13, 2020 |
|
1.31 | Dec 30, 2023 |
|
Trivia
- Mine Blocks has some variants of slabs unavaliable in Minecraft, those being iron, gold, diamond, obsidian and bedrock slabs.
- Both Bamboo slabs and stone slabs that use the regular stone texture were first introduced in Mine blocks and later in Minecraft.
- Unlike in Minecraft, slabs cannot be used to break falling blocks.