Platforms
If you are looking for the official page of vanilla platforms, click here.
Platforms are a type of block that can be walked on, but also vertically passed through.
The player normally stands and walks on platforms as if they were ordinary blocks, and they can move down through a platform by pressing the Down key while standing on one.
Players can also walk or jump horizontally through the space occupied by platforms, only treating the platform as "solid" when landing on them from above.
Crafting
Recipes
{
items:[
{
result:'Cancer Platform(2)',
ingredients:[
'Cancer Block'
]
},
{
result:'Edenwood Platform(2)',
ingredients:[
'Edenwood'
]
},
{
result:'Endowood Platform(2)',
ingredients:[
'Endowood'
]
},
{
result:'Marrowick Platform(2)',
ingredients:[
'Marrowick'
]
},
{
result:'Nova Platform(2)',
ingredients:[
'Nova Brick'
]
},
{
result:'Residue Platform(2)',
ingredients:[
'Residue Block'
]
}
]
}
Used In
{
items:[
{
result:'Cancer Block',
ingredients:[
'Cancer Platform(2)'
]
},
{
result:'Edenwood',
ingredients:[
'Edenwood Platform(2)'
]
},
{
result:'Endowood',
ingredients:[
'Endowood Platform(2)'
]
},
{
result:'Marrowick',
ingredients:[
'Marrowick Platform(2)'
]
},
{
result:'Nova Brick',
ingredients:[
'Nova Platform(2)'
]
},
{
result:'Residue Block',
ingredients:[
'Residue Platform(2)'
]
}
]
}