Horizontal Dimension Portals
Type ID: portal:horizontal
Fields
| Field | Type | Default | Description |
|---|---|---|---|
block |
Identifier | The block that the portal is made out of. | |
ignition_item |
Identifier | minecraft:flint_and_steel |
The item used to ignite the portal with. |
dimension |
Identifier | minecraft:the_end |
The dimension that the portal takes you to. |
colour |
Colour Holder | {"red": 1, "green": 1, "blue": 1, "alpha": 1) |
The colour of the portal. |
Example Code
{
"type": "portal:horizontal",
"block": "minecraft:end_stone",
"ignition_item": "minecraft:heart_of_the_sea",
"dimension": "minecraft:the_end",
"colour": {
"red": 0.145,
"green": 0.098,
"blue": 0.2
}
}